* progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
[emacs.git] / lisp / ChangeLog
blob87f0e5242abd85a5b79d2fffa645813443a786cd
1 2013-05-18  Leo Liu  <sdl.web@gmail.com>
3         * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
4         instead.
5         (octave-source-directories): Don't check process.
6         (octave-source-directories, octave-find-definition): Doc fix.
8 2013-05-18  Glenn Morris  <rgm@gnu.org>
10         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
11         Remove backspace/delete bindings.  (Bug#14392)
13         * cus-dep.el (custom-make-dependencies): Sort the output.
14         (custom-versions-load-alist): Convert comment to doc.
16 2013-05-17  Leo Liu  <sdl.web@gmail.com>
18         * newcomment.el (comment-search-backward): Stricter in finding
19         comment start.  (Bug#14303)
21         * progmodes/octave.el (octave-comment-start): Remove the SPC char.
22         (octave-comment-start-skip): Properly anchored.
24 2013-05-17  Leo Liu  <sdl.web@gmail.com>
26         * emacs-lisp/smie.el (smie-highlight-matching-block-mode): Clean
27         up when turned off.  (Bug#14395)
28         (smie--highlight-matching-block-overlay): No longer buffer-local.
29         (smie-highlight-matching-block): Adjust.
31 2013-05-17  Paul Eggert  <eggert@cs.ucla.edu>
33         Doc string fix for "nanoseconds" (Bug#14406).
34         * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
35         Fix doc string typo that had "nanoseconds" instead of "microseconds".
37 2013-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
39         * calc/calc-units.el (math-extract-units): Preserve powers
40         of units.
42 2013-05-17  Leo Liu  <sdl.web@gmail.com>
44         * subr.el (delete-consecutive-dups): New function.
45         * ido.el (ido-set-matches-1): Use it.
46         * progmodes/octave.el (inferior-octave-completion-table): Use it.
47         * ido.el (ido-remove-consecutive-dups): Remove.
49 2013-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
51         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
52         (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
53         regexp-opt's `words'.
55 2013-05-16  Leo Liu  <sdl.web@gmail.com>
57         * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
58         (smie--highlight-matching-block-overlay)
59         (smie--highlight-matching-block-lastpos)
60         (smie--highlight-matching-block-timer): New variables.
61         (smie-highlight-matching-block): New function.
62         (smie-highlight-matching-block-mode): New minor mode.  (Bug#14395)
63         (smie-setup): Conditionally enable smie-blink-matching-open.
65 2013-05-16  Wilson Snyder  <wsnyder@wsnyder.org>
67         Sync with upstream verilog-mode r840.
68         * progmodes/verilog-mode.el (verilog-mode-version)
69         (verilog-mode-release-date): Update.
70         (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
71         (verilog-sig-tieoff): Fix string error on
72         AUTORESET with colon define, bug594.  Reported by Andrew Hou.
73         (verilog-read-decls): Fix parameters confusing
74         AUTOINST interfaces, bug565.  Reported by Leith Johnson.
76 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
78         * subr.el (reveal-filename): New function.
80         * loadup.el: Compute Emacs executable versions on MS-Windows,
81         where executables have the .exe extension.  Add a hard link
82         emacs-XX.YY.ZZ.exe on MS-Windows.
84         * Makefile.in (XARGS_LIMIT): New variable.
85         (custom-deps, finder-data, autoloads)
86         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
87         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
88         ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
89         (compile-main): Limit xargs according to $(XARGS_LIMIT).
91 2013-05-16  Leo Liu  <sdl.web@gmail.com>
93         * progmodes/octave.el (octave-indent-defun): Mark obsolete.
94         (octave-mode-menu, octave-mode-map): Remove its uses.
96 2013-05-16  Reto Zimmermann  <reto@gnu.org>
98         Sync with upstream vhdl mode v3.34.2.
99         * progmodes/vhdl-mode.el: Use `push' throughout.
100         (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
101         (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
102         Add IBM & Quartus compiler.  Enhance entry for ADVance MS compiler.
103         (vhdl-actual-generic-name): New option to derive actual generic name.
104         (vhdl-port-paste-signals): Replace formal by actual generics.
105         (vhdl-beautify): New name for old group vhdl-align.  Update users.
106         (vhdl-beautify-options): New option.
107         (vhdl-last-input-event): New compat alias.  Use throughout.
108         (vhdl-goto-line): Replace user level function `goto-line'.
109         (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
110         vhdl-fix-statement-buffer.
111         (vhdl-create-mode-menu): Add some entries.
112         (vhdl-align-region-groups): Respect vhdl-beautify-options.
113         (vhdl-align-inline-comment-region-1): Handle "--" inside string.
114         (vhdl-fixup-whitespace-region): Handle symbols at EOL.
115         (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
116         to force statements on one line.
117         (vhdl-remove-trailing-spaces-region):
118         New, split from vhdl-remove-trailing-spaces.
119         (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
120         Respect vhdl-beautify-options.
121         (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
122         (vhdl-update-sensitivity-list): Not add with index if exists without.
123         Not include array index with signal.  Ignore keywords in comments.
124         (vhdl-get-visible-signals): Regexp tweaks.
125         (vhdl-template-component-inst): Handle empty library.
126         (vhdl-template-type): Add template for 'enum' type.
127         (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
128         Use vhdl-replace-string.
129         (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
130         (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
131         (vhdl-speedbar-initialize): Update for above name change.
132         (vhdl-compose-wire-components): Fix in handling of constants.
133         (vhdl-error-regexp-emacs-alist): New variable.
134         (vhdl-error-regexp-add-emacs): New function;
135         adds support for new compile.el (Emacs 22+)
136         (vhdl-generate-makefile-1): Change target order for single lib. units.
137         Allow use of absolute file names.
139 2013-05-16  Leo Liu  <sdl.web@gmail.com>
141         * simple.el (prog-indent-sexp): Indent enclosing defun.
143 2013-05-15  Glenn Morris  <rgm@gnu.org>
145         * cus-start.el (show-trailing-whitespace): Move to editing basics.
146         * faces.el (trailing-whitespace): Don't use whitespace-faces group.
147         * obsolete/old-whitespace.el (whitespace-faces): Remove group.
148         (whitespace-highlight): Move to whitespace group.
150         * comint.el (comint-source):
151         * pcmpl-linux.el (pcmpl-linux):
152         * shell.el (shell-faces):
153         * eshell/esh-opt.el (eshell-opt):
154         * international/ccl.el (ccl): Remove empty custom groups.
156         * completion.el (dynamic-completion-mode):
157         * jit-lock.el (jit-lock-debug-mode):
158         * minibuffer.el (completion-in-region-mode):
159         * type-break.el (type-break-mode-line-message-mode)
160         (type-break-query-mode):
161         * emulation/tpu-edt.el (tpu-edt-mode):
162         * progmodes/subword.el (global-subword-mode, global-superword-mode):
163         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
164         * term/vt100.el (vt100-wide-mode): Specify explicit :group.
166         * term/xterm.el (xterm): Change parent group to terminals.
168         * master.el (master): Remove empty custom group.
169         (master-mode): Remove unused :group argument.
170         * textmodes/refill.el (refill): Remove empty custom group.
171         (refill-mode): Remove unused :group argument.
173         * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
175         * cus-dep.el: Provide a feature.
176         (custom-make-dependencies): Ignore dotfiles (dir-locals).
177         Don't mistakenly ignore files whose basenames match a basename
178         from preloaded-file-list (eg cedet/ede/simple.el).
179         Add a fallback method for getting :group.
181 2013-05-15  Juri Linkov  <juri@jurta.org>
183         * isearch.el (isearch-char-by-name): Rename from
184         `isearch-insert-char-by-name'.  Doc fix.
185         (isearch-forward): Mention `isearch-char-by-name' in
186         the docstring.  (Bug#13348)
188         * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
189         `exit-minibuffer' instead of
190         `isearch-nonincremental-exit-minibuffer'.
191         (isearch-edit-string): Remove mention of
192         `isearch-nonincremental-exit-minibuffer' from docstring.
193         (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
194         (isearch-forward-exit-minibuffer)
195         (isearch-reverse-exit-minibuffer): Add docstring.  (Bug#13348)
197 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
199         * loadup.el: Just use unversioned DOC.
201         * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
202         literals as extending to EOB.
203         (nxml-last-fontify-end): Remove unused variable.
204         (nxml-after-change1): Use with-silent-modifications.
205         (nxml-extend-after-change-region): Simplify.
206         (nxml-extend-after-change-region1): Remove function.
207         (nxml-after-change1): Don't adjust for dependent regions.
208         (nxml-fontify-matcher): Simplify.
209         * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
210         (xmltok-add-dependent): Remove function.
211         (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
212         (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
213         (xmltok-scan-prolog-after-processing-instruction-open): Treat
214         unclosed <[[, <?, comment, and other literals as extending to EOB.
215         * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
216         (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
217         Remove functions.
218         (rng-do-some-validation-1): Don't mark dependent regions.
219         * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
220         (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
221         (nxml-clear-dependent-regions): Remove functions.
222         (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
223         (nxml-ensure-scan-up-to-date):
224         Don't clear&mark dependent regions.
226 2013-05-15  Leo Liu  <sdl.web@gmail.com>
228         * progmodes/octave.el (octave-goto-function-definition):
229         Improve and fix callers.
231 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
233         * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
234         the setter (bug#14387).
236         * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
237         surrounding group (bug#14402).
239 2013-05-14  Juri Linkov  <juri@jurta.org>
241         * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
242         (Bug#14390)
244 2013-05-14  Glenn Morris  <rgm@gnu.org>
246         * progmodes/f90.el (f90-imenu-generic-expression):
247         Fix typo in 2013-05-08 change.  (Bug#14402)
249 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
251         * progmodes/gdb-mi.el (gdb-running, gdb-starting):
252         Remove signals for which replies are never received.
254 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
256         * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
257         (gdb-handler-alist, gdb-handler-number): Remove variables.
258         (gdb-handler-list): New variable.
259         (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
260         (gdb-pending-handler-p, gdb-handle-reply)
261         (gdb-remove-all-pending-triggers): New functions.
262         (gdb-discard-unordered-replies): New defcustom.
263         (gdb-handler): New defstruct.
264         (gdb-wait-for-pending): Fix invalid backquote.  Use gdb-handler-list.
265         instead of gdb-pending-triggers.  Update docstring.
266         (gdb-init-1): Remove dead variables.  Initialize gdb-handler-list.
267         (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
268         (gdb-var-update-handler, def-gdb-auto-update-trigger)
269         (def-gdb-auto-update-handler, gdb-get-changed-registers)
270         (gdb-changed-registers-handler, gdb-get-main-selected-frame)
271         (gdb-frame-handler): Pending triggers are now automatically managed.
272         (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
273         Remove argument.
274         (gdb-input): Automatically handles pending triggers.  Update docstring.
275         (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
276         (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
277         Update comments.
278         (gdb-done-or-error): Now use gdb-handle-reply.
280 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
282         * progmodes/gdb-mi.el (gdb-input): Include token numbers in
283         gdb-debug-log.
285 2013-05-14  Glenn Morris  <rgm@gnu.org>
287         * subr.el (user-emacs-directory-warning): New option.
288         (locate-user-emacs-file): Handle non-accessible .emacs.d.  (Bug#13930)
290 2013-05-14  Leo Liu  <sdl.web@gmail.com>
292         * progmodes/octave.el (octave-font-lock-keywords): Fix error
293         during redisplay.
294         (octave-goto-function-definition, octave-find-definition): Minor tweaks.
295         (octave-font-lock-texinfo-comment): Fix invalid search bound
296         error: wrong side of point.
298 2013-05-14  Glenn Morris  <rgm@gnu.org>
300         * progmodes/flymake.el (flymake-xml-program): New option.
301         (flymake-xml-init): Use it.
303         * term/xterm.el: Provide a feature.
305         * term/sup-mouse.el: Move to obsolete/.  Provide a feature.
307 2013-05-13  Glenn Morris  <rgm@gnu.org>
309         * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
310         Add compat aliases as a hack workaround.  (Bug#14384)
312 2013-05-13  Leo Liu  <sdl.web@gmail.com>
314         * progmodes/octave.el (octave-indent-comment): Fix indentation for
315         ###, and %!.
316         (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
317         C-M-q.
318         (octave-comment-start-skip): Include %!.
319         (octave-mode): Set comment-start-skip to octave-comment-start-skip.
321 2013-05-12  Leo Liu  <sdl.web@gmail.com>
323         * progmodes/octave.el (inferior-octave-startup): Store the value
324         of __octave_srcdir__ for octave-source-directories.
325         (inferior-octave-check-process): New function refactored out of
326         inferior-octave-send-list-and-digest.
327         (octave-source-directories)
328         (octave-find-definition-filename-function): New variables.
329         (octave-source-directories)
330         (octave-find-definition-default-filename): New functions.
331         (octave-find-definition): Improve to find functions implemented in C++.
333 2013-05-12  Glenn Morris  <rgm@gnu.org>
335         * calendar/diary-lib.el (diary-outlook-format-1):
336         Don't include dayname in the output.  (Bug#14349)
338 2013-05-11  Glenn Morris  <rgm@gnu.org>
340         * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
342         * cus-dep.el (custom-make-dependencies): Only use safe local variables.
343         Treat cc-provide like provide.
345 2013-05-11  Kevin Ryde  <user42@zip.com.au>
347         * cus-dep.el (custom-make-dependencies):
348         Use generated-autoload-load-name for the sake of files such
349         such cedet/semantic/bovine/c.el, where the base file name
350         is not in load-path.  (Bug#5277)
352 2013-05-11  Glenn Morris  <rgm@gnu.org>
354         * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
355         Provide features.
357 2013-05-11  Leo Liu  <sdl.web@gmail.com>
359         * progmodes/octave.el (octave-indent-comment): Improve.
360         (octave-eldoc-message-style, octave-eldoc-cache): New variables.
361         (octave-eldoc-function-signatures, octave-eldoc-function):
362         New functions.
363         (octave-mode, inferior-octave-mode): Add eldoc support.
365 2013-05-11  Richard Stallman  <rms@gnu.org>
367         * epa.el (epa-decrypt-file): Take output file name as argument
368         and read it using `interactive'.
370 2013-05-11  Leo Liu  <sdl.web@gmail.com>
372         * progmodes/octave.el (octave-beginning-of-line)
373         (octave-end-of-line): Check before using up-list because it jumps
374         out of more syntactic contructs since moving to smie.
375         (octave-indent-comment): New function.
376         (octave-mode): Use it in smie-indent-functions.  (Bug#14350)
377         (octave-begin-keywords, octave-end-keywords)
378         (octave-reserved-words, octave-smie-bnf-table)
379         (octave-smie-rules): Add new keywords from Octave 3.6.4.
381 2013-05-11  Glenn Morris  <rgm@gnu.org>
383         * faces.el (internal-face-x-get-resource):
384         * frame.el (ns-display-monitor-attributes-list):
385         * calc/calc-aent.el (math-to-radians-2): Fix declarations.
387         * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
389         * calc/calc-menu.el: Make it loadable in isolation.
391         * net/eudcb-bbdb.el: Make it loadable without bbdb.
392         (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
393         (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
394         (eudc-bbdb-query-internal): Require 'bbdb.
396         * lpr.el (lpr-headers-switches):
397         * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
399         * progmodes/sql.el (sql-login-params): Fix and improve :type.
401         * emulation/edt-mapper.el: In batch mode, error rather than hang.
403         * term.el (term-set-escape-char): Make it idempotent.
405 2013-05-10  Leo Liu  <sdl.web@gmail.com>
407         * progmodes/octave.el (inferior-octave-completion-table):
408         No longer a function and all uses changed.  Use cache to speed up
409         completion due to bug#11906.
410         (octave-beginning-of-defun): Re-write to be more general.
412 2013-05-10  Glenn Morris  <rgm@gnu.org>
414         * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
416 2013-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
418         * comint.el (comint-redirect-send-command-to-process): Use :around
419         rather than :override for comint-redirect-filter.
420         (comint-redirect-filter): Add the corresponding `orig-filter' argument.
421         Call it instead of comint-redirect-original-filter-function (which
422         is gone).  Reported by Juanma Barranquero <lekktu@gmail.com>.
424 2013-05-09  Jan Djärv  <jan.h.d@swipnet.se>
426         * frame.el (display-monitor-attributes-list): Add NS case.
427         (ns-display-monitor-attributes-list): Declare.
429 2013-05-09  Ulrich Mueller  <ulm@gentoo.org>
431         * descr-text.el (describe-char): Fix %d/%x typo.  (Bug#14360)
433 2013-05-09  Glenn Morris  <rgm@gnu.org>
435         * international/fontset.el (vertical-centering-font-regexp):
436         Set standard-value.
438         * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
440         * bookmark.el (bookmark-search-delay):
441         * cus-start.el (vertical-centering-font-regexp):
442         * ps-mule.el (ps-mule-font-info-database-default):
443         * ps-print.el (ps-default-fg, ps-default-bg):
444         * type-break.el (type-break-good-break-interval):
445         * whitespace.el (whitespace-indentation-regexp)
446         (whitespace-space-after-tab-regexp):
447         * emacs-lisp/testcover.el (testcover-1value-functions)
448         (testcover-noreturn-functions, testcover-progn-functions)
449         (testcover-prog1-functions):
450         * emulation/viper-init.el (viper-emacs-state-cursor-color):
451         * eshell/em-glob.el (eshell-glob-translate-alist):
452         * play/tetris.el (tetris-tty-colors):
453         * progmodes/cpp.el (cpp-face-default-list):
454         * progmodes/flymake.el (flymake-allowed-file-name-masks):
455         * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
456         (idlwave-help-browser-generic-args):
457         * progmodes/make-mode.el (makefile-special-targets-list):
458         * progmodes/python.el (python-shell-virtualenv-path):
459         * progmodes/verilog-mode.el (verilog-active-low-regexp)
460         (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
461         (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
462         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
463         * textmodes/reftex-vars.el (reftex-format-label-function):
464         * textmodes/remember.el (remember-diary-file): Fix custom types.
466         * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
467         Add :version.
469 2013-05-09  Leo Liu  <sdl.web@gmail.com>
471         * progmodes/octave.el (inferior-octave-completion-at-point):
472         Restore file completion.  (Bug#14300)
473         (inferior-octave-startup): Fix incorrect highlighting for the
474         first prompt.
476 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
478         * progmodes/ruby-mode.el: First cut at SMIE support.
479         (ruby-use-smie): New var.
480         (ruby-smie-grammar): New constant.
481         (ruby-smie--bosp, ruby-smie--implicit-semi-p)
482         (ruby-smie--forward-token, ruby-smie--backward-token)
483         (ruby-smie-rules): New functions.
484         (ruby-mode-variables): Setup SMIE if applicable.
486 2013-05-08  Eli Zaretskii  <eliz@gnu.org>
488         * simple.el (line-move-visual): Signal beginning/end of buffer
489         only if vertical-motion moved less than it was requested.  Avoids
490         silly incorrect error messages when there are display strings with
491         multiple newlines at EOL.
493 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
495         * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
496         * progmodes/prolog.el (prolog-underscore-wordchar-flag)
497         (prolog-char-quote-workaround):
498         * progmodes/cperl-mode.el (cperl-under-as-char):
499         * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
500          Mark as obsolete.
501          (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
502         their declaration.
503         (vhdl-mode-syntax-table-init): Remove.
505         * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
506         last change.
508         * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
509         syntax for "_".
510         (ld-script-font-lock-keywords):
511         Change regexps to use things like \_< and \_>.
513         * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
514         Change all regexps to use things like \_< and \_>.
516         * progmodes/autoconf.el (autoconf-definition-regexp)
517         (autoconf-font-lock-keywords, autoconf-current-defun-function):
518         Handle a _ with symbol syntax.
519         (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
521         * progmodes/ada-mode.el (ada-mode-abbrev-table):
522         Consolidate declaration.
523         (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
524         the declaration.
525         (ada-create-syntax-table): Remove.
526         (ada-capitalize-word): Don't mess with the syntax of "_" since it
527         already has the right syntax nowadays.
528         (ada-goto-next-word): Don't change the syntax of "_".
530         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
531         with-wrapper-hook.
533 2013-05-08  Sam Steingold  <sds@gnu.org>
535         * thingatpt.el (thing-at-point): Accept optional second argument
536         NO-PROPERTIES to strip the text properties from the return value.
537         * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
538         to `thing-at-point' instead of stripping the properties ourselves.
539         Also, when `thing-at-point' fails to find a url, prepend "http://"
540         to the filename at point on the assumption that the user is
541         pointing at something like gnu.org/gnu.
543 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
545         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
546         * faces.el (crm-separator):
547         Silence byte-compiler.
549         * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
550         (tool-bar-map): Remove unneeded defvars.
552 2013-05-08  Leo Liu  <sdl.web@gmail.com>
554         Re-work a fix for bug#10994 based on Le Wang's patch.
555         * ido.el (ido-remove-consecutive-dups): New helper.
556         (ido-completing-read): Use it.
557         (ido-chop): Revert fix for bug#10994.
559 2013-05-08  Adam Spiers  <emacs@adamspiers.org>
561         * cus-edit.el (custom-save-variables):
562         Pretty-print long values.  (Bug#14187)
564 2013-05-08  Glenn Morris  <rgm@gnu.org>
566         * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
567         (m4-mode-syntax-table): Init in the defvar.
568         (m4-mode-abbrev-table): Let define-derived-mode define it.
570 2013-05-08  Tom Tromey  <tromey@redhat.com>
572         * progmodes/m4-mode.el (m4-mode-syntax-table):
573         Do not treat "_" as word constituent.  (Bug#14167)
575 2013-05-07  Glenn Morris  <rgm@gnu.org>
577         * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
578         Remove explicit eshell-isearch-cancel-map.
580         * progmodes/f90.el (f90-smart-end-names): New option.
581         (f90-smart-end): Doc fix.
582         (f90-end-block-optional-name): New constant.
583         (f90-block-match): Respect f90-smart-end-names.
585 2013-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
587         * progmodes/octave.el (octave-smie-forward-token): Be more careful
588         about implicit semi-colons (bug#14218).
590 2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
592         * frame.el (display-monitor-attributes-list)
593         (frame-monitor-attributes): New functions.
595 2013-05-06  Leo Liu  <sdl.web@gmail.com>
597         * progmodes/octave.el (octave-syntax-propertize-function): Change
598         \'s syntax to escape when inside double-quoted strings.  (Bug#14332)
599         (octave-font-lock-keywords): Use octave-operator-regexp.
600         (octave-completion-at-point): Rename from
601         octave-completion-at-point-function.
602         (inferior-octave-directory-tracker): Robustify.
603         (octave-text-functions): Remove and fix its uses.  No such things
604         any more.
606 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
608         * emacs-lisp/trace.el (trace--display-buffer): New function.
609         (trace-make-advice): Use it.
611 2013-05-06  Juri Linkov  <juri@jurta.org>
613         * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix.  (Bug#14344)
614         (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
615         Doc fix.
616         (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
617         in the help string.  (Bug#12985)
619 2013-05-06  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
621         * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
623 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
625         * progmodes/perl-mode.el: Add support for here documents.
626         (perl-syntax-propertize-function): Match here-doc markers.
627         (perl-syntax-propertize-special-constructs): Find their end.
628         (perl-imenu-generic-expression): Use [:alnum:].
630         * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
631         (advice--add-function): Refresh the advice if already present
632         (bug#14317).
634 2013-05-06  Ivan Andrus  <darthandrus@gmail.com>
636         * find-file.el (cc-other-file-alist): Add ".m" for ObjC.  (Bug#14339)
638 2013-05-06  Glenn Morris  <rgm@gnu.org>
640         * w32-fns.el (w32-charset-info-alist): Declare.
642         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
643         of its defcustom properties.
644         (eshell-cmpl-initialize): No need to load pcomplete.
646         * generic-x.el: No need to require comint when compiling.
648         * net/eudc-export.el: Make it loadable without bbdb.
649         (top-level): Use require rather than load-library.
650         (eudc-create-bbdb-record, eudc-bbdbify-phone)
651         (eudc-batch-export-records-to-bbdb)
652         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
653         Require bbdb.
655 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
657         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
658         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
659         some tweaks, instead.
661 2013-05-05  Leo Liu  <sdl.web@gmail.com>
663         * progmodes/octave.el (octave-font-lock-keywords)
664         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
665         (inferior-octave-send-list-and-digest): Improve error message.
666         (octave-mode, inferior-octave-mode): Use setq-local.
667         (octave-help): Set info-lookup-mode.
669 2013-05-05  Richard Stallman  <rms@gnu.org>
671         * vc/compare-w.el (compare-windows-whitespace):
672         Treat no-break space as whitespace.
674         * mail/rmailsum.el (rmail-summary-rmail-update):
675         Detect empty summary and don't change selected message.
676         (rmail-summary-goto-msg): Likewise.
678         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
679         Doc fixes, rename args.
681 2013-05-05  Alan Mackenzie  <acm@muc.de>
683         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
685 2013-05-05  Juri Linkov  <juri@jurta.org>
687         * info.el (Info-read-subfile): Use (point-min) instead of (point)
688         to not add the length of the summary segment to the return value.
689         (Bug#14125)
691 2013-05-05  Leo Liu  <sdl.web@gmail.com>
693         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
694         (inferior-octave-output-filter): Remove.
695         (octave-send-region, inferior-octave-startup): Fix callers.
696         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
697         (octave-binary-file-extensions): New user variable.
698         (octave-find-definition): Confirm if opening binary files.
699         (octave-help-file): Use octave-find-definition to get the binary
700         confirmation.
701         (octave-help): Adjust for octave-help-file change.
703 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
705         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
706         Merge the two entries that handle function definitions.
707         (pascal--syntax-propertize): New const.
708         (pascal-mode): Use it.  Use setq-local.
710 2013-05-04  Glenn Morris  <rgm@gnu.org>
712         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
713         (diary-from-outlook): Respect diary-from-outlook-function.
715 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
717         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
718         Move the declaration from C.
719         (read-minibuffer, eval-minibuffer): Move from C.
720         (completion-setup-function): Avoid minibuffer-completion-contents.
722 2013-05-03  Leo Liu  <sdl.web@gmail.com>
724         * progmodes/octave.el (octave-font-lock-keywords): Do not
725         dehighlight 'end' in comments or strings.
726         (octave-completing-read, octave-goto-function-definition):
727         New helpers.
728         (octave-help-buffer): New user variable.
729         (octave-help-file, octave-help-function): New button types.
730         (octave-help): New command and bind it to C-h ;.
731         (octave-find-definition): New command and bind it to M-.
732         (user-error): Alias to error if not defined.
734 2013-05-02  Leo Liu  <sdl.web@gmail.com>
736         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
737         for \.  (bug#14332)
738         (octave-font-lock-keywords): Include [ and {.
740 2013-05-02  Leo Liu  <sdl.web@gmail.com>
742         * progmodes/octave.el (inferior-octave-startup-file): Change default.
743         (inferior-octave): Remove calling comint-mode and return the buffer.
744         (inferior-octave-startup): Cosmetic changes.
746 2013-05-02  Leo Liu  <sdl.web@gmail.com>
748         * progmodes/octave.el (octave-syntax-propertize-function):
749         Include the case when ' is at line beginning.  (Bug#14336)
751 2013-05-02  Glenn Morris  <rgm@gnu.org>
753         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
754         * desktop.el (vc-dir-mode): Just autoload it here.
756 2013-05-02  Alan Mackenzie  <acm@muc.de>
758         Eliminate variable c-standard-font-lock-fontify-region-function.
759         * progmodes/cc-mode.el
760         (c-standard-font-lock-fontify-region-function): Remove.
761         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
763 2013-05-01  Leo Liu  <sdl.web@gmail.com>
765         * progmodes/octave.el: Compatible with older emacs-24 releases.
766         (inferior-octave-has-built-in-variables): Remove.  Built-in
767         variables were removed from Octave in 2007.
768         (inferior-octave-startup): Fix uses.
769         (comint-line-beginning-position): Remove compatibility code for
770         emacs 21.
772 2013-05-01  Juri Linkov  <juri@jurta.org>
774         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
776 2013-05-01  Juri Linkov  <juri@jurta.org>
778         * comint.el (comint-previous-matching-input): Don't print message
779         "History item: %d" when `isearch-mode' is active.
780         (comint-history-isearch-message): Print message "History item: %d"
781         when `comint-input-ring-index' is not empty and this function is
782         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
784 2013-05-01  Leo Liu  <sdl.web@gmail.com>
786         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
787         definitions.  Use completion-at-point to insert keywords.
788         (octave-abbrev-start): Remove.
789         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
791 2013-04-30  Leo Liu  <sdl.web@gmail.com>
793         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
794         change.
796 2013-04-30  Alan Mackenzie  <acm@muc.de>
798         Handle arbitrarily long C++ member initialisation lists.
799         * progmodes/cc-engine.el (c-back-over-member-initializers):
800         new function.
801         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
802         (most) member init lists.
804 2013-04-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
806         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
807         variable.
809 2013-04-30  Leo Liu  <sdl.web@gmail.com>
811         * progmodes/octave.el (octave-variables): Remove.  No builtin
812         variables any more.  All converted to functions.
813         (octave-font-lock-keywords, octave-completion-at-point-function):
814         Fix uses.
815         (octave-font-lock-texinfo-comment): New user variable.
816         (octave-texinfo-font-lock-keywords): New variable for texinfo
817         comment block.
818         (octave-function-comment-block): New face.
819         (octave-font-lock-texinfo-comment): New function.
820         (octave-mode): Font lock texinfo comment block.
822 2013-04-29  Leo Liu  <sdl.web@gmail.com>
824         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
825         indexing expression.
826         (octave-continuation-string): Do not use \.
827         (inferior-octave-complete-impossible): Remove.
828         (inferior-octave-completion-table)
829         (inferior-octave-completion-at-point): Remove its uses.
830         (inferior-octave-startup): completion_matches was introduced to
831         Octave in 1996 so safe to assume it.
832         (octave-function-file-comment): Improve to follow how Octave does it.
833         (octave-update-function-file-comment): Tweak.
835 2013-04-29  Leo Liu  <sdl.web@gmail.com>
837         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
838         (inferior-octave-startup): Remove inferior-octave-startup-hook.
839         (octave-function-file-comment): Fix typo.
840         (octave-sync-function-file-names): Use read-char-choice.
842 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
844         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
845         to t for the less important warnings.
847 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
849         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
851 2013-04-27  Glenn Morris  <rgm@gnu.org>
853         * vc/log-view.el (log-view-current-entry):
854         Treat "---" separator lines as part of the following rev.  (Bug#14169)
856 2013-04-27  Juri Linkov  <juri@jurta.org>
858         * subr.el (read-number): Doc fix about using it by interactive
859         code letter `n'.  (Bug#14254)
861 2013-04-27  Juri Linkov  <juri@jurta.org>
863         * desktop.el (desktop-auto-save-timeout): New option.
864         (desktop-file-checksum): New variable.
865         (desktop-save): Add optional arg `auto-save' and don't auto-save
866         if nothing changed.
867         (desktop-auto-save-timer): New variable.
868         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
869         (after-init-hook): Call `desktop-auto-save-set-timer'.
870         Suggested by Reuben Thomas <rrt@sc3d.org> in
871         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
873 2013-04-27  Leo Liu  <sdl.web@gmail.com>
875         * progmodes/octave.el (octave-function-file-p)
876         (octave-skip-comment-forward, octave-function-file-comment)
877         (octave-update-function-file-comment): New functions.
878         (octave-mode-map): Bind C-c ; to
879         octave-update-function-file-comment.
880         (octave-mode-menu): Add octave-update-function-file-comment.
881         (octave-mode, inferior-octave-mode): Fix doc-string.
882         (octave-insert-defun): Conform to Octave's coding convention.
883         (Bug#14285)
885         * files.el (basic-save-buffer): Don't let errors in
886         before-save-hook prevent saving buffer.
888 2013-04-20  Roland Winkler  <winkler@gnu.org>
890         * faces.el (read-face-name): Use completing-read if arg multiple
891         is nil.
893 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
895         * ls-lisp.el (ls-lisp-insert-directory): If no files are
896         displayed, move point to after the totals line.
897         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
898         for the details.
900 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
902         * emacs-lisp/package.el (package-autoload-ensure-default-file):
903         Add current dir to the load-path.
904         (package-generate-autoloads): Don't rely on
905         autoload-ensure-default-file.
907 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
909         * textmodes/remember.el (remember-store-in-files): Document that
910         the file name format is passed to `format-time-string'.
912 2013-04-26  Leo Liu  <sdl.web@gmail.com>
914         * progmodes/octave.el (octave-sync-function-file-names): New function.
915         (octave-mode): Use it in before-save-hook.
917 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
919         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
920         (bug#14274).
922         * progmodes/octave.el (octave-smie-forward-token): Properly skip
923         \n and comment, even if it's not an implicit ; (bug#14218).
925 2013-04-26  Glenn Morris  <rgm@gnu.org>
927         * subr.el (read-number): Once more use `read' rather than
928         `string-to-number', to trap non-numeric input.  (Bug#14254)
930 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
932         * emacs-lisp/syntax.el (syntax-propertize-multiline):
933         Use `syntax-multiline' text property consistently instead of
934         `font-lock-multiline'. (bug#14237).
936 2013-04-26  Glenn Morris  <rgm@gnu.org>
938         * emacs-lisp/shadow.el (list-load-path-shadows):
939         No longer necessary to check for duplicate simple.el, since
940         2012-07-07 change to init_lread to not include installation lisp
941         directories in load-path when running uninstalled.  (Bug#14270)
943 2013-04-26  Leo Liu  <sdl.web@gmail.com>
945         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
946         (octave-mode, inferior-octave-mode): Use setq-local.
947         (octave-not-in-string-or-comment-p): Rename to
948         octave-in-string-or-comment-p.
949         (octave-in-comment-p, octave-in-string-p)
950         (octave-in-string-or-comment-p): Replace defsubst with defun.
952 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
954         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
956 2013-04-25  Bastien Guerry  <bzg@gnu.org>
958         * textmodes/remember.el (remember-data-directory)
959         (remember-directory-file-name-format): Fix custom types.
961 2013-04-25  Leo Liu  <sdl.web@gmail.com>
963         * progmodes/octave.el (octave-completion-at-point-function):
964         Make use of inferior octave process.
965         (octave-initialize-completions): Remove.
966         (inferior-octave-completion-table): New function.
967         (inferior-octave-completion-at-point): Use it.
968         (octave-completion-alist): Remove.
970 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
972         * progmodes/opascal.el: Use font-lock and syntax-propertize.
973         (opascal-mode-syntax-table): New var.
974         (opascal-literal-kind, opascal-is-literal-end)
975         (opascal-literal-token-at): Rewrite.
976         (opascal--literal-start-re, opascal-font-lock-keywords)
977         (opascal--syntax-propertize): New constants.
978         (opascal-font-lock-defaults): Adjust.
979         (opascal-mode): Use them.  Set comment-<foo> variables as well.
980         (delphi-comment-face, opascal-comment-face, delphi-string-face)
981         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
982         (delphi-other-face, opascal-other-face): Remove face variables.
983         (opascal-save-state): Remove macro.
984         (opascal-fontifying-progress-step): Remove constant.
985         (opascal--ignore-changes): Remove var.
986         (opascal-set-token-property, opascal-parse-next-literal)
987         (opascal-is-stable-literal, opascal-complete-literal)
988         (opascal-is-literal-start, opascal-face-of)
989         (opascal-parse-region, opascal-parse-region-until-stable)
990         (opascal-fontify-region, opascal-after-change)
991         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
992         (opascal-debug-parse-region, opascal-debug-parse-window)
993         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
994         (opascal-debug-fontify-buffer): Remove.
995         (opascal-debug-mode-map): Adjust accordingly.
997 2013-04-25  Leo Liu  <sdl.web@gmail.com>
999         Merge octave-mod.el and octave-inf.el into octave.el with some
1000         cleanups.
1001         * progmodes/octave.el: New file renamed from octave-mod.el.
1002         * progmodes/octave-inf.el: Merged into octave.el.
1003         * progmodes/octave-mod.el: Renamed to octave.el.
1005 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
1007         * textmodes/reftex-vars.el
1008         (reftex-label-ignored-macros-and-environments): New defcustom.
1010         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
1012 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1014         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
1015         (smie-indent-keyword): Improve the check to ensure that the next
1016         comment is really on the same line.
1017         (smie-indent-comment): Don't align with a subsequent closer (or eob).
1019         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
1020         semi-colons if the line is not otherwise empty (bug#14218).
1022 2013-04-25  Glenn Morris  <rgm@gnu.org>
1024         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
1026 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1028         * progmodes/opascal.el (opascal-set-token-property): Rename from
1029         opascal-set-text-properties and only set `token' (bug#14134).
1030         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
1031         (opascal-literal-text-properties): Remove.
1032         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
1033         Adjust callers.
1035 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
1037         * textmodes/remember.el (remember-handler-functions): Add an
1038         option for a new handler `remember-store-in-files'.
1039         (remember-data-directory, remember-directory-file-name-format):
1040         New options.
1041         (remember-store-in-files): New function to store remember notes
1042         as separate files within a directory.
1044 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
1046         * progmodes/compile.el (compilation-next-error-function):
1047         Pass "formats" to compilation-find-file (bug#11777).
1049 2013-04-24  Glenn Morris  <rgm@gnu.org>
1051         * vc/vc-bzr.el (vc-bzr-print-log):
1052         * vc/vc-hg.el (vc-hg-print-log):
1053         * vc/vc-svn.el (vc-svn-print-log):
1054         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
1056         * vc/vc-bzr.el (vc-bzr-print-log):
1057         * vc/vc-cvs.el (vc-cvs-print-log):
1058         * vc/vc-git.el (vc-git-print-log):
1059         * vc/vc-hg.el (vc-hg-print-log):
1060         * vc/vc-mtn.el (vc-mtn-print-log):
1061         * vc/vc-rcs.el (vc-rcs-print-log):
1062         * vc/vc-sccs.el (vc-sccs-print-log):
1063         * vc/vc-svn.el (vc-svn-print-log):
1064         * vc/vc.el (vc-print-log-internal): Doc fixes.
1066 2013-04-23  Glenn Morris  <rgm@gnu.org>
1068         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
1069         Remove venerable code attempting to avoid substitute-command-keys.
1071 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
1073         * textmodes/reftex-vars.el (reftex-label-regexps):
1074         Call `reftex-compile-variables' after changes to this variable.
1076 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1078         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
1079         Use lexical-binding.
1080         (jit-lock-force-redisplay): Use markers, check buffer's continued
1081         existence and beware narrowed buffers.
1082         (jit-lock-fontify-now): Adjust call accordingly.
1084 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1086         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
1087         to avoid misleading the user.
1089 2013-04-22  Leo Liu  <sdl.web@gmail.com>
1091         * info-look.el: Prefer latex2e.info.  (Bug#14240)
1093 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
1095         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
1097         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
1098         * net/tramp.el (tramp-call-process): ... here
1099         (tramp-set-completion-function, tramp-parse-putty):
1100         * net/tramp-adb.el (tramp-adb-execute-adb-command):
1101         * net/tramp-gvfs.el (tramp-gvfs-send-command):
1102         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
1103         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
1104         (tramp-call-local-coding-command): Use `tramp-call-process'
1105         instead of `tramp-compat-call-process'.
1107         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
1108         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
1109         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
1110         (tramp-find-inline-compress):Improve traces.
1111         (tramp-maybe-send-script): Check for Perl binary.
1112         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
1114 2013-04-22  Daiki Ueno  <ueno@gnu.org>
1116         * epg.el (epg-context-pinentry-mode): New function.
1117         (epg-context-set-pinentry-mode): New function.
1118         (epg--start): Pass --pinentry-mode option to gpg command.
1120 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
1122         * comint.el: (comint-dynamic-complete-functions, comint-mode-map):
1123         `comint-dynamic-complete' is obsolete since 24.1, replaced by
1124         `completion-at-point'. (Bug#13774)
1126         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
1127         default key binding for `describe-distribution' has been moved to
1128         `C-h C-o'.  (Bug#13970)
1130 2013-04-21  Glenn Morris  <rgm@gnu.org>
1132         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
1133         Add doc strings.
1134         (vc-print-log): Clarify interactive prompt.
1136 2013-04-20  Glenn Morris  <rgm@gnu.org>
1138         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
1139         No longer include timestamp etc information.
1141 2013-04-20  Roland Winkler  <winkler@gnu.org>
1143         * faces.el (read-face-name): Bug fix, return just one face if arg
1144         multiple is nil.  (Bug#14209)
1146 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1148         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
1149         (remove-function): Autoload.
1151         * comint.el (comint-redirect-original-filter-function): Remove.
1152         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
1153         * vc/vc-cvs.el (vc-cvs-annotate-process-filter,vc-cvs-annotate-command):
1154         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
1155         * progmodes/prolog.el (prolog-consult-compile):
1156         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
1157         Use add/remove-function instead.
1158         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
1159         (gud-tooltip-process-output, gud-tooltip-tips):
1160         Use add/remove-function instead.
1161         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
1162         (scheme-interaction-mode, exit-scheme-interaction-mode):
1163         Use add/remove-function instead.
1165         * vc/vc-dispatcher.el: Use lexical-binding.
1166         (vc--process-sentinel): Rename from vc-process-sentinel.
1167         Change last arg to be the code to run.  Don't use vc-previous-sentinel
1168         and vc-sentinel-commands any more.
1169         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
1170         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
1172 2013-04-19 Masatake YAMATO  <yamato@redhat.com>
1174         * progmodes/sh-script.el (sh-imenu-generic-expression):
1175         Handle function names with a single character.   (Bug#14111)
1177 2013-04-19  Dima Kogan  <dima@secretsauce.net>    (tiny change)
1179         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
1180         for subroutines defined in an eval (bug#14182).
1182 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1184         * bookmark.el (bookmark-completing-read): Improve handling of empty
1185         string (bug#14176).
1187 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1189         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
1191 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1193         New faster Imenu implementation (bug#14058).
1194         * progmodes/python.el:
1195         (python-imenu-prev-index-position):
1196         (python-imenu-format-item-label-function)
1197         (python-imenu-format-parent-item-label-function)
1198         (python-imenu-format-parent-item-jump-label-function):
1199         New vars.
1200         (python-imenu-format-item-label)
1201         (python-imenu-format-parent-item-label)
1202         (python-imenu-format-parent-item-jump-label)
1203         (python-imenu--put-parent, python-imenu--build-tree)
1204         (python-imenu-create-index, python-imenu-create-flat-index)
1205         (python-util-popn): New functions.
1206         (python-mode): Set imenu-create-index-function to
1207         python-imenu-create-index.
1209 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1211         * winner.el (winner-active-region): Use region-active-p, activate-mark
1212         and deactivate-mark (bug#14225).
1214         * simple.el (deactivate-mark): Don't inline it.
1216 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
1218         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
1220 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
1222         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
1223         file extensions from the archive-mode entry in order to prefer
1224         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
1226 2013-04-18  Leo Liu  <sdl.web@gmail.com>
1228         * bindings.el (help-event-list): Add ?\?.
1230 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1232         * subr.el (with-wrapper-hook): Declare obsolete.
1233         * simple.el (filter-buffer-substring-function): New hook.
1234         (filter-buffer-substring): Use it.
1235         (filter-buffer-substring-functions): Mark obsolete.
1236         * minibuffer.el (completion-in-region-function): New hook.
1237         (completion-in-region): Use it.
1238         (completion-in-region-functions): Mark obsolete.
1239         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
1240         * abbrev.el (abbrev-expand-function): New hook.
1241         (expand-abbrev): Use it.
1242         (abbrev-expand-functions): Mark obsolete.
1243         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
1244         and :filter-return.
1246 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1248         * progmodes/python.el (python-nav--syntactically): Fix cornercases
1249         and do not care about match data.
1251 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1253         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
1254         completion tables when completing error conditions and
1255         `declare' arguments.
1256         (lisp-complete-symbol, field-complete): Mark as obsolete.
1257         (check-parens): Unmatched parens are user errors.
1258         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
1260 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
1262         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
1263         command changed buffer (ie. `flyspell-pre-buffer' is not current
1264         buffer), which prevents making decisions based on invalid value of
1265         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
1266         cause an error when `flyspell-pre-point' was nil after switching
1267         buffers.
1268         (flyspell-post-command-hook): No longer needs to change buffers when
1269         checking pre-word.  While at it remove unnecessary progn.
1271 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
1273         * textmodes/ispell.el (ispell-add-per-file-word-list):
1274         Fix `flyspell-correct-word-before-point' error when accepting
1275         words and `coment-padding' is an integer by using
1276         `comment-normalize-vars' (Bug #14214).
1278 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1280         New defun movement commands.
1281         * progmodes/python.el (python-nav--syntactically)
1282         (python-nav--forward-defun, python-nav-backward-defun)
1283         (python-nav-forward-defun): New functions.
1285 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1287         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
1288         (python-syntax-context): Use named compiler-macro for backwards
1289         compatibility with Emacs 24.x.
1291 2013-04-17  Leo Liu  <sdl.web@gmail.com>
1293         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
1294         octave-hide-process-buffer.
1296 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1298         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
1299         (bug#14216).
1301 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
1303         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
1304         Fix adjustment of offset when receiving incomplete responses from GDB
1305         (bug#14129).
1307 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1309         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
1310         python-mode-abbrev-table.
1311         (python-skeleton-define): Adjust accordingly.
1312         (python-mode-abbrev-table): New table that inherits from it so that
1313         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
1315         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
1316         (abbrev-symbol): Use it.
1317         (abbrev--before-point): Use it since we already handle inheritance.
1319 2013-04-16  Leo Liu  <sdl.web@gmail.com>
1321         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
1322         binding to info-lookup-symbol.
1324 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
1326         * minibuffer.el (completion--twq-all):
1327         * term/ns-win.el (ns-initialize-window-system):
1328         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
1330 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1332         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
1333         global bindings.
1335         * doc-view.el (doc-view-start-process): Handle url-handler directories.
1337 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
1339         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
1340         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
1341         to nil.
1342         (ruby-end-of-defun): Remove the unused arg, change the docstring
1343         to reflect that this function is only used as the value of
1344         `end-of-defun-function'.
1345         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
1346         to reflect an earlier change that beginning/end-of-defun functions
1347         jump between methods in a class definition, as well as top-level
1348         functions.
1350 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1352         * minibuffer.el (minibuffer-complete): Don't just scroll
1353         a *Completions* that's been iconified.
1354         (minibuffer-force-complete): Make sure repetitions do cycle when going
1355         through completion-in-region -> minibuffer-complete.
1357 2013-04-15  Alan Mackenzie  <acm@muc.de>
1359         Correct the placement of c-cpp-delimiters when there're #s not at
1360         col 0.
1362         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
1363         place a submatch around the #.
1364         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
1365         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
1366         on the #, not BOL.
1368 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1370         * emacs-lisp/nadvice.el: Properly test names when adding advice.
1371         (advice--member-p): New arg `name'.
1372         (advice--add-function, advice-member-p): Use it (bug#14202).
1374 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
1376         Reformulate java imenu-generic-expression.
1377         The old expression contained ill formed regexps.
1379         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
1380         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
1381         (cc-imenu-java-method-arg-regexp): New defconsts.
1382         (cc-imenu-java-build-type-args-regex): New defun.
1383         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
1384         handling of spaces in the regexp.
1386 2013-03-15  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
1388         * textmodes/ispell.el (ispell-command-loop): Remove
1389         flyspell highlight of a word when ispell accepts it (bug #14178).
1391 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
1393         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
1394         uses code from the previous `ange-ftp-run-real-handler'.
1395         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
1396         only in case that function exist.  This is needed for proper
1397         unloading of Tramp.
1399 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
1401         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
1403         * textmodes/reftex.el (reftex-compile-variables): Use it.
1405 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1407         * files.el (normal-mode): Only use default major-mode if no other mode
1408         was specified.
1410         * emacs-lisp/trace.el (trace-values): New function.
1412         * files.el: Allow : in local variables (bug#14089).
1413         (hack-local-variable-regexp): New var.
1414         (hack-local-variables-prop-line, hack-local-variables): Use it.
1416 2013-04-13  Roland Winkler  <winkler@gnu.org>
1418         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
1419         data before it gets modified by bibtex-beginning-of-entry.
1421 2013-04-13  Roland Winkler  <winkler@gnu.org>
1423         * textmodes/bibtex.el (bibtex-url): Doc fix.
1425 2013-04-13  Roland Winkler  <winkler@gnu.org>
1427         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
1428         does not visit a BibTeX file, exclude it from the list of buffers
1429         returned by bibtex-initialize.
1431 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
1433         * window.el (split-window): Remove interactive form, since as a
1434         command this function is a special case of split-window-below.
1435         Correct doc string.
1437 2013-04-12  Roland Winkler  <winkler@gnu.org>
1439         * faces.el (read-face-name): Do not override value of arg default.
1440         Allow single faces and strings as default values.  Remove those
1441         elements from return value that are not faces.
1442         (describe-face): Simplify.
1443         (face-at-point): New optional args thing and multiple so that this
1444         function can provide the same functionality previously provided by
1445         read-face-name.
1446         (make-face-bold, make-face-unbold, make-face-italic)
1447         (make-face-unitalic, make-face-bold-italic, invert-face)
1448         (modify-face, read-face-and-attribute): Use face-at-point.
1450         * cus-edit.el (customize-face, customize-face-other-window)
1451         * cus-theme.el (custom-theme-add-face)
1452         * face-remap.el (buffer-face-set)
1453         * facemenu.el (facemenu-set-face): Use face-at-point.
1455 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
1457         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
1459 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
1461         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
1462         off leading { and trailing } from field values.
1464 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1466         * emacs-lisp/timer.el (timer--check): New function.
1467         (timer--time, timer-set-function, timer-event-handler): Use it.
1468         (timer-set-idle-time): Simplify.
1469         (timer--activate): CSE.
1470         (timer-event-handler): Give more info in error message.
1471         (internal-timer-start-idle): New function, moved from C.
1473         * mpc.el (mpc-proc): Add `restart' argument.
1474         (mpc-proc-cmd): Use it.
1475         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
1476         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
1477         less often.
1479 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
1481         * progmodes/sh-script.el: Implement `sh-mode' own
1482         `add-log-current-defun-function' (bug#14112).
1483         (sh-current-defun-name): New function.
1484         (sh-mode): Use the function.
1486 2013-04-09  Bastien Guerry  <bzg@gnu.org>
1488         * simple.el (choose-completion-string): Fix docstring (bug#14163).
1490 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1492         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
1494         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
1495         timer (bug#14156).
1497 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
1499         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
1500         declaration.
1502 2013-04-07  Leo Liu  <sdl.web@gmail.com>
1504         * pcmpl-x.el: New file.
1506 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
1508         Do not set x-display-name until X connection is established.
1509         This is needed to prevent from weird situation described at
1510         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
1511         * frame.el (make-frame): Set x-display-name after call to
1512         window system initialization function, not before.
1513         * term/x-win.el (x-initialize-window-system): Add optional
1514         display argument and use it.
1515         * term/w32-win.el (w32-initialize-window-system):
1516         * term/ns-win.el (ns-initialize-window-system):
1517         * term/pc-win.el (msdos-initialize-window-system):
1518         Add compatible optional display argument.
1520 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
1522         * files.el (normal-backup-enable-predicate): On MS-Windows and
1523         MS-DOS compare truenames of temporary-file-directory and of the
1524         file, so that 8+3 aliases (usually found in $TEMP on Windows)
1525         don't fail comparison by compare-strings.  Also, compare file
1526         names case-insensitively on MS-Windows and MS-DOS.
1528 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1530         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
1531         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
1533 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
1535         * whitespace.el (whitespace-color-on, whitespace-color-off):
1536         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
1538 2013-04-05  Jacek ChrzÄ…szcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
1540         * ispell.el (ispell-set-spellchecker-params):
1541         Really set `ispell-args' for all equivs.
1543 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1545         * ido.el (ido-completions): Use extra elements of ido-decorations
1546         (bug#14143).
1547         (ido-decorations): Update docstring.
1549 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
1551         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
1552         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
1553         nil during initialization, in order not to miss changes since the
1554         file was opened.  (Bug#14140)
1556 2013-04-05  Leo Liu  <sdl.web@gmail.com>
1558         * kmacro.el (kmacro-call-macro): Fix bug#14135.
1560 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
1562         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
1564 2013-04-04  Glenn Morris  <rgm@gnu.org>
1566         * electric.el (electric-pair-inhibit-predicate): Add :version.
1568 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1570         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
1571         when a package is required several times (bug#14082).
1573 2013-04-04  Roland Winkler  <winkler@gnu.org>
1575         * faces.el (read-face-name): Behave as promised by the docstring.
1576         Assume that arg default is a list of faces.
1577         (describe-face): Call read-face-name with list of default faces.
1579 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1581         * bookmark.el: Fix deletion of bookmarks (bug#13972).
1582         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
1583         (bookmark-bmenu-execute-deletions): Only skip first line if it's
1584         the header.
1585         (bookmark-exit-hook-internal): Save even if list is empty.
1587 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
1589         * emacs-lisp/package.el (package-pinned-packages): New var.
1590         (package--add-to-archive-contents): Obey it (bug#14118).
1592 2013-04-03  Alan Mackenzie  <acm@muc.de>
1594         Handle `parse-partial-sexp' landing inside a comment opener
1595         (Bug#13244). Also adapt to the new values of element 7 of a parse
1596         state.
1598         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
1599         parameter `not-in-delimiter'.  Handle being inside comment opener.
1600         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
1601         character in case we're typing a '*' after a '/'.
1602         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
1603         instead by passing the parameter to c-state-pp-to-literal.
1605         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
1606         for elt. 7 of a parse state.
1608 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
1610         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
1611         * international/latin1-disp.el, international/mule-util.el:
1612         * language/cyril-util.el, language/european.el, language/ind-util.el:
1613         * language/lao-util.el, language/thai.el, language/tibet-util.el:
1614         * language/tibetan.el, language/viet-util.el:
1615         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
1617 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1619         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
1620         (electric-pair-post-self-insert-function): Use it.
1621         (electric-pair-default-inhibit): New function, extracted from
1622         electric-pair-post-self-insert-function.
1624 2013-03-31  Roland Winkler  <winkler@gnu.org>
1626         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
1628 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1630         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
1632 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
1634         Un-indent after "pass" and "return" statements (Bug#13888)
1635         * progmodes/python.el (python-indent-block-enders): New var.
1636         (python-indent-calculate-indentation): Use it.
1638 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
1640         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
1641         defun.  Defining it as defalias could introduce too eager
1642         byte-compiler optimization.  (Bug#14030)
1644 2013-03-30  Chong Yidong  <cyd@gnu.org>
1646         * iswitchb.el (iswitchb-read-buffer): Fix typo.
1648 2013-03-30  Leo Liu  <sdl.web@gmail.com>
1650         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
1651         (kmacro-execute-from-register): Pass the keyboard macro to
1652         kmacro-call-macro or repeating won't work correctly.
1654 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
1656         * progmodes/subword.el: Back to using `forward-symbol'.
1658         * subr.el (forward-whitespace, forward-symbol)
1659         (forward-same-syntax): Move from thingatpt.el.
1661 2013-03-29  Leo Liu  <sdl.web@gmail.com>
1663         * kmacro.el (kmacro-to-register): New command.
1664         (kmacro-execute-from-register): New function.
1665         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
1667 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1669         * mpc.el: Use defvar-local and setq-local.
1670         (mpc--proc-connect): Connection failures are not bugs.
1671         (mpc-mode-map): `follow-link' only applies to the buffer's content.
1672         (mpc-volume-map): Bind to the up-events.
1674 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1676         * progmodes/subword.el (superword-mode): Use `forward-sexp'
1677         instead of `forward-symbol'.
1679 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1681         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
1682         (edebug--recursive-edit): Use it.
1683         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
1684         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
1686 2013-03-28  Leo Liu  <sdl.web@gmail.com>
1688         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
1690 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
1692         * facemenu.el (list-colors-callback): New defvar.
1693         (list-colors-redisplay): New function.
1694         (list-colors-display): Install list-colors-redisplay as the
1695         revert-buffer-function.  (Bug#14063)
1697 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1699         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
1700         and suffixes don't overlap (bug#14061).
1702         * case-table.el: Use lexical-binding.
1703         (case-table-get-table): New function.
1704         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
1706 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
1708         * progmodes/subword.el: Add `superword-mode' to do word motion
1709         over symbol_words (parallels and leverages `subword-mode' which
1710         does word motion inside MixedCaseWords).
1712 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
1714         * eshell/em-unix.el: Move su and sudo to...
1715         * eshell/em-tramp.el: ...Eshell tramp module.
1717 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1719         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
1720         Change return value to be a sexp.  Delay `get-buffer' to after
1721         restoring the desktop (bug#13951).
1723 2013-03-26  Leo Liu  <sdl.web@gmail.com>
1725         * register.el: Move semantic tag handling back to
1726         cedet/semantic/senator.el.  (Bug#14052)
1728 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1730         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
1731         into the prompt either (bug#13963).
1733 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1735         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
1736         part of "(error-foo)".
1738 2013-03-24  Juri Linkov  <juri@jurta.org>
1740         * replace.el (list-matching-lines-prefix-face): New defcustom.
1741         (occur-1): Pass `list-matching-lines-prefix-face' to the function
1742         `occur-engine' if `face-differs-from-default-p' returns t.
1743         (occur-engine): Add `,' inside backquote construct to evaluate
1744         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
1745         Pass `prefix-face' to the functions `occur-context-lines' and
1746         `occur-engine-add-prefix'.
1747         (occur-engine-add-prefix, occur-context-lines): Add optional arg
1748         `prefix-face' and propertize the prefix with `prefix-face'.
1749         (Bug#14017)
1751 2013-03-24  Leo Liu  <sdl.web@gmail.com>
1753         * nxml/rng-valid.el (rng-validate-while-idle)
1754         (rng-validate-quick-while-idle): Guard against deleted buffer.
1755         (Bug#13999)
1757         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
1758         is the last entry in kill-buffer-hook.
1760         * files.el (kill-buffer-hook): Doc fix.
1762 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
1764         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
1765         Make it safe-local.
1767         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
1769 2013-03-23  Leo Liu  <sdl.web@gmail.com>
1771         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
1772         Remove.
1774         * nxml/rng-valid.el (rng-validate-mode)
1775         (rng-after-change-function, rng-do-some-validation):
1776         * nxml/rng-maint.el (rng-validate-buffer):
1777         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
1778         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
1779         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
1780         (nxml-extend-after-change-region): Use with-silent-modifications.
1782         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
1783         timer-idle-list.
1785         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
1786         (rng-next-error-1, rng-previous-error-1): Do not let-bind
1787         timer-idle-list.  (Bug#13999)
1789 2013-03-23  Juri Linkov  <juri@jurta.org>
1791         * info.el (info-index-match): New face.
1792         (Info-index, Info-apropos-matches): Add a nested subgroup to the
1793         main pattern and add text properties with the new face to matches
1794         in index entries relative to the beginning of the index entry.
1795         (Bug#14015)
1797 2013-03-21  Eric Ludlam  <zappo@gnu.org>
1799         * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
1800         Inhibit read only while inserting objects.
1802 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
1804         * progmodes/cfengine.el: Update docs to mention
1805         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
1806         symbol motion.  Remove "_" from the word syntax.
1808 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
1810         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
1811         syntax for both `cfengine2-mode' and `cfengine3-mode'.
1813 2013-03-20  Juri Linkov  <juri@jurta.org>
1815         * info.el (Info-next-reference-or-link)
1816         (Info-prev-reference-or-link): New functions.
1817         (Info-next-reference, Info-prev-reference): Use them.
1818         (Info-try-follow-nearest-node): Handle footnote navigation.
1819         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
1821 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1823         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
1824         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
1826 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
1828         Suppress unnecessary non-ASCII chatter during build process.
1829         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
1830         (batch-skkdic-convert): Suppress most of the chatter.
1831         It's not needed so much now that machines are faster,
1832         and its non-ASCII component was confusing; see Dmitry Gutov in
1833         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
1835 2013-03-20  Leo Liu  <sdl.web@gmail.com>
1837         * ido.el (ido-chop): Fix bug#10994.
1839 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
1841         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
1842         Remove vars.
1843         (whitespace-color-on, whitespace-color-off):
1844         Use `font-lock-fontify-buffer' (Bug#13817).
1846 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1848         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
1849         remapping in mode-line.
1850         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
1852 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
1854         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
1855         value for `whitespace-line' face (Bug#13875).
1856         (whitespace-font-lock-keywords): Change description.
1857         (whitespace-color-on): Don't save `font-lock-keywords' value, save
1858         the constructed keywords instead.
1859         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
1861 2013-03-19  Leo Liu  <sdl.web@gmail.com>
1863         * progmodes/compile.el (compilation-display-error): New command.
1864         (compilation-mode-map, compilation-minor-mode-map): Bind it to
1865         C-o.  (Bug#13992)
1867 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
1869         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
1871 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
1873         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
1875 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
1877         * net/tramp-compat.el (tramp-compat-user-error): New defun.
1879         * net/tramp-adb.el (tramp-adb-handle-shell-command):
1880         * net/tramp-gvfs.el (top):
1881         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
1882         (tramp-handle-shell-command): Use it.
1883         (tramp-dissect-file-name): Raise an error when hostname is a
1884         method name, and neither method nor user is specified.
1886         * net/trampver.el: Update release number.
1888 2013-03-18  Leo Liu  <sdl.web@gmail.com>
1890         Make sure eldoc can be turned off properly.
1891         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
1892         eldoc-mode.
1893         (eldoc-display-message-p): Revert last change.
1894         (eldoc-display-message-no-interference-p)
1895         (eldoc-print-current-symbol-info): Tweak.
1897 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
1899         * doc-view.el (doc-view-new-window-function): Check the new window
1900         overlay's display property instead the char property of the
1901         buffer's first char.  Use `with-selected-window' instead of
1902         `save-window-excursion' with `select-window'.
1903         (doc-view-document->bitmap): Check the current doc-view overlay's
1904         display property instead the char property of the buffer's first char.
1906 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
1908         Automate the build of ja-dic.el (Bug#13984).
1909         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
1910         from the input, rather than assume that it's been done for us by the
1911         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
1912         the current date into a ja-dic.el comment, as that complicates
1913         regression testing.
1915 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1917         * whitespace.el: Fix double evaluation.
1918         (whitespace-space, whitespace-hspace, whitespace-tab)
1919         (whitespace-newline, whitespace-trailing, whitespace-line)
1920         (whitespace-space-before-tab, whitespace-indentation)
1921         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
1922         obsolete defvars.
1923         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
1924         (whitespace-color-on): Use a single font-lock-add-keywords call.
1925         Fix double-evaluation of face variables.
1927 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
1929         * net/tramp-adb.el (tramp-adb-parse-device-names):
1930         Use `start-process' instead of `call-process'.  Otherwise, the
1931         function might be blocked under MS Windows.  (Bug#13299)
1933 2013-03-17  Leo Liu  <sdl.web@gmail.com>
1935         Extend eldoc to display info in the mode-line.  (Bug#13978)
1936         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
1937         (eldoc-mode-line-string): New variable.
1938         (eldoc-minibuffer-message): New function.
1939         (eldoc-message-function): New variable.
1940         (eldoc-message): Use it.
1941         (eldoc-display-message-p)
1942         (eldoc-display-message-no-interference-p):
1943         Support eldoc-post-insert-mode.
1945         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
1946         (eval-expression): Run it.
1948 2013-03-17  Roland Winkler  <winkler@gnu.org>
1950         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
1951         strings in the list of return values.
1953 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
1955         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
1956         radix before checking for HMS forms.
1958 2013-03-16  Leo Liu  <sdl.web@gmail.com>
1960         * progmodes/scheme.el: Add indentation and font-locking for Î».
1961         (Bug#13975)
1963 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1965         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
1966         token before point (bug#13942).
1968 2013-03-16  Leo Liu  <sdl.web@gmail.com>
1970         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
1972 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
1974         * startup.el (command-line-normalize-file-name): Fix handling of
1975         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
1976         <xfq.free@gmail.com> in
1977         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
1979 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
1981         Sync with Tramp 2.2.7.
1983         * net/trampver.el: Update release number.
1985 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
1987         * doc-view.el Fix bug#13887.
1988         (doc-view-insert-image): Don't modify overlay associated to
1989         non-live windows, and implement horizontal centering of image in
1990         case it's smaller than the window.
1991         (doc-view-new-window-function): Force redisplay of new windows on
1992         doc-view buffers.
1994 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
1996         * saveplace.el (save-place-alist-to-file): Don't sort
1997         `save-place-alist', just pretty-print it (bug#13882).
1999 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
2001         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
2002         whether `default-file-name-coding-system' is bound.  It isn't in
2003         XEmacs.
2005 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2007         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
2008         backquotes for `obsolete' (bug#13929).
2010         * international/mule.el (find-auto-coding): Include file name in
2011         obsolescence warning (bug#13922).
2013 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
2015         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
2016         for CFEngine 3-specific indentation.
2017         (cfengine3-indent-line): Use it.  Fix up category regex.
2018         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
2020 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2022         * type-break.el (type-break-file-name):
2023         * textmodes/remember.el (remember-data-file):
2024         * strokes.el (strokes-file):
2025         * shadowfile.el (shadow-initialize):
2026         * saveplace.el (save-place-file):
2027         * ps-bdf.el (bdf-cache-file):
2028         * progmodes/idlwave.el (idlwave-config-directory):
2029         * net/quickurl.el (quickurl-url-file):
2030         * international/kkc.el (kkc-init-file-name):
2031         * ido.el (ido-save-directory-list-file):
2032         * emulation/viper.el (viper-custom-file-name):
2033         * emulation/vip.el (vip-startup-file):
2034         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
2035         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
2037 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
2039         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
2040         * language/thai-word.el: Switch to UTF-8.
2042 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2044         * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
2046 2013-03-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2048         * net/net-utils.el (net-utils-remove-ctrl-m-filter):
2049         Use with-current-buffer and don't move point.
2050         (net-utils-run-simple): Remove useless code.
2051         (net-utils-remove-ctl-m): Remove unused custom.
2053 2013-03-11  Per Starbäck  <starback@stp.lingfil.uu.se>
2055         * international/characters.el (glyphless-set-char-table-range): New fun.
2056         (update-glyphless-char-display): Use it (bug#13744).
2058 2013-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
2060         * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
2061         namespaces in the syntax, indent closer for hanging brace
2062         correctly, allow single-quote delimited 'strings', and make
2063         `cfengine3-mode' the default.
2065 2013-03-11  Jean-Philippe Gravel  <jpgravel@gmail.com>
2067         * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
2068         Use lexical-binding.  Fix up docstring according to conventions.
2069         (gdbmi-debug-mode): New var.
2070         (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
2071         (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
2072         (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
2073         (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
2074         (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
2075         (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
2076         (gdbmi-bnf-incomplete-record-result): New functions.
2077         (gdb-car<): Remove function.
2078         (gdbmi-record-list): Remove variable.
2079         (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
2080         (gdbmi-bnf-result-state-configs): New const.
2081         (gud-gdbmi-marker-filter): Rewrite.
2082         (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
2083         (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
2084         Add `token' argument.
2085         (gdb-done, gdb-error): New functions.
2086         (gdb-done-or-error): Add `is-complete' argument.  Change arg order.
2088 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2090         * term/xterm.el (xterm--report-background-handler): Don't burp
2091         upon timeout.
2092         (xterm--version-handler): Extract from terminal-init-xterm.
2093         (xterm--query): Don't mishandle timeout.  Remove debugging messages.
2094         Allow multiple handlers.
2095         (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
2097         * term/xterm.el: Don't discard input (bug#6758).  Use lexical-binding.
2098         (xterm--report-background-handler, xterm--query): New functions.
2099         (terminal-init-xterm): Use them.
2101 2013-03-11  Michael R. Mauger  <michael@mauger.com>
2103         * progmodes/sql.el Version 3.2
2104         Please note that my address changed to <michael@mauger.com>;
2105         the <mmaug@yahoo.com> address remains active.
2106         (sql-connection-alist): Updates documentation to fix bug#13715.
2107         (sql-connect): Handle missing `sql-connection-alist' correctly.
2108         (sql-mode-oracle-font-lock-keywords): Add missing keywords.
2109         (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
2110         property.
2111         (sql-default-value): New function.
2112         (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
2113         values were not used.
2114         (sql-rename-buffer): Make sure alternate buffer name has no text
2115         properties.
2116         (sql-input-sender, sql-execute-feature): Fetch variable with
2117         `buffer-local-value' rather than `with-current-buffer'.
2118         (sql-*): Use #' function syntax consistently.
2119         (sql-*): Use message/error/user-error consistently.
2121 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2123         * xt-mouse.el (xterm-mouse-event-read): Remove.
2124         (xterm-mouse--read-event-sequence-1000)
2125         (xterm-mouse--read-event-sequence-1006): Use read-event instead.
2127 2013-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2129         * term/xterm.el (xterm-function-map): Support format used with
2130         formatOtherKeys=1 (bug#13839).
2132         * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
2133         (with-no-warnings): Use `declare'.
2135         * whitespace.el (whitespace-enable-predicate): New variable.
2136         (whitespace-enable-predicate): Use it.
2138         * comint.el (comint-send-input, comint-snapshot-last-prompt)
2139         (comint-output-filter, comint-update-fence):
2140         Use with-silent-modifications.
2142 2013-03-10  Jambunathan K  <kjambunathan@gmail.com>
2144         * replace.el (occur-read-regexp-defaults-function): New var.
2145         (occur-read-regexp-defaults): New defun.
2146         (occur-read-primary-args): Propagate above change (bug#13892).
2148 2013-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2150         * mouse.el (mouse-drag-track): Remove left-over debugging code.
2152 2013-03-09  Michael Albinus  <michael.albinus@gmx.de>
2154         Major rewrite due to changed D-Bus interface of GVFS 1.14.
2156         * net/tramp-gvfs.el (top): Extend check for gvfs availability.
2157         (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
2158         (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
2159         New defconst.
2160         (tramp-gvfs-file-name-handler-alist) [directory-files]
2161         [directory-files-and-attributes, file-exists-p, file-modes]:
2162         Use Tramp default handler.
2163         [file-acl, file-selinux-context, process-file, set-file-acl]:
2164         [set-file-modes, set-file-selinux-context, shell-command]:
2165         [start-file-process]: Remove handler.
2166         [verify-visited-file-modtime]: New handler.
2167         (tramp-gvfs-dbus-string-to-byte-array)
2168         (tramp-gvfs-dbus-byte-array-to-string): New defuns.  Replace all
2169         calls of `dbus-string-to-byte-array' and
2170         `tramp-gvfs-dbus-byte-array-to-string'.
2171         (tramp-gvfs-handle-copy-file)
2172         (tramp-gvfs-handle-delete-directory)
2173         (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
2174         (tramp-gvfs-handle-file-directory-p)
2175         (tramp-gvfs-handle-file-executable-p)
2176         (tramp-gvfs-handle-file-name-all-completions)
2177         (tramp-gvfs-handle-file-readable-p)
2178         (tramp-gvfs-handle-file-writable-p)
2179         (tramp-gvfs-handle-insert-directory)
2180         (tramp-gvfs-handle-insert-file-contents)
2181         (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
2182         (tramp-gvfs-handle-set-visited-file-modtime)
2183         (tramp-gvfs-handle-write-region): Rewrite.
2184         (tramp-gvfs-handle-file-acl)
2185         (tramp-gvfs-handle-file-selinux-context)
2186         (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
2187         (tramp-gvfs-handle-set-file-modes)
2188         (tramp-gvfs-handle-set-file-selinux-context)
2189         (tramp-gvfs-handle-shell-command)
2190         (tramp-gvfs-handle-start-file-process)
2191         (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
2192         (tramp-gvfs-url-file-name): Do not use `file-truename', we work
2193         over the symlinks.  Fix user handling.
2194         (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
2195         of the D-Bus signals.
2196         (tramp-gvfs-connection-mounted-p): Handle different names of the
2197         D-Bus methods.
2198         (tramp-gvfs-mount-spec-entry): New defun.
2199         (tramp-gvfs-mount-spec): Use it.
2200         (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
2201         there is a share name.  Handle different names of the D-Bus
2202         signals and methods.  Set connection properties needed for
2203         `tramp-check-cached-permissions'.
2204         (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
2205         Return t or nil.
2207         * net/tramp.el (tramp-backtrace): Move up.
2208         (tramp-error): Dump a backtrace into the debug buffer when
2209         `tramp-verbose > 9.
2210         (tramp-file-mode-type-map, tramp-file-mode-from-int)
2211         (tramp-file-mode-permissions, tramp-get-local-uid)
2212         (tramp-get-local-gid, tramp-check-cached-permissions): Move from
2213         tramp-sh.el.
2215         * net/tramp-sh.el (tramp-file-mode-type-map)
2216         (tramp-check-cached-permissions, tramp-file-mode-from-int)
2217         (tramp-file-mode-permissions, tramp-get-local-uid)
2218         (tramp-get-local-gid): Move to tramp.el.
2220 2013-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2222         Separate mouse-1-click-follows-link from mouse-drag-region.
2223         * mouse.el (mouse--down-1-maybe-follows-link): New function.
2224         (key-translation-map): Use it to implement mouse-1-click-follows-link.
2225         (mouse-drag-line, mouse-drag-track):
2226         Remove mouse-1-click-follows-link code.
2227         (mouse--remap-link-click-p): Remove.
2229 2013-03-08  Jambunathan K  <kjambunathan@gmail.com>
2231         * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
2232         (hi-lock-read-regexp-defaults):  New defun.
2233         (hi-lock-line-face-buffer, hi-lock-face-buffer)
2234         (hi-lock-face-phrase-buffer): Propagate above change.
2235         Update docstring (bug#13892).
2237         * subr.el (find-tag-default-as-regexp): New defun.
2238         * replace.el (read-regexp): Propagate above change.
2240 2013-03-08  Jay Belanger  <jay.p.belanger@gmail.com>
2242         * calc/calc-units.el (calc-convert-units): Fix the way that default
2243         new units are stored.
2245 2013-03-07  Matthias Meulien  <orontee@gmail.com>
2247         * bookmark.el: Define a face to highlight bookmark names in
2248         bookmark menu buffers, where the default is a bold face similarly
2249         to buffer names in buffer menu buffers.
2250         (bookmark-menu-bookmark): New face to highlight bookmark names.
2251         (bookmark-insert-location): Remove duplicated text property to
2252         conform to buffer list (see `list-buffers').
2253         (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
2254         `bookmark-menu-bookmark' to bookmark names.
2256 2013-03-07  Matthias Meulien  <orontee@gmail.com>
2257             Karl Fogel  <kfogel@red-bean.com>
2259         * bookmark.el: Display the bookmark list header similarly to the
2260         buffer list header (see `list-buffers'), where the default is now
2261         an immovable/immutable header line.
2262         (bookmark-bmenu-use-header-line): New variable.
2263         (bookmark-bmenu-inline-header-height): New name for
2264         `bookmark-bmenu-header-height', to avoid confusion with the code
2265         for the new immovable header.  All references changed.
2266         (bookmark-bmenu-set-header): New function.
2267         (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
2268         Conditionalize header construction accordingly.
2269         (bookmark-bmenu-ensure-position): Conditionalize the skipping of
2270         the inline header height.
2271         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
2272         Conditionalize the skipping of the inline header height.
2274 2013-03-07  Dmitry Gutov  <dgutov@yandex.ru>
2276         * progmodes/js.el (js--multi-line-declaration-indentation):
2277         Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
2279 2013-03-06  Dmitry Gutov  <dgutov@yandex.ru>
2281         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2282         Only propertize regexp when not inside a string (Bug#13885).
2284 2013-03-06  Alan Mackenzie  <acm@muc.de>
2286         Correct the position of point in some line-up functions.
2287         * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
2288         (c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of
2289         point at column 0 rather than at a random place in the line.
2291 2013-03-05  Michael Albinus  <michael.albinus@gmx.de>
2293         * net/tramp-compat.el (tramp-compat-delete-directory):
2294         Implement TRASH argument.
2296 2013-03-05  Dmitry Gutov  <dgutov@yandex.ru>
2298         Keep pre-existing highlighting in completion candidates (Bug#13250).
2299         * minibuffer.el (completions-first-difference): State that the
2300         face is "added" in the docstring.
2301         (completions-common-part): Same.  And don't inherit from default.
2302         (completion-hilit-commonality): Prepend 'completions-common-part
2303         and 'completion-first-difference faces to the 'face property,
2304         instead of replacing the value(s).
2305         (completion--insert-strings): Same with 'completions-annotations face.
2306         (completion-hilit-commonality): Use 'face instead of
2307         'font-lock-face, because it gets priority if the completion
2308         strings already have 'face set.
2310 2013-03-04  Alan Mackenzie  <acm@muc.de>
2312         Replace `last-command-event' by `last-command-char' in XEmacs.
2313         * progmodes/cc-defs.el (c-last-command-char): New macro.
2314         * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
2315         (c-semi&comma-no-newlines-before-nonblanks)
2316         (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
2317         in place of `last-command-event'.
2318         * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
2319         (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
2320         (c-electric-paren, c-electric-continued-statement): Use the new
2321         macro in place of `last-command-event'.
2323 2013-03-04  Glenn Morris  <rgm@gnu.org>
2325         * files.el (inhibit-local-variables-regexps):
2326         Add .diff and .patch.  (Bug#13862)
2328 2013-03-03  Michael Albinus  <michael.albinus@gmx.de>
2330         * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
2331         whether the "su" command is available on the device.
2333 2013-03-01  Michael Albinus  <michael.albinus@gmx.de>
2335         * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
2336         (tramp-adb-handle-process-file): Remove superfluous setting.
2337         (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
2338         (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
2339         (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
2341 2013-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2343         * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
2344         (ispell-print-if-debug): Build `format' in.  Avoid end-of-buffer.
2345         (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
2346         Use dict-key rather than dict-name for the error message.
2348 2013-03-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2350         * net/net-utils.el (net-utils-run-simple): Don't display-buffer
2351         when reverting (bug#13831).
2353 2013-03-01  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
2355         * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
2356         Always expand affix-file before storing to protect against changed
2357         `default-directory'.
2358         (ispell-print-if-debug): Make sure message is printed at the end
2359         of the debug buffer.
2361 2013-03-01  Michael Albinus  <michael.albinus@gmx.de>
2363         * net/tramp.el (tramp-obsolete-methods): New defconst.
2364         (tramp-warned-obsolete-methods): New defvar.
2365         (tramp-find-method): Check for obsolete methods.  Map them to a
2366         replacement method if appropriate.
2368         * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
2369         Remove methods.
2370         (top): Remove completion functions for "scp1", "scp2", "ssh1",
2371         "ssh2" and "plink1".
2373 2013-02-28  Dale Sedivec  <dale@codefu.org>
2375         * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
2376         Return valid syntax-table property value when converting
2377         quotes within text from string syntax to punctuation syntax (bug#13844).
2379 2013-02-28  Juri Linkov  <juri@jurta.org>
2381         * dired-aux.el (dired-diff): If file at point is a backup file,
2382         use its original as the default value, and reverse the order
2383         of arguments to the `diff' call.  Doc fix.  (Bug#13772)
2385 2013-02-28  Michael Albinus  <michael.albinus@gmx.de>
2387         * net/tramp-adb.el (tramp-adb-sdk-dir): Remove.  Replaced by ...
2388         (tramp-adb-program): New defcustom.  Remove function.  Adapt calls.
2390 2013-02-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
2392         Initial support for hunspell dictionaries auto-detection (Bug#13639)
2394         * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
2395         Ask hunspell about available and default dictionaries.
2396         (ispell-parse-hunspell-affix-file): Extract relevant info from
2397         hunspell affix file.
2398         (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
2399         `ispell-dictionary-alist' entry for given dictionary after info
2400         provided by `ispell-parse-hunspell-affix-file'.
2401         (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
2402         of parsed hunspell dicts and associated affix files.
2403         (ispell-hunspell-dictionary-alist): New defvar to contain an alist
2404         of parsed hunspell dicts and associated parameters.
2405         (ispell-set-spellchecker-params):
2406         Call `ispell-find-hunspell-dictionaries' if hunspell and not
2407         previously done.
2408         (ispell-start-process):
2409         Call `ispell-hunspell-fill-dictionary-entry' for current
2410         dictionary if it is not initialized.
2412 2013-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2414         * imenu.el: Comment nitpicks.
2416 2013-02-28  Sam Steingold  <sds@gnu.org>
2418         * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
2419         See <http://stackoverflow.com/questions/14720205>.
2421 2013-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2423         * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
2424         (net-utils-mode): Use it.
2425         (net-utils--revert-cmd): New var.
2426         (net-utils-run-simple): Set it, and remove bogus interactive spec.
2427         (traceroute): Use net-utils-run-simple.
2429 2013-02-28  Glenn Morris  <rgm@gnu.org>
2431         * textmodes/paragraphs.el (mark-paragraph): Doc fix.
2433 2013-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2435         * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
2436         (doc-view-fallback-mode): Remove overlays here.
2437         (doc-view-toggle-display): Instead of here.  Don't throw away
2438         image-mode-winprops-alist.
2439         (doc-view-goto-page): Don't mess with hscroll.
2441 2013-02-27  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2443         * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
2444         &optional (bug#13819).
2446 2013-02-27  Michael Albinus  <michael.albinus@gmx.de>
2448         * net/tramp-adb.el (tramp-adb-parse-device-names)
2449         (tramp-adb-maybe-open-connection): Add timeouts.  (Bug#13299)
2451 2013-02-26  Michael Albinus  <michael.albinus@gmx.de>
2453         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
2454         Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
2455         defined.  POSIX environments fall back to the "C" locale then and
2456         emit a warning, which shall be suppressed.
2458 2013-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2460         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
2461         (easy-mmode-set-keymap-parents): Use make-composed-keymap.
2463 2013-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2465         * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
2467 2013-02-25  Juri Linkov  <juri@jurta.org>
2469         * replace.el (read-regexp): Let-bind `default' to the first
2470         element of `defaults' if it's a list, otherwise it should be
2471         a string or nil.  Let-bind `suggestions' to `defaults' if it's
2472         a list, otherwise make a list with the string value.  Doc fix.
2473         (Bug#13805)
2475 2013-02-25  Eli Zaretskii  <eliz@gnu.org>
2477         * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
2478         that match "\`\.#", to avoid compiling lock files, even if they
2479         are readable (as they are on MS-Windows).
2481 2013-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2483         * files.el (basic-save-buffer): Remove redundant directory-creation.
2485 2013-02-24  Jay Belanger  <jay.p.belanger@gmail.com>
2487         * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
2488         Add option to force `pi' to remain symbolic.
2489         * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
2490         (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
2491         (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
2492         derivatives, when necessary.
2494 2013-02-23  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
2496         * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
2497         (ps-mode-octal-region): Use string-make-unibyte.
2499 2013-02-23  Glenn Morris  <rgm@gnu.org>
2501         * emulation/viper-cmd.el (viper-submit-report):
2502         * progmodes/ps-mode.el (ps-mode-maintainer-address):
2503         * progmodes/vera-mode.el (vera-mode-help-address):
2504         * textmodes/artist.el (artist-maintainer-address):
2505         * textmodes/reftex.el (reftex-report-bug):
2506         * vc/ediff-util.el (ediff-submit-report):
2507         Add bug-gnu-emacs to bug report address.
2509         * progmodes/simula.el (simula-mode-menu, simula-mode-map):
2510         Remove bug report entries.
2511         (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
2513         * emacs-lisp/bytecomp.el (byte-compile-level): New.
2514         (byte-compile-file, byte-compile-from-buffer):
2515         Use separate input/output buffers for each level of recursive
2516         byte-compile-file calls.  (Bug#13787)
2518 2013-02-23  Michael Albinus  <michael.albinus@gmx.de>
2520         * net/tramp.el (tramp-methods): Fix docstring.
2521         (tramp-ssh-controlmaster-options): Rename it from
2522         `tramp-ssh-controlmaster-template'.  Return a string.
2523         (tramp-default-method): Adapt check for
2524         `tramp-ssh-controlmaster-options'.
2526         * net/tramp-sh.el (tramp-methods):
2527         Replace `tramp-ssh-controlmaster-template' by "%c".
2528         (tramp-do-copy-or-rename-file-out-of-band)
2529         (tramp-maybe-open-connection): Use it in format spec.  Ensure,
2530         that it is applied for the first hop only.
2532 2013-02-22  Juri Linkov  <juri@jurta.org>
2534         * isearch.el (isearch-lazy-highlight-new-loop):
2535         Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
2536         to `isearch-other-end' if it is not nil.  (Bug#13402)
2538         * replace.el (replace-highlight): Let-bind `isearch-other-end'
2539         to `match-beg'.
2541         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
2542         Let-bind `isearch-other-end' to `start', `isearch-forward' to t
2543         and `isearch-error' to nil.
2545 2013-03-16  Fabián Ezequiel Gallina  <fgallina@cuca>
2547         * progmodes/python.el (python-info-current-defun):
2548         Enhance match-data cluttering prevention.
2550 2013-02-22  Michael Albinus  <michael.albinus@gmx.de>
2552         * net/tramp.el (tramp-tramp-file-p): Fix docstring.
2554         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
2555         Handle multibyte file names.
2557 2013-02-22  Glenn Morris  <rgm@gnu.org>
2559         * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
2560         (sgml-transformation-function): Give it a :set function.
2561         (sgml-tag): Doc fix.
2563         * cmuscheme.el (scheme-buffer):
2564         * progmodes/inf-lisp.el (inferior-lisp-buffer):
2565         * progmodes/tcl.el (inferior-tcl-buffer):
2566         * textmodes/tex-mode.el (tex-command): Doc fixes.
2568         * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
2570         * htmlfontify.el (hfy-default-header): Encode title string.  (Bug#7457)
2572 2013-02-21  Bastien Guerry  <bzg@gnu.org>
2574         * cmuscheme.el (scheme-buffer): Fix docstring.  (Bug#13778)
2576 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
2578         * progmodes/python.el (python-info-current-defun):
2579         Enhance match-data cluttering prevention.
2581 2013-02-21  Glenn Morris  <rgm@gnu.org>
2583         * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
2584         loaded while outline-regexp is let bound.  (Bug#9584)
2586 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
2588         * progmodes/python.el (python-info-current-defun): Fix failed
2589         defun name retrieval because of unwanted match-data cluttering.
2591 2013-02-21  Michael Albinus  <michael.albinus@gmx.de>
2593         * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
2594         defconst.  Apply independent check for ControlPersist.
2596         * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
2597         temporarily, via "env".
2599 2013-02-21  Glenn Morris  <rgm@gnu.org>
2601         * info.el (Info-enable-edit): Remove.
2602         (Info-edit): Disable it rather than using Info-enable.
2603         (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
2604         (Info-cease-edit): Make editing of Info files obsolete.
2606         * informat.el (Info-tagify):
2607         Handle buffers not visiting files.  (Bug#13763)
2609 2013-02-21  Juanma Barranquero  <lekktu@gmail.com>
2611         * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
2613 2013-02-21  Glenn Morris  <rgm@gnu.org>
2615         * files.el (basic-save-buffer): Move check for existing parent
2616         directory after hooks.  (Bug#13773)
2618 2013-02-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2620         * simple.el (command-execute): Move from C.  Add obsolete check.
2621         (extended-command-history): Move from C.
2623 2013-02-20  Ulrich Müller  <ulm@gentoo.org>
2625         * jka-cmpr-hook.el (jka-compr-compression-info-list)
2626         (jka-compr-mode-alist-additions): Handle .txz suffix for
2627         XZ-compressed tar archives (bug#13770).
2629 2013-02-20  Bastien Guerry  <bzg@gnu.org>
2631         * outline.el (outline-regexp, outline-heading-end-regexp):
2632         Make variables, not options (bug#13731).
2634 2013-02-20  Glenn Morris  <rgm@gnu.org>
2636         * image.el (image-current-frame): Change from variable to function.
2637         (image-show-frame): Rename from image-nth-frame.  Update callers.
2638         * image-mode.el (image-multi-frame): New variable.
2639         (image-mode-map, image-mode, image-goto-frame):
2640         Use image-multi-frame rather than image-current-frame.
2641         (image-mode, image-goto-frame): Use image-current-frame as
2642         function rather than as variable.
2644         * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
2645         * emacs-lisp/cl-macs.el (cl--make-type-test)
2646         (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
2648 2013-02-19  Michael Albinus  <michael.albinus@gmx.de>
2650         * net/tramp-cache.el (tramp-get-hash-table): New defun.
2651         (tramp-get-file-property, tramp-set-file-property)
2652         (tramp-get-connection-property, tramp-set-connection-property): Use it.
2653         (tramp-flush-file-property, tramp-flush-directory-property):
2654         Rename argument to KEY.
2655         (tramp-flush-connection-property): Simplify a little bit.
2656         (tramp-connection-property-p): New defun.
2657         (top): Reapply saved values only if there isn't a corresponding
2658         entry in `tramp-connection-properties'.
2660 2013-02-19  Fabián Ezequiel Gallina  <fgallina@cuca>
2662         * progmodes/python.el (python-indent-context):
2663         Fix python-info-line-ends-backslash-p call.
2664         (python-info-line-ends-backslash-p)
2665         (python-info-beginning-of-backslash): Respect line-number argument.
2666         (python-info-current-line-comment-p):
2667         Fix behavior when not at beginning-of-line.
2668         (python-util-position): Remove function.
2669         (python-util-goto-line): New function.
2671 2013-02-19  Michael Albinus  <michael.albinus@gmx.de>
2673         * eshell/em-unix.el (eshell/su): Require tramp.
2674         (eshell/sudo): Require tramp.  Remove now unnecessary check.
2676         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
2677         `tramp-current-connection' in order to avoid an error when several
2678         commands are invoked in a short time in eshell and friends.
2680 2013-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2682         Cleanup some of EIEIO's namespace.
2683         * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
2684         Use it to define all the class-* and object-* field accessors (renamed
2685         to eieio--class-* and eieio--object-*).  Update all uses.
2686         (eieio--class-num-slots, eieio--object-num-slots): Rename from
2687         class-num-slots and object-num-slots.
2688         (eieio--check-type): New macro.
2689         (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
2690         (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
2691         (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
2692         (object-assoc-list-safe): Use it.
2693         (eieio-defclass): Tighten regexp.
2694         (eieio--defmethod): Use `memq'.  Signal an error for unknown method kind.
2695         Remove unreachable code.
2696         (object-class-fast): Declare obsolete.
2697         (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
2698         (eieio-object-class, eieio-object-class-name, eieio-class-parents)
2699         (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
2700         Rename from class-name, object-name, object-set-name-string,
2701         object-class, object-class-name, class-parents, class-children,
2702         class-precedence-list, class-parent; with obsolete alias.
2703         (class-of, class-direct-superclasses, class-direct-subclasses):
2704         Declare obsolete.
2705         (eieio-defmethod): Use `memq'; remove unreachable code.
2706         * emacs-lisp/eieio-base.el (eieio-persistent-read):
2707         * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
2708         (eieio-browse-tree, eieio-browse): Use eieio--check-type.
2710 2013-02-18  Aidan Gauland  <aidalgol@no8wireless.co.nz>
2712         * eshell/em-cmpl.el: Correct "context-related help" keybinding in
2713         commentary.
2715 2013-02-18  Michael Heerdegen  <michael_heerdegen@web.de>
2717         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
2718         Use font-lock-keyword-face for macros and special forms (bug#8345).
2720 2013-02-17  Didier Verna  <didier@didierverna.net>
2722         * net/network-stream.el (network-stream-open-starttls):
2723         Check that response to the starttls-command is non-nil.  (Bug#13706)
2725 2013-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2727         * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
2728         Don't assume all identifier chars have syntax word.
2729         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2730         Remove bar-not-symbol.  Adjust callers.
2731         (lisp-mode-variables): Don't set a font-lock-syntax-table.
2733 2013-02-17  Leo Liu  <sdl.web@gmail.com>
2735         * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
2737 2013-02-17  Glenn Morris  <rgm@gnu.org>
2739         * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
2741         * image-mode.el (image-mode-map): Add image-dired menu entry.
2743         * image-dired.el (tumme): Make this alias obsolete.
2745 2013-02-16  Glenn Morris  <rgm@gnu.org>
2747         * image.el (image-animated-types): Remove.
2748         (image-multi-frame-p): Rename from image-animated-p, and generalize.
2749         (image-animated-p): Make obsolete alias.
2750         (image-animate, image-nth-frame, image-animate-timeout):
2751         Use image-multi-frame-p.
2752         (image-animate-timeout): If no delay, use image-default-frame-delay.
2753         * image-mode.el (image-mode, image-toggle-animation):
2754         Use image-multi-frame-p.  (Bug#763, bug#10739)
2755         (image-mode): Adjust startup message for a multi-frame image.
2757         * image-mode.el (image-mode-map): Give it a menu.
2759 2013-02-16  Michael Albinus  <michael.albinus@gmx.de>
2761         * net/tramp-cache.el (tramp-connection-properties): New customer
2762         option.
2763         (tramp-get-connection-property): Use it.
2765         * net/tramp-compat.el (top): Require 'trampver.
2767         * net/tramp-sh.el (tramp-remote-process-environment):
2768         Set tramp-autoload cookie.
2770 2013-02-16  Kevin Ryde  <user42@zip.com.au>
2772         * info-look.el (info-lookup-select-mode): If major-mode has no
2773         info-lookup-alist entry then search up derived-mode-parent (bug#8660).
2775 2013-02-16  Jambunathan K  <kjambunathan@gmail.com>
2777         * replace.el (read-regexp): Tighten the regexp that matches tag.
2778         When tag is retrieved with `find-tag-default', use regexp that
2779         matches tag at point.  Also update docstring (Bug#13687).
2781 2013-02-16  Eli Zaretskii  <eliz@gnu.org>
2783         * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
2784         add watch for the file, not its parent directory, since w32notify
2785         sets up the watch for the directory internally.  (Bug#13725)
2787 2013-02-16  Glenn Morris  <rgm@gnu.org>
2789         * image.el (image-default-frame-delay): New variable.
2790         (image-animated-p): Use image-default-frame-delay.
2791         (image-minimum-frame-delay): New constant.
2792         (image-animate-timeout): Use image-minimum-frame-delay.
2794         * image.el (image-nth-frame): New, split from image-animate-timeout.
2795         (image-animate-timeout): Use image-nth-frame.
2796         * image-mode.el (image-goto-frame, image-next-frame)
2797         (image-previous-frame): New commands.
2798         (image-mode-map): Add new frame commands.
2800 2013-02-16  Jonas Bernoulli  <jonas@bernoul.li>
2802         * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
2803         If col-desc already has help-echo, use it.  (Bug#13563)
2805 2013-02-16  Glenn Morris  <rgm@gnu.org>
2807         * image.el (image-current-frame): New variable.
2808         (image-animate-timeout): Set image-current-frame.
2809         * image-mode.el (image-mode): For animated images,
2810         display a frame counter via mode-line-process.
2812         * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
2814 2013-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2816         * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
2818 2013-02-15  Alan Mackenzie  <acm@muc.de>
2820         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
2821         global minor mode has been enabled, call the minor mode function
2822         for a new buffer once only, after the major mode hook, whilst
2823         allowing that hook explicitly to disable the minor mode.
2824         (MODE-disable-in-buffer): New (generated) function.
2825         (disable-MODE): New (generated) buffer local variable.
2827 2013-02-15  Jambunathan K  <kjambunathan@gmail.com>
2829         * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
2830         `iswitchb-next-match' and `iswitchb-prev-match' resply.
2831         * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
2832         `ido-next-match' and `ido-prev-match' resply.
2833         * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
2834         Bind `C-.' and `C-,' to `icomplete-forward-completions' and
2835         `icomplete-backward-completions' (Bug#13708).
2837 2013-02-15  Glenn Morris  <rgm@gnu.org>
2839         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
2841 2013-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2843         * net/goto-addr.el (goto-address-fontify): Add start and end args.
2844         (goto-address-fontify-region): Use them instead of narrowing, so
2845         syntax-ppss has access to the whole buffer.
2847 2013-02-15  Fabián Ezequiel Gallina  <fgallina@cuca>
2849         * progmodes/python.el: Explain how to restore "cc-mode"-like
2850         forward-sexp movement in header documentation (Bug#13642).
2851         (python-nav--forward-sexp): Behave like emacs-lisp-mode in
2852         comments and strings (GH bug 114).
2854 2013-02-15  Fabián Ezequiel Gallina  <fgallina@cuca>
2856         * progmodes/python.el (python-info-current-defun): Fix current
2857         defun detection (Bug#13618).
2859 2013-02-15  Chong Yidong  <cyd@gnu.org>
2861         * xml.el (xml-parse-string): Fix typo in handling of bad character
2862         references.
2864 2013-02-15  Glenn Morris  <rgm@gnu.org>
2866         * play/fortune.el (fortune-compile): Simplify and fix previous change.
2868 2013-02-14  Michael Albinus  <michael.albinus@gmx.de>
2870         * net/tramp.el (tramp-debug-message):
2871         Add `tramp-condition-case-unless-debug'.
2872         (tramp-debug-on-error): New defvar.
2873         (tramp-condition-case-unless-debug): New defun.
2874         (tramp-file-name-handler): Use it.
2876 2013-02-14  Juri Linkov  <juri@jurta.org>
2878         * info.el (Info-isearch-filter): Treat non-nil values of
2879         `search-invisible' including its default value `open'
2880         like the value `t' to match hidden text.  (Bug#13402)
2882 2013-02-14  Glenn Morris  <rgm@gnu.org>
2884         * help-fns.el (find-lisp-object-file-name): Give special treatment
2885         to all ~/.foo.elc files, not just ~/.emacs.  (Bug#9007)
2887 2013-02-14  David Biesack  <sasdjb@d72933.na.sas.com>  (tiny change)
2889         * net/quickurl.el (quickurl-save-urls):
2890         Ensure quickurl-urls is not truncated on printing.  (Bug#9276)
2892 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
2894         * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
2895         depth for unfinished percent literal.  Not using it in the caller.
2896         (ruby-move-to-block): Jump over multiline literals of all types,
2897         ignoring code-looking contents inside them.
2898         (ruby-add-log-current-method): Improve performance at the expense
2899         of accuracy.  `ruby-block-contains-point' is relatively slow, so
2900         only use it for method and singleton class blocks.
2902 2013-02-13  Michael Albinus  <michael.albinus@gmx.de>
2904         Use ControlMaster where applicable.  (Bug#13677)
2906         * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
2907         replacing `tramp-detect-ssh-controlmaster'.
2908         (tramp-default-method): Use it.
2910         * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
2911         [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
2912         arguments.
2913         [scpc, rsyncc]: Remove methods.
2914         (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
2915         and "ssh2_old".
2916         (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
2917         (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
2919 2013-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2921         * emacs-lisp/package.el (package--initialized): Move before first use.
2923 2013-02-13  Jambunathan K  <kjambunathan@gmail.com>
2925         * icomplete.el (icomplete-hide-common-prefix): New user option.
2926         (icomplete-first-match): New face.
2927         (icomplete-completions): Correct handling of "complete but not
2928         unique" (Bug#12638).
2930 2013-02-13  YE Qianchuan  <stool.ye@gmail.com>  (tiny change)
2932         * descr-text.el (describe-char): Display the script (bug#13698).
2934 2013-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2936         * tmm.el: Use lexical-binding and current-active-maps.
2937         (tmm-menubar): Use map-keymap and pcase.
2938         (tmm--completion-table): New function.
2939         (tmm-prompt): Use it to fix the menu order.
2940         (tmm-get-keybind): Use current-active-maps.
2942 2013-02-12  Christopher Schmidt  <christopher@ch.ristopher.com>
2944         Add dired-hide-details-mode.  (Bug#6799)
2946         * locate.el (locate-mode): Set parent mode property to dired-mode.
2948         * find-dired.el (find-dired): Call dired-insert-set-properties on
2949         initial information line.  Set process mark on end of buffer.
2950         (find-dired-sentinel):
2951         Call dired-insert-set-properties on summary.
2953         * dired.el (dired-hide-details-hide-symlink-targets)
2954         (dired-hide-details-hide-information-lines): New options.
2955         (dired-insert-directory):
2956         Set properties after final treatment of output.
2957         (dired-insert-set-properties):
2958         Set dired-hide-details-* properties.
2959         (dired-mode-map): Bind dired-hide-details-mode.
2960         (dired-mode): Set buffer-invisibility-spec to a list.
2961         (dired-next-line): Skip hidden lines.
2962         (dired-previous-line): Use dired-next-line.
2963         (dired-hide-details-mode): New minor mode.
2964         (dired-hide-details-update-invisibility-spec): New function.
2966 2013-02-13  Glenn Morris  <rgm@gnu.org>
2968         * play/yow.el: Move to obsolete/.  (Bug#9384)
2970 2013-02-13  Juri Linkov  <juri@jurta.org>
2972         * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
2973         to select `ediff-control-frame' and set input focus correctly on Xfce.
2974         (Bug#12218)
2976 2013-02-13  Juri Linkov  <juri@jurta.org>
2978         * image-mode.el (image-mode-map):
2979         * doc-view.el (doc-view-mode-map):
2980         * vc/ediff-util.el (ediff-setup-keymap):
2981         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
2983 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
2985         * progmodes/ruby-mode.el (ruby-move-to-block): Improve
2986         performance.  Instead of recalculating indentation fully for each
2987         line, sum up indentation depth based only on visited lines.
2988         (ruby-parse-partial): Increase the depth after "do" even when END
2989         is right after it.
2990         (ruby-parse-partial): When END is in the middle of a percent
2991         literal, increase the depth if the delimiter chars belong to the
2992         paren syntax class.
2994 2013-02-13  Kirill A. Korinskiy  <catap@catap.ru>
2996         * play/fortune.el (fortune-compile): Also make the compiled file
2997         if it does not exist at all, not just if it is old.  (Bug#5338)
2999 2013-02-13  Glenn Morris  <rgm@gnu.org>
3001         * emacs-lisp/package.el (package-menu-execute): Doc fix.
3003 2013-02-13  Yves Baumes  <ybaumes@gmail.com>  (tiny change)
3005         * lisp/emacs-lisp/package.el (package-menu-execute):
3006         Add optional noquery argument.  (Bug#13625)
3008 2013-02-13  Michael Albinus  <michael.albinus@gmx.de>
3010         * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
3011         if DIR exists and PARENTS is non-nil.
3013 2013-02-13  Juanma Barranquero  <lekktu@gmail.com>
3015         * progmodes/js.el (js--multi-line-declaration-indentation):
3016         Silence byte-compiler warning.
3018 2013-02-12  Michael Albinus  <michael.albinus@gmx.de>
3020         * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
3022         * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
3023         only if it doesn't exist.
3025         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3026         Set process marker.
3028 2013-02-12  Tassilo Horn  <tsdh@gnu.org>
3030         * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
3031         UserInstallation when calling soffice to work around LibreOffice
3032         bug 37531.
3034 2013-02-12  Glenn Morris  <rgm@gnu.org>
3036         * files.el (basic-save-buffer):
3037         Offer to create a non-existing directory.  (Bug#3016)
3039         * calc/calc-graph.el (calc-graph-show-dumb):
3040         * calendar/calendar.el (calendar-mode-map):
3041         * cus-edit.el (custom-mode-map):
3042         * ehelp.el (electric-help-map):
3043         * emulation/vip.el (vip-mode-map):
3044         * epa.el (epa-key-list-mode-map):
3045         * info.el (Info-mode-map):
3046         * mail/rmail.el (rmail-mode-map):
3047         * mail/rmailsum.el (rmail-summary-mode-map):
3048         * man.el (Man-mode-map):
3049         * net/newst-plainview.el (newsticker-mode-map):
3050         * progmodes/cpp.el (cpp-edit-mode-map):
3051         * progmodes/grep.el (grep-mode-map):
3052         * progmodes/idlw-help.el (idlwave-help-mode-map):
3053         * simple.el (special-mode-map):
3054         * startup.el (splash-screen-keymap):
3055         * view.el (view-mode-map):
3056         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
3058 2013-02-11  Elias Pipping  <pipping@lavabit.com>
3060         * doc-view.el (doc-view-current-cache-dir): Beware % escapes
3061         (bug#13679).
3063 2013-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3065         * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
3067 2013-02-11  Glenn Morris  <rgm@gnu.org>
3069         * vc/diff.el (diff-use-labels): New variable.
3070         (diff-no-select): Use --label rather than -L, and first
3071         check that it is supported.  (Bug#11067)
3073         * files.el (enable-dir-local-variables): New variable.
3074         (hack-dir-local-variables): Respect enable-dir-local-variables.
3075         * tutorial.el (help-with-tutorial):
3076         Ignore directory-local variables.  (Bug#11127)
3078         * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
3079         (vc-svn-global-switches): ... to here.  (Bug#13513)
3081 2013-02-10  Christopher Schmidt  <christopher@ch.ristopher.com>
3083         * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
3084         Handle "foo (bar, default: xxx): " prompts.
3086 2013-02-10  Chong Yidong  <cyd@gnu.org>
3088         * files.el (basic-save-buffer-1): Do not set
3089         buffer-file-coding-system-explicit (Bug#4533).
3091         * mail/emacsbug.el (report-emacs-bug): Change binding of
3092         report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
3094 2013-02-09  Jay Belanger  <jay.p.belanger@gmail.com>
3096         * calc/calc.el (calc-allow-units-as-numbers): New variable.
3097         * calc/calc-units.el (calc-convert-units): Use new variable.
3099 2013-02-09  Eli Zaretskii  <eliz@gnu.org>
3101         * subr.el (buffer-file-type, default-buffer-file-type): Remove.
3103         * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
3104         buffer-file-type.
3106         * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
3107         (feedmail-run-the-queue, feedmail-dump-message-to-queue)
3108         (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
3109         coding-system-for-write instead.
3111         * jka-compr.el (jka-compr-write-region): Don't bind
3112         buffer-file-type.
3114         * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
3115         buffer-file-type.
3117         * files.el (file-name-buffer-file-type-alist): Remove defvar.
3118         (insert-file-contents-literally): Remove reference to
3119         file-name-buffer-file-type-alist.
3121         * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
3122         make-obsolete.
3123         (find-buffer-file-type-match, find-buffer-file-type): Remove.
3124         (find-buffer-file-type-coding-system): Remove references to
3125         find-buffer-file-type-match, find-buffer-file-type, and
3126         buffer-file-type.
3127         Don't put find-buffer-file-type-coding-system into
3128         file-coding-system-alist.
3129         (find-file-binary, find-file-text): Bind coding-system-for-read
3130         instead of file-name-buffer-file-type-alist.
3132 2013-02-09  Jambunathan K  <kjambunathan@gmail.com>
3134         * doc-view.el: Use (and prefer) soffice as default ODF->PDF
3135         converter (Bug#13622).
3136         (doc-view-unoconv-program): Make obsolete alias.
3137         (doc-view-odf->pdf-converter-program): New variable.
3138         (doc-view-odf->pdf-converter-function): New variable.
3139         (doc-view-mode-p): Use it.
3140         (doc-view-odf->pdf-converter-unoconv):
3141         Rename from `doc-view-odf->pdf-converter-unoconv'.
3142         (doc-view-odf->pdf-converter-soffice): New function.
3143         (doc-view-convert-current-doc):
3144         Use `doc-view-odf->pdf-converter-function'.
3146 2013-02-09  Chong Yidong  <cyd@gnu.org>
3148         * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
3149         view-echo-area-messages (Bug#13340).
3151         * help.el (view-echo-area-messages): Use display-buffer.
3153         * dired-x.el (dired-do-run-mail): Prompt for confirmation
3154         (Bug#13561).
3156 2013-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3158         * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
3159         Eval body right away, now that we do eager macroexpansion (bug#13605).
3161         * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
3162         (fundamental-mode): Use run-mode-hooks.
3164         * eshell/esh-proc.el (eshell/kill): Fix last change.
3165         * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
3167 2013-02-08  Aidan Gauland  <aidalgol@no8wireless.co.nz>
3169         * eshell/esh-proc.el (eshell/kill): Rewrite.
3171         * eshell/em-ls.el (show-almost-all): Declare.
3172         (eshell-do-ls): Add support for -A argument.
3174 2013-02-08  Jambunathan K  <kjambunathan@gmail.com>
3176         * icomplete.el (icomplete-forward-completions)
3177         (icomplete-backward-completions): Handle corner case (bug#13602).
3179 2013-02-07  Michael Albinus  <michael.albinus@gmx.de>
3181         * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
3182         be nil.  Handle this.  (Bug#13636)
3184 2013-02-07  Richard Stallman  <rms@gnu.org>
3186         * mail/rmail.el (rmail-variables): Specify `no-conversion' for
3187         `save-buffer-coding-system'.
3189 2013-02-07  Alan Mackenzie  <acm@muc.de>
3191         Fix bug in state cache mechanism.  Remove 'BOD "strategy".  Refactor.
3192         * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
3193         (c-parse-state-get-strategy): Don't return 'BOD any more.
3194         (c-append-lower-brace-pair-to-state-cache):
3195         Extra parameter HERE instead of narrowing.
3196         Widen to top of buffer before searching backwards for a brace pair.
3197         (c-state-push-any-brace-pair): Add HERE parameter to function call.
3198         (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
3199         Narrow to parameter HERE, in place of being called narrowed.
3200         (c-remove-stale-state-cache): Extra parameter HERE in place of
3201         narrowing.  Check there's an open brace in the cache before
3202         searching for its match.
3203         (c-invalidate-state-cache-1): Add HERE parameter to function call.
3204         (c-parse-state-1): Don't narrow here for 'forward strategy,
3205         instead passing extra parameter HERE to several functions.
3206         Remove 'BOD strategy.
3208 2013-02-06  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
3210         * emacs-lisp/package.el (describe-package-1): Tell what archive is
3211         used to install the package.
3213 2013-02-06  Glenn Morris  <rgm@gnu.org>
3215         * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
3216         if we can't get user input.  (Bug#6567)
3218         * startup.el (command-line): If simple.el is missing,
3219         test and warn about for some possible causes.
3221 2013-02-05  Jan Djärv  <jan.h.d@swipnet.se>
3223         * cus-start.el (all): Add ns-use-native-fullscreen.
3225 2013-02-05  Glenn Morris  <rgm@gnu.org>
3227         * profiler.el (profiler-report-mode-map): Add a restart menu entry.
3229         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
3230         Fix directory creation in fallback case.
3232 2013-02-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3234         * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
3235         (vc-update-change-log): Use dolist.
3237 2013-02-04  Chong Yidong  <cyd@gnu.org>
3239         * thingatpt.el: Rewrite the URL detection routines, absorbing some
3240         code from ffap.el.
3241         (thing-at-point-beginning-of-url-regexp): New var.
3242         (thing-at-point-uri-schemes): Update list of URI schemes.
3243         (thing-at-point-url-regexp): Variable deleted.
3244         (thing-at-point-markedup-url-regexp): Disallow newlines.
3245         (thing-at-point-newsgroup-regexp)
3246         (thing-at-point-newsgroup-heads)
3247         (thing-at-point-default-mail-uri-scheme): New variables.
3248         (thing-at-point-bounds-of-url-at-point): Rewrite.  Use ffap's
3249         method to find the possible bounds of the URI at point.
3250         New optional argument to find ill-formed URIs.
3251         (thing-at-point-url-at-point): Rewrite.  New arguments for finding
3252         ill-formed URIs.  Use thing-at-point-bounds-of-url-at-point, and
3253         the scheme-adding heuristics from ffap-url-at-point.
3254         (thing-at-point--bounds-of-well-formed-url): New function.
3255         Do parens matching to decide whether to include parens in the URI
3256         (Bug#9153).
3258         * ffap.el: Require thingatpt.
3259         (ffap-url-at-point): Delegate URI detection to thing-at-point.
3260         All URI-valid characters are now recognized (Bug#5673).
3261         (ffap-string-at-point): Use use-region-p.
3262         (ffap-url-regexp): Extra character is handled by thing-at-point.
3263         (ffap-string-at-point-mode-alist): Allow parentheses.
3264         (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
3265         Convert to aliases; code moved to thingatpt.el.
3266         (ffap-gnus-hook): Use setq-local.
3268 2013-02-04  Glenn Morris  <rgm@gnu.org>
3270         * emacs-lisp/ert.el (ert--explain-format-atom):
3271         Don't try to print non-characters as characters.  (Bug#13543)
3273 2013-02-03  Michael Albinus  <michael.albinus@gmx.de>
3275         * net/tramp.el (tramp-debug-message): Extend function exclude list.
3276         (tramp-backtrace): New defun.
3277         (tramp-handle-insert-file-contents): Use `visit' when inserting
3278         the local copy.
3280         * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
3281         Use `remote-file-name-inhibit-cache'.
3283 2013-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3285         * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
3286         (bug#13614).
3288         * subr.el (internal--called-interactively-p--get-frame): Avoid filling
3289         current-load-list (bug#13366).
3291 2013-02-02  Christopher Schmidt  <christopher@ch.ristopher.com>
3293         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3294         Identify g++ template instantiation trace.  (Bug#12287)
3295         (compilation-mode-hook, compilation-start-hook)
3296         (compilation-window-height): Simplify docstrings.  (Bug#13379)
3298 2013-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3300         * mouse.el (mouse-drag-track): Always deactivate the mark before
3301         running the final event's command since that command is in charge of
3302         activating the mark if needed (bug#13523).
3304 2013-02-02  Juri Linkov  <juri@jurta.org>
3306         * replace.el (perform-replace): Move let-bindings of isearch-*
3307         variables deeper to the loop that searches for the next match.
3308         Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
3309         Use `isearch-search-fun-default' instead of `isearch-search-fun'.
3310         (Bug#13579)
3312         * isearch.el (isearch-search-fun-default): Check for null
3313         first element of isearch-cmds as a precaution when it's used
3314         with inactive isearch.
3316 2013-02-02  Andrew W. Nosenko  <andrew.w.nosenko@gmail.com>  (tiny change)
3318         * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
3319         error when buffer in question is narrowed so position 1 is out of
3320         visible part.
3322 2013-02-02  Glenn Morris  <rgm@gnu.org>
3324         * textmodes/remember.el (remember-clipboard): Doc fix.
3326 2013-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3328         * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
3329         properties (bug#13179).
3331 2013-02-02  Juri Linkov  <juri@jurta.org>
3333         * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
3334         instead of hard-coded default face `match'.  (Bug#9438)
3336 2012-02-01  Christopher Schmidt  <christopher@ch.ristopher.com>
3338         * vc/vc-arch.el (vc-arch-registered):
3339         * vc/vc-bzr.el (vc-bzr-registered):
3340         * vc/vc-cvs.el (vc-cvs-registered):
3341         * vc/vc-git.el (vc-git-registered):
3342         * vc/vc-hg.el (vc-hg-registered):
3343         * vc/vc-mtn.el (vc-mtn-registered):
3344         * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
3345         (Bug#13139)
3347         * info.el (Info-next-reference, Info-prev-reference): Add numeric
3348         prefix argument.  (Bug#11656)
3350 2013-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3352         * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
3354 2013-02-01  Glenn Morris  <rgm@gnu.org>
3356         * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
3357         if the backend is known not to support it.
3359         * imenu.el (imenu-default-create-index-function):
3360         Tweak infinite loop test to check for forward motion as well as none.
3362 2013-02-01  Alex Harsanyi  <AlexHarsanyi@gmail.com>
3364         * net/soap-client.el (soap-invoke): Encode the string for
3365         `url-request-data' as UTF-8.
3366         Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
3368 2013-02-01  Glenn Morris  <rgm@gnu.org>
3370         * calc/calc-help.el (calc-view-news): Use view-emacs-news.
3372         * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
3374 2013-01-31  Michael Albinus  <michael.albinus@gmx.de>
3376         * net/tramp.el (tramp-tramp-file-p): Comment check for
3377         `string-as-unibyte'.  The function does not exist on XEmacs, and
3378         likely we need another approach.
3380         * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
3381         `tramp-gw-*' variables are bound.
3383 2013-01-31  Glenn Morris  <rgm@gnu.org>
3385         * files.el (basic-save-buffer-2): Choose coding system for
3386         writing the file before backing it up, to reduce delay between
3387         backing up and writing the new version.  (Bug#13522)
3389 2013-01-31  Michal Nazarewicz  <mina86@mina86.com>
3391         * simple.el (cycle-spacing): New command.
3392         (just-one-space): Use it.
3394 2013-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3396         * progmodes/opascal.el: Rename from delphi.el.  Use lexical-binding.
3397         (opascal-newline-always-indents): Remove custom.
3398         (opascal-tab, opascal-newline): Remove commands.
3399         (opascal-new-comment-line): Insert "\n" instead of calling newline.
3400         (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
3401         (opascal-save-match-data): Remove, use save-match-data instead.
3402         (opascal-save-state): Use with-silent-modifications.
3404         * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
3405         (bug#13585).
3407 2013-01-30  Juri Linkov  <juri@jurta.org>
3409         * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
3410         Use fullboth as an alias for fullscreen.  Suggested by Jan Djärv in
3411         <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
3413 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3415         * progmodes/make-mode.el (makefile-backslash-region): Don't compute
3416         column if we're just deleting the backslashes.
3417         (makefile-fill-paragraph): Use eolp.
3419 2013-01-30  Michael Albinus  <michael.albinus@gmx.de>
3421         * autorevert.el (auto-revert-use-notify): Fix docstring.
3423 2013-01-30  Leo Liu  <sdl.web@gmail.com>
3425         * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
3427 2013-01-30  Glenn Morris  <rgm@gnu.org>
3429         * mouse.el (mouse-drag-line): Avoid pushing same event onto
3430         unread-command-events twice in some cases.  This tries to implement
3431         the 2012-07-26 changes in a different way.  (Bug#13560)
3433 2013-01-30  Fabián Ezequiel Gallina  <fgallina@cuca>
3435         * progmodes/python.el
3436         (python-pdbtrack-comint-output-filter-function): Enhancements on
3437         stacktrace detection.  (thanks @gnovak)
3439 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3441         * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
3442         (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
3443         Use defvar-local.
3444         (jit-lock-register): Use setq-local.
3446 2013-01-30  Jay Belanger  <jay.p.belanger@gmail.com>
3448         * calc-units.el (math-default-units-table): Remove initial value.
3449         (calc-convert-units): Treat expressions where all the units cancel as
3450         if they didn't have units.
3452 2013-01-30  Michael Albinus  <michael.albinus@gmx.de>
3454         * net/tramp.el (tramp-process-connection-type): Fix docstring.
3455         (tramp-completion-reread-directory-timeout): Fix type.
3456         (tramp-connection-min-time-diff): New defcustom.
3458         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
3460 2013-01-30  Glenn Morris  <rgm@gnu.org>
3462         * imenu.el (imenu-default-create-index-function):
3463         Put back a version of the infinite loop test removed 2013-01-23.
3465 2013-01-30  Fabián Ezequiel Gallina  <fgallina@cuca>
3467         * progmodes/python.el (python-shell-parse-command):
3468         Find python-shell-interpreter with modified environment.
3470 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3472         * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
3474 2013-01-29  Alan Mackenzie  <acm@muc.de>
3476         Amend to fontify /regexp/s in actions correctly.
3477         * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
3478         (c-awk-harmless-string*-here-re): Braces, parens and semicolons
3479         are no longer included.
3480         (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
3481         What used to be these variables without "-line" in the name.
3482         (c-awk-neutral-re): { is no longer neutral.  Escaped newlines now are.
3483         (c-awk-non-arith-op-bra-re): Now also matches {.
3484         (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
3485         "return", and "case".
3486         (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
3487         by /.
3488         (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
3489         (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
3491 2013-01-29  Michael Albinus  <michael.albinus@gmx.de>
3493         * autorevert.el (auto-revert-use-notify):
3494         Use `custom-initialize-default' for initialization.  (Bug#13583)
3496         * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
3498         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3499         Catch `suppress'.  Otherwise, `tramp-run-real-handler' might be called
3500         in `tramp-file-name-handler'.
3501         (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
3502         compatibility.
3503         (tramp-compute-multi-hops): Check, whether
3504         `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
3506 2013-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3508         * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
3509         (bug#13297).
3511 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
3513         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
3514         checks made superfluous by the \_< operator.
3515         * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
3516         temporarily) broken indentation.
3517         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3518         Highlight nested constants, too.  \_< broke that.
3520 2013-01-27  Nobuyoshi Nakada  <nobu@ruby-lang.org>
3522         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
3523         instead of "\\b".
3525 2013-01-27  Michael Albinus  <michael.albinus@gmx.de>
3527         * autorevert.el (auto-revert-handler): Notifications which result
3528         from a saved file shall not be taken into account.  (Bug#13557)
3530 2013-01-26  Andreas Schwab  <schwab@linux-m68k.org>
3532         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
3533         parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
3534         (lisp-mode): Pass t for it.  (Bug#13556)
3536 2013-01-25  Alan Mackenzie  <acm@muc.de>
3538         AWK Mode: Fix indentation bug at top level.  Bug #12274.
3540         * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
3541         just before CASE 5D.
3543 2013-01-25  Dmitry Antipov  <dmantipov@yandex.ru>
3545         * net/socks.el (socks-nslookup-host): Use string-to-number.
3547 2013-01-25  Michael Albinus  <michael.albinus@gmx.de>
3549         * autorevert.el (auto-revert-remote-files)
3550         (auto-revert-notify-exclude-dir-regexp): New defcustoms.
3551         (auto-revert-notify-enabled, auto-revert-use-notify)
3552         (auto-revert-notify-watch-descriptor-hash-list)
3553         (auto-revert-notify-modified-p, auto-revert-notify-event-p)
3554         (auto-revert-notify-event-descriptor)
3555         (auto-revert-notify-event-action)
3556         (auto-revert-notify-event-file-name): Doc fix.
3557         (global-auto-revert-mode): Reorder checks.
3558         (auto-revert-notify-rm-watch): Respect changed values of
3559         `auto-revert-notify-watch-descriptor-hash-list'.
3560         (auto-revert-notify-add-watch): Check for
3561         `auto-revert-notify-exclude-dir-regexp'.  Adapt filters for
3562         `inotify-add-watch'.  Watch `default-directory' instead of
3563         `buffer-file-name'.  `auto-revert-notify-watch-descriptor-hash-list'
3564         has a changed meaning now.  (Bug#13540)
3565         (auto-revert-notify-handler): Change implementation wrt events
3566         returning from a directory.
3567         (auto-revert-handler): Reorder implementation for checks of remote
3568         files.
3569         (auto-revert-buffers): Fix parentheses error.
3571 2013-01-25  Fabián Ezequiel Gallina  <fgallina@cuca>
3573         * progmodes/python.el: Enhancements to header documentation about
3574         skeletons.  (Bug#5716)
3576         * imenu.el (imenu-default-create-index-function): Remove useless
3577         infinite loop check.  (Bug#13438)
3579 2013-01-25  Alan Mackenzie  <acm@muc.de>
3581         Fix a bug in the state cache mechanism.  Refactor this a bit.
3583         * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
3584         `cache-pos' element from the return value.
3585         (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
3586         buffer to enable proper searching from beyond HERE.  Amend the
3587         test for detecting the sought brace pair.  Amend the value written
3588         to the "brace desert cache" when the brace isn't found.
3589         (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
3590         and several other variables analogously.
3591         (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
3592         parameter to a locally calculated variable.
3593         (c-parse-state-1): Change the calling conventions to the two
3594         defuns involving `cache-pos'.
3596 2013-01-25  Chong Yidong  <cyd@gnu.org>
3598         * xml.el (xml-entity-or-char-ref-re): Fix regexp.
3600 2013-01-24  Aaron Ecay  <aaronecay@gmail.com>  (tiny change)
3602         * paren.el (show-paren-function): Make sure to set 'priority and
3603         'face only if the overlay does exist.
3605 2013-01-24  Michael Albinus  <michael.albinus@gmx.de>
3607         * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
3609         * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
3610         basic attributes.
3611         (tramp-sh-handle-set-file-acl): Improve error checking.
3613 2013-01-24  Dmitry Antipov  <dmantipov@yandex.ru>
3615         * doc-view.el (doc-view-display): Force mode line update until all
3616         document is converted.  Suggested by Stefan Monnier (Bug#13164).
3618 2013-01-23  Bastien Guerry  <bzg@gnu.org>
3620         * paren.el (show-paren-function): Make sure an overlay exists
3621         before trying to delete it.  Also use `pos' as a position only
3622         when it is an integer.
3624 2013-01-23  Dmitry Antipov  <dmantipov@yandex.ru>
3626         * play/gametree.el (gametree-break-line-here): Use point-marker.
3628 2013-01-22  Michael Albinus  <michael.albinus@gmx.de>
3630         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
3631         Mark descriptive parts with `display' property.
3633 2013-01-21  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
3635         * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
3636         New variable to map standard dict names to hunspell ones.
3637         (ispell-set-spellchecker-params): Make sure specific dict names
3638         are used for standard dicts with hunspell.
3640 2013-01-21  Tassilo Horn  <tsdh@gnu.org>
3642         * textmodes/reftex-cite.el (reftex-format-citation): Add format
3643         chars for note (%N) and url (%U).
3644         * textmodes/reftex-vars.el (reftex-cite-format): Document them.
3646 2013-01-21  Juri Linkov  <juri@jurta.org>
3648         * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
3649         in addition to existing separate binding `meta f10' in `global-map'.
3650         (Bug#13484)
3652 2013-01-21  Michael Albinus  <michael.albinus@gmx.de>
3654         Improve XEmacs compatibility.
3656         * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
3658         * net/tramp-adb.el (top): Require `time-date'.
3659         (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
3660         (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
3661         Use `tramp-file-name-handler'.
3662         (tramp-adb-maybe-open-connection):
3663         Use `tramp-compat-set-process-query-on-exit-flag'.
3665         * net/tramp-sh.el (tramp-sh-handle-file-acl):
3666         Use `tramp-compat-funcall'.
3668         * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
3669         `tramp-compat-funcall'.
3671 2013-01-21  Jürgen Hötzel  <juergen@archlinux.org>
3673         * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
3674         reimplementation using "adb shell command ..." instead of running
3675         remote shell interactively.
3677 2013-01-20  Glenn Morris  <rgm@gnu.org>
3679         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
3680         Add native profiler menu entries.
3682         * profiler.el (profiler-running-p): New function.
3683         (profiler-cpu-profile): Use profiler-running-p.
3684         (profiler-report-mode-map): Add some more menu entries.
3686 2013-01-19  Glenn Morris  <rgm@gnu.org>
3688         * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
3689         fixes 2012-12-07 change.  (Bug#13499)
3691 2013-01-19  Leo Liu  <sdl.web@gmail.com>
3693         * dired.el (dired-get-marked-files): Prune erroneous values due to
3694         last change.  (Bug#13152)
3696 2013-01-19  Glenn Morris  <rgm@gnu.org>
3698         * progmodes/etags.el (tags-table-check-computed-list):
3699         Preserve point in tags buffer.  (Bug#13412)
3701         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
3703 2013-01-19  Christian Wittern  <cwittern@gmail.com>  (tiny change)
3704             Chong Yidong  <cyd@gnu.org>
3706         * image-mode.el (image-next-file, image-previous-file):
3707         New commands (Bug#8453).
3708         (image-mode-map): Bind them to n and p.
3709         (image-mode--images-in-directory): New helper function.
3711 2013-01-19  Chong Yidong  <cyd@gnu.org>
3713         * image-mode.el (image-mode-fit-frame): Add a frame argument.
3714         Suggested by Drew Adams (Bug#7730).  Handle window decorations;
3715         save and restore the old window configuration.
3717 2013-01-18  Leo Liu  <sdl.web@gmail.com>
3719         * progmodes/js.el: Tweak autoload cookie for alias.
3721 2013-01-17  Michael Albinus  <michael.albinus@gmx.de>
3723         * autorevert.el (auto-revert-notify-watch-descriptor): Make it
3724         buffer local, again.  This was lost with the fix on 2013-01-12.
3726 2013-01-17  Jürgen Hötzel  <juergen@archlinux.org>
3728         * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
3729         order to support several eshell buffers in parallel.
3731 2013-01-17  Michael Albinus  <michael.albinus@gmx.de>
3733         * autorevert.el (auto-revert-use-notify): In the :set function, do
3734         not modify `kill-buffer-hook'.
3735         (auto-revert-notify-rm-watch):
3736         Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
3737         (auto-revert-notify-add-watch): Do not call
3738         `auto-revert-notify-rm-watch', but add it to a buffer local
3739         `kill-buffer-hook'.
3741 2013-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3743         * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
3744         call to `eval' rather than a backquoted lambda.
3746 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3748         * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
3749         to return an explicit nil.
3750         (advice--remove-function): Change accordingly.
3752         * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
3753         the use of nadvice.el.
3755         * progmodes/which-func.el (which-function): Silence imenu errors
3756         (bug#13433).
3758 2013-01-15  Michael R. Mauger  <mmaug@yahoo.com>
3760         * progmodes/sql.el (sql-imenu-generic-expression):
3761         (sql-mode-font-lock-object-name): Match schema qualified names.
3762         (sql-connect): Use string keys.
3763         (sql-product-interactive): Wait for interpreter prompt.
3764         (sql-comint-oracle): Set process coding based on NLS_LANG.
3766 2013-01-15  Michael R. Mauger  <mmaug@yahoo.com>
3768         * progmodes/sql.el (sql-output-to-send): Remove, unused.
3769         (sql-interactive-remove-continuation-prompt):
3770         (sql-send-magic-terminator, sql-interactive-mode): Remove references.
3772 2013-01-14  Leo Liu  <sdl.web@gmail.com>
3774         * calendar/calendar.el (calendar-redraw): Sync window-point and point.
3775         (Bug#13420)
3777 2013-01-14  Glenn Morris  <rgm@gnu.org>
3779         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3780         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
3782 2013-01-13  Fabián Ezequiel Gallina  <fgallina@cuca>
3784         * progmodes/python.el (python-nav-end-of-statement):
3785         Fix cornercase when handling multiline strings.
3787 2013-01-13  Richard Stallman  <rms@gnu.org>
3789         * mail/sendmail.el (mail-position-on-field): Add doc string.
3791         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
3792         Get current message boundaries and pass them to
3793         message-forward-make-body-mime.  Minor style changes.
3795 2013-01-13  Eli Zaretskii  <eliz@gnu.org>
3797         * cus-start.el (all): Avoid warnings about
3798         scroll-bar-adjust-thumb-portion on platforms where it is not defined.
3800 2013-01-11  Jan Djärv  <jan.h.d@swipnet.se>
3802         * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
3804 2013-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3806         * jit-lock.el (jit-lock-debug-mode): New minor mode.
3807         (jit-lock--debug-fontifying): New var.
3808         (jit-lock--debug-fontify): New function.
3809         * subr.el (condition-case-unless-debug): Don't prevent catching the
3810         error, just let the debbugger run.
3811         * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
3812         timer code and don't drop errors silently.
3814 2013-01-12  Michael Albinus  <michael.albinus@gmx.de>
3816         * autorevert.el (auto-revert-notify-watch-descriptor): Give it
3817         `permanent-local' property.
3818         (auto-revert-notify-handler): Use `file-equal-p'.
3820 2013-01-12  Eli Zaretskii  <eliz@gnu.org>
3822         * autorevert.el (auto-revert-notify-handler): Fix filtering of
3823         file notification by ACTION. For filtering by file name, compare
3824         only the non-directory part of the file name.
3826 2013-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3828         * autorevert.el: Use cl-lib instead of cl.
3830         * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
3831         (vc-bzr-checkin): Use it.
3832         * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
3833         will preserve match-data.
3835 2013-01-11  Felix H. Dahlke  <fhd@ubercode.de>
3837         * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
3838         (js--declaration-keyword-re): New var.
3839         (js--multi-line-declaration-indentation): New function.
3840         (js--proper-indentation): Use it.
3842 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
3844         * calc/calc.el (calc-highlight-selections-with-faces)
3845          (calc-dispatch):
3846         * comint.el (comint-history-isearch-message):
3847         * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
3848         * ffap.el (ffap-string-at-point-region, ffap-next)
3849         (ffap-string-at-point, ffap-string-around)
3850         (ffap-copy-string-as-kill, ffap-highlight-overlay)
3851         (ffap-literally):
3852         * font-lock.el (font-lock-keywords-alist)
3853         (font-lock-removed-keywords-alist):
3854         * help-mode.el (help-xref-symbol-regexp):
3855         * info.el (Info-find-emacs-command-nodes):
3856         * international/mule.el (add-to-coding-system-list):
3857         * isearch.el (isearch-message-function, isearch-fail-pos):
3858         * misearch.el (multi-isearch-next-buffer-function):
3859         * newcomment.el (comment-box):
3860         * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
3861         (pr-setting-database):
3862         * progmodes/cc-fonts.el (c-font-lock-keywords-3)
3863         (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
3864         (java-font-lock-keywords-3, idl-font-lock-keywords-3)
3865         (pike-font-lock-keywords-3):
3866         * progmodes/compile.el (compile):
3867         * progmodes/etags.el (tags-table-files)
3868         (tags-table-files-function, tags-included-tables-function):
3869         * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
3870         (gdb-restore-windows):
3871         * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
3872         (ps-n-up-filling-database):
3873         * server.el (server-buffer, server-log):
3874         * simple.el (newline, delete-backward-char, delete-forward-char)
3875         (minibuffer-history-isearch-message, kill-line, track-eol)
3876         (temporary-goal-column):
3877         * textmodes/flyspell.el (flyspell-mark-duplications-flag)
3878         (flyspell-default-deplacement-commands):
3879         * textmodes/ispell.el (ispell-accept-output):
3880         * textmodes/sgml-mode.el (html-tag-help):
3881         * vc/compare-w.el (compare-ignore-whitespace)
3882         (compare-ignore-case, compare-windows-dehighlight):
3883         * vc/diff.el (diff):
3884         * whitespace.el (whitespace-point)
3885         (whitespace-font-lock-refontify, whitespace-bob-marker)
3886         (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
3888 2013-01-11  Michael Albinus  <michael.albinus@gmx.de>
3890         * autorevert.el (top): Require 'cl in order to pacify byte compiler.
3891         (auto-revert-notify-rm-watch): Ignore errors.
3892         (auto-revert-notify-add-watch): Ignore errors.  Use '(modify) for
3893         inotify, and '(size last-write-time) for w32notify.
3894         Set buffer-local `auto-revert-use-notify' to nil when adding a file
3895         watch fails - this is a fallback to the file modification check.
3896         (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
3897         (auto-revert-notify-event-action)
3898         (auto-revert-notify-event-file-name): New defuns.
3899         (auto-revert-notify-handler): Use them.  Implement first
3900         plausibility checks.
3901         (auto-revert-handler): Handle also `auto-revert-tail-mode'.
3903 2013-01-11  Julien Danjou  <julien@danjou.info>
3905         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
3906         max are almost equal. Also return the correct value for V which is
3907         already between 0 and 1.
3909 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
3911         * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
3913 2013-01-11  Eli Zaretskii  <eliz@gnu.org>
3915         * autorevert.el (auto-revert-notify-rm-watch)
3916         (auto-revert-notify-add-watch): Fix typos in w32notify function
3917         names.
3919 2013-01-10  Michael Albinus  <michael.albinus@gmx.de>
3921         * autorevert.el (auto-revert-notify-enabled): Move up.
3922         (auto-revert-use-notify): New defcustom.
3923         (auto-revert-mode, global-auto-revert-mode)
3924         (auto-revert-notify-add-watch, auto-revert-handler)
3925         (auto-revert-buffers): Use `auto-revert-use-notify' instead of
3926         `auto-revert-notify-enabled'.
3928 2013-01-10  Elias Pipping  <pipping@exherbo.org>
3930         * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
3931         * doc-view.el (doc-view-document->bitmap):
3932         Use doc-view-single-page-converter-function instead of
3933         single-page-converter arg; adjust callers.
3935 2013-01-10  Feng Li  <fengli@gmail.com>  (tiny change)
3937         * progmodes/which-func.el (which-function): Understand Semantic's use
3938         of overlays in imenu--index-alist.
3940 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
3942         * man.el: Handle different "man -k" behaviors (bug#13160).  Use utf-8.
3943         (Man-man-k-use-anchor): New var.
3944         (Man-parse-man-k): New function.
3945         (Man-completion-table): Use it.
3946         (man): Flush the completion cache between uses.
3948 2013-01-10  Michael Albinus  <michael.albinus@gmx.de>
3950         * autorevert.el: Add file watch support.
3951         (auto-revert-notify-enabled): New defconst.
3952         (auto-revert-notify-watch-descriptor-hash-list)
3953         (auto-revert-notify-watch-descriptor)
3954         (auto-revert-notify-modified-p): New defvars.
3955         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
3956         (auto-revert-notify-handler): New defuns.
3957         (auto-revert-mode, global-auto-revert-mode): Remove file watches
3958         when mode is disabled.
3959         (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
3960         (auto-revert-buffers): Add file watches for active buffers.
3962 2013-01-10  Dmitry Antipov  <dmantipov@yandex.ru>
3964         * cus-start.el (toplevel): Only allow float values for
3965         scroll-up-aggressively and scroll-down-aggressively.
3966         Allow any number for line-spacing.
3968 2013-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3970         * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
3971         (doc-view-pdf->png-converter-function): Use mupdf if available.
3972         (doc-view-djvu->png-converter-function)
3973         (doc-view-ps->png-converter-function): Remove.
3974         (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
3975         (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
3976         (doc-view-already-converted-p): Adjust accordingly.
3977         (doc-view-mode-p): Simplify.
3978         (doc-view-enlarge): Use setq-local.
3979         (doc-view-pdf->png-converter-ghostscript)
3980         (doc-view-djvu->png-converter-ddjvu)
3981         (doc-view-pdf->png-converter-mupdf): Rework to call
3982         doc-view-start-process directly.
3983         (doc-view-pdf/ps->png): Simplify accordingly.
3984         (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
3985         (doc-view-document->bitmap): Rename from doc-view-document->png.
3986         (doc-view-convert-current-doc): Merge pdf and djvu cases.
3987         (doc-view-set-slice-from-bounding-box): Fix completion table.
3988         (doc-view-mode): Use add-hook for after-revert-hook.
3990 2013-01-10  Glenn Morris  <rgm@gnu.org>
3992         * emacs-lisp/authors.el (authors-ignored-files)
3993         (authors-valid-file-names, authors-renamed-files-alist):
3994         Add some more entries.
3996 2013-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3998         * image-mode.el (image-mode-winprops): Don't throw away the fallback
3999         `t' pseudo-window entry.
4001 2013-01-10  Alan Mackenzie  <acm@muc.de>
4003         Fix bugs in the c-parse-state mechanism.  Reuse some markers
4004         instead of continually generating new ones.
4006         * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
4007         (c-state-old-cpp-end-marker): New variables.
4008         (c-append-lower-brace-pair-to-state-cache): Start a backward
4009         search for "}" definitively outside CPP constructs.
4010         (c-remove-stale-state-cache): Inform the caller of a need to
4011         search back for a brace pair in certain circumstances.
4012         (c-state-maybe-marker): New macro.
4013         (c-parse-state): Reuse markers when appropriate.
4015 2013-01-10  Glenn Morris  <rgm@gnu.org>
4017         * simple.el (execute-extended-command): Doc fix.
4018         Bind prefix-arg around read-extended-command, for prompt.  (Bug#13395)
4020 2013-01-10  Chong Yidong  <cyd@gnu.org>
4022         * faces.el (read-face-name): Doc fix.
4024 2013-01-10  Roland Winkler  <winkler@gnu.org>
4026         * emacs-lisp/crm.el: Allow any regexp for separators.
4027         (crm-default-separator): All spaces around the default comma separator.
4028         (crm--completion-command): New macro.
4029         (crm-completion-help, crm-complete, crm-complete-word): Use it.
4030         (crm-complete-and-exit): Handle non-single-char separators.
4032 2013-01-09  Elias Pipping  <pipping@lavabit.com>
4034         * doc-view.el: Add support for DjVu (bug#13164).
4035         (doc-view-djvu->png-converter-function): New config var.
4036         (doc-view-single-page-converter-function, doc-view--image-type)
4037         (doc-view--image-file-extension): New vars.
4038         (doc-view-mode): Initialize them.
4039         (doc-view-goto-page): Use them.
4040         (doc-view-mode-p): Add support for ddjvu.
4041         (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
4042         (doc-view-set-up-single-converter): New funs.
4043         (doc-view-pdf/ps->png): Extend for djvu.
4044         (doc-view-document->png): Rename from doc-view-pdf->png.
4045         (doc-view-convert-current-doc): Handle djvu.
4046         (doc-view-insert-image, doc-view-display)
4047         (doc-view-already-converted-p): Don't hardcode png.
4048         (doc-view-set-doc-type): Recognize djvu docs.
4050 2013-01-09  Elias Pipping  <pipping@lavabit.com>
4052         * doc-view.el: Add support for mupdf converter (bug#13164).
4053         (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
4054         (doc-view-ps->png-converter-function): New config vars.
4055         (doc-view-pdf->png-converter-ghostscript)
4056         (doc-view-ps->png-converter-ghostscript)
4057         (doc-view-pdf->png-converter-mupdf): New functions.
4058         (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
4060 2013-01-09  Jürgen Hötzel  <juergen@archlinux.org>
4062         * net/tramp.el (tramp-eshell-directory-change): Check remote-path
4063         first in session cache: When `tramp-own-remote-path' is in
4064         `tramp-remote-path', the remote path is only set in the session
4065         cache.
4067 2013-01-09  Glenn Morris  <rgm@gnu.org>
4069         * emacs-lisp/trace.el (trace-function-foreground)
4070         (trace-function-background): Doc fix.
4072 2013-01-09  Juri Linkov  <juri@jurta.org>
4074         * international/mule-cmds.el (read-char-by-name): Move let-binding
4075         of completion-ignore-case around completing-read to fix regression
4076         exhibited by the test case `C-x 8 RET *acc TAB' and caused by
4077         `string-match-p' using the nil value of `case-fold-search' and
4078         `completion-ignore-case' in `completion-pcm--all-completions'.
4079         (Bug#12615).
4081 2013-01-09  Glenn Morris  <rgm@gnu.org>
4083         * progmodes/compile.el (compilation-parse-errors):
4084         Fix typo.  (Bug#13369)
4086 2013-01-09  Vitalie Spinu  <spinuvit@gmail.com>  (tiny change)
4088         * comint.el (comint-send-input): Check size of buffer before
4089         waiting for process output, in case already accepted.  (Bug#13290)
4091 2013-01-09  Paul Eggert  <eggert@cs.ucla.edu>
4093         Spelling fixes.
4094         * net/tramp-adb.el (tramp-adb-get-toolbox):
4095         Fix misspelling of 'unknown'.
4097 2013-01-08  Juri Linkov  <juri@jurta.org>
4099         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
4100         * progmodes/flymake.el (flymake-errline, flymake-warnline):
4101         Use underline style wave on terminals that support it.  (Bug#13000)
4103 2013-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4105         * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
4106         the predicate returns nil.
4108         * simple.el: Use lexical-binding.
4109         (primitive-undo): Use pcase.
4110         (minibuffer-history-isearch-push-state): Use a closure.
4112 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
4114         * simple.el (primitive-undo): Move from undo.c.
4116 2013-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4118         * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
4119         (cvs-mode-remove-handled): Use it (bug#13380).
4121         * emacs-lisp/nadvice.el (advice--tweak): New function.
4122         (advice--remove-function, advice--subst-main): Use it.
4124         * emacs-lisp/advice.el: Update commentary.
4126 2013-01-08  Michael Albinus  <michael.albinus@gmx.de>
4128         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4129         Remove spurious entry.
4131 2013-01-08  Glenn Morris  <rgm@gnu.org>
4133         * net/tramp.el (tramp-default-host-alist): Add :version.
4135 2013-01-08  Juri Linkov  <juri@jurta.org>
4137         * info.el (Info-read-node-name-2): Don't duplicate suffixes for
4138         single completion.  (Bug#12456)
4139         (info--manual-names): Expand node completions into an explicit list
4140         before appending it to another list.  Filter out internal buffers
4141         with the leading space in the buffer name.  (Bug#10771)
4143 2013-01-08  Juri Linkov  <juri@jurta.org>
4145         * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
4146         that defaults to the Top node.
4147         (Info-goto-node, Info-read-node-name): Doc fix to mention that
4148         the short format (FILENAME) goes to the Top node.
4149         (Info-build-node-completions): Rename arg `file' to `filename'.
4150         (Bug#13365)
4152 2013-01-07  Bastien Guerry  <bzg@gnu.org>
4154         * menu-bar.el (menu-bar-search-documentation-menu):
4155         Use `apropos-user-option' and fix the help message.
4157 2013-01-07  Bastien Guerry  <bzg@gnu.org>
4159         * apropos.el (apropos-do-all): Update docstring.
4160         (apropos-user-option-button): New face.
4161         (apropos-user-option): Rename from `apropos-variable' and update
4162         docstring.
4163         (apropos-variable): Rewrite, now show all variables by default.
4164         (apropos-print): Mention "User option" instead of "Variable" when
4165         printing doc for user options.  (Bug#13276)
4167 2013-01-07  Jürgen Hötzel  <juergen@archlinux.org>
4169         * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
4170         Handle filename correctly, when parsing "source -> target" symlink
4171         output.
4172         (tramp-adb-handle-set-file-times): New defun.
4174 2013-01-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4176         * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
4177         advice list when the interactive-spec of ad-Advice-* changes.
4179 2013-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4181         * wid-edit.el (widget-default-get): Work for inlined elements.
4182         (Bug#12670)
4184 2013-01-07  Michael Albinus  <michael.albinus@gmx.de>
4186         * net/tramp.el (tramp-default-host-alist): New defcustom.
4187         (tramp-find-host): Use it.
4188         (tramp-eshell-directory-change): Move from tramp-sh.el.  Add to
4189         `eshell-directory-change-hook'.
4191         * net/tramp-adb.el (top): Add adb specific entry in
4192         `tramp-default-host-alist'.
4193         (tramp-adb-file-name-host): Remove function.
4194         (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
4195         Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
4197         * net/tramp-sh.el: Move eshell integration code to tramp.el.
4199 2013-01-06  Jürgen Hötzel  <juergen@archlinux.org>
4201         * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
4203 2013-01-06  Michael Albinus  <michael.albinus@gmx.de>
4205         * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
4206         consist of more than one digit.
4207         (tramp-adb-file-name-handler-alist):
4208         Use `tramp-handle-file-exists-p' consistently.
4209         (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
4210         (tramp-adb-handle-file-exists-p): Remove function.
4211         (tramp-adb-file-name-host): New defun.
4212         (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
4213         Use it.
4214         (tramp-adb-maybe-open-connection): Set "remote-path" property.
4216 2013-01-06  Chong Yidong  <cyd@gnu.org>
4218         * vc/vc.el (vc-next-action): Detect buffer modifications
4219         conflicting with locking VCS operation (Bug#11490).
4221         * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
4223 2013-01-05  Michael Albinus  <michael.albinus@gmx.de>
4225         * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
4226         (tramp-adb-handle-directory-files-and-attributes): Fix typos.
4228 2013-01-05  Jürgen Hötzel  <juergen@archlinux.org>
4230         * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
4231         parsing of ls output using regular expression (handle filenames
4232         with spaces).  Use virtual device number.
4233         (tramp-do-parse-file-attributes-with-ls): New defun (Code
4234         cleanup).
4236 2013-01-04  Daiki Ueno  <ueno@gnu.org>
4238         * epg.el: Silence byte-compiler warnings.
4239         (epg--start): Use delete-char instead of delete-backward-char.
4240         (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
4242 2013-01-04  Daiki Ueno  <ueno@gnu.org>
4244         * epg.el (epg--start): Don't call "tty" program on W32 platforms.
4245         Suggested by Eli Zaretskii  <eliz@gnu.org>.
4247 2013-01-04  Michael Albinus  <michael.albinus@gmx.de>
4249         * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
4250         non-negative integers.  Otherwise, the default values are used.
4251         (tramp-convert-file-attributes): Convert uid and gid to integers.
4253 2013-01-04  Glenn Morris  <rgm@gnu.org>
4255         * term.el (term-handle-colors-array): Ensure face attributes
4256         are fully specified, not nil.  (Bug#13337)
4258         * term.el (term-default-fg-color, term-default-bg-color):
4259         Fix custom type.
4261         * progmodes/etags.el (tags-compression-info-list): Doc fix.
4262         (tag-find-file-of-tag-noselect): Check auto-compression-mode
4263         rather than 'jka-compr being loaded.  (Bug#13338)
4265 2013-01-04  Wesley Dawson  <whd@lavabit.com>  (tiny change)
4267         * icomplete.el (icomplete-completions):
4268         Honor icomplete-prospects-height once more following
4269         2012-11-29 changes.  (Bug#13224)
4271 2013-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4273         * subr.el (internal--called-interactively-p--get-frame): Find aliases
4274         of called-interactively-p as well (bug#13237).
4276         * view.el (view--enable, view--disable): Rename from view-mode-enable
4277         and view-mode-disable and assume it's called from view-mode.
4278         (view-mode-enable, view-mode-disable): Redefine as obsolete
4279         compatibility layer above view-mode.
4280         (view-mode-enter): Call `view-mode'.
4282         * files.el (after-find-file): Call `view-mode'.
4284         * doc-view.el (doc-view-scale-internally): New var.
4285         (doc-view-enlarge, doc-view-insert-image): Obey it.
4287 2013-01-03  Daiki Ueno  <ueno@gnu.org>
4289         * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
4290         exist.  (Bug#13344)
4292 2013-01-03  Glenn Morris  <rgm@gnu.org>
4294         * mail/rmail.el (rmail-set-header-1): Ignore case.
4295         Handle multi-line headers.  (Bug#13330)
4297         * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
4298         Handle paragraph starting at beginning of buffer.
4300         * subr.el (eval-after-load): Don't purecopy the form, so that it
4301         can be nconc'd later on; reverts 2009-11-11 change.  (Bug#13331)
4303         * emacs-lisp/byte-run.el (defun): Place cl declarations
4304         after any interactive spec.  (Bug#13265)
4306 2013-01-02  Andreas Schwab  <schwab@linux-m68k.org>
4308         * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
4309         defun.  Don't check for DECL if DOCSTRING isn't a string.
4310         (defun): Likewise.
4312 2013-01-02  Glenn Morris  <rgm@gnu.org>
4314         * eshell/em-cmpl.el (eshell-pcomplete):
4315         More thoroughly imitate pcomplete.  (Bug#13293)
4317         * files.el (parse-colon-path): Doc fix.  (Bug#12351)
4318         Return nil for empty path elements.  (Bug#13296)
4320 2013-01-02  Fabián Ezequiel Gallina  <fgallina@cuca>
4322         * progmodes/python.el (python-nav-end-of-statement): Rewrite in
4323         order to improve efficiency (Based on Daniel Colascione's
4324         <dancol@dancol.org> patch).  (Bug#13182)
4326 2013-01-02  Glenn Morris  <rgm@gnu.org>
4328         * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
4330 2013-01-02  Andreas Schwab  <schwab@linux-m68k.org>
4332         * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
4333         neither DOCSTRING nor DECL was given.  (Bug#13316)
4335 2013-01-02  Michael Albinus  <michael.albinus@gmx.de>
4337         * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
4338         `error' call.
4339         (tramp-do-copy-or-rename-file): Ignore errors when calling
4340         `set-file-extended-attributes'.
4342         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4343         Add handler for `file-acl'.
4344         (tramp-smb-handle-file-acl): New defun.
4346 2013-01-02  Jay Belanger  <jay.p.belanger@gmail.com>
4348         * calc/README: Mention ISO 8601 week-numbering dates.
4350 2013-01-01  Martin Rudalics  <rudalics@gmx.at>
4352         * view.el (view-mode-enable): New argument run-view-mode-hook.
4353         Run view-mode-hook only when it's non-nil (Bug#13315).
4354         (view-mode-enter): Call view-mode-enable with run-view-mode-hook
4355         argument t.
4357 2012-12-31  Jürgen Hötzel  <juergen@archlinux.org>
4359         * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
4360         (No device connected, invalid device name). (Bug #13299)
4362 2012-12-31  Martin Rudalics  <rudalics@gmx.at>
4364         * window.el (window-resizable--p): Rename to window-resizable-p.
4365         (window-resize-no-error): New function.
4367         * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
4368         broken in fix from 2012-12-28.
4370 2012-12-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4372         * subr.el (special-form-p): Don't signal errors on undef aliases.
4374 2012-12-31  Jay Belanger  <jay.p.belanger@gmail.com>
4376         * calc/calc-forms.el (math-parse-date): Try using
4377         `math-parse-iso-date' when it looks like it might be needed.
4378         Allow times of 24:00.
4379         (math-parse-date-validate, math-parse-iso-date-validate): Allow times
4380         of 24:00.
4382 2012-12-30  Glenn Morris  <rgm@gnu.org>
4384         * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
4385         Remove unnecessary/buggy autoloads (missing interactive).  (Bug#13294)
4386         (rmail-summary-displayed, rmail-summary): Declare.
4387         (mairix-rmail-display): Just require rmail.
4389 2012-12-30  Chong Yidong  <cyd@gnu.org>
4391         * emacs-lisp/package.el (package-untar-buffer): Improve integrity
4392         check for the tarball contents.
4394 2012-12-30  Matt Fidler  <matt.fidler@alcon.com>  (tiny change)
4396         * emacs-lisp/package.el (package-untar-buffer): Handle problematic
4397         tarfile content listings (Bug#13136).
4399 2012-12-30  Mark Lillibridge  <mark.lillibridge@hp.com>
4401         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
4402         Insert the undecoded text of the message being forwarded.  (Bug#9521)
4404 2012-12-30  Michael Albinus  <michael.albinus@gmx.de>
4406         * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
4407         integers, if they are real numbers.  (Bug#13282)
4409         * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
4410         Return `t' on success.
4412         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4413         Add handler for `set-file-selinux-context'.
4415 2012-12-29  Michael Albinus  <michael.albinus@gmx.de>
4417         * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
4418         (tramp-sh-handle-set-file-acl): Return `t' on success.
4420 2012-12-29  Eli Zaretskii  <eliz@gnu.org>
4422         * files.el (backup-buffer-copy, basic-save-buffer-2):
4423         If set-file-extended-attributes fails, fall back on set-file-modes
4424         instead of signaling an error.  (Bug#13298)
4425         (basic-save-buffer): Likewise.
4427 2012-12-29  Fabián Ezequiel Gallina  <fgallina@cuca>
4429         * progmodes/python.el: Support other commands triggering
4430         python-indent-line so indentation cycling continues to work.
4431         (python-indent-trigger-commands): New defcustom.
4432         (python-indent-line): Use it.
4434 2012-12-29  Fabián Ezequiel Gallina  <fgallina@cuca>
4436         * progmodes/python.el (python-shell-send-region): Add blank lines
4437         for non sent code so backtraces remain correct.
4439 2012-12-29  Fabián Ezequiel Gallina  <fgallina@cuca>
4441         * progmodes/python.el: Remove cl dependency.
4442         (python-syntax-count-quotes): Replace incf call.
4443         (python-fill-string): Replace setf call.
4445 2012-12-29  Damien Cassou  <damien.cassou@gmail.com>
4447         * info.el (info-other-window): New arg, for consistency with info.
4449 2012-12-28  Martin Rudalics  <rudalics@gmx.at>
4451         * mail/rmail.el (rmail-maybe-display-summary):
4452         Rewrite (Bug#13066).
4454 2012-12-28  Andreas Schwab  <schwab@linux-m68k.org>
4456         * epg.el (epg--start): Modify process-environment locally.
4458 2012-12-28  Daiki Ueno  <ueno@gnu.org>
4460         * epg.el: Support pinentry-curses.
4461         Suggested by Werner Koch in
4462         <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
4463         (epg-agent-file, epg-agent-mtime): New variable.
4464         (epg--start): Record the modified time of gpg-agent socket file,
4465         to restore Emacs frame after pinentry-curses termination.
4466         (epg-wait-for-completion): Restore Emacs frame here.
4468 2012-12-27  Juri Linkov  <juri@jurta.org>
4470         * info.el (Info-file-completions): New variable.
4471         (Info-read-node-name-1): Complete node names in the Info file
4472         when a file name is given.  Call `Info-build-node-completions'
4473         with a file name.
4474         (Info-build-node-completions): Add new arg `file'.  When it is
4475         non-nil, visit it in a temporary buffer and cache its completions in
4476         `Info-current-file-completions'.  Move most of the function body to
4477         `Info-build-node-completions-1'.
4478         (Info-build-node-completions-1): New function with the body from
4479         `Info-build-node-completions'.  (Bug#12456)
4481 2012-12-27  Juri Linkov  <juri@jurta.org>
4483         * frame.el (frame-maximization-style): Remove user option.
4484         (cycle-frame-maximized): Remove function.
4485         (toggle-frame-maximized): Rewrite and bind to M-<f10>.
4486         (toggle-frame-fullscreen): New command bound to <f11> instead of
4487         `toggle-frame-maximized'.
4488         http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
4490 2012-12-27  Michael Albinus  <michael.albinus@gmx.de>
4492         * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
4494         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4495         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4496         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
4497         for `file-accessible-directory-p'.  (Bug#13275)
4499 2012-12-27  Sam Steingold  <sds@gnu.org>
4501         * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
4502         continuations, see <http://stackoverflow.com/questions/3582436>.
4504 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
4506         * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
4507         "module" and "def" to have indentation before them.
4508         Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
4510         * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
4512 2012-12-27  Alan Mackenzie  <acm@muc.de>
4514         Speed up fontification where there's large brace blocks.
4515         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
4516         to a call of c-beginning-of-decl-1.
4518 2012-12-27  Vitalie Spinu  <spinuvit@gmail.com>  (tiny change)
4520         * comint.el (comint-adjust-window-point): New function.
4521         (comint-postoutput-scroll-to-bottom):
4522         Call comint-adjust-window-point (Bug#13248).
4524 2012-12-26  Dmitry Gutov  <dgutov@yandex.ru>
4526         * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
4527         Rakefile regexp.
4528         (auto-mode-alist): Associate .gemspec files with ruby-mode
4529         (https://bugs.ruby-lang.org/issues/5453).
4531 2012-12-26  Jürgen Hötzel  <juergen@archlinux.org>
4533         * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
4534         Suppress coloring, if possible (required for BusyBox based systems like
4535         CyanogenMod).
4536         (tramp-adb-handle-file-attributes)
4537         (tramp-adb-handle-insert-directory)
4538         (tramp-adb-handle-file-name-all-completions): Use it.
4539         (tramp-adb-get-toolbox): New defun.  Check for remote shell
4540         implementation (BusyBox or Toolbox).
4542 2012-12-24  Constantin Kulikov  <zxnotdead@gmail.com>  (tiny change)
4544         * startup.el (initial-buffer-choice): Allow function as value
4545         (Bug#13251).
4546         (command-line-1): Handle case where initial-buffer-choice
4547         specifies a function.
4548         * server.el (server-execute): Handle case where
4549         initial-buffer-choice specifies a function.
4551 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
4553         * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
4554         its own function.
4555         (smtpmail-try-auth-methods): Forget the user name/password if the
4556         login is unsuccessful (bug#12424).
4558 2012-12-22  Michael Albinus  <michael.albinus@gmx.de>
4560         * notifications.el (notifications-notify): Protect body with
4561         `with-demoted-errors'.
4563         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
4564         Check properties of remote device.  Restart connection, if there is a
4565         change.
4567 2012-12-21  Chong Yidong  <cyd@gnu.org>
4569         * sort.el (sort-subr): Doc fix (Bug#13056).
4571 2012-12-21  Bastien Guerry  <bzg@gnu.org>
4573         * progmodes/etags.el (tags-search): Fix typo.  Bug #13232.
4575 2012-12-21  Michael Albinus  <michael.albinus@gmx.de>
4577         * simple.el (process-file): Overwrite stderr file, if exists.
4579 2012-12-21  Daiki Ueno  <ueno@gnu.org>
4581         * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
4582         (epg-error): Set `error-message' property.
4584 2012-12-21  Chong Yidong  <cyd@gnu.org>
4586         * international/mule-cmds.el (read-char-by-name): Signal an error
4587         if the user does not supply a valid character (Bug#13177).
4589         * simple.el (transpose-subr-1): Preserve marker positions by
4590         changing the insertion sequence (Bug#13122).
4592 2012-12-21  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
4594         * simple.el (kill-region): Deactivate mark even for empty regions
4595         (Bug#13169).
4597 2012-12-21  Chong Yidong  <cyd@gnu.org>
4599         * help-fns.el (describe-variable): Make sure we get the right
4600         buffer name (Bug#13105).  Suggested by Kelly Dean.
4602 2012-12-20  Michael R. Mauger  <mmaug@yahoo.com>
4604         * comint.el (comint-redirect-previous-input-string): New variable.
4605         (comint-redirect-setup, comint-redirect-cleanup)
4606         (comint-redirect-preoutput-filter): Use it.  Fixes redirection bug.
4607         (comint-redirect-preoutput-filter): Fix verbose message.
4609 2012-12-20  Michael Albinus  <michael.albinus@gmx.de>
4611         * progmodes/grep.el (rgrep): Escape command line.  Sometimes, it
4612         is too long for Tramp.  See discussion in
4613         <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
4615         * progmodes/compile.el (compilation-start): Remove line escape
4616         template.
4618 2012-12-20  Dmitry Antipov  <dmantipov@yandex.ru>
4620         * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
4621         Adjust comment.
4623 2012-12-19  Jonas Bernoulli  <jonas@bernoul.li>
4625         * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
4626         following non-comment text (bug#13207).
4627         (lm-header-multiline): Continuation lines need to be indented more than
4628         the first line.
4629         (lm-homepage): New function.
4630         (lm-with-file): Don't be confused if narrowing is in effect.
4632 2012-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4634         * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
4635         very beginning of a hunk (e.g. killing the first line).
4637 2012-12-19  Michael Albinus  <michael.albinus@gmx.de>
4639         * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
4640         and text properties from returned ACL string.
4641         (tramp-sh-handle-set-file-acl): Do not use additional parentheses
4642         for "setfacl" command.
4644 2012-12-18  Michael Albinus  <michael.albinus@gmx.de>
4646         * net/tramp.el (tramp-error-with-buffer): Give a hint to use
4647         `tramp-cleanup-this-connection', when the process has died.
4648         (Bug#13151)
4650 2012-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4652         * icomplete.el (icomplete-completions): Also use â€¦ to truncate prefix.
4654 2012-12-17  Kevin Ryde  <user42@zip.com.au>
4656         * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
4658 2012-12-17  Michael Albinus  <michael.albinus@gmx.de>
4660         Add support for preserving ACL entries of files.
4662         * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
4663         `set-file-acl' handlers.
4665         * net/tramp-adb.el (tramp-adb-handle-copy-file):
4666         Handle PRESERVE-EXTENDED-ATTRIBUTES.
4668         * net/tramp-compat.el (tramp-compat-copy-file):
4669         Handle PRESERVE-EXTENDED-ATTRIBUTES.
4671         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4672         Add `file-acl' and `set-file-acl' handlers.
4673         (tramp-gvfs-handle-copy-file):
4674         Handle PRESERVE-EXTENDED-ATTRIBUTES.
4675         (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
4676         New defuns.
4678         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4679         Add `file-acl' and `set-file-acl' handlers.
4680         (tramp-remote-acl-p, tramp-sh-handle-file-acl)
4681         (tramp-sh-handle-set-file-acl): New defuns.
4682         (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
4683         Handle PRESERVE-EXTENDED-ATTRIBUTES.
4685         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4686         Add `file-acl' and `set-file-acl' handlers.
4687         (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
4689 2012-12-17  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
4691         * help-macro.el (make-help-screen): Instead of switch-to-buffer
4692         use pop-to-buffer with NORECORD argument t.  As buffer name, use
4693         *Metahelp* with a leading space (Bug#13190).
4695 2012-12-16  Romain Francoise  <romain@orebokech.com>
4697         * files.el (file-extended-attributes)
4698         (set-file-extended-attributes): New functions.
4699         (backup-buffer): Use them to handle both SELinux context and ACL
4700         entries.
4701         (backup-buffer-copy): Work with an alist of extended attributes,
4702         rather than an SELinux context.
4703         (basic-save-buffer-2): Ditto.
4705 2012-12-16  Timo Myyrä  <timo.myyra@gmail.com>
4707         * battery.el (battery-bsd-apm): New function.
4709 2012-12-16  Jay Belanger  <jay.p.belanger@gmail.com>
4711         * calc/calc.el (calc-standard-date-formats): Adjust one of the
4712         standard date formats.
4714 2012-12-15  Juri Linkov  <juri@jurta.org>
4716         * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
4717         `isearch-insert-char-by-name'.
4718         (with-isearch-suspended): New defmacro with body mostly from
4719         `isearch-edit-string' except the part that sets
4720         `isearch-new-string' and `isearch-new-message'.
4721         (isearch-edit-string): Use new macro `with-isearch-suspended' with
4722         body that sets `isearch-new-string' and `isearch-new-message'.
4723         (isearch-insert-char-by-name): New command.
4724         * international/mule-cmds.el (read-char-by-name): Let-bind
4725         `enable-recursive-minibuffers' to t.
4726         http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
4728 2012-12-15  Juri Linkov  <juri@jurta.org>
4730         * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
4731         (Bug#13175)
4733 2012-12-15  Christopher Schmidt  <christopher@ch.ristopher.com>
4735         * dired-x.el (dired-guess-shell-command): Put colon at the end of
4736         the prompt.  (Bug#13045)
4738 2012-12-14  Glenn Morris  <rgm@gnu.org>
4740         * emacs-lisp/macroexp.el (macroexp--warn-and-return):
4741         Try to include filename in non-bytecomp warning.  (Bug#13132)
4743 2012-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4745         Fix permissions bugs with setgid directories etc. (Bug#13125)
4746         * files.el (backup-buffer): Don't rely on 9th output of
4747         file-attributes, as it's now a placeholder.  Instead, use the new
4748         optional arg of file-ownership-preserved-p.
4749         (file-ownership-preserved-p): New optional arg GROUP.
4750         Fix mishandling of setuid directories that would cause this
4751         function to return t when it should have returned nil.
4752         Document what happens if the file does not exist, and when
4753         it's not known whether the ownership will be preserved.
4754         * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
4755         Likewise.
4756         (tramp-get-local-gid): Use group-gid for integer, as that's
4757         faster and more reliable.
4759 2012-12-14  Julien Danjou  <julien@danjou.info>
4761         * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
4762         Update keywords list, data type and PL/pgSQL.
4764 2012-12-14  Dave Abrahams  <dave@boostpro.com>
4766         * vc/ediff-util.el (ediff-buffer-type): New function.
4767         (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
4768         rather than taking it as as argument.
4769         (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
4771 2012-12-14  Ryan Crum  <ryan.crum@eleostech.com>
4773         * json.el: Add pretty-print option (bug#12634).
4774         (json-encoding-separator, json-encoding-default-indentation)
4775         (json--encoding-current-indentation, json-encoding-pretty-print)
4776         (json-encoding-lisp-style-closings): New vars.
4777         (json--with-indentation): New macro.
4778         (json-encode-hash-table, json-encode-alist, json-encode-plist)
4779         (json-encode-array): Use it to obey json-encoding-pretty-print.
4780         (json-pretty-print-buffer, json-pretty-print): New commands.
4782 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
4784         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
4785         Extract `ruby-syntax-propertize-expansions'.
4786         (ruby-syntax-propertize-expansions): Only change syntax on
4787         certain string delimiters, to punctuation.  This way the common
4788         functions like forward-word and thing-at-point still work.
4789         (ruby-match-expression-expansion): Improve readability.
4790         (ruby-block-contains-point): New function.
4791         (ruby-add-log-current-method): Handle several edge cases.
4793 2012-12-13  Juanma Barranquero  <lekktu@gmail.com>
4795         * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
4796         unload-feature finishes even when aborting an ongoing edebug session.
4797         Also, do not worry about edebug-mode, unload-feature takes care of it.
4799 2012-12-13  Andreas Schwab  <schwab@suse.de>
4801         * net/tls.el (tls-program): Update customize type.
4803 2012-12-13  Juanma Barranquero  <lekktu@gmail.com>
4805         * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
4806         (edebug-setup-hook, cl-read-load-hooks): Use it.
4807         (edebug-unload-function): New function.  (Bug#13163)
4809 2012-12-13  Michael Albinus  <michael.albinus@gmx.de>
4811         * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
4812         Otherwise, there could be errors in autoloading.  (Bug#13151)
4814 2012-12-13  Jürgen Hötzel  <juergen@archlinux.org>
4816         * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
4817         sequences.
4819 2012-12-13  Alan Mackenzie  <acm@muc.de>
4821         Make CC Mode not hang when _some_ lines end in CRLF.  Bug #11841.
4822         * progmodes/cc-engine.el (c-backward-comments): Add code to work
4823         around `forward-comment' not recognizing ^M as whitespace.
4825 2012-12-13  Fabián Ezequiel Gallina  <fgallina@cuca>
4827         * progmodes/python.el (python-skeleton-class)
4828         (python-skeleton-def): Do not add space after defun name.
4830 2012-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4832         * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
4833         (cl--symbol-function): Remove (now that funbound is like nil).
4835 2012-12-12  Glenn Morris  <rgm@gnu.org>
4837         * button.el (button--area-button-p): Fix typo.
4839 2012-12-12  Sam Steingold  <sds@gnu.org>
4841         * frame.el (frame-maximization-style): New user option.
4842         (toggle-frame-maximized): Toggle frame maximization according to
4843         `frame-maximization-style', bound to <f11>.
4844         (cycle-frame-maximized): Cycle between all maximization styles and
4845         non-maximized frame, bound to shift-<f11>.
4847 2012-12-12  David Cadé  <codename68@gmail.com>
4849         * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
4851 2012-12-12  Jonas Bernoulli  <jonas@bernoul.li>
4853         * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
4854         (eieio-override-prin1): Don't quote kewords and booleans.
4855         (object-write) <eieio-default-superclass>: Don't put closing parens
4856         on new line, avoid needless empty lines, align values that are objects
4857         with the slot keyword (instead of beginning on the same line).
4858         (eieio-list-prin1): Align value with slot keyword; increase
4859         eieio-print-depth before printing members of the list.
4861 2012-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4863         * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
4864         a display text-property.
4865         (report-emacs-bug-hook): Don't bother deleting it any more.
4867         * hilit-chg.el (highlight-save-buffer-state): Delete.
4868         Use with-silent-modifications instead.
4869         (hilit-chg-set-face-on-change): Only fixup the text that's modified.
4871         * button.el: Handle buttons in display text-properties.
4872         (button--area-button-p, button--area-button-string):
4873         Use (STRING . STRING-POS) representation instead of just STRING.
4875 2012-12-11  Eli Zaretskii  <eliz@gnu.org>
4877         * makefile.w32-in (compile4-SH): Fix a typo that caused term
4878         subdirectory be skipped.
4880 2012-12-11  Glenn Morris  <rgm@gnu.org>
4882         * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
4884         * progmodes/f90.el (f90-line-continued, f90-indent-region):
4885         Treat preprocessor lines embedded in continuations like comments.
4886         (f90-indent-line): Special-case preprocessor lines.  (Bug#13138)
4888 2012-12-11  Jay Belanger  <jay.p.belanger@gmail.com>
4890         * calc/calc.el (calc-standard-date-formats): Add more date
4891         formats.
4892         * calc/calc-forms.el (math-parse-iso-date): New function.
4893         (math-parse-date): Use `math-parse-iso-date' when appropriate.
4894         (math-parse-iso-date-validate): Add extra error checking.
4895         (calc-date-notation): Add ability to access new date formats.
4897 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4899         * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
4900         font-lock as well as when there's no text-property.
4902 2012-12-10  Jambunathan K  <kjambunathan@gmail.com>
4904         * hi-lock.el: Refine the choice of default face.
4905         (hi-lock-keyword->face): New function.  Use it wherever we used
4906         cadadadr instead.
4907         (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
4908         (hi-lock--last-face): Remove var.
4909         (hi-lock--unused-faces): New var to replace it.
4910         (hi-lock-read-face-name): Use/maintain it.
4911         (hi-lock-unface-buffer): Maintain it.  Fix error for the C-u case.
4912         (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
4913         if it has another face.
4915 2012-12-10  Eli Zaretskii  <eliz@gnu.org>
4917         * subr.el (w32notify-handle-event): New function.
4918         (inotify-handle-event): Doc fix.
4920 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4922         * subr.el (inotify-event-p, inotify-handle-event): New functions.
4924 2012-12-10  Dani Moncayo  <dmoncayo@gmail.com>
4926         * simple.el (just-one-space): Doc fix.
4928 2012-12-10  Eli Zaretskii  <eliz@gnu.org>
4930         * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
4932 2012-12-10  Le Wang  <l26wang@gmail.com>
4934         * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
4935         narrowed buffer (bug#12361).
4937 2012-12-10  Juanma Barranquero  <lekktu@gmail.com>
4939         * vc/vc-hooks.el (vc-state): Doc fix.
4941 2012-12-10  Glenn Morris  <rgm@gnu.org>
4943         * mail/rmail.el (rmail-maybe-display-summary):
4944         Preserve buffer, in case select-window changes it.  (Bug#13066)
4946 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4948         * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
4949         cl-load-hook where they belong.
4951 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4953         * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
4955 2012-12-09  Eli Zaretskii  <eliz@gnu.org>
4957         Parallelize byte compilation on MS-Windows.
4958         * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
4959         (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
4960         (WINS_BASIC): Define as concatenation of the above.
4961         (compile): Subdivide into 4 separate and independent jobs that can
4962         be run in parallel.
4963         (compile0-CMD, compile0-SH): New targets for compiling
4964         COMPILE_FIRST files, which are prerequisites for the rest of the
4965         byte-compilation.
4966         (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
4967         New targets for parallel compilation with cmd.exe.
4968         (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
4969         compiling under a Unixy shell.
4971 2012-12-09  Chong Yidong  <cyd@gnu.org>
4973         * simple.el (set-mark-default-inactive): Delete this
4974         accidentally-introduced option.
4975         (set-mark-command, exchange-point-and-mark): Remove calls.
4977 2012-12-09  Glenn Morris  <rgm@gnu.org>
4979         * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
4980         Respect a defcustom's :set function, if appropriate.  (Bug#109)
4981         (eval-defun): Doc fix.
4983 2012-12-08  Juri Linkov  <juri@jurta.org>
4985         * info.el (Info-copy-current-node-name, Info-breadcrumbs)
4986         (Info-fontify-node, Info-bookmark-make-record): Remove the
4987         file extension from Info-current-file (Bug#13016).
4989 2012-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4991         * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
4992         point, still provide some default.
4993         (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
4994         names, since we don't use it right now.  Actually return the list.
4995         (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
4997 2012-12-07  Chong Yidong  <cyd@gnu.org>
4999         * novice.el (disabled-command-function): Remove a spurious help
5000         xref (Bug#13043).  Suggested by Kelly Dean.
5002         * subr.el (text-clone-maintain): Fix clone overlay deletion when a
5003         syntax is specified (Bug#13025).
5005         * info.el (Info-set-mode-line): Remove the file extension from
5006         Info-current-file if there is one (Bug#13016).
5008 2012-12-07  Glenn Morris  <rgm@gnu.org>
5010         * mail/rmail.el (rmail-mime-decoded): New permanent local.
5011         (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
5012         * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
5013         and rmail-mime-decoded.  (Bug#9841)
5015         * mail/unrmail.el (unrmail-mbox-format): New option.  (Bug#6574)
5016         (batch-unrmail, unrmail): Doc fixes.
5017         (unrmail): Respect unrmail-mbox-format.
5018         * mail/rmail.el (rmail-mbox-format): New option.
5019         (rmail-show-message-1): Respect rmail-mbox-format.
5021 2012-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5023         * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
5025 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5027         Further cleanup of the "cl-" namespace.  Fit CL in 80 columns.
5028         * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
5029         (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
5030         (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
5031         (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
5032         (cl-progv): Don't rely on dynamic scoping to find the body.
5033         * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
5034         (cl--proclaims-deferred): Rename from the "cl-" prefix.
5035         (cl-declaim): Use backquotes.
5036         * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
5037         Use "cl--" prefix for the object's tag.
5039         * ses.el: Use advice-add/remove.
5040         (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
5041         (copy-region-as-kill, yank): Use advice-add.
5042         (ses-unload-function): Use advice-remove.
5044 2012-12-06  Jonas Bernoulli  <jonas@bernoul.li>
5046         * button.el: Make them work in header-lines (bug#12817).
5047         (button-map): Add bindings for header-line and mode-line use.
5048         (button-get, button-put, button-label): `button' may now be a string.
5049         (button-activate): Don't make it a defsubst.
5050         (button--area-button-p, button--area-button-string): New functions.
5051         (make-text-button): Fix the return value when `beg' was a string.
5052         (push-button): Handle the mode-line case.
5054 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5056         * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
5057         (sql-signum): Remove.  Use `cl-signum' instead.
5058         (sql-read-passwd): Remove; use read-passwd instread.
5059         (sql-get-login-ext): Use read-string.
5060         (sql-get-login): Use dolist and pcase.
5061         (sql--completion-table): Rename from sql-try-completion.
5062         Use complete-with-action.
5063         (sql-mode): Don't change abbrev-all-caps globally.
5064         (sql-connect): Don't rely on dynamic scoping for `new-name'.
5065         (sql-postgres-completion-object): Initialize vars in their `let'.
5066         (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
5067         (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
5068         (sql-comint-interbase): Use a single append, without setq.
5069         (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
5071         * hi-lock.el: Rework the default face and the serialize regexp code.
5072         (hi-lock--auto-select-face-defaults): Remove.
5073         (hi-lock-string-serialize-serial): Remove.
5074         (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
5075         make weak.
5076         (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
5077         equal string.
5078         (hi-lock-set-pattern): Adjust accordingly.
5079         (hi-lock--regexps-at-point): Simplify accordingly.
5080         (hi-lock--auto-select-face-defaults): Remove.
5081         (hi-lock--last-face): New var to replace it.
5082         (hi-lock-read-face-name): Rewrite (bug#11095).
5083         (hi-lock-unface-buffer): Arrange for the face to be the next default.
5085 2012-12-06  Michael Albinus  <michael.albinus@gmx.de>
5087         * net/tramp.el (tramp-replace-environment-variables):
5088         Hide compiler warning.
5089         (tramp-file-name-for-operation): Remove `executable-find',
5090         `start-process', `call-process' and `call-process-region'.
5092         * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
5094         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
5095         compatibility.
5097         * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
5099 2012-12-06  Chong Yidong  <cyd@gnu.org>
5101         * ffap.el (ffap-replace-file-component): Fix typo.
5103 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5105         * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
5106         fix open-paren-like token test (bug#12785).
5108 2012-12-06  Glenn Morris  <rgm@gnu.org>
5110         * mail/rmailsum.el (rmail-new-summary): Tweak for
5111         rmail-maybe-display-summary changing buffer.  (Bug#13066)
5113 2012-12-06  Juri Linkov  <juri@jurta.org>
5115         * info.el (Info-fontify-node): Don't hide the last newline.
5116         (Bug#12272)
5118 2012-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5120         * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
5121         so as to enable message-read-from-minibuffer to expand mail aliases.
5123 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5125         * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
5126         the `intangible' property.
5127         Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
5129 2012-12-05  Deniz Dogan  <deniz@dogan.se>
5131         * net/rcirc.el (rcirc-urls): Update documentation.
5132         (rcirc-condition-filter): New function.
5133         (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
5134         and exclude consecutive duplicate URLs (Bug#6082).
5136 2012-12-05  Michael Albinus  <michael.albinus@gmx.de>
5138         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
5139         Check return code of copy command.
5141         * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
5142         Use group `tramp'.  Add version.
5144 2012-12-05  Chong Yidong  <cyd@gnu.org>
5146         * ffap.el (ffap-url-regexp): Don't require matching at front of
5147         string (Bug#4952).
5148         (ffap-url-p): If only a substring matches, return that.
5149         (ffap-url-at-point): Use the return value of ffap-url-p.
5150         (ffap-read-file-or-url, ffap-read-file-or-url-internal)
5151         (find-file-at-point, dired-at-point, dired-at-point-prompter)
5152         (ffap-guess-file-name-at-point): Likewise.
5153         (ffap-replace-file-component): Fix typo.
5155         * info.el (info-display-manual): Add existing Info buffers, whose
5156         files may not be in Info-directory-list, to the completion.
5157         (info--manual-names): New helper function.
5159 2012-12-05  Glenn Morris  <rgm@gnu.org>
5161         * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
5162         New functions, for detecting and resolving conflicts.  (Bug#10709)
5164 2012-12-04  Jambunathan K  <kjambunathan@gmail.com>
5166         * hi-lock.el (hi-lock-auto-select-face): New user variable.
5167         (hi-lock-auto-select-face-defaults): New buffer local variable.
5168         (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
5169         (hi-lock-unface-buffer): Prompt user with useful defaults.
5170         With prefix arg, unhighlight all hi-lock patterns in buffer.
5172 2012-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5174         * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
5176 2012-12-04  Michael Albinus  <michael.albinus@gmx.de>
5178         * Makefile.in (TRAMP_SRC):
5179         * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
5181 2012-12-04  Juergen Hoetzel  <juergen@archlinux.org>
5183         * net/tramp-adb.el: New package.
5185 2012-12-04  Chong Yidong  <cyd@gnu.org>
5187         * terminal.el: Move to obsolete/.
5189         * longlines.el: Move to obsolete/.
5191         * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
5192         Remove code referring to longlines mode.
5194 2012-12-03  Juri Linkov  <juri@jurta.org>
5196         * sort.el (delete-duplicate-lines): New command.  (Bug#13032)
5198 2012-12-03  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
5200         * textmodes/ispell.el (ispell-init-process)
5201         (ispell-start-process, ispell-internal-change-dictionary):
5202         Make sure personal dictionary name is expanded after initial
5203         `default-directory' value. Use expanded strings for
5204         keep/restart checks and for value (Bug#13019).
5206 2012-12-03  Jay Belanger  <jay.p.belanger@gmail.com>
5208         * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
5210 2012-12-03  Leo Liu  <sdl.web@gmail.com>
5212         * files.el (dir-locals-read-from-file): Check file non-empty
5213         before reading.  (Bug#13038)
5215 2012-12-03  Glenn Morris  <rgm@gnu.org>
5217         * jka-cmpr-hook.el (jka-compr-get-compression-info):
5218         Remove any version extension before checking filename.  (Bug#13006)
5219         (jka-compr-compression-info-list): Belated :version bump.
5221 2012-12-03  Chong Yidong  <cyd@gnu.org>
5223         * simple.el (transient-mark-mode): Doc fix (Bug#11523).
5225         * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
5226         (buffer-menu): Doc fix (Bug#12294).
5228 2012-12-03  Roland Winkler  <winkler@gnu.org>
5230         * calendar/diary-lib.el (diary-header-line-format): Use keybinding
5231         of diary-show-all-entries in the diary buffer (Bug#12994).
5233 2012-12-03  Michael Albinus  <michael.albinus@gmx.de>
5235         * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
5236         "<STDIN>".  This is binary safe.
5238 2012-12-03  Jay Belanger  <jay.p.belanger@gmail.com>
5240         * calc/calc-forms.el (math-absolute-from-iso-dt)
5241         (math-date-to-iso-dt, math-parse-iso-date-validate)
5242         (math-iso-dt-to-date): New functions.
5243         (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
5244         (math-fd-isoweekday): New variables.
5245         (calc-date-notation, math-parse-standard-date, math-format-date)
5246         (math-format-date-part): Add support for more formatting codes.
5248 2012-12-02  Dmitry Gutov  <dgutov@yandex.ru>
5250         * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
5251         current buffer's file name when called interactively (Bug#12488).
5253 2012-12-02  Juri Linkov  <juri@jurta.org>
5255         * info.el (info-display-manual): Don't clobber an existing Info
5256         buffer (Bug#10770).  Add completion (Bug#10771).
5258 2012-12-01  Yuya Nishihara  <yuya@tcha.org>  (tiny change)
5260         * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
5261         before using it for comparison (Bug#5297).
5263 2012-12-01  Jari Aalto  <jari.aalto@cante.net>
5265         * textmodes/css-mode.el (css-current-defun-name): New function.
5266         (css-mode): Use it.
5268         * textmodes/sgml-mode.el (html-current-defun-name): New function.
5269         (html-mode): Use it.
5271 2012-12-01  Chong Yidong  <cyd@gnu.org>
5273         Modularize add-log-current-defun (Bug#2224).
5274         Suggested by Jari Aalto.
5276         * vc/add-log.el (add-log-current-defun-function): Doc fix.
5277         (add-log-current-defun): Move mode-specific code to other files.
5278         (add-log-lisp-like-modes, add-log-c-like-modes)
5279         (add-log-tex-like-modes): Variables deleted.
5281         * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
5282         (lisp-mode-variables): Use it.
5284         * progmodes/cc-mode.el (c-common-init):
5285         * progmodes/cperl-mode.el (cperl-mode): Set a value for
5286         add-log-current-defun-function.
5288         * progmodes/m4-mode.el (m4-current-defun-name): New function.
5289         (m4-mode): Use it.
5291         * progmodes/perl-mode.el (perl-current-defun-name): New.
5292         (perl-mode): Use it.
5294         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
5295         Use lisp-current-defun-name.
5297         * textmodes/tex-mode.el (tex-current-defun-name): New.
5298         (tex-common-initialization): Use it.
5300         * textmodes/texinfo.el (texinfo-current-defun-name): New.
5301         (texinfo-mode): Use it.
5303 2012-12-01  Chong Yidong  <cyd@gnu.org>
5305         * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
5306         * progmodes/autoconf.el (autoconf-mode):
5307         * progmodes/js.el (js-mode):
5308         * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
5309         (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
5310         * progmodes/perl-mode.el (perl-mode):
5311         * progmodes/sh-script.el (sh-mode, sh-set-shell):
5312         * textmodes/css-mode.el (css-mode):
5313         * textmodes/sgml-mode.el (html-mode, sgml-mode)
5314         (sgml-tags-invisible, sgml-guess-indent):
5315         * textmodes/tex-mode.el (tex-common-initialization)
5316         (latex-complete-bibtex-keys, tex-shell, tex-main-file)
5317         (doctex-mode, plain-tex-mode, latex-mode):
5318         * textmodes/texinfo.el (texinfo-mode): Use setq-local.
5320 2012-12-01  Kirk Kelsey  <kirk.kelsey@0x4b.net>
5322         * vc/vc-hg.el (vc-hg-next-revision):
5323         Ensure use of default "tip" output format.  (Bug#6968)
5325 2012-12-01  Kim F. Storm  <storm@cua.dk>
5327         * startup.el (fancy-startup-tail): Add a clickable link
5328         (Bug#2176).
5330 2012-12-01  Chong Yidong  <cyd@gnu.org>
5332         * startup.el (fancy-startup-tail): Improve the message about
5333         auto-save files (Bug#2176).
5335         * files.el (recover-session): Improve the descriptive message, and
5336         use substitute-command-keys.
5338 2012-12-01  Glenn Morris  <rgm@gnu.org>
5340         * ido.el (ido-file-internal):
5341         Handle other-window, other-frame for dired.  (Bug#13036)
5343 2012-11-30  Glenn Morris  <rgm@gnu.org>
5345         * icomplete.el (icomplete-separator): Fix :version.
5347 2012-11-30  Chong Yidong  <cyd@gnu.org>
5349         * shell.el (shell): For C-u M-x shell, use an inactive shell
5350         buffer as the default (Bug#1975).
5351         (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
5352         (shell-mode): Use them to reapply ansi colorization if Shell mode
5353         is re-enabled.
5355 2012-11-30  Yuriy Vostrikov  <delamonpansie@gmail.com>  (tiny change)
5357         * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
5359 2012-11-30  Samuel Bronson  <naesten@gmail.com>
5361         * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
5362         flag to xargs, for compatibility with BSD xargs (Bug#11703).
5364 2012-11-30  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
5366         * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
5367         by move-to-column (Bug#3234).
5369 2012-11-30  Chong Yidong  <cyd@gnu.org>
5371         * longlines.el (longlines-wrap-line, longlines-encode-region):
5372         Preserve text properties (Bug#1425).
5374 2012-11-30  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
5376         * vc/vc.el (vc-register): Allow registering a file which is
5377         already registered with a different backend (Bug#10589).
5379 2012-11-29  Jambunathan K  <kjambunathan@gmail.com>
5380             Stefan Monnier  <monnier@iro.umontreal.ca>
5382         * icomplete.el: Change separator; add ido-style commands.
5383         (icomplete-show-key-bindings): Remove custom var.
5384         (icomplete-get-keys): Remove function.
5385         (icomplete-forward-completions, icomplete-backward-completions):
5386         New commands.
5387         (icomplete-minibuffer-map): New var.
5388         (icomplete-minibuffer-setup): Use it.
5389         (icomplete-exhibit): Don't delay if the list of completions is known.
5390         (icomplete-separator): New custom.
5391         (icomplete-completions): Use it.
5392         * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
5393         (minibuffer-force-complete-and-exit): New command.
5394         (minibuffer--complete-and-exit): New function extracted from
5395         minibuffer-complete-and-exit.
5396         (minibuffer-complete-and-exit): Use it.
5398         * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
5399         error message when the file doesn't exist (bug#12974).
5401 2012-11-29  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
5403         * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
5405 2012-11-29  Glenn Morris  <rgm@gnu.org>
5407         * files.el (hack-dir-local-variables): Warn if try to set
5408         coding via dir-locals, since it doesn't work.  (Bug#7169)
5410         Add desktop support for restoring vc-dir buffers.  (Bug#10606)
5411         * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
5412         Set buffer-local value of desktop-save-buffer.
5413         (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
5414         New functions.
5415         (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
5416         * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
5418         * files.el (inhibit-local-variables-ignore-case): New.  (Bug#10610)
5419         (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
5420         Doc fix.
5421         (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
5422         Doc fixes.
5424 2012-11-28  Jay Belanger  <jay.p.belanger@gmail.com>
5426         * calc/calc-forms.el (calc-date-notation): Fix regexp
5427         used to find time codes.  Fix symbol for seconds.
5429 2012-11-27  Glenn Morris  <rgm@gnu.org>
5431         * emacs-lisp/derived.el (derived-mode-make-docstring):
5432         Don't mention "abbrev" or "syntax" if nil.  (Bug#11277)
5434 2012-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5436         * textmodes/table.el (table-insert): Don't use `symbol-name' on
5437         lexically scoped variables (bug#13005).
5439 2012-11-27  Glenn Morris  <rgm@gnu.org>
5441         * vc/vc-hooks.el (vc-mistrust-permissions):
5442         Default to t, to avoid data-loss.  (Bug#11490)
5444 2012-11-27  Fabián Ezequiel Gallina  <fgallina@cuca>
5446         * progmodes/python.el (python-indent-guess-indent-offset):
5447         If indentation is guessed make python-indent-offset buffer-local.
5449         Fix Imenu regression.
5450         * progmodes/python.el (python-nav-beginning-of-defun):
5451         Fix forward movement when statement(s) separates point from defun.
5452         (python-imenu-prev-index-position): New function.
5454 2012-11-27  Eli Zaretskii  <eliz@gnu.org>
5456         * subr.el (buffer-file-type): Declare with defvar-local.  Doc fix.
5458         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5459         Don't set buffer-file-type.  Return nil.  (Bug#12989)
5461 2012-11-27  Glenn Morris  <rgm@gnu.org>
5463         * hippie-exp.el (hippie-expand-try-functions-list):
5464         Re-autoload it.  (Bug#12982)
5466 2012-11-27  Eli Zaretskii  <eliz@gnu.org>
5468         * descr-text.el (describe-char-padded-string):
5469         Call internal-char-font only on GUI frames.  (Bug#11964)
5471 2012-11-27  Andreas Schwab  <schwab@linux-m68k.org>
5473         * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
5474         and obsoletion message.
5476 2012-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5478         * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
5479         the constructs to keep outside of the `cl-block' (bug#12977).
5481 2012-11-27  Chong Yidong  <cyd@gnu.org>
5483         * mouse.el (mouse-drag-line): Even if the line is not draggable,
5484         keep reading until we get the up-event anyway, in order to process
5485         the up-event for mouse-1-click-follows-link (Bug#12971).
5487 2012-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5489         * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
5490         base function is not yet defined (bug#12965).
5491         (ad-activate-advised-definition): Use ad-compile-function.
5492         (ad-activate): Use cond.
5494 2012-11-25  Leo Liu  <sdl.web@gmail.com>
5496         * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
5497         (Bug#12979)
5499 2012-11-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
5501         * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
5502         reftex-section-info-function in order to be compatible with
5503         Texinfo integration.
5505         * textmodes/reftex.el (reftex-section-pre-regexp)
5506         (reftex-section-post-regexp, reftex-section-info-function):
5507         New variable.
5508         (reftex-compile-variables): Use variables reftex-section-pre-regexp,
5509         reftex-section-post-regexp, and reftex-section-info-function in order
5510         to be compatible with Texinfo integration.
5512         * textmodes/reftex-toc.el (reftex-toc-promote-action):
5513         use reftex-section-pre-regexp variable in order to be compatible with
5514         Texinfo integration.
5516 2012-11-25  Chong Yidong  <cyd@gnu.org>
5518         * faces.el: Make face-spec-set more analogous to setq.
5519         (face-spec-set): Change the third arg to specify whether this
5520         function is being called via defface, customize, or a third party.
5521         Set the appropriate symbol properties.  Clear the override spec if
5522         setting via Custom.  Initialize face if necessary.  (Bug#4988)
5523         (face-spec-recalc): Allow theme faces to completely replace the
5524         defface spec, in the same way as custom faces (Bug#8454).
5526         * cus-face.el (custom-declare-face): Move face initialization to
5527         face-spec-set.
5528         (custom-theme-set-faces): Don't initialize the face name here, as
5529         that is now done in face-spec-set.
5531         * cus-edit.el (custom-face-set, custom-face-mark-to-save)
5532         (custom-face-reset-saved, custom-face-mark-to-reset-standard):
5533         Simplify by using the new arg to face-spec-set.
5535         * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
5536         reset face-override-spec too, and use custom-declare-face.
5538 2012-11-24  Jan Djärv  <jan.h.d@swipnet.se>
5540         * term/ns-win.el (ns-initialize-window-system): Move creation of
5541         fontsets here (Bug#11964).
5543 2012-11-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
5545         * ses.el (ses-rename-cell): Correct bug on mode-line update after
5546         cell renaming.
5548 2012-11-24  Chong Yidong  <cyd@gnu.org>
5550         * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
5551         obsolete.
5553         * custom.el (custom-theme-set-variables): Use a topological sort
5554         for ordering by custom dependencies (Bug#12952).
5555         (custom--sort-vars, custom--sort-vars-1): New functions.
5557 2012-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5559         * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
5560         lexical-binding (bug#12938).
5562 2012-11-24  Wolfgang Jenkner  <wjenkner@inode.at>
5564         * image-mode.el (image-transform-check-size): Use assertions only
5565         for images of type imagemagick.
5567         Otherwise no error, image-transform-fit-to-{width,height} is
5568         silently ignored, as before.  Doc fix.
5570 2012-11-24  Chong Yidong  <cyd@gnu.org>
5572         * faces.el (color-defined-p): Doc fix (Bug#12853).
5574 2012-11-24  Juri Linkov  <juri@jurta.org>
5576         * dired.el (dired-mark): Add optional arg `interactive'.
5577         Check for `use-region-p' if `interactive' is non-nil.
5578         (dired-unmark, dired-flag-file-deletion): Add optional arg
5579         `interactive'.  Call `dired-mark' with the arg `interactive'.
5580         (Bug#10624)
5582         * wdired.el: Revert 2012-10-17 change partly and replace it with
5583         Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
5584         (wdired-finish-edit): Add marks for new file names to
5585         `wdired-old-marks'.  Restore marks using `dired-mark-remembered'
5586         after `revert-buffer'.
5587         (wdired-do-renames): Remove calls to `dired-remove-file',
5588         `dired-add-file', `dired-add-entry'.  (Bug#11795)
5590 2012-11-24  Alan Mackenzie  <acm@muc.de>
5592         * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
5594         Fix bugs in the state cache.  Enhance a debugging mechanism.
5595         * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
5596         "brace at column zero" strategy for C++.
5597         (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
5598         (c-parse-state-point): New variable.
5599         (c-record-parse-state-state): Record old parse state with
5600         `copy-tree'.  Record previous value of point.
5601         (c-debug-parse-state-double-cons): New debugging function.
5602         (c-debug-parse-state): Call the above new function.
5603         (c-toggle-parse-state-debug): Output a confirmatory message.
5605         * progmodes/cc-mode.el (c-before-change, c-after-change):
5606         Call c-invalidate-state-cache from `c-before-change' instead of
5607         `c-after-change'.
5609 2012-11-23  Chong Yidong  <cyd@gnu.org>
5611         * find-cmd.el (find-constituents): Add executable, ipath,
5612         readable, samefile, writable, daystart, regextype (Bug#12856).
5614 2012-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5616         * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
5618 2012-11-22  Paul Eggert  <eggert@cs.ucla.edu>
5620         * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
5621         definition.  This fixes a bootstrap failure.
5622         (calc-gregorian-switch): In menu, put dates before regions.
5623         This is easier to follow, lines up better in the menu, and lets us
5624         coalesce regions that switch at the same time.  Give country
5625         names, not "Vatican", as that's better for non-expert users.
5626         Use names that are stable between the date of switch and now, e.g.,
5627         Bohemia and Moravia (which existed then and now) and not
5628         Czechoslovakia (which didn't exist then and doesn't exist now).
5629         What is now the U.S. mostly did not switch at the same time as
5630         Britain, so omit the U.S.  Correct spelling of "Britain".
5631         Catholic Switzerland was too much of a mess, so omit it.
5633 2012-11-22  Jay Belanger  <jay.p.belanger@gmail.com>
5635         * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
5636         after the variable is changed.
5638 2012-11-21  Daniel Colascione  <dancol@dancol.org>
5640         * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
5641         in SQL declarations for font-lock.
5642         (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
5644 2012-11-21  Glenn Morris  <rgm@gnu.org>
5646         * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
5647         (face-italic-p): Add optional argument "inherit".
5649         * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
5650         Remove -p suffix from names, for consistency with other set-face-*.
5651         (set-face-inverse-video): Fix interactive spec.
5652         * play/gamegrid.el (gamegrid-make-mono-tty-face):
5653         * textmodes/table.el (table--update-cell-face):
5654         Use set-face-inverse-video rather than now obsolete alias.
5656 2012-11-21  Eli Zaretskii  <eliz@gnu.org>
5658         * simple.el (line-move): Don't call line-move-partial if
5659         scroll-conservatively is in effect.  (Bug#12927)
5661 2012-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5663         * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
5664         Fallback on completion-at-point rather than
5665         pcomplete-expand-and-complete, and only if pcomplete actually failed.
5666         (eshell-cmpl-initialize): Setup completion-at-point.
5668         * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
5670         * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
5672 2012-11-21  Michael Albinus  <michael.albinus@gmx.de>
5674         * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
5675         are remote, check out-of-band property for both.
5677 2012-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5679         * window.el (switch-to-buffer): Re-add the warning that was lost in the
5680         code rewrite.
5682 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
5684         More minor time fixes.
5685         * calendar/time-date.el: Commentary fix.
5686         * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
5687         too much other code depends on (0 0) time stamps.
5688         * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
5689         Add a couple of FIXME comments.
5691         Minor cleanup for times as lists of four integers.
5692         * files.el (dir-locals-directory-cache):
5693         * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
5694         Doc fixes.
5695         * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
5696         * ps-bdf.el (bdf-file-newer-than-time):
5697         Process four-integers time stamps, not two.  Doc fixes.
5699 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5701         * uniquify.el (uniquify-managed): Use defvar-local.
5702         (rename-buffer, create-file-buffer): Advise with advice-add.
5703         (uniquify-unload-function): Unadvise accordingly.
5705         * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
5706         (trace-buffer): Don't purecopy.
5707         (trace-entry-message, trace-exit-message): Add `context' arg.
5708         (trace--timer): New var.
5709         (trace-make-advice): Adjust for use in nadvice.
5710         Add `context' argument.  Delay `display-buffer' via a timer.
5711         (trace-function-internal): Use advice-add.
5712         (trace--read-args): New function.
5713         (trace-function-foreground, trace-function-background): Use it.
5714         (trace-function): Rename to trace-function-foreground and redefine as
5715         an alias to that new name.
5716         (untrace-function, untrace-all): Adjust to the use of nadvice.
5718         * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
5720         * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
5722         * subr.el (called-interactively-p-functions): New var.
5723         (internal--called-interactively-p--get-frame): New macro.
5724         (called-interactively-p, interactive-p): Rewrite in Lisp.
5725         * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
5726         (called-interactively-p-functions): Use it.
5727         * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
5728         (called-interactively-p-functions): Use it.
5729         * allout.el (allout-called-interactively-p): Don't assume
5730         called-interactively-p is a subr.
5732 2012-11-20  Glenn Morris  <rgm@gnu.org>
5734         * profiler.el (profiler-report-mode-map): Add a menu.
5735         No need to bind `q' because we derive from special-mode.
5736         (profiler-report-find-entry): Handle calls from the menu-bar.
5738 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5740         * emacs-lisp/byte-run.el (defun-declarations-alist):
5741         Allow a compiler-macro to be a lambda expression.
5743         * progmodes/python.el: Use cl-lib.  Move var declarations outside of
5744         eval-when-compile.
5745         (python-syntax-context): Add compiler-macro.
5746         (python-font-lock-keywords): Simplify with De Morgan.
5748         * vc/diff-mode.el (diff-hunk): Don't make useless timers.
5750         * files.el (load-file): Require match in minibuffer selection, as was
5751         the case in Emacs-20 before we changed the spec to allow .elc files
5752         (bug#12935).
5754         * json.el: Don't require cl since we don't use it.
5755         * color.el: Don't require cl.
5756         (color-complement): `caddr' -> `nth 2'.
5758         * calendar/time-date.el (time-to-seconds): De-obsolete.
5760 2012-11-19  Jay Belanger  <jay.p.belanger@gmail.com>
5762         * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
5763         year numbers.
5764         (math-date-to-julian-dt): Adjust the initial approximation for the
5765         year to deal with the new definition of the DATE.
5767 2012-11-19  Daniel Colascione  <dancol@dancol.org>
5769         * term/w32-win.el (cygwin-convert-path-from-windows):
5770         Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
5772 2012-11-18  Chong Yidong  <cyd@gnu.org>
5774         * filecache.el (file-cache--read-list): New function.
5775         (file-cache-add-directory-list, file-cache-add-file-list)
5776         (file-cache-delete-file-list, file-cache-delete-directory-list):
5777         Use it to read a list of files or directories (Bug#12846).
5778         (file-cache-add-file, file-cache-add-directory)
5779         (file-cache-delete-file-list, file-cache-delete-file-regexp)
5780         (file-cache-delete-directory): Print an message.
5782 2012-11-18  Jay Belanger  <jay.p.belanger@gmail.com>
5784         * calc/calc-forms.el (math-date-to-dt): Use integer date when
5785         calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
5787 2012-11-18  Glenn Morris  <rgm@gnu.org>
5789         * image.el (insert-image, insert-sliced-image): Doc fix.
5791 2012-11-18  Chong Yidong  <cyd@gnu.org>
5793         * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
5794         (Bug#12810).
5796 2012-11-18  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
5798         * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
5799         response when the target file is in a subdirectory (Bug#12757).
5801 2012-11-18  Chong Yidong  <cyd@gnu.org>
5803         * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
5805 2012-11-18  Glenn Morris  <rgm@gnu.org>
5807         * emacs-lisp/cl-lib.el (face-underline-p):
5808         Use set-face-underline rather than the alias set-face-underline-p.
5810         * window.el (with-temp-buffer-window): Doc fix.
5811         * subr.el (with-output-to-temp-buffer):
5812         Add doc xref to with-temp-buffer-window.
5814 2012-11-18  Juanma Barranquero  <lekktu@gmail.com>
5816         * woman.el (woman-non-underline-faces): Use `set-face-underline'.
5817         * calc/calc.el (math-format-date-cache): Declare.
5819 2012-11-17  Paul Eggert  <eggert@cs.ucla.edu>
5821         Calc by default uses the Gregorian calendar for all dates (Bug#12633).
5822         It also uses January 1, 1 AD as its day number 1.
5823         * calc/calc-forms.el (math-julian-date-beginning)
5824         (math-julian-date-beginning-int): Implement this.
5826 2012-11-17  Juanma Barranquero  <lekktu@gmail.com>
5828         * descr-text.el (quail-find-key):
5829         * dired.el (desktop-file-name):
5830         * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
5831         * generic-x.el (comint-mode, comint-exec):
5832         * image-dired.el (widget-forward):
5833         * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
5834         (speedbar-change-expand-button-char)
5835         (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
5836         (speedbar-make-specialized-keymap, speedbar-make-tag-line):
5837         * printing.el (easy-menu-add-item, easy-menu-remove-item)
5838         (widget-field-action, widget-value-set):
5839         * speedbar.el (imenu--make-index-alist):
5840         * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
5841         (ring-length, ring-insert):
5842         * vcursor.el (compare-windows-skip-whitespace):
5843         * woman.el (dired-get-filename):
5844         Declare functions.
5846         * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
5848 2012-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
5850         * calc/calc.el (calc-gregorian-switch): New variable.
5852         * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
5853         (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
5854         (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
5855         (math-leap-year-p): Add option to distinguish between Julian
5856         and Gregorian calendars.
5857         (math-day-number): Use `math-day-in-year' to do the computations.
5858         (math-absolute-from-dt): Rename from `math-absolute-from-date'.
5859         Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
5860         to do the computations.
5861         (math-date-to-dt): Use `math-date-to-julian-dt' and
5862         `math-date-to-gregorian-dt' to do the computations.
5863         (calcFunc-weekday, math-format-date-part): Use the new version of
5864         the DATE to determine the weekday.
5865         (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
5866         when necessary.
5868 2012-11-17  Eli Zaretskii  <eliz@gnu.org>
5870         * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
5871         Cygwin; otherwise use 'file:'.  (Bug#12914)
5872         (cygwin-convert-path-from-windows): Declare, to avoid
5873         byte-compiler warnings.
5875 2012-11-17  Andreas Politz  <politza@fh-trier.de>
5877         * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
5878         (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
5879         prefix and negative numeric prefix args (Bug#12795).
5881 2012-11-17  Stephen Berman  <stephen.berman@gmx.net>
5883         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
5884         Don't signal an error with a score that is too low to add to the
5885         list of top scores. (Bug#12779)
5887 2012-11-17  Chong Yidong  <cyd@gnu.org>
5889         * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
5891         * filecache.el (file-cache-add-file): Handle relative file name in
5892         the argument (Bug#12694).
5894 2012-11-16  Jürgen Hötzel  <juergen@archlinux.org>  (tiny change)
5896         * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
5898 2012-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5900         * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
5902         * emacs-lisp/cl-lib.el: Set more meaningful version number.
5904 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
5906         * window.el (enlarge-window, shrink-window): Don't mention return
5907         value in doc-string (Bug#12896).
5908         (window--display-buffer): Don't resize frames - it won't work
5909         with all window managers and defeat pop-up-frame-alist.
5910         (display-buffer-alist): In doc-string explain that CONDITION can
5911         be a function and which arguments are passed to it (Bug#12854).
5912         (display-buffer-assq-regexp): New argument ACTION.  Handle lambda
5913         expressions (Bug#12854).
5914         (display-buffer): Pass ACTION argument to
5915         display-buffer-assq-regexp.
5917 2012-11-16  Glenn Morris  <rgm@gnu.org>
5919         * window.el (fit-frame-to-buffer-bottom-margin)
5920         (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
5922         * faces.el (face-underline-p): Use face-attribute-specified-or.
5924 2012-11-16  Juanma Barranquero  <lekktu@gmail.com>
5926         * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
5928 2012-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5930         * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
5932 2012-11-16  Glenn Morris  <rgm@gnu.org>
5934         * eshell/em-cmpl.el (eshell-pcomplete): New command.  (Bug#12838)
5935         (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
5937         * faces.el (face-underline-p): Doc fix.  Handle :underline being
5938         things other than `t' (a string, a list).
5939         (face-inverse-video-p): Doc fix.
5940         (set-face-underline): Rename it back from set-face-underline-p.
5941         Doc fix.  Allow interactive input of values other than t.
5942         (read-face-attribute): Apply formatting to :underline,
5943         since like :box and :stipple it can take list values.
5945         * term.el (ansi-term): Don't let C-x escape-char binding
5946         clobber the more standard C-c binding.  (Bug#12842)
5948         * subr.el (set-temporary-overlay-map): Doc fix.
5950 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
5952         * window.el (record-window-buffer)
5953         (display-buffer-record-window): When copying the markers to
5954         window-point preserve window-point-insertion-type. (Bug#12588)
5956 2012-11-16  Glenn Morris  <rgm@gnu.org>
5958         * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
5959         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
5960         Use new names for hooks rather than obsolete aliases.
5962 2012-11-15  Daniel Colascione  <dancol@dancol.org>
5964         * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
5965         prefix instead of "file:" so that when FILE-NAME begins with "//",
5966         as it does when the target file is on a network share, url-handler
5967         isn't confused.
5969 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5971         * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
5972         a preactivated advice from an old advice.el; they're not compatible!
5974 2012-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5976         * emacs-lisp/nadvice.el (advice--make-interactive-form):
5977         Fix string-spec case.
5979         * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
5981 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5983         * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
5984         (advice--buffer-local-function-sample): New var.
5985         (advice--set-buffer-local, advice--buffer-local): New functions.
5986         (add-function, remove-function): Use them.
5988 2012-11-15  Drew Adams  <drew.adams@oracle.com>
5990         * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
5992 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5994         * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
5995         potential binding of print-gensym to t, and prettify (back)quotes in
5996         case they appear in args's default values (bug#12884).
5998 2012-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6000         * emacs-lisp/nadvice.el: Add around advice for interactive specs.
6001         (advice-eval-interactive-spec): New function.
6002         (advice--make-interactive-form): Support around advice (bug#12844).
6004 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
6006         * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
6007         more strict.  Add docstring.
6008         (ruby-expression-expansion-re): Extract from
6009         `ruby-match-expression-expansion'.
6010         (ruby-syntax-propertize-function): After everything else, search
6011         for expansions in string literals, mark their insides as
6012         whitespace syntax and save match data for font-lock.
6013         (ruby-font-lock-keywords): Use the 2nd group from expression
6014         expansion matches.
6015         (ruby-match-expression-expansion): Use the match data saved to the
6016         text property in ruby-syntax-propertize-function.
6018 2012-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6020         * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
6021         (bug#12879).
6023 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
6025         * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
6026         start/end keyword a bit harder.  Works with different values of N.
6027         Add more comments.
6028         (ruby-end-of-block): Update accordingly.
6030 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6032         * woman.el (woman-file-name): Don't mess with unread-command-events
6033         (bug#12861).
6035         * emacs-lisp/advice.el: Layer on top of nadvice.el.
6036         Remove out of date self-require hack.
6037         (ad-do-advised-functions): Use simple `dolist'.
6038         (ad-advice-name, ad-advice-protected, ad-advice-enabled)
6039         (ad-advice-definition): Redefine as functions.
6040         (ad-advice-classes): Move before first use.
6041         (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
6042         (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
6043         (ad--defalias-fset): Remove functions.
6044         (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
6045         (ad-get-orig-definition): Rewrite.
6046         (ad-make-advised-definition-docstring): Change base docstring.
6047         (ad-real-orig-definition): Rewrite.
6048         (ad-map-arglists): Change name of called function.
6049         (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
6050         (ad-make-advised-definition): Simplify.
6051         (ad-assemble-advised-definition): Tweak for new calling context.
6052         (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
6053         (ad--defalias-fset): Rename from ad-handle-definition.  Make it set the
6054         function and call ad-activate if needed.
6055         (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
6056         (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
6057         (ad-compile-function): Compile ad-Advice-*.
6058         (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
6059         (ad-start-advice, ad-stop-advice): Remove.
6061 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
6063         * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
6064         period before class method names, not after.  Remove handling of
6065         one impossible case.  Add comments.
6067 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6069         * emacs-lisp/advice.el: Remove support for freezing.
6070         (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
6071         (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
6072         Remove support for `freeze'.
6074         * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
6075         override the default.
6076         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
6077         cl--dotimes/dolist.
6078         * subr.el (dolist, dotimes, declare): Redefine them normally, even when
6079         `cl' is loaded.
6081         * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
6082         from add-advice.
6083         (advice--strip-macro): New function.
6084         (advice--defalias-fset): Use them to handle macros.
6085         (advice-add): Use them.
6086         (advice-member-p): Correctly handle macros.
6088 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
6090         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6091         Never font-lock the beginning of singleton class as heredoc.
6093 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6095         * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
6097 2012-11-13  Wolfgang Jenkner  <wjenkner@inode.at>
6099         * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
6100         39 and 49 (bug#12792).  Also, treat unimplemented parameters as 0,
6101         thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
6103 2012-11-13  Fabián Ezequiel Gallina  <fgallina@cuca>
6105         Fix end-of-defun misbehavior.
6106         * progmodes/python.el (python-nav-beginning-of-defun): Rename from
6107         python-beginning-of-defun-function.  Handle nested defuns
6108         correctly.
6109         (python-nav-end-of-defun): Rename from
6110         python-end-of-defun-function.  Ensure forward movement.
6111         (python-info-current-defun): Reimplement to work as intended
6112         with new fixed python-nav-{end,beginning}-of-defun.  Stop scanning
6113         parent defuns as soon as possible.
6115 2012-11-13  Glenn Morris  <rgm@gnu.org>
6117         * progmodes/flymake.el (flymake-error-bitmap)
6118         (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
6119         (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
6121 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
6123         * progmodes/ruby-mode.el (ruby-move-to-block): When moving
6124         backward, always stop at indentation.  Reverts the change from
6125         2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
6127 2012-11-13  Glenn Morris  <rgm@gnu.org>
6129         * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
6130         Add ibuffer-filter-by-derived-mode.
6132         * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
6133         the same name shadowing each other.
6135         * window.el (with-temp-buffer-window): Doc tweak.
6137         * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
6139         * help.el (temp-buffer-max-height):
6140         * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
6141         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
6143 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6145         * emacs-lisp/nadvice.el: New package.
6146         * subr.el (special-form-p): New function.
6147         * emacs-lisp/elp.el: Use lexical-binding and advice-add.
6148         (elp-all-instrumented-list): Remove var.
6149         (elp-not-profilable): Remove elp-wrapper.
6150         (elp-profilable-p): Use autoloadp and special-form-p.
6151         (elp--advice-name): New const.
6152         (elp-instrument-function): Use advice-add.
6153         (elp--instrumented-p): New predicate.
6154         (elp-restore-function): Use advice-remove.
6155         (elp-restore-all, elp-reset-all): Use mapatoms.
6156         (elp-set-master): Use elp--instrumented-p.
6157         (elp--make-wrapper): Rename from elp-wrapper, return a function
6158         suitable for advice-add.  Use cl-inf.
6159         (elp-results): Use mapatoms+elp--instrumented-p.
6160         * emacs-lisp/debug.el: Use lexical-binding and advice-add.
6161         (debug-function-list): Remove var.
6162         (debug): Rename arg, and then let-bind it explicitly inside.
6163         (debugger-setup-buffer): Rename arg.
6164         (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
6165         (debugger-frame-number): Adjust to new debug-on-entry setup.
6166         (debug--implement-debug-on-entry): Rename from
6167         implement-debug-on-entry, add argument.
6168         (debugger-special-form-p): Remove, use special-form-p instead.
6169         (debug-on-entry): Use advice-add.
6170         (debug--function-list): New function.
6171         (cancel-debug-on-entry): Use it, along with advice-remove.
6172         (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
6173         (debugger-list-functions): Use debug--function-list instead of
6174         debug-function-list.
6175         * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
6176         (ad-special-form-p): Remove, use special-form-p instead.
6177         (ad-set-advice-info): Use add-function and remove-function.
6178         (ad--defalias-fset): Adjust accordingly.
6180 2012-11-10  Glenn Morris  <rgm@gnu.org>
6182         * mail/emacsbug.el (report-emacs-bug-tracker-url)
6183         (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
6184         (report-emacs-bug-create-existing-bugs-buffer)
6185         (report-emacs-bug-parse-query-results)
6186         (report-emacs-bug-query-existing-bugs): Remove.  (Bug#7449)
6188         * term.el (term-default-fg-color, term-default-bg-color):
6189         Make obsolete, rather than just saying "deprecated" in the doc.
6191         * term.el (term): Rename from `term-face'.
6192         (term-current-face, ansi-term-color-vector)
6193         (term-default-fg-color, term-default-bg-color, term-ansi-reset):
6194         Update all users.
6196 2012-11-10  Jan Djärv  <jan.h.d@swipnet.se>
6198         * server.el (server-create-window-system-frame): Handle Nextstep
6199         specially (Bug#12780).
6201 2012-11-10  Glenn Morris  <rgm@gnu.org>
6203         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
6204         Unautoload, and make obsolete.  (Bug#7449)
6206 2012-11-10  Chong Yidong  <cyd@gnu.org>
6208         * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
6209         rename from diff-remove-trailing-whitespace (Bug#12831).
6211 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6213         * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
6214         miscompilation of trace.el.
6216 2012-11-10  Glenn Morris  <rgm@gnu.org>
6218         * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
6220 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6222         * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
6223         (bug#12812).
6225 2012-11-10  Chong Yidong  <cyd@gnu.org>
6227         * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
6228         a defcustom with an appropriate :set function.
6229         (minibuffer-default--in-prompt-regexps): New function.
6231 2012-11-10  Glenn Morris  <rgm@gnu.org>
6233         * emacs-lisp/cl.el (define-setf-expander, defsetf)
6234         (define-modify-macro): Doc fixes.
6236         * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
6237         (gv-define-simple-setter): Update doc of `fix-return'.
6239 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6241         * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
6242         twice when `fix-return' is set (bug#12813).
6244         * emacs-lisp/cl.el (defsetf): Pass the third arg to
6245         gv-define-simple-setter (bug#12812).
6247         * woman.el (woman-decode-region): Disable adaptive-fill when rendering
6248         (bug#12756).
6250 2012-11-10  Glenn Morris  <rgm@gnu.org>
6252         * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
6254         * emacs-lisp/cl-extra.el (cl-prettyexpand):
6255         * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
6256         * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
6257         (cl-the, cl-compiler-macroexpand): Add basic doc strings.
6259         * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
6261 2012-11-10  Leo Liu  <sdl.web@gmail.com>
6263         * ido.el (ido-set-matches-1): Improve flex matching performance by
6264         removing backtracking in the regexp (suggested by Stefan).  (Bug#12796)
6266 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6268         * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
6269         (ad--defalias-fset): New function.
6270         (ad-safe-fset): Remove.
6271         (ad-make-freeze-definition): Use cl-letf*.
6273 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6275         * subr.el (dolist): Don't bind VAR in RESULT.
6277         * emacs-lisp/advice.el: Miscellaneous cleanup.  Use lexical-binding.
6278         (fset, documentation): Don't save real def since we don't advise.
6279         (ad-do-advised-functions): Remove problematic `result-form'.
6280         (ad-safe-fset): `ad-real-fset' => `fset'.
6281         (ad-read-advised-function): Don't assume that ad-do-advised-functions
6282         uses CL's dolist internally.
6283         (ad-arglist): Remove unused arg `name'.
6284         (ad-docstring, ad-make-advised-docstring):
6285         `ad-real-documentation' => `documentation'.
6286         (warning-suppress-types): Declare.
6287         (ad-set-arguments): Simple CSE.
6288         (ad-recover-normality): Sanity check.
6290         * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
6291         (funcall '(lambda ..) ..) into ((lambda ..) ..).
6293 2012-11-09  Vincent Belaïche  <vincentb1@users.sourceforge.net>
6295         * ses.el: symbol to coordinate mapping is made by symbol property
6296         `ses-cell'.  This means that the same mapping is done for all SES
6297         sheets.  That is good enough for cells with standard A1 names, but
6298         not for named cell.  So a hash map is added for the latter.
6299         (defconst ses-localvars): Add local variable ses--named-cell-hashmap
6300         (ses-sym-rowcol): Use hashmap for named cell.
6301         (ses-is-cell-sym-p): New defun.
6302         (ses-decode-cell-symbol): New defun.
6303         (ses-create-cell-variable): Add cell to hashmap when name is not
6304         A1-like.
6305         (ses-rename-cell): Check that cell new name is not already in
6306         spreadsheet with the use of ses-is-cell-sym-p
6307         (ses-rename-cell): Use hash map for named cells, but accept also
6308         renaming back to A1-like.
6310 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6312         * emacs-lisp/advice.el: Use new dynamic docstrings.
6313         (ad-make-advised-definition-docstring, ad-advised-definition-p):
6314         Use dynamic-docstring-function instead of ad-advice-info.
6315         (ad--make-advised-docstring): New function extracted from
6316         ad-make-advised-docstring.
6317         (ad-make-advised-docstring): Use it.
6318         * progmodes/sql.el (sql--make-help-docstring): New function, extracted
6319         from sql-help.
6320         (sql-help): Use it with dynamic-docstring-function.
6322         * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
6324 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6326         * files.el (hack-one-local-variable--obsolete): New function.
6327         (hack-one-local-variable): Use it for obsolete settings.
6329         * subr.el (locate-user-emacs-file): If both old and new name exist, use
6330         the new name.
6332         * progmodes/js.el (js--filling-paragraph): New var.
6333         (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
6334         (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
6335         less sneaky.
6337 2012-11-08  Julien Danjou  <julien@danjou.info>
6339         * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
6340         `auto-mode-alist' (Bug#12835).
6342 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6344         * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
6345         (perl--prettify-symbols-alist): New const.
6346         (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
6347         New functions.
6348         (perl-font-lock-keywords-2): Use them.
6349         (perl-electric-noindent-p): New function.
6350         (perl-mode): Use it to set up electric-indent-mode.
6351         (perl-electric-terminator, perl-indent-command): Mark obsolete.
6352         (perl-mode-map): Remove bindings for them.
6353         (perl-imenu-generic-expression, perl-outline-level):
6354         Match functions&packages in column>0.
6356         * env.el (env--substitute-vars-regexp): New const.
6357         (substitute-env-vars): Use it.  Add `only-defined' arg.
6358         * net/tramp.el (tramp-replace-environment-variables): Use it.
6360         * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
6361         Byte-compile *before* eval in eval-and-compile.
6362         (byte-compile-log-warning): Remove redundant inhibit-read-only.
6363         (byte-compile-file-form-autoload): Don't hide actual definition.
6364         (byte-compile-maybe-guarded): Accept `functionp' as well.
6366         * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
6368 2012-11-07  Michael Albinus  <michael.albinus@gmx.de>
6370         * notifications.el (notifications-get-server-information-method):
6371         New defconst.
6372         (notifications-get-capabilities): Fix docstring.
6373         (notifications-get-server-information): New defun.
6375 2012-11-06  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
6377         * textmodes/ispell.el (ispell-region): Standard re-indent for better
6378         readability.
6380         * textmodes/ispell.el: Experimental support for support debugging.
6381         (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
6382         buffer for ispell.
6383         (ispell-print-if-debug): New function to print stuff to
6384         `ispell-debug-buffer' if debugging is enabled.
6385         (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
6386         show some debugging info.
6387         (ispell-buffer-with-debug): New function that creates a debugging
6388         buffer and calls `ispell-buffer' with debugging enabled.
6390         * textmodes/ispell.el (ispell-region): Do not prefix sent string by
6391         comment in autoconf mode. (Bug#12768)
6393 2012-11-06  Dmitry Antipov  <dmantipov@yandex.ru>
6395         * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
6396         frame-first-window, frame-root-window, frame-selected-window,
6397         minibuffer-selected-window, minibuffer-window,
6398         window-absolute-pixel-edges, window-at, window-body-height,
6399         window-body-width, window-display-table, window-combination-limit,
6400         window-frame, window-fringes, window-inside-absolute-pixel-edges,
6401         window-inside-edges, window-inside-pixel-edges, window-left-child,
6402         window-left-column, window-margins, window-next-buffers,
6403         window-next-sibling, window-new-normal, window-new-total,
6404         window-normal-size, window-parameter, window-parameters, window-parent,
6405         window-pixel-edges, window-point, window-prev-buffers,
6406         window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
6407         window-start, window-text-height, window-top-child, window-top-line,
6408         window-total-height, window-total-width and window-use-time to the list
6409         of functions without side-effects.
6410         (toplevel): Add window-valid-p to the list of error-free functions
6411         without side-effects.
6413 2012-11-05  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
6415         * textmodes/ispell.el (ispell-program-name):
6416         Update spellchecker parameters when customized.
6418 2012-11-04  Glenn Morris  <rgm@gnu.org>
6420         * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn.  (Bug#7850)
6422 2012-11-04  Chong Yidong  <cyd@gnu.org>
6424         * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
6425         same-window-* variables.
6427 2012-11-04  Juri Linkov  <juri@jurta.org>
6429         * isearch.el (isearch-help-for-help, isearch-describe-bindings)
6430         (isearch-describe-key, isearch-describe-mode): Use a display
6431         action instead of binding same-window-* variables (Bug#10040).
6433 2012-11-03  Glenn Morris  <rgm@gnu.org>
6435         * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
6436         Rename handler properties back from cl-- to cl-.  (Bug#12788)
6438         * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
6440 2012-11-03  Eli Zaretskii  <eliz@gnu.org>
6442         * term/pc-win.el: Don't load term/internal from here.
6444         * loadup.el: Load term/internal from here.
6446 2012-11-03  Fabián Ezequiel Gallina  <fgallina@cuca>
6448         * progmodes/python.el (inferior-python-mode): Fix hang in
6449         jit-lock (Bug#12645).
6451 2012-11-03  Martin Rudalics  <rudalics@gmx.at>
6453         * window.el (switch-to-visible-buffer)
6454         (switch-to-buffer-preserve-window-point): Fix doc-strings.
6456 2012-11-03  Glenn Morris  <rgm@gnu.org>
6458         * emacs-lisp/cl-lib.el (cl--random-time):
6459         Rename from cl-random-time.  (Bug#12773)
6460         (cl--gensym-counter, cl--random-state): Update callers.
6461         * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
6463 2012-11-03  Chong Yidong  <cyd@gnu.org>
6465         * cus-start.el: Make cursor-type customizable (Bug#11633).
6467 2012-11-02  Glenn Morris  <rgm@gnu.org>
6469         * filecache.el: No need to load find-lisp when compiling.
6470         (find-lisp-find-files): Autoload it.
6471         (file-cache-add-directory-recursively): Don't require find-lisp.
6473         * image.el (image-type-from-file-name): Trivial simplification.
6475         * emacs-lisp/bytecomp.el (byte-compile-eval):
6476         Decouple "noruntime" and "cl-functions" warnings.
6478 2012-11-01  Stephen Berman  <stephen.berman@gmx.net>
6480         * play/gomoku.el (gomoku-display-statistics): Update mode line
6481         only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
6483 2012-10-31  Martin Rudalics  <rudalics@gmx.at>
6485         * window.el (quit-restore-window): If the window has been
6486         created on an existing frame and ended up as the sole window on
6487         that frame, do not delete it (Bug#12764).
6489 2012-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6491         * progmodes/sh-script.el (sh--inside-noncommand-expression):
6492         Rename from sh--inside-arithmetic-expression, handle more cases
6493         (bug#11263).
6495         * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
6496         (sh-font-lock-open-heredoc): Use it (bug#12770).
6498 2012-10-30  Glenn Morris  <rgm@gnu.org>
6500         * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie.  Doc fix.
6502         * emacs-lisp/cl.el (letf): Doc fix.  (Bug#12760)
6504 2012-10-29  Chong Yidong  <cyd@gnu.org>
6506         * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
6507         function key is stored in a keyboard macro (Bug#4894).
6509         * thingatpt.el (number-at-point): Apply a thing-at-point property.
6511 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6513         * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
6514         header comments".
6515         (diff-unified->context, diff-context->unified)
6516         (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
6518         * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
6520         * files.el (find-alternate-file): Only ask one question (bug#12487).
6522 2012-10-29  Chong Yidong  <cyd@gnu.org>
6524         * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
6525         Suggested by Dan Nicolaescu (Bug#6326).
6527         * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
6529         * startup.el (fancy-about-screen): Don't message (Bug#12680).
6531         * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
6533         * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
6535         * face-remap.el (face-remap-add-relative): Handle the case where a
6536         face-remapping-alist entry is a cons cell (Bug#12762).
6538 2012-10-29  Kevin Ryde  <user42@zip.com.au>
6540         * woman.el (woman-parse-numeric-value): Handle picas correctly
6541         (Bug#12639).
6543 2012-10-29  Glenn Morris  <rgm@gnu.org>
6545         * emacs-lisp/cl.el (defsetf): Doc fix.
6547 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6549         * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
6550         syntax to the matching opener, if any (bug#12547).
6551         (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
6552         matching open as a "case-(".
6553         (sh-smie-rc-grammar): Add a corresponding rule for it.
6555 2012-10-28  Daniel Hackney  <dan@haxney.org>
6557         * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
6558         "PKGNAME-autoloads.el" in case we created it.
6560 2012-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6562         * minibuffer.el (completion--sifn-requote): Rewrite to handle things
6563         like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
6564         (completion--twq-all): Disable too-strict assertions.
6566         * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
6568 2012-10-27  Eli Zaretskii  <eliz@gnu.org>
6570         * profiler.el (profiler-report-make-entry-part): Fix help-echo
6571         text to match the real keybindings.
6573 2012-10-27  Juri Linkov  <juri@jurta.org>
6575         * wdired.el (wdired-keep-marker-rename): New defcustom.
6576         (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
6577         (Bug#11795)
6579         * dired.el (dired-keep-marker-rename): Add reference to
6580         `wdired-keep-marker-rename' in the docstring.
6581         Add default character value ?R to display initially in
6582         Customization UI instead of ?@.
6584 2012-10-27  Martin Rudalics  <rudalics@gmx.at>
6586         * window.el (display-buffer): In doc-string describe
6587         window-height and window-width alist entries.
6589         * time.el (display-time-world): Restore fit-window-to-buffer
6590         behavior.
6592 2012-10-27  Chong Yidong  <cyd@gnu.org>
6594         * subr.el (insert-buffer-substring-as-yank): Doc fix.
6596 2012-10-26  Jambunathan K  <kjambunathan@gmail.com>
6598         * minibuffer.el (completion-category-overrides): New completion
6599         category `bookmark' (bug#11131).
6601 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6603         * emacs-lisp/advice.el (ad-assemble-advised-definition):
6604         Silence bogus compiler warnings for ad-do-it.
6606         * bookmark.el (bookmark-completing-read): Set the completion category
6607         to `bookmark' (bug#11131).
6609 2012-10-26  Bastien  <bzg@altern.org>
6610             Stefan Monnier  <monnier@iro.umontreal.ca>
6612         * face-remap.el: Use lexical-binding.
6613         (text-scale-adjust): Improve docstring.  Use itself for the temporary
6614         overlay-map bindings, so as to repeat the "Use..." message each time.
6616 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6618         * emacs-lisp/macroexp.el (macroexp--expand-all):
6619         Obey byte-compile-warning-enabled-p (bug#12486).
6621         * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
6622         (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
6624 2012-10-26  Martin Rudalics  <rudalics@gmx.at>
6626         * mouse.el (mouse-drag-line): Move last form into preceding when
6627         clause (Bug#12731).
6629         * help.el (resize-temp-buffer-window): Fix doc-string.
6631 2012-10-25  David Engster  <deng@randomsample.de>
6633         * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
6634         Remove.  This feature is already integrated in imenu.
6636         * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
6637         always loaded.  Require `speedbar' unconditionally.
6639 2012-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6641         * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
6643         * minibuffer.el (minibuffer-force-complete): Fix thinko.
6645         * net/ldap.el (ldap-search-internal): The official ldif format starts
6646         with a "version: 1" header (bug#12724).
6648         * emacs-lisp/package.el (package-installed-p): Warn if not ready
6649         (bug#12721).
6651 2012-10-25  Glenn Morris  <rgm@gnu.org>
6653         * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
6655 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6657         * minibuffer.el (minibuffer-force-complete): Use one more marker
6658         for the temporary-overlay-map command (bug#12619).
6660 2012-10-24  Chong Yidong  <cyd@gnu.org>
6662         * time.el (display-time-world-mode): Derive from special-mode.
6663         (display-time-world): Use display-buffer (Bug#12708).
6664         (display-time-world-mode-map): Variable deleted.
6665         (display-time-world-display): Wrap the final delete-char inside
6666         inhibit-read-only.
6668 2012-10-24  Chong Yidong  <cyd@gnu.org>
6670         * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
6671         Doc fix.
6673         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
6675 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6677         * minibuffer.el (completion--all-sorted-completions-location): New var.
6678         (completion--cache-all-sorted-completions)
6679         (completion--flush-all-sorted-completions): Use it.
6680         (completion-in-region, completion-in-region--postch)
6681         (completion-at-point, completion-help-at-point): Use markers in
6682         completion-in-region--data (bug#12619).
6684 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6686         * progmodes/compile.el (compilation-start): Try to handle common
6687         quoting of `cd' argument (bug#12640).
6689         * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
6690         (bug#12671).
6692 2012-10-23  Glenn Morris  <rgm@gnu.org>
6694         * progmodes/gud.el (gud-menu-map):
6695         Check gdb-active-process is bound.  (Bug#12358)
6697 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6699         * repeat.el (repeat): Set real-this-command (bug#12232).
6701         * htmlfontify.el (hfy-post-html-hook):
6702         * filesets.el (filesets-cache-fill-content-hook):
6703         * arc-mode.el (archive-extract-hook):
6704         * progmodes/cc-mode.el (c-prepare-bug-report-hook):
6705         * net/rcirc.el (rcirc-sentinel-functions)
6706         (rcirc-receive-message-functions, rcirc-activity-functions)
6707         (rcirc-print-functions):
6708         * net/dbus.el (dbus-event-error-functions):
6709         * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
6710         * emacs-lisp/checkdoc.el (checkdoc-style-functions)
6711         (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
6712         * term/sun.el (sun-raw-prefix-hooks):
6713         * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
6715 2012-10-23  Michael Albinus  <michael.albinus@gmx.de>
6717         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
6718         Set `tramp-chunksize' to 1.  This improves the performance.
6719         (tramp-smb-wait-for-output): Add timeout to
6720         `tramp-accept-process-output' calls.
6722 2012-10-23  Chong Yidong  <cyd@gnu.org>
6724         * faces.el (font-list-limit): Define as an obsolete variable.
6726         * startup.el (command-line):
6727         * cus-start.el: Don't refer to font-list-limit.
6729         * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
6731 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6733         * subr.el (internal-temp-output-buffer-show): Rename from
6734         temp-output-buffer-show, since previously compiled files expect this name.
6736 2012-10-23  Glenn Morris  <rgm@gnu.org>
6738         * image.el (image-type-from-file-name): If multiple types match,
6739         return the first one that is supported.  (Bug#9045)
6741 2012-10-22  Glenn Morris  <rgm@gnu.org>
6743         * image.el (imagemagick-enabled-types): Doc fix.
6745 2012-10-22  Takafumi Arakaki  <aka.tkf@gmail.com>  (tiny change)
6747         * progmodes/which-func.el (which-func-current): The hash-table may have
6748         an explicit nil (bug#12338).
6750 2012-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6752         * electric.el (electric-pair-delete-selection-self-insert-function):
6753         Rename to electric-pair-will-use-region, return a boolean.
6754         (electric-pair-mode): Adjust accordingly.  Don't require delsel.
6756         * delsel.el (delete-selection-helper): Use a function instead of a hook.
6757         (delete-selection-pre-hook): Use use-region-p.
6758         (delete-selection-self-insert-function): Remove.
6759         (self-insert-command): Obey self-insert-uses-region-functions.
6760         (self-insert-iso): Revert to previous setting, since we don't actually
6761         know what that command does.
6762         (delete-selection-self-insert-hooks): Remove.
6764 2012-10-22  Simon Law  <sfllaw@sfllaw.ca>  (tiny change)
6766         * delsel.el (delete-selection-helper): New function, extracted from
6767         delete-selection-pre-hook.
6768         (delete-selection-pre-hook): Use it.
6769         (delete-selection-self-insert-function): New function.
6770         (delete-selection-self-insert-hooks): New hook.
6771         (self-insert-command, self-insert-iso): Use it.
6772         * electric.el (electric-pair-syntax): New function, extracted from
6773         electric-pair-post-self-insert-function.
6774         (electric-pair-post-self-insert-function): Use it.
6775         (electric-pair-delete-selection-self-insert-function): New function.
6776         (electric-pair-mode): Require delsel and setup
6777         delete-selection-self-insert-hooks (bug#11520).
6779 2012-10-20  Chong Yidong  <cyd@gnu.org>
6781         * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
6782         no changes to show (Bug#12586).
6784         * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
6785         list explicitly (Bug#12571).
6787 2012-10-20  Arne Jørgensen  <arne@arnested.dk>
6789         * progmodes/flymake.el (flymake-create-temp-inplace):
6790         Use file-truename.
6792 2012-10-20  Eli Zaretskii  <eliz@gnu.org>
6794         * loadup.el: Update comment about uncompiled Lisp files.  (Bug#12395)
6796 2012-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
6798         * calc/calc-units.el (math-extract-units): Properly extract powers
6799         of units.
6801 2012-10-20  Daniel Colascione  <dancol@dancol.org>
6803         * frame.el (make-frame): Set x-display-name as we used to in order
6804         to unbreak creating an X11 frame from an Emacs daemon started
6805         without a display.
6807 2012-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6809         * minibuffer.el (minibuffer-force-complete): Make the next completion use
6810         the same completion-field (bug#12221).
6812 2012-10-19  Martin Rudalics  <rudalics@gmx.at>
6814         * emacs-lisp/debug.el (debug): Record height of debugger window
6815         also when debugger will be back (Bug#8789).
6817 2012-10-18  Chong Yidong  <cyd@gnu.org>
6819         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
6820         Convert to defcustom.
6821         (gdb-get-source-file): Don't bind pop-up-windows.
6823         * progmodes/gud.el (gud-display-line): Don't specially re-use
6824         other frames for the gdb-mi case (Bug#12648).
6826 2012-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6828         * emacs-lisp/advice.el: Clean up commentary a bit.
6829         (ad-do-advised-functions, ad-with-originals): Use `declare'.
6830         (byte-code-function-p): Never redefine.
6832         * emacs-lisp/gv.el (cond): Same fix as before for `if'.
6834 2012-10-18  Glenn Morris  <rgm@gnu.org>
6836         * dired.el (dired-sort-toggle): Some ls implementations only allow
6837         a single option string.  (Bug#12666)
6839         * minibuffer.el (completion-cycle-threshold): Doc fix.
6841 2012-10-17  Kenichi Handa  <handa@gnu.org>
6843         * international/mule.el (set-keyboard-coding-system):
6844         Recover input meta mode when the new coding system doesn not use 8-bit.
6845         Supply TERMINAL arg to set-input-meta-mode.
6847 2012-10-17  Michael Heerdegen  <michael_heerdegen@web.de>
6849         * wdired.el (wdired-old-marks): New variable.
6850         (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
6851         (wdired-do-renames): Move point with renamed file and don't lose
6852         mark status (Bug#11795).
6854 2012-10-16  Juri Linkov  <juri@jurta.org>
6856         * replace.el (query-replace-help): Mention multi-buffer replacement
6857         keys in the Help message.  (Bug#12655)
6859 2012-10-15  Chong Yidong  <cyd@gnu.org>
6861         * emacs-lisp/byte-run.el (defsubst): Doc fix.
6863 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
6865         * window.el (display-buffer): Doc fix.
6867         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6868         Adjust the msft regexp to the output of Studio 2010, and move msft
6869         before edg-1.  See the discussion on emacs-devel,
6870         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
6871         for the details.
6873 2012-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6875         * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
6876         (oset): Move uses of object-class-fast macro after its definition.
6878         * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
6880 2012-10-13  Chong Yidong  <cyd@gnu.org>
6882         * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
6883         enabled, re-enable it (Bug#11963).
6885 2012-10-13  Martin Rudalics  <rudalics@gmx.at>
6887         * emacs-lisp/debug.el (debug): When debugger-will-be-back is
6888         non-nil, restore window configuration (Bug#12623).
6890 2012-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6892         * help-fns.el (describe-variable, describe-function-1):
6893         * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
6895         * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
6897 2012-10-12  Glenn Morris  <rgm@gnu.org>
6899         * mail/rmailsum.el (rmail-header-summary):
6900         Fix 2010-11-26 test for multiline Subject: field.  (Bug#12625)
6902 2012-10-12  Fabián Ezequiel Gallina  <fgallina@cuca>
6904         * progmodes/python.el (python-mode-map):
6905         Replace subtitute-key-definition with proper command remapping.
6906         (python-nav--up-list): Fix behavior for blocks on the same level.
6908 2012-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6910         * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
6912         * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
6913         changes to the format of load-history.
6915         * international/mule-cmds.el (read-char-by-name): Move let-binding of
6916         completion-ignore-case in case that var is buffer-local (bug#12615).
6918 2012-10-11  Kenichi Handa  <handa@gnu.org>
6920         * international/eucjp-ms.el: Re-generated.
6922 2012-10-10  Kenichi Handa  <handa@gnu.org>
6924         * select.el (xselect--encode-string): If a coding is specified for
6925         selection, and that is compatible with COMPOUND_TEXT, use it.
6927 2012-10-10  Martin Rudalics  <rudalics@gmx.at>
6929         * window.el (switch-to-buffer-preserve-window-point): New option.
6930         (switch-to-buffer):
6931         Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
6933 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6935         * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
6936         Don't document nil as a useful value (bug#12583).
6938 2012-10-09  Michael Albinus  <michael.albinus@gmx.de>
6940         * net/tramp.el (tramp-debug-message):
6941         Remove "tramp-with-progress-reporter" from regexp of ignored functions.
6942         (with-tramp-progress-reporter): Rename from
6943         `tramp-with-progress-reporter'.
6944         (with-tramp-file-property, with-tramp-connection-property):
6945         Move from tramp-cache.el, rename from `with-file-property' and
6946         `with-connection-property', respectively.
6948         * net/tramp-cache.el: Remove `with-file-property' and
6949         `with-connection-property'.
6951         * net/tramp.el:
6952         * net/tramp-gvfs.el:
6953         * net/tramp-sh.el:
6954         * net/tramp-smb.el: Adapt callees.
6956         * net/trampver.el: Update release number.
6958 2012-10-09  Glenn Morris  <rgm@gnu.org>
6960         * w32-fns.el (set-message-beep):
6961         * term/w32-win.el (set-message-beep): Update declarations.
6963 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6965         * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
6966         (mode-line-widen, mode-line-input-method-map)
6967         (mode-line-coding-system-map, mode-line-remote)
6968         (mode-line-unbury-buffer, mode-line-bury-buffer)
6969         (mode-line-next-buffer, mode-line-previous-buffer):
6970         Replace save-selected-window+select-window => with-selected-window.
6972         * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
6973         * progmodes/cc-vars.el (bq-process): Remove, unused.
6975         * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
6977 2012-10-09  Fabián Ezequiel Gallina  <fgallina@cuca>
6979         Implemented `backward-up-list'-like navigation.
6980         * progmodes/python.el (python-nav-up-list)
6981         (python-nav-backward-up-list): New functions.
6982         (python-mode-map): Define substitute key for backward-up-list to
6983         python-nav-backward-up-list.
6985 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
6987         * progmodes/python.el (python-fill-paragraph): Rename from
6988         python-fill-paragraph-function.  Fixed fill-paragraph for
6989         decorators (Bug#12605).
6991 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
6993         * progmodes/python.el (python-shell-output-filter): Handle extra
6994         carriage return in OSX (Bug#12409).
6996 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
6998         Fix shell handling of unbalanced quotes and parens in output.
6999         * progmodes/python.el (python-rx-constituents): Add string-delimiter.
7000         (python-syntax-propertize-function): Use it.
7001         (python-shell-output-syntax-table): New var.
7002         (inferior-python-mode): Prevent unbalanced parens/quotes from
7003         previous output mess with current input context.
7005 2012-10-08  Juanma Barranquero  <lekktu@gmail.com>
7007         * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
7008         Make obsolete aliases of js-mode and js-mode-hook (from js.el).
7010 2012-10-08  Michael Albinus  <michael.albinus@gmx.de>
7012         * ffap.el (ffap-replace-file-component): Support Tramp file name
7013         syntax, not only ange-ftp's one.
7015 2012-10-08  Glenn Morris  <rgm@gnu.org>
7017         * cus-start.el (message-log-max): Set :version.
7019         * calendar/calendar.el (calendar-intermonth-header): Doc fix.
7021 2012-10-08  Martin Rudalics  <rudalics@gmx.at>
7023         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
7024         the minibuffer window (Bug#10851).
7026 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
7028         Enhancements on forward-sexp movement.
7029         * progmodes/python.el (python-nav-beginning-of-statement)
7030         (python-nav-end-of-statement): Return point-marker.
7031         (python-nav-forward-sexp): lisp-like forward-sexp behavior.
7032         (python-info-current-symbol)
7033         (python-info-statement-starts-block-p): Rename from
7034         python-info-beginning-of-block-p.
7035         (python-info-statement-ends-block-p): Rename from
7036         python-info-end-of-block-p.
7037         (python-info-beginning-of-statement-p)
7038         (python-info-end-of-statement-p)
7039         (python-info-beginning-of-block-p, python-info-end-of-block-p):
7040         New functions.
7042 2012-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7044         * comint.el (comint-preinput-scroll-to-bottom): Preserve the
7045         frame-selected-windows.
7047 2012-10-08  Daniel Colascione  <dancol@dancol.org>
7049         * battery.el (battery-status-function): Check for
7050         w32-battery-status itself, not system-time windows-nt.
7052         * frame.el: Require cl-lib.
7053         (display-format-alist): New variable mapping frame types to
7054         functions that initialize them.
7055         (window-system-for-display): New function: interprets
7056         display-format-alist.
7057         (make-frame-on-display): Remove existing display-selection logic
7058         and just forward to make-frame, which will now DTRT.
7059         (make-frame): Restructure to use window-system-for-display to
7060         figure out how to create a frame on a given display.
7061         (display-mouse-p): Look for frame-type w32, not a particular
7062         system-type.
7064         * loadup.el: Load w32 lisp code when we have the w32 feature.
7066         * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
7067         system-type windows-nt.
7069         * server.el (server-create-window-system-frame): Look for window
7070         type.
7071         (server-proces-filter): Only force a window system when windows-nt
7072         _and_ w32.  Explain why.
7074         * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
7075         of window systems we configure for the mode.
7077         * startup.el (command-line): Mark window system is initialized
7078         after we've done it.
7080         * common-win.el (x-select-text): Look for w32, not windows-nt.
7082         * ns-win.el: Require cl-lib.  Add ourselves to
7083         display-format-alist.
7084         (ns-initialize-window-system): Assert we're not initialized twice.
7086         * w32-win.el: Enable lexical binding; require cl-lib; add
7087         ourselves to display-format-alist.
7088         (w32-handle-dropped-file): Convert incoming dropped files from
7089         Windows paths to Cygwin ones before passing them on to the rest of
7090         Emacs.
7091         (w32-drag-n-drop): New paramter new-frame.  Simplify logic.
7092         (w32-initialize-window-system): Assert we're not initialized twice.
7094         * x-win.el: Require cl-lib; add ourselves to display-format-alist.
7095         (x-initialize-window-system): Assert we're not initialized twice.
7097         * w32-common-fns.el: New File.
7098         (w32-version, w32-using-nt, w32-get-clipboard-data)
7099         (w32-set-clipboard-data, x-set-selection, x-get-selection)
7100         (w32-charset-info-alist, x-last-selected, text)
7101         (x-get-selection-value, x-selection-value): Move here.
7103         * w32-fns.el: Require w32-common-fns.
7104         (w32-version, w32-using-nt, w32-get-clipboard-data)
7105         (w32-set-clipboard-data, x-set-selection, x-get-selection)
7106         (w32-charset-info-alist, x-last-selected, text)
7107         (x-get-selection-value, x-selection-value): Move to
7108         w32-common-fns.
7110         * w32-vars.el:
7111         (w32-allow-system-shell, w32-system-shells): Define only in
7112         non-cygwin case.
7114 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7116         * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
7117         (read-passwd): Remove a few more potential sources of leaks.
7119 2012-10-07  Fabián Ezequiel Gallina  <fgallina@cuca>
7121         * progmodes/python.el (inferior-python-mode)
7122         (python-shell-make-comint): Fix initialization of local
7123         variables copied from parent buffer.
7125 2012-10-07  Jan Djärv  <jan.h.d@swipnet.se>
7127         * term/ns-win.el (ns-read-file-name): Update declaration to match
7128         nsfns.m.
7129         (ns-respond-to-change-font): Change fontsize separately so we are sure
7130         it is set when font is acted upon.
7132 2012-10-07  Fabián Ezequiel Gallina  <fgallina@cuca>
7134         Enhancements to indentation.
7135         * progmodes/python.el (python-indent-context): Give priority to
7136         inside-string context.  Make comments indentation markers.
7137         (python-indent-region): Do not mess with strings, unless it's the
7138         enclosing set of quotes.
7140 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7142         * window.el (internal--before-save-selected-window)
7143         (internal--after-save-selected-window): New functions extracted from
7144         save-selected-window.  Make sure we return the `alist' we construct.
7145         (save-selected-window): Use them.
7147         * textmodes/tex-mode.el (tex-recenter-output-buffer):
7148         Use with-selected-window.
7150         * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
7151         forms that define macros (bug#12593).
7153 2012-10-07  Kenichi Handa  <handa@gnu.org>
7155         * international/mule-conf.el (compound-text-with-extensions):
7156         Add :mime-charset property as x-ctext.
7158 2012-10-07  Stefan Merten  <smerten@oekonux.de>
7160         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
7161         (rst-indent-literal-normal, rst-indent-literal-minimized)
7162         (rst-indent-comment): Correct :version tag.
7163         (rst-official-cvs-rev): Correct version string.
7165 2012-10-07  Glenn Morris  <rgm@gnu.org>
7167         * mail/rmailmm.el (rmail-mime-process-multipart):
7168         Do not confuse a multipart message with an epilogue
7169         with a "truncated" one; fixes 2011-06-27 change.  (Bug#10101)
7171 2012-10-07  Fabián Ezequiel Gallina  <fgallina@cuca>
7173         Fix shell output retrieval and comint-prompt-regexp init.
7174         * progmodes/python.el (inferior-python-mode):
7175         (python-shell-make-comint): Fix initialization of
7176         comint-prompt-regexp from copied file local variables.
7177         (python-shell-fetched-lines): Remove var.
7178         (python-shell-output-filter-in-progress): Rename from
7179         python-shell-fetch-lines-in-progress.
7180         (python-shell-output-filter-buffer): Rename from
7181         python-shell-fetch-lines-string.
7182         (python-shell-fetch-lines-filter): Delete function.
7183         (python-shell-output-filter): New function.
7184         (python-shell-send-string-no-output): Use them.
7186 2012-10-07  Glenn Morris  <rgm@gnu.org>
7188         * hi-lock.el (hi-lock-process-phrase):
7189         Try to make it less fragile.  (Bug#7161)
7191         * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
7193 2012-10-06  Glenn Morris  <rgm@gnu.org>
7195         * ehelp.el (electric-help-mode): Use help-mode rather than
7196         non-existent mode `help'.
7197         (electric-help-map): Use button-buffer-map.  (Bug#10917)
7199         * textmodes/reftex-vars.el (reftex-create-bibtex-header)
7200         (reftex-create-bibtex-footer): Fix custom types.
7202         * progmodes/sh-script.el (sh-indent-after-continuation):
7203         Add explicit :group.
7205         * textmodes/rst.el (rst-preferred-decorations)
7206         (rst-shift-basic-offset): Clarify obsolescence versions.
7208         * profiler.el (profiler): Add missing group :version tag.
7209         * avoid.el (mouse-avoidance-banish-position):
7210         * proced.el (proced-renice-command):
7211         * calc/calc.el (calc-ensure-consistent-units):
7212         * calendar/icalendar.el (icalendar-import-format-uid):
7213         * net/tramp.el (tramp-save-ad-hoc-proxies):
7214         * progmodes/bug-reference.el (bug-reference-bug-regexp):
7215         * progmodes/flymake.el (flymake-error-bitmap)
7216         (flymake-warning-bitmap, flymake-fringe-indicator-position):
7217         * progmodes/sh-script.el (sh-indent-after-continuation):
7218         * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
7219         (verilog-before-save-font-hook, verilog-after-save-font-hook):
7220         * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
7221         (vhdl-array-index-record-field-in-sensitivity-list)
7222         (vhdl-indent-comment-like-next-code-line):
7223         * textmodes/reftex-vars.el (reftex-ref-style-alist)
7224         (reftex-ref-macro-prompt, reftex-ref-style-default-list)
7225         (reftex-cite-key-separator, reftex-create-bibtex-header)
7226         (reftex-create-bibtex-footer):
7227         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
7228         (rst-indent-literal-normal, rst-indent-literal-minimized)
7229         (rst-indent-comment): Add missing custom :version tags.
7231         * calendar/timeclock.el (timeclock-modeline-display):
7232         Add missing obsolete alias for renamed user option.
7234         * strokes.el (strokes-modeline-string):
7235         * emulation/crisp.el (crisp-mode-modeline-string):
7236         * eshell/esh-mode.el (eshell-status-in-modeline):
7237         Aliases to defcustoms must come before the defcustom.
7239         * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
7240         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
7241         (cal-tex-cursor-week-monday): Doc fixes.
7242         (cal-tex-cursor-week2-summary): Doc fix.
7243         Rename from cal-tex-cursor-week-at-a-glance.
7245         * calendar/cal-menu.el (cal-menu-context-mouse-menu):
7246         Tweak week descriptions.  Add cal-tex-cursor-week2-summary.
7248         * calendar/calendar.el (calendar-mode-map):
7249         Add cal-tex-cursor-week2-summary.
7251 2012-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7253         * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
7255         * subr.el (read-passwd-map): New var.
7256         (read-passwd): Use `read-string' again.
7257         * minibuffer.el (delete-minibuffer-contents): Make it interactive.
7259 2012-10-06  Jambunathan K  <kjambunathan@gmail.com>
7261         * register.el (append-to-register, prepend-to-register):
7262         Deactivate mark, as does `copy-to-register' (bug#12389).
7264 2012-10-06  Chong Yidong  <cyd@gnu.org>
7266         * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
7268 2012-10-06  Ikumi Keita  <ikumi@ikumi.que.jp>  (tiny change)
7270         * international/characters.el: Fix simple mistake ((car chars) ->
7271         elt), delete duplicated code.
7273 2012-10-06  Glenn Morris  <rgm@gnu.org>
7275         * subr.el (read-passwd): Allow C-u to erase entry.  (Bug#12570)
7277 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
7279         * color.el (color-hsl-to-rgb): Fix incorrect results for
7280         small and large hue values.  (Bug#12559)
7282 2012-10-05  Fabián Ezequiel Gallina  <fgallina@cuca>
7284         Enhancements to docstring formatting when filling paragraphs.
7285         * progmodes/python.el (python-fill-docstring-style): Rename from
7286         python-fill-string-style.  Added new style.
7287         (python-fill-string): Use new style.  Better checks for
7288         docstrings.
7290 2012-10-05  Glenn Morris  <rgm@gnu.org>
7292         * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
7294         * color.el (color-name-to-rgb, color-rgb-to-hex)
7295         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
7296         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
7297         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
7298         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
7300         * emacs-lisp/timer.el (with-timeout): Add missing progn.  (Bug#12577)
7302 2012-10-05  Juanma Barranquero  <lekktu@gmail.com>
7304         * ido.el (ido-directory-too-big-p): Pass dir through file-truename
7305         to get the correct size across symlinks.
7307         * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
7309 2012-10-04  Juri Linkov  <juri@jurta.org>
7311         * replace.el (query-replace-interactive): Declare obsolete.
7312         (query-replace-read-from): Add the last incremental search string
7313         to the list of default values accessible via M-n.
7314         (map-query-replace-regexp): Use `read-regexp'.
7315         (query-replace, query-replace-regexp, query-replace-regexp-eval)
7316         (map-query-replace-regexp, replace-string, replace-regexp):
7317         Fix docstrings to replace mentions of `query-replace-interactive'
7318         with alternatives.  (Bug#12526)
7320 2012-10-04  Juri Linkov  <juri@jurta.org>
7322         * dired.el (dired-shrink-to-fit): Declare obsolete.  (Bug#1806)
7323         (dired-pop-to-buffer): Declare obsolete.
7324         (dired-mark-pop-up): Doc fix.
7326 2012-10-04  Fabián Ezequiel Gallina  <fgallina@cuca>
7328         Allow user to set docstring style for fill-paragraph.
7329         * progmodes/python.el
7330         (python-fill-comment-function, python-fill-string-function)
7331         (python-fill-decorator-function, python-fill-paren-function):
7332         Remove :safe for defcustoms.
7333         (python-fill-string-style): New defcustom
7334         (python-fill-paragraph-function): Enhance context detection.
7335         (python-fill-string): Honor python-fill-string-style settings.
7337 2012-10-04  Martin Rudalics  <rudalics@gmx.at>
7339         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
7340         after setting its buffer (Bug#10805).
7342 2012-10-03  Fabián Ezequiel Gallina  <fgallina@cuca>
7344         Fix cornercase for string syntax.
7345         * progmodes/python.el (python-syntax-propertize-function):
7346         Simplify and enhance the regexp for unescaped quotes.  Now it also
7347         matches quotes in weird situations like the single quote in
7348         "something\"'".
7349         (python-syntax-stringify): Simplify num-quotes detecting code.
7351 2012-10-03  Glenn Morris  <rgm@gnu.org>
7353         * help-macro.el (three-step-help):
7354         Revert 2012-09-29 change.  (Bug#12567)
7356 2012-10-03  Martin Rudalics  <rudalics@gmx.at>
7358         * menu-bar.el (kill-this-buffer): Don't do anything when
7359         `menu-frame' is not alive or visible (Bug#8184).
7361         * emacs-lisp/debug.el (debug): When quitting the debugger window
7362         restore current buffer (Bug#12502).
7364 2012-10-02  Chong Yidong  <cyd@gnu.org>
7366         * progmodes/hideif.el (hif-lookup, hif-defined):
7367         Handle semantic-c-takeover-hideif.
7369 2012-10-02  Paul Eggert  <eggert@cs.ucla.edu>
7371         Change sampling interval units from ms to ns.
7372         * profiler.el (profiler-sampling-interval): Change units
7373         from ms to ns, multiplying the default by 1000000 so that
7374         it remains 1 ms.
7375         (profiler-report-cpu-line-format): Give enough room for
7376         the maximum counters on 64-bit hosts.
7377         (profiler-report-render-calltree-1): Call them "CPU samples",
7378         not "Time (ms)", since they are not milliseconds now (and
7379         never really were).
7381 2012-10-02  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
7383         * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
7384         Fix querying BBDB for entries without a last name (Bug#11580).
7386 2012-10-02  Chong Yidong  <cyd@gnu.org>
7388         * emacs-lisp/eieio.el: Restore Version header.
7390 2012-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7392         * vc/diff-mode.el (diff--auto-refine-data): New var.
7393         (diff-hunk): Use it to delay refinement.
7394         (diff-mode): Remove overlays when we turn off font-lock.
7396         * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
7397         (table-initialize-table-fixed-width-mode)
7398         (table-set-table-fixed-width-mode): Remove functions.
7399         (table-command-list): Move initialization into declaration.
7400         (table--tweak-menu-for-xemacs): Move defun outside mapcar.
7401         (table-with-cache-buffer): Use `declare'.
7402         (table-span-cell): Simplify via CSE.
7403         (table-fixed-width-mode): Use define-minor-mode.
7404         (table-call-interactively, table-funcall, table-apply): Remove.
7405         (table-function): New function, to replace them.
7407         * bookmark.el (bookmark-search-pattern): Remove var.
7408         (bookmark-read-search-input): Remove function.
7409         (bookmark-bmenu-search): Reimplement using a minibuffer.
7411         * faces.el (modeline): Remove obsolete face name.
7413         * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
7414         and give a non-nil default value.
7415         (add-change-log-entry): Simplify accordingly.
7417 2012-10-01  Dmitry Gutov  <dgutov@yandex.ru>
7419         * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
7420         (vc-git-log-edit-toggle-amend): New function.
7421         (vc-git-log-edit-toggle-signoff): New function.
7422         (vc-git-log-edit-mode): New major mode.
7423         (vc-git-log-edit-mode-map): Keymap for it.
7424         (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
7426         * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
7427         header names.
7428         (log-edit-toggle-header): New function.
7429         (log-edit-extract-headers): Accept function values in HEADERS alist.
7431 2012-10-01  David Engster  <deng@randomsample.de>
7433         * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
7434         from symbol property and change message to be more consistent with
7435         Emacs proper.
7436         (eieio-describe-generic): Add filename for each implementation.
7437         Fix indices for generic and normal methods.
7438         (eieio-method-def, eieio-class-def): New buttons.
7439         (eieio-help-find-method-definition)
7440         (eieio-help-find-class-definition): New functions.
7441         (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
7442         class, constructor and method definitions.
7444         * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
7445         information in symbol property.
7446         (scoped-class): Remove.
7447         (eieio-slot-name-index, call-next-method): Check if it is bound.
7449 2012-10-01  Leo P. White  <lpw25@cam.ac.uk>
7451         * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
7452         (eieio-custom-mode): New major mode.
7453         (eieio-customize-object): Use it.
7455 2012-10-01  Eric Ludlam  <zappo@gnu.org>
7457         * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
7458         specifying the expected class, and whether subclassing is allowed.
7459         (eieio-persistent-convert-list-to-object):
7460         (eieio-persistent-validate/fix-slot-value)
7461         (eieio-persistent-slot-type-is-class-p): New functions.
7462         (eieio-named::slot-missing): Doc fix.
7464         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
7465         Stop using unused publd variable.
7467         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
7468         (eieio-speedbar-description, eieio-speedbar-derive-line-path)
7469         (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
7470         (eieio-speedbar-handle-click): Do not specify a class for the
7471         method.  Fixes method invocation order problems with EDE.
7473 2012-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7475         * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
7476         (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
7478 2012-10-01  Karl Fogel  <kfogel@red-bean.com>
7480         * bookmark.el (bookmark-version-control): Give tags in the
7481         :type choices (Bug#12309), and improve doc string.
7482         (bookmark-write-file): Bind `print-circle' to `t' to allow
7483         circular custom bookmark types.  (Bug#12503)
7485 2012-10-01  Paul Eggert  <eggert@cs.ucla.edu>
7487         Revert the FOLLOW-SYMLINKS change for file-attributes.
7488         * files.el (remote-file-name-inhibit-cache, after-find-file):
7489         * time.el (display-time-file-nonempty-p): Undo last change.
7491         * profiler.el (profiler-sampling-interval): Change default back to 1.
7492         See Stefan Monnier in
7493         <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
7495 2012-10-01  Fabián Ezequiel Gallina  <fgallina@cuca>
7497         Shell output catching a la gud-gdb.
7498         * progmodes/python.el (python-shell-fetch-lines-in-progress)
7499         (python-shell-fetch-lines-string, python-shell-fetched-lines):
7500         New Vars.
7501         (python-shell-fetch-lines-filter): New function.
7502         (python-shell-send-string-no-output): Use them.
7504 2012-09-30  Tomohiro Matsuyama  <tomo@cx4a.org>
7506         * profiler.el (profiler-sampling-interval): Rename from
7507         profiler-sample-interval.
7508         (profiler-sampling-interval): Default to 10.
7509         (profiler-find-profile): New command (was profiler-find-log).
7510         (profiler-find-profile-other-window): New command.
7511         (profiler-find-profile-other-frame): New command.
7512         (profiler-profile): Introduce API-level data structure.
7514 2012-09-30  Paul Eggert  <eggert@cs.ucla.edu>
7516         file-attributes has a new optional arg FOLLOW-SYMLINKS.
7517         * files.el (remote-file-name-inhibit-cache):
7518         * time.el (display-time-file-nonempty-p): Use it.
7519         * files.el (after-find-file): Don't chase links before calling
7520         file-exists-p, as file-exists-p already does the right thing.
7522 2012-09-30  Ralf Angeli  <angeli@caeruleus.net>
7524         Merge from standalone RefTeX repository.
7526         The following ChangeLog entries are shortened versions of the
7527         original ones with file paths adapted.  A not so strongly edited
7528         version of the original ChangeLog can be found in the commit log.
7530         * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
7531         (reftex-arg-cite): Use `reftex-cite-key-separator'.
7532         Correctly handle new value type returned by `reftex-citation'.
7534         * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
7535         that entries with whitespace at various places are found.
7536         Doc fix. Include entries that are cross-referenced from cited entries.
7537         Include @String definitions in the resulting bib file.  Add header
7538         and footer defined in `reftex-create-bibtex-header' and
7539         `reftex-create-bibtex-footer'.
7540         (reftex-do-citation): Make it possible again to insert
7541         non-existent entries.  Save match data when asking for optional
7542         arguments. Return all keys, not just the first one.
7543         (reftex-all-used-citation-keys): Fix regexp to correctly extract
7544         all citations in the same line.
7545         (reftex-parse-bibtex-entry): Accept additional optional argument
7546         `raw' and keep quotes or braces if it is non-nil.  Match fields
7547         containing hyphens besides word constituents.
7548         (reftex-get-string-refs): New function.
7549         (reftex-extract-bib-entries): Check if BibTeX file changed on disk
7550         and ask if it should be reread in case it did.
7551         (reftex-pop-to-bibtex-entry)
7552         (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
7553         entries with spaces or tabs in front of arguments.
7554         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
7555         (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
7556         Match entries containing numbers and symbol constituents.
7557         (reftex-do-citation, reftex-figure-out-cite-format):
7558         Use `reftex-cite-key-separator'.
7560         * textmodes/reftex-dcr.el: Move provide statement to end of file.
7561         (reftex-mouse-view-crossref): Explain why point is set.
7563         * textmodes/reftex-global.el: Whitespace changes.
7565         * textmodes/reftex-index.el: Move provide statement to end of
7566         file.
7567         (reftex-index-selection-or-word): Use `reftex-region-active-p'.
7568         (reftex-index-visit-phrases-buffer): Set marker when visiting
7569         buffer.  This allows for returning from the phrases file to the
7570         file one was just editing instead of the file where the last
7571         phrases was added from.
7572         (reftex-index-phrases-syntax-table): New variable.  Give ?\"
7573         punctuation syntax as it usually is not used as string quote in
7574         TeX-related modes and may occur unmatched.  The change also
7575         prevents fontification of quoted content.
7576         (reftex-index-phrases-mode): Use it.
7578         * textmodes/reftex-parse.el (reftex-parse-from-file):
7579         Move backward one char if a `\' was matched after a section macro.
7580         (reftex-parse-from-file): Use beginning of match instead of end as
7581         bound.
7583         * textmodes/reftex-ref.el: Adapt creation of
7584         `reftex-<package>-<macro>' functions to new structure of
7585         `reftex-ref-style-alist'.
7586         (reftex-reference): Use `reftex-ref-style-list' function.
7587         Adapt to new structure of `reftex-ref-style-alist'.  Prompt for a
7588         reference macro if `reftex-ref-macro-prompt' is non-nil.
7589         (reftex-reference): Pass refstyle to `reftex-format-special'.
7590         Determine reference macro by looking at
7591         `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
7592         Use only one special format function.
7593         (reftex-varioref-vref, reftex-fancyref-fref)
7594         (reftex-fancyref-Fref): Remove definitions.  The functions are now
7595         generated from `reftex-ref-style-alist'.
7596         (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
7597         Remove.
7598         (reftex-format-special): New function.
7600         * textmodes/reftex-sel.el
7601         (reftex-select-cycle-ref-style-internal): Adapt to new structure
7602         of `reftex-ref-style-alist'. Remove code for testing macro type.
7603         (reftex-select-toggle-varioref)
7604         (reftex-select-toggle-fancyref): Remove.
7605         (reftex-select-cycle-ref-style-internal)
7606         (reftex-select-cycle-ref-style-forward)
7607         (reftex-select-cycle-ref-style-backward): New functions.
7608         (reftex-select-label-map): Use `v' and `V' for general cycling
7609         through reference styles.  Add `p' for switching between number
7610         and page reference types.
7612         * textmodes/reftex-toc.el (reftex-re-enlarge):
7613         Call `enlarge-window' only if there is something to do because in Emacs
7614         the horizontal version throws an error even if the parameter is 0.
7616         * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
7617         (reftex-plug-into-AUCTeX): Doc fix.
7618         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
7619         string.  Adapt to new name.
7620         (reftex-ref-style-alist): Change structure so that it is not
7621         possible to use multiple different package names within a style.
7622         Remove the symbols for symbols for macro type distinction.
7623         Add characters for macro selection.
7624         (reftex-ref-macro-prompt, reftex-create-bibtex-header)
7625         (reftex-create-bibtex-footer): New variables.
7626         (reftex-format-ref-function): Mention third argument of special
7627         format function.
7628         (reftex-ref-style-alist, reftex-ref-style-default-list):
7629         New variables.
7630         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
7631         to new implementation.  Mark as obsolete.  Add compatibility code
7632         for honoring the variable values in case they are set.
7633         (reftex-cite-format-builtin, reftex-bibliography-commands):
7634         Add support for ConTeXt.
7635         (reftex-format-ref-function, reftex-format-cite-function):
7636         Fix custom type.
7637         (reftex-cite-key-separator): New variable.
7639         * textmodes/reftex.el (reftex-syntax-table-for-bib)
7640         (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
7641         `reftex-syntax-table' because parens have to retain their paren
7642         syntax in order for parsing of BibTeX entries like @book(...) to
7643         work.
7644         (reftex-in-comment): Do not error out if `comment-start-skip' is
7645         not set.  Deal correctly with escaped comment characters.
7646         (reftex-tie-multifile-symbols): Add doc string.
7647         Initialize `reftex-ref-style-list'.
7648         (reftex-untie-multifile-symbols): Add doc string.
7649         (reftex-add-index-macros): Doc fix.
7650         (reftex-ref-style-activate, reftex-ref-style-toggle)
7651         (reftex-ref-style-list): New functions.
7652         (reftex-mode-menu): Use them.  Adapt to new structure of
7653         `reftex-ref-style-alist'.
7654         (reftex-select-with-char): Kill the RefTeX Select buffer when
7655         done.
7656         (reftex-remove-if): New function.
7657         (reftex-erase-all-selection-and-index-buffers)
7658         (reftex-mode-menu): Reference styles are now computed from
7659         `reftex-ref-style-alist'.  Fix typo.
7660         (reftex-report-bug): New function.
7661         (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
7662         algorithms with O(n log n).  Introduce optional argument SORT (not
7663         yet used).
7665 2012-09-30  Fabián Ezequiel Gallina  <fgallina@cuca>
7667         Enhancements for triple-quote string syntax.
7668         * progmodes/python.el (python-syntax-propertize-function):
7669         Match both quote cases in one regexp.
7670         (python-syntax-stringify): Handle matches properly.
7672 2012-09-30  Juri Linkov  <juri@jurta.org>
7674         * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
7675         to nil around the call to `insert' to prevent
7676         directory time modification by lock_file.  (Bug#2295)
7677         * tar-mode.el (tar-summarize-buffer): Idem.
7679 2012-09-30  Juri Linkov  <juri@jurta.org>
7681         * facemenu.el (list-colors-sort): Add option "Luminance".
7682         (list-colors-sort-key): Implement it.
7684         * vc/diff-mode.el (diff-refine-removed):
7685         * vc/ediff-init.el (ediff-fine-diff-A):
7686         * vc/smerge-mode.el (smerge-refined-removed):
7687         Change background color "#ffaaaa" to "#ffbbbb".  (Bug#10181)
7689 2012-09-30  Jan Djärv  <jan.h.d@swipnet.se>
7691         * term/ns-win.el (x-file-dialog): New function.
7693 2012-09-30  Juanma Barranquero  <lekktu@gmail.com>
7695         * ido.el (ido-max-directory-size): Default to nil; the current
7696         default is small for POSIX systems, and impractical on Windows 7
7697         now that lstat returns directory sizes for NTFS.
7699 2012-09-30  Martin Rudalics  <rudalics@gmx.at>
7701         In buffer display functions handle window-height/window-width
7702         alist entries.  Suggested by Juri Linkov as fix for Bug#1806.
7703         * window.el (window--display-buffer): New argument ALIST.
7704         Obey window-height and window-width alist entries.
7705         (window--try-to-split-window): New argument ALIST.
7706         Bind window-combination-limit to t when the window's size shall be
7707         changed and window-combination-limit equals `window-size'.
7708         (display-buffer-in-atom-window)
7709         (display-buffer-in-major-side-window)
7710         (display-buffer-in-side-window, display-buffer-same-window)
7711         (display-buffer-reuse-window, display-buffer-pop-up-frame)
7712         (display-buffer-pop-up-window, display-buffer-below-selected)
7713         (display-buffer-at-bottom, display-buffer-in-previous-window)
7714         (display-buffer-use-some-window): Adjust all callers of
7715         window--display-buffer and window--try-to-split-window.
7716         (fit-frame-to-buffer): New option.
7717         (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
7718         is non-nil.
7719         (display-buffer-in-major-side-window): Evaluate window-height /
7720         window-width alist entries.
7722         * help.el (temp-buffer-resize-frames)
7723         (temp-buffer-resize-regexps): Remove options.
7724         (temp-buffer-resize-mode): Adjust doc-string.
7725         (resize-temp-buffer-window): Don't consult
7726         temp-buffer-resize-regexps.  Use fit-frame-to-buffer instead of
7727         temp-buffer-resize-frames.
7729         * dired.el (dired-mark-pop-up):
7730         Call display-buffer-below-selected with a fit-window-to-buffer alist
7731         entry.
7733 2012-09-30  Chong Yidong  <cyd@gnu.org>
7735         * server.el (server-host): Document the security implications.
7736         (server-auth-key): Doc fix.
7738         * startup.el (initial-buffer-choice): Doc fix.
7740         * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
7742         * simple.el (delete-trailing-whitespace): Avoid an unnecessary
7743         restriction change.
7745         * bindings.el (goto-map): Bind M-g TAB to move-to-column.
7747         * help-fns.el (help-fns--obsolete): Fix last change.
7749 2012-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7751         * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
7752         (minor-mode-map-alist): Remove redundant code.
7754         * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
7755         visited in a buffer.
7756         (cvs-insert-visited-file): New function.
7757         (find-file-hook): Use it.
7759         * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
7761         * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
7762         chose face.
7763         (log-edit-empty-buffer-p): Don't require a space after a header.
7765         * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
7767         * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
7769         * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
7770         a proper minor-mode.
7772         * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
7774 2012-09-29  Glenn Morris  <rgm@gnu.org>
7776         * winner.el (winner-mode): Remove variable (let define-minor-mode
7777         handle it).
7778         (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
7779         Doc fixes.
7780         (winner-mode-leave-hook): Rename to winner-mode-off-hook.
7781         (winner-mode): Use define-minor-mode.
7783         * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
7784         the full definition in loaddefs, rather than duplicating it.
7786         * help-macro.el (three-step-help): No need to autoload defcustom.
7788         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
7789         (inferior-lisp-program, inferior-lisp-load-command)
7790         (inferior-lisp-prompt, inferior-lisp-mode-hook):
7791         No need to autoload defcustoms.
7793         * hippie-exp.el (hippie-expand-try-functions-list)
7794         (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
7795         (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
7796         (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
7797         (hippie-expand-only-buffers): No need to autoload defcustoms.
7798         * progmodes/vhdl-mode.el (vhdl-line-expand):
7799         Explicitly load hippie-exp, so it does not get autoloaded
7800         while hippie-expand-try-functions-list is let-bound.
7802 2012-09-28  Glenn Morris  <rgm@gnu.org>
7804         * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
7806         * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
7807         Only "cl.el" counts as cl these days.
7809 2012-09-28  Juri Linkov  <juri@jurta.org>
7811         Display archive errors in the echo area instead of inserting
7812         to the file buffer.
7814         * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
7815         to STDERR-TEST that can be a regexp matching a successful output.
7816         Create a temporary file and redirect stderr to it.  Search for
7817         STDERR-TEST in the stderr output and display it in the echo area
7818         if no match is found.
7819         (archive-extract-by-file): New function like
7820         `archive-extract-by-stdout' but extracting archives to files
7821         and looking for successful matches in stdout.  Function body is
7822         mostly copied from `archive-rar-extract'.
7823         (archive-rar-extract): Use `archive-extract-by-file'.
7824         (archive-7z-extract): Use `archive-extract-by-stdout'.  (Bug#10347)
7826 2012-09-28  Leo Liu  <sdl.web@gmail.com>
7828         * pcomplete.el (pcomplete-show-completions):
7829         Use minibuffer-message to make pcomplete usable in minibuffer.
7831         * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
7833 2012-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7835         * type-break.el: Use lexical-binding.
7836         (type-break-mode): Use define-minor-mode.
7838         * emacs-lisp/pcase.el (pcase--mark-used): New.
7839         (pcase--u1): Use it (bug#12512).
7841         * custom.el (load-theme): Set buffer-file-name so the load is recorded
7842         in load-history with the right file name.
7844 2012-09-28  Tassilo Horn  <tsdh@gnu.org>
7846         * doc-view.el (doc-view-current-cache-doc-pdf): New function.
7847         (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
7848         (doc-view-get-bounding-box): Make bounding box slicing work for
7849         ODF and DVI documents.
7851 2012-09-28  Glenn Morris  <rgm@gnu.org>
7853         * type-break.el (type-break-mode, type-break-interval)
7854         (type-break-good-rest-interval, type-break-keystroke-threshold):
7855         No need to autoload.
7856         (type-break-good-rest-interval, type-break-keystroke-threshold):
7857         Add :set-after.
7859 2012-09-28  Chong Yidong  <cyd@gnu.org>
7861         * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
7862         Add :version tag.
7864 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7866         * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
7868 2012-09-27  Glenn Morris  <rgm@gnu.org>
7870         * faces.el (x-display-name): Declare (for without-x builds).
7872         * linum.el (linum-format): Don't autoload it.  Improve :type.
7874         * progmodes/tcl.el: Don't require outline when compiling.
7875         (outline-regexp, outline-level): Declare.
7876         * textmodes/sgml-mode.el: Don't require outline when compiling.
7877         (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
7879         * term.el (term-ansi-reset):
7880         Try setting term-ansi-face-already-done to nil.  (Bug#11785)
7882         * vc/vc.el (vc-next-action): Only gripe about committing read-only
7883         files for RCS and SCCS.  (Bug#9781)
7885 2012-09-27  Chong Yidong  <cyd@gnu.org>
7887         * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
7888         change; value should be t.
7890 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7892         * image-mode.el: Use lexical-binding.
7893         (image-mode-winprops): Use t to stand for the window of
7894         a buffer that's not displayed.
7895         * doc-view.el (doc-view-new-window-function): Handle the new
7896         t in winprops.
7897         (doc-view-enlarge): Make it a real nop if the size is not changed.
7898         (doc-view-display): Handle the case where the buffer is not (yet?)
7899         displayed in any window.
7900         (doc-view-saved-settings): New var.
7901         (doc-view-mode): Use it.
7902         (doc-view-fallback-mode): Set it.
7904         * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
7905         Set lexical-binding.
7906         (minibuffer-eldef-shorten-default): New var.
7907         (minibuffer-default-in-prompt-regexps): Use it for new default.
7908         (minibuf-eldef-setup-minibuffer): Add replacement functionality.
7910 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
7912         * international/uni-bidi.el:
7913         * international/uni-category.el:
7914         * international/uni-name.el:
7915         * international/uni-numeric.el: Regenerate.
7917 2012-09-26  Tomohiro Matsuyama  <tomo@cx4a.org>
7918             Stefan Monnier  <monnier@iro.umontreal.ca>
7920         * profiler.el: New file.
7922 2012-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7924         * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
7925         (testcover-reinstrument): Simplify with CSE.
7927 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
7929         * window.el (temp-buffer-window-setup): Fix typo in docstring.
7931 2012-09-25  Wilson Snyder  <wsnyder@wsnyder.org>
7933         * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
7934         (verilog-auto-input, verilog-auto-insert-lisp)
7935         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
7936         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
7937         (verilog-auto-unused, verilog-auto-wire)
7938         (verilog-forward-or-insert-line): Fix AUTOs with no trailing
7939         newline.  Reported by Andrew Jones.
7940         (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
7941         Reported by Brad Dobbie.
7942         (verilog-batch-delete-trailing-whitespace):
7943         Create verilog-batch-delete-trailing-whitespace.
7944         Reported by Brad Dobbie.
7945         (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
7946         parameters from another module.  Reported by Dan Katz.
7947         (verilog-auto, verilog-auto-assign-modport)
7948         (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
7949         AUTOINOUTMODPORT for UVM interface module shell generation.
7950         Reported by Brad Dobbie.
7951         (verilog-auto-inst-interfaced-ports): Make default nil, as more
7952         standard behavior.
7953         (verilog-auto): Fix AUTO parameters with parenthesis arguments.
7954         Reported by Matt Martin.
7956 2012-09-25  Martin Rudalics  <rudalics@gmx.at>
7958         * window.el (window--resize-child-windows): When resizing child
7959         windows proportionally, process them in reverse order to
7960         preserve the "when splitting a window the new one gets the odd
7961         line" behavior.
7962         (window--resize-root-window-vertically): When resizing the
7963         minibuffer window try to affect only windows at the bottom of the
7964         frame.  (Bug#12419)
7966 2012-09-25  Chong Yidong  <cyd@gnu.org>
7968         * subr.el (declare): Doc fix.
7970         * help-fns.el (help-fns--obsolete): Handle macros properly.
7972 2012-09-25  Chong Yidong  <cyd@gnu.org>
7974         * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
7975         this function obsolete.
7977         * calendar/cal-x.el (calendar-two-frame-setup)
7978         (calendar-only-one-frame-setup, calendar-one-frame-setup):
7979         * calendar/calendar.el (american-calendar, european-calendar)
7980         (calendar-for-loop):
7981         * comint.el (comint-dynamic-simple-complete)
7982         (comint-dynamic-complete-as-filename, comint-unquote-filename):
7983         * desktop.el (desktop-load-default):
7984         * dired-x.el (dired-omit-here-always)
7985         (dired-hack-local-variables, dired-default-directory):
7986         * emacs-lisp/derived.el (derived-mode-class):
7987         * emacs-lisp/timer.el (timer-set-time-with-usecs):
7988         * emacs-lock.el (toggle-emacs-lock):
7989         * epa.el (epa-display-verify-result):
7990         * epg.el (epg-sign-keys, epg-start-sign-keys)
7991         (epg-passphrase-callback-function):
7992         * eshell/esh-util.el (eshell-for):
7993         * eshell/eshell.el (eshell-remove-from-window-buffer-names)
7994         (eshell-add-to-window-buffer-names):
7995         * files.el (locate-file-completion):
7996         * imenu.el (imenu-example--create-c-index)
7997         (imenu-example--create-lisp-index)
7998         (imenu-example--lisp-extract-index-name)
7999         (imenu-example--name-and-position):
8000         * international/mule-cmds.el (princ-list):
8001         * international/mule-diag.el (decode-codepage-char):
8002         * international/mule-util.el (detect-coding-with-priority):
8003         * iswitchb.el (iswitchb-read-buffer):
8004         * mail/mailalias.el (mail-complete):
8005         * mail/sendmail.el (mail-sent-via):
8006         * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
8007         (mouse-major-mode-menu):
8008         * password-cache.el (password-read-and-add):
8009         * pcomplete.el (pcomplete-parse-comint-arguments):
8010         * progmodes/sh-script.el (sh-maybe-here-document):
8011         * replace.el (query-replace-regexp-eval):
8012         * savehist.el (savehist-load):
8013         * simple.el (choose-completion-delete-max-match):
8014         * term.el (term-dynamic-simple-complete):
8015         * vc/ediff-init.el (ediff-check-version):
8016         * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
8017         * vc/vc.el (vc-diff-switches-list):
8018         * view.el (view-return-to-alist-update): Likewise.
8020         * subr.el (eval-next-after-load, makehash, insert-string)
8021         (assoc-ignore-representation, assoc-ignore-case): Use declare to
8022         mark obsolete.
8023         (mode-line-inverse-video): Variable deleted.
8025         * international/mule-util.el (string-to-sequence): Remove.
8027         * calendar/calendar.el (calendar-version):
8028         * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
8029         (icalendar-convert-diary-to-ical):
8030         * cus-edit.el (custom-mode):
8031         * ansi-color.el (ansi-color-unfontify-region):
8032         * international/latin1-disp.el (latin1-char-displayable-p):
8033         * progmodes/cwarn.el (turn-on-cwarn-mode):
8034         * progmodes/which-func.el (which-func-update-1):
8035         Use define-obsolete-function-alias.
8037         * net/newst-backend.el (newsticker-cache-filename):
8038         * net/newst-treeview.el (newsticker-groups-filename):
8039         Fix incorrect obsolescence declaration.
8041         * allout.el (allout-passphrase-hint-string): Likewise.
8042         (allout-init): Use a declare form to mark obsolete.
8044         * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
8045         this applies to functions.
8047         * iswitchb.el (iswitchb-read-buffer): Move code of
8048         iswitchb-define-mode-map here, and delete that obsolete function.
8050         * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
8051         font-lock-reference-face.
8053 2012-09-25  Glenn Morris  <rgm@gnu.org>
8055         * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
8056         Doc fixes.
8058         * eshell/em-term.el (eshell-term-name):
8059         Default to term-term-name.  (Bug#12485)
8061 2012-09-24  Fabián Ezequiel Gallina  <fgallina@cuca>
8063         * progmodes/python.el (python-shell-send-buffer): Better handling
8064         of "if __name__ == '__main__':" conditionals when sending the buffer.
8066 2012-09-24  Glenn Morris  <rgm@gnu.org>
8068         * eshell/esh-cmd.el (eshell-find-alias-function):
8069         Tighten up file-name regexp.  (Bug#12499)
8071 2012-09-24  Fabián Ezequiel Gallina  <fgallina@cuca>
8073         Enhancements for triple-quote string syntax.
8074         * progmodes/python.el (python-quote-syntax): Remove.
8075         (python-syntax-propertize-function): New value.
8076         (python-syntax-count-quotes, python-syntax-stringify):
8077         New functions.
8079 2012-09-24  Chong Yidong  <cyd@gnu.org>
8081         * mail/supercite.el (sc-version): Remove obsolete function.
8082         (sc-describe): Don't mark as obsolete, since it is bound.
8083         (sc-submit-bug-report): Remove.
8085         * vc/log-edit.el (cvs-changelog-full-paragraphs)
8086         (cvs-commit-buffer-require-final-newline): Remove.
8087         (log-edit-require-final-newline)
8088         (log-edit-changelog-full-paragraphs): Default to t.
8090         * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
8091         * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
8092         * vc/vc.el (vc-checkout-carefully): Likewise.
8094         * vc/emerge.el (emerge-mode): Make it an obsolete alias.
8095         (emerge-version): Remove.
8097         * progmodes/compile.el (compile-internal): Remove.
8098         (compilation-parse-errors-function): Fix typo.
8100         * international/mule.el (set-char-table-default): Remove.
8101         (set-coding-priority, make-coding-system, generic-char-p)
8102         (charset-list, charset-bytes, charset-id): Use declare to mark
8103         functions as obsolete.
8105         * vc/pcvs-defs.el (cvs-buffer-name-alist)
8106         (cvs-invert-ignore-marks): Remove references to obsolete vars.
8107         * vc/vc-hooks.el (vc-default-registered): Don't use
8108         vc-master-templates.
8110         * font-lock.el (font-lock-reference-face):
8111         Use define-obsolete-variable-alias.
8113         * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
8114         * calendar/calendar.el (calendar-font-lock-keywords):
8115         * calendar/diary-lib.el (diary-font-lock-keywords)
8116         (diary-fancy-font-lock-keywords):
8117         * textmodes/reftex-sel.el (reftex-insert-docstruct):
8118         * textmodes/reftex-index.el (reftex-insert-index):
8119         * textmodes/reftex-cite.el (reftex-format-bib-entry):
8120         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
8121         * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
8122         * progmodes/prolog.el (prolog-font-lock-keywords):
8123         * progmodes/idlwave.el (idlwave-idl-keywords):
8124         * progmodes/ada-mode.el (ada-font-lock-keywords):
8125         * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
8127 2012-09-24  Glenn Morris  <rgm@gnu.org>
8129         * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
8131 2012-09-23  Fabián Ezequiel Gallina  <fgallina@cuca>
8133         * progmodes/python.el (python-indent-line): More consistent cursor
8134         movement behavior.
8136 2012-09-23  Stefan Merten  <smerten@oekonux.de>
8138         * textmodes/rst.el: Fix compiler warning.
8140 2012-09-23  Roland Winkler  <winkler@gnu.org>
8142         * textmodes/bibtex.el (bibtex-autokey-transcriptions):
8143         Transcribe also LaTeX hyphenation.
8144         (bibtex-reformat): Bug fix. Do not quote twice the elements of
8145         bibtex-reformat-previous-options.
8147 2012-09-23  Roland Winkler  <winkler@gnu.org>
8149         * proced.el (proced-renice-command): New variable.
8150         (proced-marked-processes): New function.
8151         (proced-with-processes-buffer): New macro.
8152         (proced-send-signal): Use them.
8153         (proced-renice): New command bound to r.
8155 2012-09-23  Roland Winkler  <winkler@gnu.org>
8157         * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
8158         ibuffer-saved-filter-groups has one element, shortcut the call of
8159         completing-read.  (Bug#12331)
8161 2012-09-23  Chong Yidong  <cyd@gnu.org>
8163         * bindings.el (mode-line-toggle-read-only):
8164         * bs.el (bs-toggle-readonly):
8165         * buff-menu.el (Buffer-menu-toggle-read-only):
8166         * dired.el (dired-toggle-read-only):
8167         * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
8169 2012-09-23  Chong Yidong  <cyd@gnu.org>
8171         * image.el (image-type-available-p): Adapt to init-image-library
8172         argument changes.
8174 2012-09-22  Juri Linkov  <juri@jurta.org>
8176         * dired.el (dired-mode-map): Add [remap read-only-mode] for
8177         `dired-toggle-read-only'.  (Bug#12462)
8179 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
8181         * subr.el (temp-output-buffer-show): New function.
8182         (with-output-to-temp-buffer): Call temp-output-buffer-show
8183         instead of internal-temp-output-buffer-show.
8185 2012-09-22  Chong Yidong  <cyd@gnu.org>
8187         * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
8188         (Bug#12462).
8190         * repeat.el (repeat): Doc fix (Bug#12348).
8192         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
8193         (Bug#10909).
8195         * simple.el (shell-command-on-region): Doc fix.
8196         (read-only-mode): Doc fix.
8198 2012-09-22  Eli Zaretskii  <eliz@gnu.org>
8200         * emacs-lisp/timer.el (run-with-idle-timer)
8201         (timer-activate-when-idle): Warn against reinvoking an idle timer
8202         from within its own timer action.  (Bug#12447)
8204 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
8206         * cus-start.el (window-combination-limit): Add new optional
8207         values.
8208         * window.el (temp-buffer-window-show)
8209         (window--try-to-split-window): Handle new values of
8210         window-combination-limit (Bug#1806).
8211         (split-window): Test window-combination-limit for t instead of
8212         non-nil.
8213         (display-buffer-at-bottom): New buffer display action function.
8214         * help.el (temp-buffer-resize-regexps): New option.
8215         (temp-buffer-resize-mode): Rewrite doc-string.
8216         (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
8217         Don't resize reused window.  Suggested by Glenn Morris.
8219 2012-09-22  Stefan Merten  <smerten@oekonux.de>
8221         * textmodes/rst.el: Revamp section title faces.
8222         (rst-official-version)
8223         (rst-package-emacs-version-alist): Sync with official version
8224         V1.4.0.
8225         (rst-faces-defaults, rst-set-level-default)
8226         (rst-level-face-max, rst-level-face-base-color)
8227         (rst-level-face-base-light, rst-level-face-format-light)
8228         (rst-level-face-step-light, rst-define-level-faces): Obsolete.
8229         (rst-adornment-faces-alist): Match new setup.
8230         (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
8231         (rst-level-5, rst-level-6): New faces.
8233 2012-09-22  Chong Yidong  <cyd@gnu.org>
8235         * simple.el (undo): Handle indirect buffers (Bug#8207).
8237 2012-09-21  Leo Liu  <sdl.web@gmail.com>
8239         IDO: Disable match re-ordering for buffer switching.
8240         * ido.el (ido-buffer-disable-smart-matches): New variable.
8241         (ido-set-matches-1): Use it.  (Bug#2042)
8243 2012-09-21  Jose Marino  <marinoj@nso.edu>  (tiny change)
8245         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
8246         Fix 2011-05-17 change.  (Bug#12418)
8248 2012-09-21  Leo Liu  <sdl.web@gmail.com>
8250         * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
8252 2012-09-21  Glenn Morris  <rgm@gnu.org>
8254         * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
8255         Be more robust about locating simple.el.
8257 2012-09-21  Glenn Morris  <rgm@gnu.org>
8259         * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
8261 2012-09-21  Joel Bion  <jpbion@westvi.com>  (tiny change)
8263         * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz.  (Bug#12382)
8265 2012-09-20  Juri Linkov  <juri@jurta.org>
8267         * replace.el (query-replace-read-from): Use `read-regexp' instead
8268         of `read-from-minibuffer' when `regexp-flag' is non-nil.
8269         (occur-read-primary-args): Use `read-regexp' instead of
8270         `read-string'.
8271         (multi-occur-in-matching-buffers): Use `read-regexp' instead of
8272         `read-from-minibuffer'.
8273         * isearch.el (isearch-occur): Use `read-regexp' instead of
8274         `read-string'.
8275         * dired.el (dired-read-regexp): Use `read-regexp' instead of
8276         `read-from-minibuffer'.
8277         * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
8278         of `read-string'.  (Bug#7567)
8280         * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
8281         and allow accepting a list of strings prepended to a list of
8282         standard default values.  Doc fix.  (Bug#12321)
8284         * replace.el (read-regexp): Add HISTORY arg.  (Bug#7567)
8286         * replace.el (read-regexp): Don't add ": " when PROMPT already
8287         ends with a colon and space.  (Bug#12321)
8289 2012-09-20  Tassilo Horn  <tsdh@gnu.org>
8291         * doc-view.el (doc-view-display): Better fix for the cl-assertion
8292         error.
8294 2012-09-20  Stefan Merten  <smerten@oekonux.de>
8296         * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
8297         Fixes feature request bug#11711.
8298         (rst-mode): Create `imenu-create-index-function'.
8299         (rst-get-stripped-line): Delete after refactoring.
8300         (rst-section-tree, rst-section-tree-rec)
8301         (rst-section-tree-point): Refactor and document properly.
8302         (rst-imenu-find-adornments-for-position)
8303         (rst-imenu-convert-cell, rst-imenu-create-index):
8304         New function.
8306 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8308         * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
8309         (macroexp--expand-all): Use it.
8310         (macroexp--funcall-and-return): Remove by folding it into its sole
8311         caller (macroexp--warn-and-return).
8312         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
8313         Use macroexp--obsolete-warning.
8315         * calc/calc.el: Fix last change by removing the whole chunk, since it
8316         was only needed back when Calc was not bundled.
8318 2012-09-20  Martin Rudalics  <rudalics@gmx.at>
8320         * emacs-lisp/debug.el (debug): Restore assignment to
8321         debugger-old-buffer removed on 2012-09-08.
8323 2012-09-20  Juri Linkov  <juri@jurta.org>
8325         * dired-aux.el (dired-diff): Remove (require 'diff) since
8326         `diff-latest-backup-file' is now autoloaded.
8328 2012-09-20  Chong Yidong  <cyd@gnu.org>
8330         * vc/diff.el (diff-latest-backup-file): Autoload.
8332 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8334         * calc/calc.el: Remove redundant autoload shape check.
8335         (sel-mode): Don't defvar.
8336         (calc-get-stack-element): Add `sel-mode' arg instead.
8337         (calc-top, calc-top-list): Pass it this additional argument.
8338         * calc/calc-store.el (calc-store-map):
8339         * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
8340         (calc-map-equation, calc-outer-product, calc-inner-product):
8341         * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
8343         * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
8345 2012-09-19  Juri Linkov  <juri@jurta.org>
8347         * dired-aux.el (dired-diff): Add (require 'diff) because
8348         `diff-latest-backup-file' is not autoloaded.
8349         (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
8350         of `dired-get-filename' to t to not report error when there is
8351         no default file on the current line.
8353 2012-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8355         * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
8356         macroexp--eval-if-compile.
8357         (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
8358         (macroexp--expand-all): Use them (bug#12371).
8360         * doc-view.el (doc-view-guess-paper-size)
8361         (doc-view-scale-bounding-box): Fix unbound `caddr'.
8363 2012-09-19  Tassilo Horn  <tsdh@gnu.org>
8365         New feature: set optimal slice from BoundingBox information.
8366         * doc-view.el (doc-view-mode-map): Add keybinding.
8367         (doc-view-menu): Add menu entry.
8368         (doc-view-set-slice): Adapt docstring.
8369         (doc-view-get-bounding-box, doc-view-guess-paper-size)
8370         (doc-view-scale-bounding-box)
8371         (doc-view-set-slice-from-bounding-box): New functions.
8372         (doc-view-paper-sizes): New defvar.
8374 2012-09-19  Glenn Morris  <rgm@gnu.org>
8376         * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
8377         (byte-compile-log-warning): Autoload.  (Bug#12371)
8379         * calendar/calendar.el (calendar-american-month-header)
8380         (calendar-european-month-header, calendar-iso-month-header)
8381         (calendar-month-header): New options.
8382         (calendar-set-date-style): Set calendar-month-header.  Redraw calendar.
8383         (calendar-generate-month): Use calendar-month-header.  (Bug#9510)
8385 2012-09-19  Jan Djärv  <jan.h.d@swipnet.se>
8387         * startup.el (command-line-ns-option-alist): Add -g and --geometry.
8389 2012-09-18  Juri Linkov  <juri@jurta.org>
8391         * dired-aux.el (dired-diff): Restore original functionality of
8392         getting the default value, but keep new feature of using the
8393         latest existing backup file (`diff-latest-backup-file').
8395 2012-09-18  Juri Linkov  <juri@jurta.org>
8397         * dired.el (dired-mark): If the region is active in Transient Mark
8398         mode, mark all files in the active region.  Doc fix.
8399         (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
8400         Doc fix.  (Bug#10624)
8402 2012-09-18  Juri Linkov  <juri@jurta.org>
8404         * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
8405         attributes for M-n are pulled from the file at point.
8406         (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
8407         Suggested by Drew Adams.  (Bug#10624)
8409 2012-09-18  Dmitry Gutov  <dgutov@yandex.ru>
8411         * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
8412         whitespace after "end".
8413         (ruby-do-end-to-brace): Collapse block to one line if it fits
8414         within fill-column.
8416 2012-09-18  Martin Rudalics  <rudalics@gmx.at>
8418         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
8419         value.
8420         (debug): Don't remove debugger window when debugger is expected
8421         to be back.
8423 2012-09-18  Chong Yidong  <cyd@gnu.org>
8425         * custom.el (defface): Doc fix.
8427         * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
8429 2012-09-18  Martin Blais  <blais@furius.ca>  (tiny change)
8431         * progmodes/compile.el (compilation-start): Use compilation-always-kill
8432         to initialize query-on-exit; then test that instead (bug#12288).
8434 2012-09-17  Stefan Merten  <smerten@oekonux.de>
8436         * textmodes/rst.el: Add support for `testcover'.
8437         (rst-defcustom-testcover, rst-testcover-add-compose)
8438         (rst-testcover-add-1value): New functions.
8439         (rst-portable-mark-active-p): Replace by `use-region-p'.
8440         (rst-update-section, rst-classify-adornment)
8441         (rst-find-title-line): Mark `1value' forms.
8442         (rst-classify-adornment): Remove superfluous form.
8443         (rst-update-section, rst-get-adornments-around)
8444         (rst-adornment-complete-p, rst-get-next-adornment)
8445         (rst-adjust, rst-promote-region)
8446         (rst-display-adornments-hierarchy, rst-straighten-adornments)
8447         (rst-find-pfx-in-region, rst-section-tree-rec)
8448         (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
8449         (rst-toc-node, rst-toc, rst-forward-section)
8450         (rst-iterate-leftmost-paragraphs)
8451         (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
8452         (rst-bullet-list-region)
8453         (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
8454         (rst-compile-find-conf, rst-compile)
8455         (rst-repeat-last-character): Fix style.
8457 2012-09-17  Chong Yidong  <cyd@gnu.org>
8459         * comint.el (comint--complete-file-name-data): Don't add a space
8460         if the status is `sole'; that adds a gratuitous space in the
8461         completion-cycling case (Bug#12092).
8463         * pcomplete.el (pcomplete-completions-at-point): Likewise.
8465 2012-09-17  Richard Stallman  <rms@gnu.org>
8467         * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
8468         only in the mime-shown mode, not in raw mode.
8469         (rmail-mime): Toggle off mime by displaying the message without
8470         mime processing.  (Bug#12305)
8472         * mail/rmail.el (rmail-retry-failure):
8473         Turn off mime processing first.  (Bug#12037)
8475         * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
8477 2012-09-17  Chong Yidong  <cyd@gnu.org>
8479         * shell.el (shell-file-name-chars, shell-file-name-quote-list)
8480         (shell-dynamic-complete-functions): Convert to defcustom.
8481         (shell-prompt-pattern, shell-completion-fignore): Doc fix.
8483         * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
8484         * comint.el (comint-prompt-read-only):
8485         * custom.el (defcustom):
8486         * hi-lock.el (hi-lock-mode):
8487         * ibuffer.el (ibuffer-formats):
8488         * ielm.el (ielm-prompt-read-only):
8489         * novice.el (disable-command):
8490         * saveplace.el (toggle-save-place):
8491         * speedbar.el (speedbar-supported-extension-expressions):
8492         * startup.el (auto-save-list-file-prefix, init-file-user)
8493         (after-init-hook, inhibit-startup-echo-area-message):
8494         * strokes.el (strokes-help):
8495         * time-stamp.el (time-stamp):
8496         * calendar/calendar.el (calendar, diary-file):
8497         * calendar/diary-lib.el (diary-mail-entries, diary)
8498         (diary-list-entries-hook):
8499         * calendar/holidays.el (holidays, calendar-holidays):
8500         * calendar/lunar.el (lunar-phases):
8501         * calendar/solar.el (sunrise-sunset):
8502         * emulation/edt.el (edt-load-keys):
8503         * emulation/viper.el (viper-mode):
8504         * eshell/em-alias.el (eshell-command-aliases-list):
8505         * eshell/esh-util.el (eshell-convert-numeric-arguments):
8506         * international/ogonek.el (ogonek-information):
8507         * net/tramp-cmds.el (tramp-bug):
8508         * net/quickurl.el (quickurl-reread-hook-postfix):
8509         * play/decipher.el (decipher-font-lock-keywords):
8510         * progmodes/cc-styles.el (c-set-style):
8511         * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
8512         * progmodes/inf-lisp.el (inferior-lisp-prompt):
8513         * progmodes/octave-mod.el (octave-mode):
8514         * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
8515         * progmodes/verilog-mode.el (verilog-read-defines):
8516         * textmodes/two-column.el (2C-mode): Likewise.
8518 2012-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8520         * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
8521         that holds many addresses.
8523 2012-09-16  Chong Yidong  <cyd@gnu.org>
8525         * align.el (align-areas): Call the indication function with
8526         positions instead of markers for arguments (Bug#12343).
8528         * files.el (parse-colon-path): Use split-string (Bug#12351).
8530         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
8531         (display-buffer-function): Mark as obsolete.
8533         * progmodes/compile.el (compilation-parse-errors): Accept list
8534         values similar to font-lock-keywords (Bug#12136).
8535         Suggested by Oleksandr Manzyuk.
8536         (compilation-error-regexp-alist): Doc fix.
8538 2012-09-15  Glenn Morris  <rgm@gnu.org>
8540         * version.el (emacs-bzr-version-bzr): New function.
8541         (emacs-bzr-get-version): Add optional EXTERNAL argument.
8543         * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
8544         checkouts, check the parent dirstate matches the branch.
8545         Add "--tree" to "bzr revno" arguments.  Don't try to shorten the
8546         empty string.
8548         * version.el (emacs-bzr-version): Doc fix.
8549         (emacs-bzr-version-dirstate): New function.
8550         (emacs-bzr-get-version): For lightweight checkouts, if the parent
8551         is local try and check that it matches the branch.  If not, just
8552         use dirstate information.  (Bug#12441)
8554 2012-09-14  Juri Linkov  <juri@jurta.org>
8556         * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
8557         (Bug#12399)
8559 2012-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8561         * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
8563         * emacs-lisp/edebug.el: Miscellaneous cleanup.
8564         Remove obsolete byte-compiler hack that tried to silence some warnings.
8565         (edebug-submit-bug-report): Remove.
8566         (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
8567         Remove aliases, use the un-prefixed name instead.
8568         (edebug-pop-to-buffer): Consider other frames.
8569         (edebug-original-read):: Make it more obvious that it's always defined.
8570         (edebug--make-form-data-entry, edebug--form-data-name)
8571         (edebug--form-data-begin, edebug--form-data-end): Rename from the
8572         single-dashed name, and implement with cl-defstruct.
8573         (edebug-set-form-data-entry): Use the standard accessors.
8574         (edebug-make-top-form-data-entry): Use push.
8575         (edebug-no-match): Drop useless `funcall'.
8576         (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
8577         to functions.
8578         (defsubst, dont-compile, eval-when-compile, eval-and-compile)
8579         (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
8580         (with-syntax-table, push, pop, 1value, noreturn, defadvice)
8581         (easy-menu-define, with-custom-print): Remove redundant specs.
8582         (edebug-outside-overriding-local-map)
8583         (edebug-outside-overriding-terminal-local-map): Remove, unused.
8584         (edebug--display): Bind unread-command-events directly to nil rather
8585         than binding it to unread-command-events and later setting it to nil.
8586         (edebug--display): Kill edebug-eval-buffer here...
8587         (edebug--recursive-edit): ...rather than here.
8588         Bind standard-output and standard-input.
8589         (edebug-eval): Check cl-macroexpand-all is fboundp.
8590         (edebug-temp-display-freq-count): Fix last change.
8592         * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
8593         * subr.el (noreturn, 1value): Add `debug' spec.
8594         * emacs-lisp/advice.el: Require cl-lib.
8595         (ad-copy-tree): Remove, use copy-tree instead.
8596         (ad-dolist): Remove use dolist or cl-dolist instead.
8597         (ad-do-return): Remove, use cl-return instead.
8598         (defadvice): Add `debug' spec.
8600 2012-09-13  Juri Linkov  <juri@jurta.org>
8602         * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
8603         (Bug#12399)
8605 2012-09-13  Glenn Morris  <rgm@gnu.org>
8607         * calc/calc.el (math-compose-expr):
8608         * calc/calc-ext.el (math-compose-expr):
8609         * progmodes/cc-defs.el (cl-macroexpand-all):
8610         * progmodes/cc-langs.el (delete-duplicates, mapcan)
8611         (cl-macroexpand-all): Update declarations.
8613         * vc/vc.el: No need to require ediff.
8614         (ediff-load-version-control): Declare.
8615         (ediff-vc-internal): Fix declaration.
8616         (vc-version-ediff): Require ediff.
8618 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
8620         Use a more backwards-compatible timer format (Bug#12430).
8621         * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
8622         being right after USECS, as that better supports old code that
8623         inadvisedly looked directly at the timer vector.
8625 2012-09-13  Kenichi Handa  <handa@gnu.org>
8627         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
8628         ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
8629         `coding-priority' property of these language environment.
8631 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
8633         Fix glitches caused by addition of psec to timers (Bug#12430).
8634         * image.el (image-animate-timer):
8635         * time.el (display-time-world-timer):
8636         Use timer--function and timer--args rather than raw access to
8637         timer vector.
8639 2012-09-13  Glenn Morris  <rgm@gnu.org>
8641         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
8642         If not compiling a file, try using load-file-name.
8644 2012-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8646         * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
8647         Fix last change.
8648         (edebug-update-eval-list): Use `push'.
8650         * emacs-lisp/edebug.el: Use lexical-binding.
8651         Remove the "edebug-" prefix from non-dynamically-scoped variables.
8652         Mark unused args with underscore.
8653         (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
8654         (edebug-form-data): Use defvar-local.
8655         (edebug-make-before-and-after-form, edebug-make-after-form):
8656         Use backquote.
8657         (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
8658         Not dynamically scoped any more.
8659         (edebug--enter-trace): Add arguments `function' and `args'.
8660         Rename from edebug-enter-trace.
8661         (edebug-enter): Call it accordingly.  Bind edebug-function explicitly.
8662         (edebug--update-coverage): Add `after-index' and `value' args.
8663         Rename from edebug-update-coverage.
8664         (edebug-slow-after): Call it accordingly.
8665         (edebug--recursive-edit): Add arg `arg-mode'.  Rename from
8666         edebug-recursive-edit.
8667         (edebug--display): Call it accordingly.  Add args `value',
8668         `offset-index', and `arg-mode'.  Rename from edebug-display.
8669         (edebug-debugger, edebug): Call it accordingly.
8670         (edebug-eval-display-list): Use dolist.
8672 2012-09-12  Juri Linkov  <juri@jurta.org>
8674         * info.el (Info-search): Don't check for isearch-mode and
8675         isearch-regexp before let-binding search-spaces-regexp to
8676         Info-search-whitespace-regexp.
8677         (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
8678         search-whitespace-regexp if isearch-lax-whitespace or
8679         isearch-regexp-lax-whitespace is non-nil.
8680         (Info-mode): Don't set local variable search-whitespace-regexp.
8681         http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
8683 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8685         * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
8686         (debugger-env-macro): Remove support for unread-command-char.
8688         * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
8689         the temporary map re-appearing on emulation-mode-map-alists.
8691         * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
8692         since 22.1.
8694         * ehelp.el (with-electric-help): Accept functions in
8695         electric-help-form-to-execute.
8696         (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
8697         And replace unread-command-char -> unread-command-events.
8699 2012-09-12  Michael Albinus  <michael.albinus@gmx.de>
8701         Sync with Tramp 2.2.6.
8703         * net/tramp.el (tramp-accept-process-output): Don't use
8704         JUST-THIS-ONE in the XEmacs case.
8706         * net/trampver.el: Update release number.
8708 2012-09-12  Martin Rudalics  <rudalics@gmx.at>
8710         * emacs-lisp/debug.el (debugger-previous-window-height):
8711         New variable.
8712         (debug): When debugger-jumping-flag is non-nil try to restore
8713         height of debugger window.  (Bug#8789)
8715 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8717         * emacs-lisp/edebug.el (edebug-enter): Don't mess with
8718         overriding-local-map and pre/post-command-hook here.
8719         (edebug-recursive-edit): Do it here instead (bug#12345).
8720         (edebug-outside-unread-command-char): Remove all uses of
8721         unread-command-char.
8723         * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
8724         inhibit-debugger is bound instead.
8726 2012-09-11  Bastien Guerry  <bzg@gnu.org>
8728         * subr.el (set-temporary-overlay-map): Add a docstring.
8729         (Bug#12346)
8731 2012-09-11  Bastien Guerry  <bzg@gnu.org>
8733         * minibuffer.el (completion-table-subvert): Fix docstring.
8734         (Bug#12347)
8736 2012-09-11  Bastien Guerry  <bzg@gnu.org>
8738         * help-fns.el (describe-variable): Fix typo.  (Bug#12346)
8740 2012-09-10  Michael R. Mauger  <mmaug@yahoo.com>
8742         * progmodes/sql.el: Version 3.1
8743         (sql-db2-escape-newlines): New variable.
8744         (sql-escape-newlines-filter): Use it.
8746 2012-09-10  Juanma Barranquero  <lekktu@gmail.com>
8748         * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
8750 2012-09-10  Dan Nicolaescu  <dann@gnu.org>
8752         * vc/diff-mode.el (diff-mode-menu):
8753         Bind diff-remove-trailing-whitespace.
8755 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8757         * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
8758         (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
8759         (emacs-lisp-byte-code-mode): New functions.
8760         (eval-sexp-add-defvars): Don't skip defvars in column >0.
8761         (eval-defun-2): Remove bogus interactive spec.
8762         (lisp-indent-line): Remove redundant whole-exp code, now done in
8763         indent-according-to-mode.
8764         (save-match-data): Remove redundant indent data.
8766         * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
8767         Use `declare'.
8769 2012-09-09  Juri Linkov  <juri@jurta.org>
8771         * replace.el (replace-regexp-lax-whitespace): New defcustom.
8772         (replace-lax-whitespace, query-replace-regexp)
8773         (query-replace-regexp-eval, replace-regexp): Doc fix.
8774         (perform-replace, replace-highlight): Let-bind
8775         isearch-lax-whitespace to replace-lax-whitespace and
8776         isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
8778         * isearch.el (isearch-query-replace): Let-bind
8779         replace-lax-whitespace to isearch-lax-whitespace and
8780         replace-regexp-lax-whitespace to
8781         isearch-regexp-lax-whitespace.  (Bug#10885)
8783 2012-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8785         * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
8787 2012-09-09  Alan Mackenzie  <acm@muc.de>
8789         * progmodes/cc-engine.el (c-state-cache-init):
8790         Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
8791         (c-record-parse-state-state):
8792         Record c-state-semi-nonlit-pos-cache\(-limit\)?.
8794 2012-09-09  Andreas Schwab  <schwab@linux-m68k.org>
8796         * register.el (register-separator): Rename from
8797         separator-register.  All uses changed.  Doc fix.
8798         (register): Fix version.
8800 2012-09-09  Chong Yidong  <cyd@gnu.org>
8802         * replace.el (query-replace-map): Bind four new symbols for
8803         requesting window scrolling.
8805         * subr.el (y-or-n-p): Handle the window-scrolling bindings in
8806         query-replace-map (Bug#8948).
8808         * custom.el (custom-theme-load-confirm): Use y-or-n-p.
8810         * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
8811         since they are now in query-replace-map.
8813         * window.el (scroll-other-window-down): Make the arg optional.
8815 2012-09-09  Chong Yidong  <cyd@gnu.org>
8817         * files.el (hack-local-variables-confirm): Use quit-window to kill
8818         the *Local Variables* buffer.
8820 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
8822         * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
8823         not just expect to be at its beginning.  Adjust callees.
8824         Succeed when do-end block has no space before the pipe character.
8825         (ruby-brace-to-do-end): When the original block is one-liner,
8826         convert to multiline.  Reindent the result.
8828 2012-09-08  Jambunathan K  <kjambunathan@gmail.com>
8830         * register.el (register): New group.
8831         (separator-register): New user option.
8832         (increment-register): Route it to `append-to-register', if
8833         register contains text.  Implication is that `C-x r +' can now be
8834         used for appending to a text register (bug#12217).
8835         (append-to-register, prepend-to-register): Add separator based on
8836         `separator-register'.
8838 2012-09-08  Alan Mackenzie  <acm@muc.de>
8840         AWK Mode: make auto-newline work when there's "==" in the pattern.
8841         * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
8842         correctly.
8843         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
8844         Test more rigorously for "=" token.
8846 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
8848         * progmodes/ruby-mode.el (ruby-match-expression-expansion):
8849         Only fail when reached LIMIT.
8851 2012-09-08  Chong Yidong  <cyd@gnu.org>
8853         * dired.el (dired-mode-map): Don't bind M-=.
8855         * dired-aux.el (dired-diff): Use backup file as default.
8857 2012-09-08  Drew Adams  <drew.adams@oracle.com>
8859         * subr.el (add-to-history): Fix delete usage (Bug#12314).
8861 2012-09-08  Chong Yidong  <cyd@gnu.org>
8863         * subr.el (syntax-after, syntax-class): Doc fix.
8865 2012-09-08  Martin Rudalics  <rudalics@gmx.at>
8867         * window.el (display-buffer-in-previous-window): New buffer
8868         display action function.
8870         * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
8871         (debugger-previous-window): New variable.
8872         (debug): Rewrite using display-buffer-in-previous-window,
8873         quit-restore-window and debugger-bury-or-kill.  (Bug#8789)
8875 2012-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8877         * emacs-lisp/byte-run.el (defun): Tweak message.  Simplify code.
8879 2012-09-07  Matt McClure  <mlm@aya.yale.edu>  (tiny change)
8881         * progmodes/python.el (python-shell-send-string):
8882         When default-directory is remote, create temp file on remote
8883         filesystem.
8884         (python-shell-send-file): When file is remote, pass local view of
8885         file paths to remote Python interpreter.  (Bug#12340)
8887 2012-09-07  Chong Yidong  <cyd@gnu.org>
8889         * window.el (switch-to-buffer): Doc fix (Bug#12181).
8891         * files.el (after-find-file): Don't fail on a read-only buffer if
8892         require-final-newline is `visit' or `visit-save' (Bug#11156).
8894         * subr.el (read-char-choice): Allow quitting via ESC ESC.
8896         * userlock.el (ask-user-about-supersession-threat):
8897         Use read-char-choice (Bug#12093).
8899 2012-09-07  Chong Yidong  <cyd@gnu.org>
8901         * subr.el (buffer-narrowed-p): New function.
8903         * ses.el (ses-widen):
8904         * simple.el (count-words--buffer-message):
8905         * net/browse-url.el (browse-url-of-buffer): Use it.
8907         * simple.el (count-words-region): Don't signal an error if there
8908         is a non-nil prefix arg and the mark is not set.
8910         * help.el (describe-key-briefly): Allow the message to be seen
8911         when invoked from the minibuffer (Bug#7014).
8913 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
8915         * progmodes/ruby-mode.el (ruby-end-of-defun)
8916         (ruby-beginning-of-defun): Simplify, allow indentation before
8917         block beginning and end keywords.
8918         (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
8919         (ruby-end-of-defun): Expect that the point is at the beginning of
8920         the defun.
8922 2012-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8924         * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
8925         (bug#12367).
8926         (cl--make-usage-args): Strip _ from argument names.
8928 2012-09-06  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
8930         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
8931         obsolete alias speedbar-key-map.
8932         (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
8933         (vhdl-index-menu-init): Don't use obsolete variable
8934         font-lock-maximum-size.
8936 2012-09-06  Chong Yidong  <cyd@gnu.org>
8938         * frame.el (window-system-version): Mark as obsolete.
8940         * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
8941         of obsolete variable speedbar-key-map.
8943 2012-09-06  Juri Linkov  <juri@jurta.org>
8945         * replace.el (replace-lax-whitespace): New defcustom.
8946         (query-replace, query-replace-regexp, query-replace-regexp-eval)
8947         (replace-string, replace-regexp): Mention it in docstrings.
8948         (perform-replace, replace-highlight): Let-bind
8949         isearch-lax-whitespace and isearch-regexp-lax-whitespace according
8950         to the values of replace-lax-whitespace and regexp-flag.
8951         Don't let-bind search-whitespace-regexp.  (Bug#10885)
8953         * isearch.el (isearch-query-replace): Let-bind
8954         replace-lax-whitespace instead of let-binding
8955         replace-search-function and replace-re-search-function.
8956         (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
8957         and isearch-regexp-lax-whitespace to lazy-highlight variables.
8958         (isearch-toggle-symbol): Set isearch-regexp to nil
8959         in isearch-word mode (like in isearch-toggle-word).
8961 2012-09-06  Juri Linkov  <juri@jurta.org>
8963         * replace.el (replace-search-function)
8964         (replace-re-search-function): Set default values to nil.
8965         (perform-replace): Let-bind isearch-related variables based on
8966         replace-related values, call `isearch-search-fun' and let-bind
8967         the result to `search-function'.  Remove code that sets
8968         `search-function' and `search-string' separately for
8969         `delimited-flag'.
8970         (replace-highlight): Add new argument `delimited-flag' and
8971         rename other arguments to the names used in `perform-replace'.
8972         Let-bind `isearch-word' to the argument `delimited-flag'.
8973         (Bug#10885, bug#10887)
8975 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
8977         * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
8978         ruby-beginning-of-indent, simplify, allow all keywords to have
8979         indentation before them.
8980         (ruby-beginning-of-indent): Adjust for above.  Search until the
8981         found point is not inside a string or comment.
8982         (ruby-font-lock-keywords): Allow symbols to start with "@"
8983         character, give them higher priority than variables.
8984         (ruby-syntax-propertize-function)
8985         (ruby-font-lock-syntactic-keywords): Remove the "not comments"
8986         matchers.  Expression expansions are not comments when inside a
8987         string, and there comment syntax status is irrelevant.
8988         (ruby-match-expression-expansion): New function.  Check that
8989         expression expansion is inside a string, and it's not escaped.
8990         (ruby-font-lock-keywords): Use it.
8992 2012-09-05  Martin Rudalics  <rudalics@gmx.at>
8994         * help.el (temp-buffer-max-height): New default value.
8995         (temp-buffer-resize-frames): New option.
8996         (resize-temp-buffer-window): Optionally resize frame.
8998         * window.el (fit-frame-to-buffer-bottom-margin): New option.
8999         (fit-frame-to-buffer): New function.
9001 2012-09-05  Glenn Morris  <rgm@gnu.org>
9003         * emulation/cua-rect.el (cua--init-rectangles):
9004         * textmodes/picture.el (picture-mode-map):
9005         * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
9006         like forward-char and backward-char.  (Bug#12317)
9008 2012-09-05  Leo Liu  <sdl.web@gmail.com>
9010         * progmodes/flymake.el (flymake-warning-re): New variable.
9011         (flymake-parse-line): Use it.
9013 2012-09-05  Glenn Morris  <rgm@gnu.org>
9015         * calendar/holidays.el (holiday-christian-holidays):
9016         Rename an entry.  (Bug#12289)
9018 2012-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9020         * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
9021         (bug#12222).
9023 2012-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9025         * loadup.el: Load macroexp.  Remove hack.
9026         * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
9027         (macroexp--expand-all): Use it to get better warnings.
9028         (macroexp--backtrace, macroexp--trim-backtrace-frame)
9029         (internal-macroexpand-for-load): New functions.
9030         (macroexp--pending-eager-loads): New var.
9031         (emacs-startup-hook): New hack to replace one in loadup.el.
9032         * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
9033         (cl--compiler-macro-cXXr): Move to top, before they can be used.
9034         (cl-psetf): Simplify.
9035         (cl-defstruct): Add indent rule.
9037 2012-09-04  Lars Ingebrigtsen  <larsi@gnus.org>
9039         * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
9040         over `user-mail-address' for the SMTP MAIL FROM envelope.
9041         (smtpmail-via-smtp): Ditto.
9043 2012-09-04  Dmitry Gutov  <dgutov@yandex.ru>
9045         * progmodes/ruby-mode.el: Clean up keybindings.
9046         (ruby-mode-map): Don't bind ruby-electric-brace,
9047         ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
9048         backward-kill-word, reindent-then-newline-and-indent.
9049         (ruby-mark-defun): Remove.
9050         (ruby-electric-brace): Remove.  Obsoleted by electric-indent-chars.
9051         (ruby-mode): Set local beginning-of-defun-function and
9052         end-of-defun-function values.
9054 2012-09-03  Martin Rudalics  <rudalics@gmx.at>
9056         * window.el (temp-buffer-window-setup-hook)
9057         (temp-buffer-window-show-hook): New hooks.
9058         (temp-buffer-window-setup, temp-buffer-window-show)
9059         (with-temp-buffer-window): New functions.
9060         (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
9061         (special-display-popup-frame): Make sure the window used shows BUFFER.
9063         * help.el (temp-buffer-resize-mode): Fix doc-string.
9064         (resize-temp-buffer-window): New optional argument WINDOW.
9066         * files.el (recover-file, save-buffers-kill-emacs):
9067         * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
9069 2012-09-02  Michael Albinus  <michael.albinus@gmx.de>
9071         * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
9072         remote definition of `default-directory', ensure we can connect.
9074 2012-09-02  Juri Linkov  <juri@jurta.org>
9076         Toggle whitespace matching mode with M-s SPC.
9077         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
9079         * isearch.el (search-whitespace-regexp): Doc fix.
9080         Remove cons cell customization.
9081         (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
9082         (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
9083         New variables.
9084         (isearch-forward, isearch-forward-regexp): Doc fix.
9085         (isearch-toggle-lax-whitespace): New command.
9086         (search-forward-lax-whitespace, search-backward-lax-whitespace)
9087         (re-search-forward-lax-whitespace)
9088         (re-search-backward-lax-whitespace): New functions.
9089         (isearch-whitespace-regexp): Remove function.
9090         (isearch-query-replace): Let-bind replace-search-function and
9091         replace-re-search-function.
9092         (isearch-occur): Let-bind search-spaces-regexp according to the
9093         value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
9094         (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
9095         condition for C-q SPC.
9096         (isearch-search-fun-default): Use new functions mentioned above.
9097         (isearch-search-forward, isearch-search-backward): Remove functions.
9098         (isearch-search): Don't let-bind search-spaces-regexp.
9099         (isearch-lazy-highlight-space-regexp): Remove variable.
9100         (isearch-lazy-highlight-lax-whitespace)
9101         (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
9102         (isearch-lazy-highlight-new-loop): Use them.
9103         (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
9105 2012-09-02  Chong Yidong  <cyd@gnu.org>
9107         * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
9109 2012-09-02  Glenn Morris  <rgm@gnu.org>
9111         * simple.el (undo): Tweak message in undo-only case.  (Bug#12283)
9113 2012-09-01  Glenn Morris  <rgm@gnu.org>
9115         * term.el: Tidy up menu definitions.
9116         (term-mode-map): Use easymenu for In/Out, Complete menus.
9117         (term-pager-break-map): Initialize in the defvar.
9118         (term-terminal-menu, term-signals-menu): Define with easymenu.
9119         (term-terminal-menu): Also show it in line-mode.  (Bug#11957)
9120         (term-pager-menu): New, extracted from term-process-pager.
9121         (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
9122         (term-update-mode-line): Propertize line/char and page items.
9123         (term-process-pager): Move keymap initialization elsewhere.
9125 2012-09-01  Martin Rudalics  <rudalics@gmx.at>
9127         * window.el (switch-to-prev-buffer): Handle additional values of
9128         BURY-OR-KILL argument.  Don't switch in minibuffer window.
9129         (switch-to-next-buffer): Don't switch in minibuffer window.
9130         (quit-restore-window): New function based on quit-window.
9131         Handle additional values of former KILL argument.
9132         (quit-window): Call quit-restore-window with appropriate
9133         interpretation of KILL argument.
9134         (display-buffer-below-selected): New buffer display action
9135         function.
9137 2012-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9139         * minibuffer.el (completion-at-point-functions): Complete docstring
9140         (bug#12254).
9142 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
9144         Better seed support for (random).
9145         * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
9146         * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
9147         * play/mpuz.el, play/tetris.el, play/zone.el:
9148         * calc/calc-comb.el (math-init-random-base):
9149         * play/blackbox.el (bb-init-board):
9150         * play/life.el (life):
9151         * server.el (server-use-tcp):
9152         * type-break.el (type-break):
9153         Remove unnecessary call to (random t).
9154         * net/sasl.el (sasl-unique-id-function):
9155         Change (random t) to (random), now that the latter is more random.
9156         * play/life.el (life-initialized): Remove no-longer-needed var.
9158 2012-08-31  Alp Aker  <alp.tekin.aker@gmail.com>
9160         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
9161         Consider frame's buffer predicate when choosing the buffer.
9162         (Bug#12081)
9164 2012-08-30  Richard Stallman  <rms@gnu.org>
9166         * simple.el (special-mode-map): Delete binding for `z'.
9168 2012-08-30  Andreas Schwab  <schwab@linux-m68k.org>
9170         * progmodes/compile.el (compilation-always-kill): Doc fix.
9172 2012-08-30  Chong Yidong  <cyd@gnu.org>
9174         * window.el (display-buffer-reuse-frames): Make the obsolescence
9175         message more informative.
9177 2012-08-30  Glenn Morris  <rgm@gnu.org>
9179         * paren.el (show-paren-delay):
9180         Add a :set function.  Doc fix.  (Bug#12297)
9182 2012-08-29  Martin Blais  <blais@furius.ca>  (tiny change)
9184         * progmodes/compile.el (compilation-always-kill): New var.
9185         (compilation-start): Use it.
9187 2012-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9189         * simple.el (read-only-mode): Move from files.el for bootstrapping.
9190         * files.el (read-only-mode): Move to simple.el.
9192         * files.el (read-only-mode): New minor mode.
9193         (toggle-read-only): Use it and mark obsolete.
9194         (find-file--read-only):
9195         * vc/vc.el (vc-next-action, vc-checkout):
9196         * vc/vc-cvs.el (vc-cvs-checkout):
9197         * obsolete/vc-mcvs.el (vc-mcvs-update):
9198         * ffap.el (ffap--toggle-read-only): Update callers.
9200 2012-08-29  Michael Albinus  <michael.albinus@gmx.de>
9202         * eshell/esh-ext.el (eshell-external-command): Do not examine
9203         remote shell scripts.
9204         See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
9206         * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
9207         "/usr/local/sbin".
9209 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9211         * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
9213 2012-08-28  Leo Liu  <sdl.web@gmail.com>
9215         * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
9216         completion-at-point.  (Bug#12220)
9218         * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
9220         * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
9222 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9224         * files.el (safe-local-eval-forms): Fix before-save-hook entry to
9225         be buffer-local; add delete-trailing-whitespace (bug#12259).
9227 2012-08-28  Jeremy Moore  <jmoore@ieee.org>  (tiny change)
9229         * progmodes/hideif.el (hif-compress-define-list):
9230         Fix typo.  (Bug#11951)
9232 2012-08-28  Dan Nicolaescu  <dann@gnu.org>
9234         * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
9235         buffer local setting.
9237         * net/rcirc.el (rcirc-split-message): Fix for buffer-local
9238         rcirc-encode-coding-system.
9240 2012-08-28  Leo Liu  <sdl.web@gmail.com>
9242         * net/rcirc.el (rcirc-split-message): New function.
9243         (rcirc-send-message): Use it.  (Bug#12051)
9245 2012-08-28  Juri Linkov  <juri@jurta.org>
9247         * info.el (Info-fontify-node): Hide empty lines at the end of
9248         the node.  (Bug#12272)
9250 2012-08-27  Drew Adams  <drew.adams@oracle.com>
9252         * dired.el (dired-pop-to-buffer): Make window start at beginning
9253         of buffer (Bug#12281).
9255 2012-08-26  Chong Yidong  <cyd@gnu.org>
9257         * window.el (special-display-regexps, special-display-frame-alist)
9258         (special-display-buffer-names, special-display-function)
9259         (display-buffer-reuse-frames): Mark as obsolete.
9261         * progmodes/compile.el: Don't use display-buffer-reuse-frames.
9263         * help.el (help-print-return-message): Don't treat
9264         display-buffer-reuse-frames specially.
9266 2012-08-26  Chong Yidong  <cyd@gnu.org>
9268         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
9269         New variable, replacing gdb-frame-parameters.
9270         (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
9271         (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
9272         (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
9273         (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
9274         (def-gdb-frame-for-buffer): Macro deleted.  It is easier to define
9275         the functions directly with gdb-display-buffer-other-frame-action.
9276         (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
9277         (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
9278         (gdb-display-stack-buffer, gdb-display-locals-buffer)
9279         (gdb-display-registers-buffer): Define directly.
9280         (def-gdb-display-buffer): Macro deleted.
9281         (gdb-display-buffer): Remove second and third args, callers don't
9282         use them.  Defer to the default display-buffer behavior, apart
9283         from making windows dedicated.
9284         (gdb-setup-windows): Don't call display-buffer unnecessarily.
9286         * progmodes/gud.el (gud-display-line): Just use display-buffer.
9288         * window.el (display-buffer-pop-up-frame): Handle a
9289         pop-up-frame-parameters alist entry.
9290         (display-buffer): Document it.
9292 2012-08-26  Chong Yidong  <cyd@gnu.org>
9294         * isearch.el (search-whitespace-regexp): Make string and nil
9295         values apply to both ordinary and regexp search.  Allow a cons
9296         cell value to distinguish between the two.
9297         (isearch-whitespace-regexp, isearch-search-forward)
9298         (isearch-search-backward): New functions.
9299         (isearch-occur, isearch-search-fun-default, isearch-search)
9300         (isearch-lazy-highlight-new-loop): Use them.
9301         (isearch-forward, isearch-forward-regexp): Doc fix.
9303 2012-08-26  Chong Yidong  <cyd@gnu.org>
9305         * faces.el (help-argument-name): Always inherit from italic
9306         (Bug#12213).
9308 2012-08-25  Martin Rudalics  <rudalics@gmx.at>
9310         * window.el (window--even-window-heights): Even heights when
9311         WINDOW and the selected window form a vertical combination.
9312         (display-buffer-use-some-window): Provide that window used gets
9313         sized back by quit-window.  (Bug#11880) and (Bug#12091)
9315 2012-08-24  Paul Eggert  <eggert@cs.ucla.edu>
9317         Fix file time stamp problem with bzr and CVS (Bug#12001).
9318         * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
9319         in the file's time stamp, since the version control system loses
9320         that information.
9322 2012-08-22  Juri Linkov  <juri@jurta.org>
9324         * info.el (Info-fontify-node): Hide the suffix of the
9325         Info file name in the header line.  (Bug#12187)
9327 2012-08-22  Glenn Morris  <rgm@gnu.org>
9329         * calendar/cal-tex.el (cal-tex-weekly-common):
9330         Restore leading blank page.
9332 2012-08-22  Le Wang  <l26wang@gmail.com>
9334         * misc.el (forward-to-word, backward-to-word): Activate or extend
9335         the region under `shift-select-mode'.  (Bug#12231)
9337 2012-08-22  Bastien Guerry  <bzg@gnu.org>
9339         * progmodes/executable.el (executable-prefix): Set to "#!" instead
9340         of "#! ".  http://www.in-ulm.de/~mascheck/various/shebang/#details
9341         gives details on why the space is never needed.
9343 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
9345         * window.el (walk-window-tree, window-with-parameter):
9346         New optional argument MINIBUF to control whether these functions
9347         should run on the minibuffer window.
9348         (window-at-side-list): Don't operate on minibuffer window.
9349         (window-in-direction): Simplify and rewrite doc-string.
9350         (window--size-ignore): Rename to window--size-ignore-p.
9351         Update callers.
9352         (display-buffer-in-atom-window, window--major-non-side-window)
9353         (window--major-side-window, display-buffer-in-major-side-window)
9354         (delete-side-window, display-buffer-in-side-window):
9355         New functions.
9356         (window--side-check, window-deletable-p, delete-window)
9357         (delete-other-windows, split-window): Handle side windows and
9358         atomic windows appropriately.
9359         (window--display-buffer): Call display-buffer-record-window also
9360         when the window buffer did not change.
9362 2012-08-22  Christopher Schmidt  <christopher@ch.ristopher.com>
9364         * help-fns.el (help-fns--key-bindings):
9365         Abbreviate non-symbol remap targets.  (Bug#12174)
9367 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
9369         * dired.el (dired-mark-remembered): Don't clobber point.
9370         (Bug#11795)
9372 2012-08-22  Glenn Morris  <rgm@gnu.org>
9374         * progmodes/bug-reference.el (bug-reference): New custom group.
9375         (bug-reference-bug-regexp): Make it a defcustom.
9377 2012-08-22  Daiki Ueno  <ueno@unixuser.org>
9379         * progmodes/js.el (js-indent-level, js-expr-indent-offset)
9380         (js-paren-indent-offset, js-square-indent-offset)
9381         (js-curly-indent-offset): Add :safe (Bug#12257).
9383 2012-08-22  Edward O'Connor  <hober0@gmail.com>
9385         * json.el (json-key-format): Add error properties.
9386         (json-encode-key): New function.
9387         (json-encode-hash-table, json-encode-alist, json-encode-plist):
9388         Use json-encode-key.
9390 2012-08-22  Glenn Morris  <rgm@gnu.org>
9392         * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
9393         (cal-tex-leftday, cal-tex-rightday): Remove functions.
9394         (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
9395         Update for above change.
9397 2012-08-21  Andreas Schwab  <schwab@linux-m68k.org>
9399         * cus-face.el (custom-face-attributes): Fix customize type for the
9400         :underline attribute.  (Bug#11805)
9402 2012-08-21  Martin Rudalics  <rudalics@gmx.at>
9404         * window.el (window-point-1, set-window-point-1): Remove.
9405         (window-in-direction, record-window-buffer)
9406         (set-window-buffer-start-and-point, split-window-below)
9407         (window--state-get-1, display-buffer-record-window):
9408         Replace calls to window-point-1 and set-window-point-1 by calls to
9409         window-point and set-window-point respectively.
9411 2012-08-21  Glenn Morris  <rgm@gnu.org>
9413         * calendar/cal-tex.el (cal-tex-weekly-common): New function.
9414         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
9415         Use it.
9417         * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
9418         (cal-tex-shortday): New function.
9419         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
9420         (cal-tex-cursor-filofax-daily): Use the above.
9422         * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
9423         New functions.
9424         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
9425         (cal-tex-cursor-filofax-week): Use them.
9427         * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
9428         New constants.
9429         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
9430         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
9432         * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
9433         (cal-tex-end-document): Don't rely on buffer name.
9435         * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
9436         Use cal-tex-vspace.
9437         (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
9438         (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
9439         (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
9440         Use cal-tex-arg.
9442         * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
9443         (cal-tex-cursor-week, cal-tex-cursor-week2)
9444         (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
9445         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9446         (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
9447         (cal-tex-insert-preamble, cal-tex-b-document)
9448         (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
9449         Improve cal-tex-cmd usage.
9451         * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
9452         (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
9453         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
9454         (cal-tex-weekly-paper): New function.
9455         (cal-tex-cursor-week, cal-tex-cursor-week2)
9456         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
9457         (cal-tex-cursor-day): Use it.
9459         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
9460         (cal-tex-cursor-filofax-week): Remove leading blank page.
9462         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
9463         Add autoload cookie.  For now at least, don't use color, since
9464         no other cal-tex function does.
9466         * calendar/cal-tex.el (cal-tex-cursor-week-iso)
9467         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9468         (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
9470 2012-08-21  Juri Linkov  <juri@jurta.org>
9472         * info.el (Info-file-attributes): New variable.
9473         (info-insert-file-contents): Add file attributes to
9474         `Info-file-attributes'.  Clear the caches `Info-index-nodes' and
9475         `Info-toc-nodes' when previous modtime of the Info file is less
9476         than new modtime.
9477         (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
9478         of info.el.  (Bug#12230)
9480 2012-08-20  Glenn Morris  <rgm@gnu.org>
9482         * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
9483         * calendar/holidays.el (calendar-holiday-list):
9484         Report errors with display-warning rather than beep'n'sleep.
9486 2012-08-20  Michael Albinus  <michael.albinus@gmx.de>
9488         * net/tramp.el (tramp-accept-process-output): Accept only output
9489         from PROC.  Otherwise, process filters and sentinels might be
9490         confused.  (Bug#12145)
9492 2012-08-20  Chong Yidong  <cyd@gnu.org>
9494         * descr-text.el (describe-text-properties-1): Use overlays-in to
9495         report on empty overlays (Bug#3322).
9497 2012-08-20  Glenn Morris  <rgm@gnu.org>
9499         * mail/rmailout.el (rmail-output-read-file-name):
9500         Trap and report errors in rmail-output-file-alist elements.
9502         * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
9503         since most non-font-lock faces are not also variables).
9505 2012-08-20  Edward Reingold  <reingold@iit.edu>
9507         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
9508         New function.  (Bug12160)
9510 2012-08-19  Glenn Morris  <rgm@gnu.org>
9512         * mail/rmailout.el (rmail-output-read-file-name):
9513         Fix previous change (when the alist is nil or does not match).
9515 2012-08-19  Chong Yidong  <cyd@gnu.org>
9517         * xml.el (xml-escape-string): Don't refer to xml-entity-alist
9518         (Bug#12228).
9520 2012-08-18  Chong Yidong  <cyd@gnu.org>
9522         * simple.el (yank-handled-properties): New defcustom.
9523         (yank-excluded-properties): Add font-lock-face and category.
9524         (yank): Doc fix.
9526         * subr.el (remove-yank-excluded-properties):
9527         Obey yank-handled-properties.  The special handling of font-lock-face
9528         and category is now done this way, instead of being hard-coded.
9529         (insert-for-yank-1): Remove font-lock-face handling.
9530         (yank-handle-font-lock-face-property)
9531         (yank-handle-category-property): New function.
9533 2012-08-17  Glenn Morris  <rgm@gnu.org>
9535         * mail/rmailout.el (rmail-output-read-file-name):
9536         Check rmail-output-file-alist against the full message body
9537         in the correct rmail buffer.  (Bug#12214)
9539 2012-08-17  Michael Albinus  <michael.albinus@gmx.de>
9541         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
9542         Eliminate superfluous prompt.  (Bug#12203)
9544 2012-08-17  Chong Yidong  <cyd@gnu.org>
9546         * mouse.el (mouse-appearance-menu): If x-select-font returns a
9547         font spec, set the font directly (Bug#3228).
9549 2012-08-17  Martin Rudalics  <rudalics@gmx.at>
9551         * window.el (delete-window): Fix last fix.
9553 2012-08-16  Martin Rudalics  <rudalics@gmx.at>
9555         * window.el (window-valid-p): Move to window.c.
9556         (window-child, window-child-count, window-last-child)
9557         (window-normalize-window, window-combined-p)
9558         (window-combinations, window-atom-root, window-min-size)
9559         (window-sizable, window-sizable-p, window-size-fixed-p)
9560         (window-min-delta, window-max-delta, window--resizable)
9561         (window--resizable-p, window-resizable, window-total-size)
9562         (window-full-height-p, window-full-width-p, window-body-size)
9563         (window-at-side-p, adjust-window-trailing-edge, maximize-window)
9564         (minimize-window, window-deletable-p, delete-window)
9565         (delete-other-windows, set-window-buffer-start-and-point)
9566         (next-buffer, previous-buffer, split-window, balance-windows-2)
9567         (set-window-text-height, window-buffer-height)
9568         (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
9569         (truncated-partial-width-window-p): Minor code adjustments.
9570         In doc-strings state whether the argument window has to denote a
9571         live, valid or any window.
9573 2012-08-16  Phil Sainty  <psainty@orcon.net.nz>  (tiny change)
9575         * progmodes/subword.el (subword-forward-function)
9576         (subword-backward-function, subword-forward-regexp)
9577         (subword-backward-regexp): New variables.
9578         (subword-forward, subword-forward-internal, subword-backward-internal):
9579         Use new variables, eg so that different "word" definitions
9580         can be easily used.  (Bug#11411)
9582 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9584         * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
9585         for composite selectors.
9586         * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
9587         operation just because we can't find a previous revision.
9589 2012-08-15  Chong Yidong  <cyd@gnu.org>
9591         * frame.el (set-frame-font): Accept font objects.
9593 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9595         * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
9597 2012-08-15  Wolfgang Jenkner  <wjenkner@inode.at>
9599         * man.el (Man-overstrike-face, Man-underline-face)
9600         (Man-reverse-face): Remove variables.
9601         (Man-overstrike, Man-underline, Man-reverse): New faces.
9602         (Man-fontify-manpage): Use them instead of the variables.
9603         (Man-cleanup-manpage): Comment change.
9604         (Man-ansi-color-map): New variable.
9605         (Man-fontify-manpage): Use it.
9606         Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
9608         Implement ANSI SGR parameters 22-27 (bug#12146).
9609         * ansi-color.el (ansi-colors): Doc fix.
9610         (ansi-color-context, ansi-color-context-region): Doc fix.
9611         (ansi-color--find-face): New function.
9612         (ansi-color-apply, ansi-color-apply-on-region): Use it.
9613         Rename the local variable `face' to `codes' since it is now a list of
9614         ansi codes.  Doc fix.
9615         (ansi-color-get-face): Remove.
9616         (ansi-color-parse-sequence): New function, derived from
9617         ansi-color-get-face.
9618         (ansi-color-apply-sequence): Use it.  Rewrite, and support ansi
9619         codes 22-27.
9621 2012-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9623         * subr.el (read-passwd): Allow use from a minibuffer.
9625 2012-08-14  Eli Zaretskii  <eliz@gnu.org>
9627         * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
9628         inside comments and strings as identifiers.
9630         * progmodes/gud.el (gud-tooltip-print-command): Quote the
9631         expression to evaluate.  This allows to evaluate expressions with
9632         embedded whitespace.
9633         (gud-tooltip-tips): Add a blank before the newline in the
9634         message-box text, for the benefit of message-box emulation on
9635         MS-Windows.
9637         * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
9638         messages from GDB, pop them up in a tooltip to give feedback to
9639         user.
9640         (gdb-tooltip-print-1): Quote the expression to evaluate.
9641         This allows to evaluate expressions with embedded whitespace.
9642         (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
9643         if the TTY name is nil or empty (which happens when communicating
9644         with the inferior via pipes, e.g. on MS-Windows).
9645         (gdb-internals): If GDB sends a "&\n" empty debugging message,
9646         don't send that to the GUD buffer.
9648 2012-08-14  Glenn Morris  <rgm@gnu.org>
9650         * emacs-lisp/bytecomp.el (byte-compile-setq-default):
9651         Optimize away setq-default with no args, as for setq.  (Bug#12195)
9653 2012-08-14  Chong Yidong  <cyd@gnu.org>
9655         * minibuffer.el (read-file-name): Doc fix (Bug#10881).
9657         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
9658         (Bug#12085).
9660 2012-08-14  Glenn Morris  <rgm@gnu.org>
9662         * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
9664 2012-08-14  Michael Albinus  <michael.albinus@gmx.de>
9666         * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
9667         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9668         Use cached shell name.
9670 2012-08-14  Fabián Ezequiel Gallina  <fgallina@cuca>
9672         * progmodes/python.el (python-shell-send-string):
9673         (python-shell-send-setup-code): Do not use `format' with `message'.
9675 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
9677         * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
9678         (ruby-percent-literal-beg-re): New constant.
9679         (ruby-syntax-general-delimiters-goto-beg): Rename to
9680         `ruby-syntax-enclosing-percent-literal', improve literal type check.
9681         (ruby-syntax-propertize-general-delimiters): Rename to
9682         `ruby-syntax-propertize-percent-literal', it's a shorter and more
9683         popular term.  Adjust comments everywhere.
9684         (ruby-syntax-propertize-percent-literal): Only propertize when not
9685         inside a simple string or comment.  When the literal is unclosed,
9686         leave the text after it unpropertized.
9687         (ruby-syntax-methods-before-regexp): New constant.
9688         (ruby-syntax-propertize-function): Use it to recognize regexps.
9689         Don't look at the text after regexp, just use the whitelist.
9691 2012-08-14  Andreas Schwab  <schwab@linux-m68k.org>
9693         * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
9694         non-nil always load the compiled file if it exists.  (Bug#12197)
9696 2012-08-14  Chong Yidong  <cyd@gnu.org>
9698         * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
9699         (hi-lock-set-pattern): When deciding whether to use font lock or
9700         overlays, look at font-lock-mode instead of font-lock-fontified
9701         (Bug#12168).
9702         (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
9703         (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
9705 2012-08-14  Daiki Ueno  <ueno@unixuser.org>
9707         * subr.el (internal--after-with-selected-window): Fix typo
9708         (Bug#12193).
9710 2012-08-14  Fabián Ezequiel Gallina  <fgallina@cuca>
9712         Use `completion-table-dynamic' for completion functions.
9713         * progmodes/python.el
9714         (python-shell-completion--do-completion-at-point)
9715         (python-shell-completion--get-completions):
9716         Remove functions.
9717         (python-shell-completion-complete-at-point): New function.
9718         (python-completion-complete-at-point): Use it.
9720 2012-08-13  Jambunathan K  <kjambunathan@gmail.com>
9722         * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
9723         (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
9725 2012-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9727         * subr.el (function-get): Refine `autoload' arg so it can also
9728         autoload functions for gv.el (bug#12191).
9729         * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
9730         autoloads macros.
9732         * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
9733         Prefer pcase-let over destructuring-bind.
9734         * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
9735         Also, remove whitespace as we go, rather than after accumulating the
9736         various places.
9738         * subr.el (internal--before-with-selected-window)
9739         (internal--after-with-selected-window): Fix typo seleted->selected.
9740         (with-selected-window): Adjust callers.
9741         Reported by Dmitry Gutov <dgutov@yandex.ru>.
9743 2012-08-13  Bastien Guerry  <bzg@gnu.org>
9745         * window.el (special-display-popup-frame): Minor docstring
9746         enhancement.  (Bug#12172)
9748 2012-08-13  Andreas Schwab  <schwab@linux-m68k.org>
9750         * tar-mode.el (tar-header-data-end): Only ignore size for files of
9751         type 1-6.
9752         (tar-header-block-summarize, tar-get-descriptor): Handle pax
9753         extended headers.
9755         * files.el (hack-local-variables-filter): Remove useless eval.
9757 2012-08-13  Martin Rudalics  <rudalics@gmx.at>
9759         * subr.el (with-selected-window): Fix last change.
9761 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9763         * subr.el (internal--before-with-seleted-window)
9764         (internal--after-with-seleted-window): New functions.
9765         (with-selected-window): Use them, to replace dependency on
9766         tty-top-frame.
9768 2012-08-12  Nobuyoshi Nakada  <nobu@ruby-lang.org>
9770         * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
9771         binding for `newline'.
9772         (ruby-move-to-block): When moving backward, stop at block opening,
9773         not indentation.
9774         * progmodes/ruby-mode.el (ruby-brace-to-do-end)
9775         (ruby-do-end-to-brace, ruby-toggle-block): New functions.
9776         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
9777         `ruby-toggle-block'.
9779 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9781         * ibuffer.el (ibuffer-do-toggle-read-only):
9782         * dired.el (dired-toggle-read-only):
9783         * buff-menu.el (Buffer-menu-toggle-read-only):
9784         * bindings.el (mode-line-toggle-read-only):
9785         * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
9787 2012-08-12  Andreas Schwab  <schwab@linux-m68k.org>
9789         * descr-text.el (describe-char): Put the overlays over the
9790         "displayed as" character.
9792 2012-08-12  Jay Belanger  <jay.p.belanger@gmail.com>
9794         * calc/calc-units.el (math-default-units-table): Give an
9795         initial value.
9796         (math-put-default-units): Add options to put composite units and
9797         unit systems in the default units table.
9798         (calc-convert-units): Send composite units to
9799         `math-put-default-units' when appropriate.
9801 2012-08-11  Glenn Morris  <rgm@gnu.org>
9803         * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
9805         * tutorial.el (help-with-tutorial):
9806         * emacs-lisp/copyright.el (copyright-update-directory):
9807         * emacs-lisp/autoload.el (autoload-find-generated-file)
9808         (autoload-find-file): Disable local eval: (for insurance).
9810         * files.el (hack-local-variables-filter): If an eval: form is not
9811         known to be safe, and enable-local-variables is :safe, then ignore
9812         the form totally, as is done for non-eval forms.  (Bug#12155)
9813         This is CVE-2012-3479.
9815 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9817         * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
9818         (rx-form): Simplify.
9820 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
9822         * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
9823         ?, _, and : are symbol constituents, ! is not (but kinda should be).
9824         (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
9825         (ruby-syntax-propertize-function): Adjust for changes in
9826         `ruby-syntax-propertize-heredoc'.
9828 2012-08-09 Nobuyoshi Nakada  <nobu@ruby-lang.org>
9830         * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
9831         binding (use `M-;' instead).
9832         (ruby-singleton-class-p): New function.
9833         (ruby-expr-beg, ruby-in-here-doc-p) Use it.
9835 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9837         * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
9839 2012-08-10  Chong Yidong  <cyd@gnu.org>
9841         * progmodes/python.el (python-shell-get-process-name): Don't mess
9842         with same-window-buffer-names.
9844         * eshell/eshell.el (eshell-add-to-window-buffer-names)
9845         (eshell-remove-from-window-buffer-names): Make obsolete.
9846         (eshell-buffer-name, eshell-unload-hook): Don't use them.
9847         (eshell): Just use pop-to-buffer-same-window instead.
9849 2012-08-10  Chong Yidong  <cyd@gnu.org>
9851         * bindings.el: Bind M-= back to count-words-region.
9853         * simple.el (count-words-region): Accept a prefix arg for acting
9854         on the entire buffer.
9855         (count-words--buffer-message): New helper function.
9857 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9859         * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
9860         * subr.el (eventp): `nil' is not an event, and eventp is not hot.
9861         (event-start, event-end): Use posn-at-point to return a more
9862         informative posn.
9863         (posnp): New function.
9864         * mouse.el (popup-menu-normalize-position): Use it.
9866 2012-08-10  Masatake YAMATO  <yamato@redhat.com>
9868         * mouse.el (popup-menu-normalize-position): New function.
9869         (popup-menu): Use `popup-menu-normalize-position' to normalize
9870         the form for POSITION argument.
9872         * term/x-win.el (x-menu-bar-open):
9873         Use the value returend from (posn-at-point) as position
9874         passed to `popup-menu'.
9876 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
9878         * calc/calccomp.el (math-compose-expr): Add extra argument
9879         indicating that parentheses should be put around products in
9880         denominators.  Give multiplication precedence over division during
9881         composition.
9883 2012-08-09  Chong Yidong  <cyd@gnu.org>
9885         * man.el (Man-switches, Man-sed-command, Man-awk-command)
9886         (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
9887         (Man-untabify-command, manual-program): Convert to defcustom
9888         (Bug#10429).
9890         * vc/add-log.el (change-log-mode): Bind comment-start to nil.
9892         * descr-text.el (describe-char): Don't insert extra newlines
9893         (Bug#10127).
9895         * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
9896         (log-view-diff-changeset, log-view-minor-wrap): Likewise.
9898         * align.el (align-region): Delete temporary markers (Bug#10047).
9899         Plus some code cleanups.
9901 2012-08-09  Fabián Ezequiel Gallina  <fgallina@cuca>
9903         * progmodes/python.el (python-pdbtrack-tracked-buffer)
9904         (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
9905         (python-shell-internal-last-output): Use make-local-variable
9906         instead of make-variable-buffer-local.
9908 2012-08-09  Fabián Ezequiel Gallina  <fgallina@cuca>
9910         * progmodes/python.el: Enhancements to forward-sexp.
9911         (python-nav-forward-sexp): Rename from
9912         python-nav-forward-sexp-function.
9913         (python-nav--forward-sexp, python-nav--backward-sexp):
9914         New functions.
9916 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
9918         * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
9919         modes and simplification modes.
9921 2012-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9923         * delsel.el (delete-selection-pre-hook): Don't propagate the
9924         file-supersession signals (bug#12161).
9926 2012-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9928         * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
9929         (cl-map-extents): Add compatibility aliases (bug#12135).
9931 2012-08-08  Michael Albinus  <michael.albinus@gmx.de>
9933         * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
9934         tests by `ignore-error'.
9935         (tramp-find-shell): Open also a new shell, when cache is already
9936         set.  Reported by Carsten Bormann <cabo@tzi.org>.  (Bug#12148)
9938 2012-08-08  Juri Linkov  <juri@jurta.org>
9940         * bookmark.el: Add `defaults' property to the bookmark record.
9941         (bookmark-current-buffer): Doc fix.
9942         (bookmark-make-record): Add `defaults' property with default values
9943         to the bookmark record.
9944         (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
9945         with `bookmark-insert-current-bookmark'.
9946         (bookmark-set): Get `defaults' property from the bookmark record
9947         and use it in `read-from-minibuffer'.
9948         (bookmark-insert-current-bookmark): Remove function.
9950         * info.el (Info-bookmark-make-record): Add `defaults' property
9951         with values of canonical Info node name, the current Info file
9952         name and the current Info node name.  (Bug#12107)
9954 2012-08-08  Juri Linkov  <juri@jurta.org>
9956         * files.el (basic-save-buffer): Use `buffer-name' as the default
9957         of `read-file-name' when buffer is not visiting a file (bug#12128).
9959 2012-08-08  Juri Linkov  <juri@jurta.org>
9961         * info.el (Info-isearch-search): Doc fix.
9962         (Info-search): Change search-failed message from "initial node" to
9963         "end of node" (bug#12078).
9964         (Info-isearch-search): Change `isearch-string-state' to
9965         `isearch--state-string'.
9967 2012-08-08  Glenn Morris  <rgm@gnu.org>
9969         * language/persian.el: Remove file.
9970         * language/misc-lang.el: Move unique part of persian.el here.
9971         * loadup.el: Remove language/persian.
9973 2012-08-08  Ã“scar Fuentes  <ofv@wanadoo.es>
9975         * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
9977 2012-08-08  Fabián Ezequiel Gallina  <fgallina@cuca>
9979         * progmodes/python.el: Fix defsubst warning.
9980         (python-syntax-context) Rename from python-info-ppss-context.
9981         (python-syntax-context-type): Rename from
9982         python-info-ppss-context-type.
9983         (python-syntax-comment-or-string-p): Rename from
9984         python-info-ppss-comment-or-string-p.
9986 2012-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
9988         * calc/calc-misc.el (calc-record-why): Don't record a message twice.
9990 2012-08-07  Andreas Schwab  <schwab@linux-m68k.org>
9992         * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
9993         a defcustom that is quoted with backquote.
9995         * calc/calc-prog.el (math-do-defmath): Use backquote forms.
9996         Fix handling of interactive spec when the body uses return.
9997         (math-do-arg-check, math-define-function-body): Use backquote forms.
9998         * calc/calc-ext.el (math-defcache): Likewise.
9999         * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
10000         * allout.el (allout-new-exposure): Likewise.
10001         * calc/calcalg2.el (math-tracing-integral): Likewise.
10002         * info.el (Info-last-menu-item): Likewise.
10003         * emulation/vip.el (vip-loop): Likewise.
10004         * textmodes/artist.el (artist-funcall): Likewise.
10005         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
10006         Construct menu-item directly.
10008         * progmodes/autoconf.el (font-lock-syntactic-keywords):
10009         Don't declare.
10011 2012-08-07  Chong Yidong  <cyd@gnu.org>
10013         * simple.el (deactivate-mark): Preserve text properties when
10014         saving the primary selection (Bug#8384).
10016 2012-08-07  Kevin Ryde  <user42@zip.com.au>
10018         * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
10019         (woman-parse-numeric-value): On a bad .IP line, issue a warning
10020         and continue processing (Bug#12110).
10022 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10024         * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
10025         syntax-propertize-function (bug#10095).
10027 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10029         * help-fns.el (help-fns--key-bindings, help-fns--signature)
10030         (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
10031         describe-function-1.
10032         (describe-function-1): Use them.  Move compiler macro after sig.
10033         (help-fns--compiler-macro): Use function-get.  Assume we're already in
10034         standard-output.  Adjust layout to new call order.
10036         * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
10037         re-binding a symbol that has a symbol-macro (bug#12119).
10039 2012-08-06  Mohsen BANAN  <libre@mohsen.1.banan.byname.net>
10041         * language/persian.el: New file.  (Bug#11812)
10042         * loadup.el: Add language/persian.el.
10044 2012-08-06  Chong Yidong  <cyd@gnu.org>
10046         * window.el (window--maybe-raise-frame): New function.
10047         (window--display-buffer): Split off from here.
10048         (display-buffer-reuse-window, display-buffer-pop-up-frame)
10049         (display-buffer-pop-up-window, display-buffer-use-some-window):
10050         Obey an inhibit-switch-frame action alist entry.
10051         (display-buffer): Update doc.
10053         * replace.el (occur-after-change-function): Avoid losing focus by
10054         using the inhibit-switch-frame display parameter (Bug#12139).
10056 2012-08-06  Fabián Ezequiel Gallina  <fgallina@cuca>
10058         Make internal shell process buffer names start with space.
10059         * progmodes/python.el (python-shell-make-comint): Add optional
10060         argument INTERNAL.
10061         (run-python-internal): Use it.
10062         (python-shell-internal-get-or-create-process): Check for new
10063         internal buffer names.
10065 2012-08-06  Glenn Morris  <rgm@gnu.org>
10067         * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
10068         Do less getting and setting of environment variables.
10070 2012-08-05  Chong Yidong  <cyd@gnu.org>
10072         * proced.el (proced): Add substitution string to docstring to
10073         trigger autoloading of the proced library on C-h f (Bug#1768).
10075         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10076         Don't show defvars which have no second argument (Bug#8638).
10078         * imenu.el (imenu-generic-expression): Move documentation here
10079         from imenu--generic-function.
10080         (imenu--generic-function): Refer to imenu-generic-expression.
10082 2012-08-05  Vegard Ã˜ye  <vegard_oye@hotmail.com>  (tiny change)
10084         * emulation/viper-init.el (viper-deflocalvar): Add docstring and
10085         indentation declaration.
10086         (viper-loop): Add indentation declaration (Bug#7025).
10088 2012-08-05  Chong Yidong  <cyd@gnu.org>
10090         * help-fns.el (describe-variable): Add hyperlink for
10091         directory-local variables files.  Improve buffer-local and
10092         permanent-local reporting; suggested by MON KEY (Bug#6644).
10094         * help-mode.el (help-dir-local-var-def): New button type.
10096         * files.el (kill-buffer-hook): Provide a defvar.
10098 2012-08-05  Glenn Morris  <rgm@gnu.org>
10100         * eshell/esh-ext.el (eshell/addpath):
10101         Also update eshell-path-env.  (Bug#12013)
10103 2012-08-05  Chong Yidong  <cyd@gnu.org>
10105         * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
10107         * fringe.el (fringe-styles): Add docstring.
10108         (fringe--check-mode): New function.
10109         (set-fringe-mode, set-fringe-style): Use it.
10110         (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
10112         * files.el (set-auto-mode): Fix invalid setq call.
10114 2012-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10116         * isearch.el: Misc simplification; use defstruct.
10117         (isearch-mode-map): Dense maps now work like sparse ones.
10118         (isearch--state): New defstruct.
10119         (isearch-string-state, isearch-message-state, isearch-point-state)
10120         (isearch-success-state, isearch-forward-state)
10121         (isearch-other-end-state, isearch-word-state, isearch-error-state)
10122         (isearch-wrapped-state, isearch-barrier-state)
10123         (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
10124         replaced by defstruct's accessors.
10125         (isearch--set-state): Rename from isearch-top-state and change
10126         calling convention.
10127         (isearch-push-state): Use new isearch--get-state.
10128         (isearch-toggle-word): Disable regexp when enabling word.
10129         (isearch-message-prefix): Remove unused arg _c-q-hack.
10130         (isearch-message-suffix): Remove unused arg _ellipsis.
10132 2012-08-04  Andreas Schwab  <schwab@linux-m68k.org>
10134         * simple.el (list-processes--refresh): For a server use :host or
10135         :local as the address.
10136         (list-processes): Doc fix.
10138 2012-08-04  Michal Nazarewicz  <mina86@mina86.com>
10140         * lisp/mpc.el: Support password in host argument.
10141         (mpc--proc-connect): Parse and use new password element.
10142         Set mpc-proc variable instead of returning process.
10143         (mpc-proc): Adjust accordingly.
10145 2012-08-03  Eli Zaretskii  <eliz@gnu.org>
10147         * whitespace.el (whitespace-display-mappings): Use Unicode
10148         codepoints, instead of emacs-mule codepoints.  See
10149         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
10150         for the details.
10152         * files.el (file-truename): Don't skip symlink-chasing part on
10153         windows-nt.  Incorporate the resolution of 8+3 short aliases on
10154         Windows into the loop that recursively chases symlinks.
10155         Compare directory and its parent case-insensitively on MS-Windows and
10156         MS-DOS.
10158 2012-08-03  Chong Yidong  <cyd@gnu.org>
10160         * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
10162         * sort.el (sort-regexp-fields): Doc fix.
10164 2012-08-03  Tassilo Horn  <tsdh@gnu.org>
10166         * textmodes/reftex.el (reftex-compile-variables): Make keyvals
10167         labels regex position point at the expected place.
10169 2012-08-03  MON KEY  <monkey@sandpframing.com>
10171         * net/imap.el (imap-interactive-login, imap-authenticate)
10172         (imap-mailbox-lsub, imap-mailbox-list)
10173         (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
10174         (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
10175         (imap-parse-response): Doc fix.
10177 2012-08-03  João Távora  <joaotavora@gmail.com>
10179         * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
10180         if sexp scanning does not move point (Bug#5734).
10182 2012-08-02  Tassilo Horn  <tsdh@gnu.org>
10184         * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
10185         Add listings, minted, and ctable packages.
10186         (reftex-label-alist-builtin): Move listings, minted, and ctable
10187         entries before LaTeX.
10188         (reftex-label-alist): Docfix.
10190 2012-08-02  Bastien Guerry  <bzg@gnu.org>
10192         * replace.el (occur): Fix docstring (bug#12122).
10194 2012-08-02  Glenn Morris  <rgm@gnu.org>
10196         * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
10198 2012-08-02  Paul Eggert  <eggert@cs.ucla.edu>
10200         Obsolete alias inactivate-current-input-method-function (Bug#10150).
10201         * international/mule-cmds.el: Create
10202         inactivate-current-input-method-function as an obsolete alias for
10203         deactivate-current-input-method-function.  See Katsumi Yamaoka in
10204         <http://bugs.gnu.org/10150#46>.
10206 2012-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
10208         * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
10209         of nested `if's.
10211 2012-08-01  Glenn Morris  <rgm@gnu.org>
10213         * progmodes/autoconf.el (autoconf-definition-regexp):
10214         Add AH_TEMPLATE, adjust submatch numbering.
10215         (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
10216         (autoconf-current-defun-function): Update for above change.
10217         (autoconf-current-defun-function): First skip to end of current word.
10219 2012-08-01  Rupert Swarbrick  <rswarbrick@gmail.com>  (tiny change)
10221         * calendar/cal-html.el (cal-html-insert-agenda-days):
10222         Fix typo.  (Bug#12018)
10224 2012-07-31  Fabián Ezequiel Gallina  <fgallina@cuca>
10226         Shell processes: enhancements to startup and CEDET compatibility.
10227         * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
10228         (python-shell-make-comint): accept-process-output at startup.
10229         (run-python-internal): Set inferior-python-mode-hook to nil.
10230         (python-shell-internal-get-or-create-process): call sit-for.
10231         (python-preoutput-result): Add obsolete alias.
10232         (python-shell-internal-send-string): Use it.
10233         (python-shell-send-setup-code): Remove call to
10234         accept-process-output.
10236 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
10238         * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
10239         (Bug#12108)
10241 2012-07-31  Jay Belanger  <jay.p.belanger@gmail.com>
10243         * calc-mode.el (calc-basic-simplification-mode): Rename from
10244         `calc-limited-simplification-mode'.
10245         (calc-alg-simplification-mode): New function.
10246         (calc-set-simplify-mode): Adjust message.
10248         * calc.el (calc-set-mode-line): Adjust mode line display for
10249         basic simplification mode.
10251         * calc-help.el (calc-m-prefix-help): Update help message.
10253         * calc-ext.el (calc-init-extensions): Add bindings and autoloads
10254         for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
10256 2012-07-31  Bastien Guerry  <bzg@gnu.org>
10258         * man.el (man): Fix comment.  (bug#12101)
10260 2012-07-31  Martin Rudalics  <rudalics@gmx.at>
10262         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
10263         Don't return a non-nil value when no suitable buffer was found.
10265 2012-07-31  Fabián Ezequiel Gallina  <fgallina@cuca>
10267         * progmodes/python.el (run-python-internal): Disable font lock for
10268         internal shells.
10270 2012-07-30  Stefan Merten  <smerten@oekonux.de>
10272         * textmodes/rst.el: Silence `checkdoc-ispell'.
10273         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
10274         (rst-official-version, rst-official-cvs-rev)
10275         (rst-package-emacs-version-alist): Update to upstream V1.3.1.
10276         (rst-mode-map): New key binding.
10278 2012-07-30  Paul Eggert  <eggert@cs.ucla.edu>
10280         Update .PHONY listings in makefiles.
10281         * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
10282         autoloads, update-subdirs, updates, bzr-update, update-authors,
10283         compile-onefile, compile-calc, backup-compiled-files,
10284         compile-after-backup, compile-one-process, mh-autoloads,
10285         bootstrap-clean, distclean, maintainer-clean.
10287 2012-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
10289         * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
10290         (calc-set-mode-line): Don't display "AlgSimp ".
10292         * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
10293         (calc-lim-simplify-mode): New function.
10294         (calc-set-simplify-mode): Default to 'alg.
10295         (calc-default-simplify-mode): Make algebraic simplifications
10296         the default.
10298         * calc/calc-ext.el (calc-init-extensions): Remove binding for
10299         `calc-alg-simplify-mode'.  Add binding for `calc-lim-simplify-mode'.
10301         * calc/calc-help.el (calc-m-prefix-help): Change messages to
10302         indicate new simplification modes.
10304         * calc/README: Mention new default simplification mode.
10306         * calc/calc.el (math-normalize-error): New variable.
10307         (math-normalize): Set `math-normalize-error' to t
10308         when there's an error.
10310         * calc/calc-alg.el (math-simplify): Don't simplify when
10311         `math-normalize' returns an error.
10313 2012-07-29  Eli Zaretskii  <eliz@gnu.org>
10315         * international/mule-cmds.el (set-locale-environment): Revert last
10316         change, since display-graphic-p returns nil when this function is
10317         called during startup.  Instead...
10319         * term/w32console.el (terminal-init-w32console): ...setup the
10320         keyboard and terminal encoding for TTY sessions here.  (Bug#12082)
10322 2012-07-29  Juri Linkov  <juri@jurta.org>
10324         * simple.el (goto-line): Don't display default line number in the
10325         prompt because it should be displayed by `read-number' (bug#9952).
10326         Add the current line number to the defaults of `goto-line' to
10327         allow its easier modification by users with `M-n' (bug#9201).
10329         * subr.el (read-number): Support multiple default values like in
10330         other minibuffer reading functions.  Replace `read' with
10331         `string-to-number' for consistency with `number-to-string'.
10333 2012-07-29  Paul Eggert  <eggert@cs.ucla.edu>
10335         deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
10336         * emulation/viper-init.el (viper-deactivate-input-method-action):
10337         Rename from viper-inactivate-input-method-action.
10338         (viper-deactivate-input-method):
10339         Rename from viper-inactivate-input-method.
10340         * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
10341         * international/mule-cmds.el (deactivate-input-method):
10342         Rename from inactivate-input-method.
10343         Also run input-method-deactivate-hook.
10344         (deactivate-current-input-method-function):
10345         Rename from inactivate-current-input-method-function.
10346         (input-method-deactivate-hook): New hook.
10347         (input-method-inactivate-hook): Mark obsolete.
10348         (inactivate-input-method): Mark obsolete.
10350         * international/quail.el (quail-activate):
10351         Also run quail-deactivate-hook.
10352         (quail-deactivate): Rename from quail-inactivate.
10353         * international/robin.el (robin-activate):
10354         Also run robin-deactivate-hook.
10355         (robin-deactivate): Rename from robin-inactivate.
10357 2012-07-29  Chong Yidong  <cyd@gnu.org>
10359         * simple.el (indicate-copied-region): New function.
10360         (kill-ring-save): Split off from here.
10362         * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
10363         (kill-rectangle): Set deactivate-mark to t on read-only error.
10365         * register.el (copy-to-register, copy-rectangle-to-register):
10366         Deactivate the mark, and use indicate-copied-region (Bug#10056).
10367         (append-to-register, prepend-to-register): Call indicate-copied-region.
10369 2012-07-29  Juri Linkov  <juri@jurta.org>
10371         * simple.el (async-shell-command-buffer): New defcustom.
10372         (shell-command): Use it.  (Bug#4719)
10374 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
10376         * international/mule-cmds.el (set-locale-environment): In a
10377         console session on MS-Windows, set up keyboard and terminal
10378         encoding from the OEM codepage, not the ANSI codepage.
10379         (Bug#12055)
10381 2012-07-28  Chong Yidong  <cyd@gnu.org>
10383         * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
10384         gdb-get-location.
10386 2012-07-28  Leo Liu  <sdl.web@gmail.com>
10388         * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
10389         the alist (bug#12029).
10391 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
10393         * makefile.w32-in (custom-deps, finder-data, updates, compile)
10394         (compile-always, compile-first)
10395         ($(lisp)/calendar/cal-loaddefs.el)
10396         ($(lisp)/calendar/diary-loaddefs.el)
10397         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
10398         ($(lisp)/net/tramp-loaddefs.el, bootstrap)
10399         ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
10400         instead of on update-subdirs.
10401         (bootstrap-clean): Delete $(lisp)/subdirs.el.
10403 2012-07-28  Chong Yidong  <cyd@gnu.org>
10405         * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
10406         directory if vc-deduce-backend returns nil (Bug#7350).
10408         * simple.el (delete-trailing-lines): New option.
10409         (delete-trailing-whitespace): Obey it (Bug#11879).
10411 2012-07-28  David Engster  <deng@randomsample.de>
10413         * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
10414         Explanation of new 'symbol-qnames feature in doc-strings.
10415         (xml-maybe-do-ns): Return expanded names as plain symbols if
10416         'symbol-qnames was provided in XML-NS argument (Bug#11916).
10417         (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
10419 2012-07-27  Fabián Ezequiel Gallina  <fgallina@cuca>
10421         Consistent completion in inferior python with emacs -nw.
10422         * progmodes/python.el (inferior-python-mode): replace "<tab>"
10423         binding in inferior-python-mode-map with "\t".
10424         (python-shell-completion-complete-at-point)
10425         (python-completion-complete-at-point): Remove interactive spec.
10427 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
10429         * calc/calccomp.el (math-compose-expr): Undo previous change.
10431 2012-07-27  Fabián Ezequiel Gallina  <fgallina@cuca>
10433         * progmodes/python.el (python-mode-map): Add keybinding for
10434         run-python.
10435         (python-shell-make-comint): Fix pop-to-buffer call.
10436         (run-python): Autoload.  New arg SHOW.
10437         (python-shell-get-or-create-process): Do not pop python process
10438         buffer.
10440 2012-07-27  Michael Albinus  <michael.albinus@gmx.de>
10442         * notifications.el (notifications-on-action-signal)
10443         (notifications-on-closed-signal): Use also the bus address for the map.
10444         (notifications-notify, notifications-close-notification)
10445         (notifications-get-capabilities): Add optional argument BUS.
10447 2012-07-27  Tassilo Horn  <tsdh@gnu.org>
10449         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
10450         Add support for the lstlisting and minted environments, and for the
10451         ctable macro.
10452         * textmodes/reftex.el (reftex-compile-variables): Also recognize
10453         labels written in keyvals syntax.
10455 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
10457         * calc/calccomp.el (math-compose-expr): Use parentheses when
10458         there is a product in the denominator of a fraction.
10460 2012-07-26  Eli Zaretskii  <eliz@gnu.org>
10462         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
10463         ($(lisp)/calendar/diary-loaddefs.el)
10464         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
10465         ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
10466         Fixes failures in parallel bootstrap because subdirs.el is being
10467         rewritten while the autoload files are built at the same time,
10468         which needs to load subdirs.el.
10470 2012-07-26  Martin Rudalics  <rudalics@gmx.at>
10472         * mouse.el (popup-menu): Fix doc-string and re-indent code.
10473         (mouse-drag-line): Don't exit tracking when a switch-frame or
10474         switch-window event occurs (Bug#12006).
10476 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10478         * mouse.el (popup-menu): Fix last change.
10480 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10482         Autoload from Lisp with more care.  Follow aliases when looking for
10483         function properties.
10484         * subr.el (autoloadp): New function.
10485         (symbol-file): Use it.
10486         (function-get): New function.
10487         * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
10488         autoload-do-load.
10489         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
10490         (lisp-indent-function):
10491         * emacs-lisp/gv.el (gv-get):
10492         * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
10493         * emacs-lisp/byte-opt.el (byte-optimize-form):
10494         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
10495         * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
10496         Use function-get.
10497         * emacs-lisp/cl.el: Don't propagate function properties any more.
10499         * speedbar.el (speedbar-add-localized-speedbar-support):
10500         * emacs-lisp/disass.el (disassemble-internal):
10501         * desktop.el (desktop-load-file):
10502         * help-fns.el (help-function-arglist, find-lisp-object-file-name)
10503         (describe-function-1):
10504         * emacs-lisp/find-func.el (find-function-noselect):
10505         * emacs-lisp/elp.el (elp-instrument-function):
10506         * emacs-lisp/advice.el (ad-has-proper-definition):
10507         * apropos.el (apropos-safe-documentation, apropos-macrop):
10508         * emacs-lisp/debug.el (debug-on-entry):
10509         * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
10510         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
10511         * calc/calc.el (name): Use autoloadp & autoload-do-load.
10513 2012-07-25  Alp Aker  <alp.tekin.aker@gmail.com>
10515         * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
10516         function, not an obsolete variable (Bug#12046).
10518 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
10520         * faces.el (face-spec-reset-face): Fix last change.  (Bug#12042)
10522 2012-07-25  Christopher Schmidt  <christopher@ch.ristopher.com>
10524         * emacs-lisp/pp.el (pp-display-expression): Select old selected
10525         window only if it is still live (Bug#12034).
10527 2012-07-25  Martin Rudalics  <rudalics@gmx.at>
10529         * subr.el (redirect-frame-focus): Add advertised calling
10530         convention (Bug#12030).
10532 2012-07-25  Paul Eggert  <eggert@cs.ucla.edu>
10534         Prefer typical American spelling for "acknowledgment".
10535         * vc/add-log.el (change-log-acknowledgment): Rename from
10536         change-log-acknowledgement, with an alias for the old name.
10538 2012-07-25  Jay Belanger  <jay.p.belanger@gmail.com>
10540         * calc-alg.el (math-simplify-divide): Don't cross multiply
10541         in an equation when the lhs is a variable.
10543 2012-07-24  Julien Danjou  <julien@danjou.info>
10545         * net/netrc.el (netrc-find-service-number, netrc-store-data):
10546         Remove, unused.
10548 2012-07-23  Eli Zaretskii  <eliz@gnu.org>
10550         * startup.el (command-line): Don't display an empty user name in
10551         the error message about non-existent home directory, when
10552         init-file-user was set to an empty string.  See
10553         http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
10554         for the details and context.
10556 2012-07-22  Vincent Belaïche  <vincentb1@users.sourceforge.net>
10558         * ses.el (ses-cell-formula-aset): New macro.
10559         (ses-cell-references-aset): New macro.
10560         (ses-cell-p): New function.
10561         (ses-rename-cell): Do no longer rely on complex operations like
10562         ses-cell-set-formula or ses-set-cell to change the cell and handle
10563         the undo at the same time, but rather use lower level new macros
10564         `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
10565         the undo directly.  Refresh the mode line.
10567 2012-07-21  Leo Liu  <sdl.web@gmail.com>
10569         * progmodes/cc-cmds.el (c-defun-name):
10570         Use match-string-no-properties instead for consistency.
10572 2012-07-20  Leo Liu  <sdl.web@gmail.com>
10574         * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
10575         (Bug#7879)
10577         * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
10579 2012-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10581         * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
10582         * progmodes/bug-reference.el, misearch.el: Provide themselves
10583         (bug#11915).
10585         * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
10586         of narrowed buffer (bug#11966).
10588 2012-07-20  Vincent Belaïche  <vincentb1@users.sourceforge.net>
10590         * ses.el (ses-rename-cell): Set new name also in reference list of
10591         cells of which the renamed cell depends.
10593 2012-07-20  Masatake YAMATO  <yamato@redhat.com>
10595         * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
10596         to check whether menu-bar is shown or not.  If not shown,
10597         show the menu-bar as a popup menu instead of using tmm.
10598         * mouse.el (popup-menu): Accept `point' as `position' argument.
10600 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
10602         * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
10603         up inside string symbol literal (bug#11923).
10605 2012-07-20  Eli Zaretskii  <eliz@gnu.org>
10607         * startup.el (fancy-startup-text): Read the whole tutorial, not
10608         just its first 256 bytes.  Prevents gibberish in display of the
10609         tutorial title.
10611 2012-07-20  Dmitry Antipov  <dmantipov@yandex.ru>
10613         Drop idle buffer compaction due to an absence of the
10614         proved efficiency.
10615         * compact.el: Remove.
10617 2012-07-19  Sam Steingold  <sds@gnu.org>
10619         * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
10620         vc-bzr-pull & vc-bzr-merge-branch.
10621         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
10622         (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
10623         for consistency with compilation-error-regexp-alist.
10624         * vc/vc-git.el (vc-git-error-regexp-alist): Add.
10625         (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
10626         * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
10627         (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
10629 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10631         * emacs-lisp/chart.el: Use lexical-binding.
10632         (chart-emacs-storage): Don't hardcode the list of entries.
10634 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
10636         Next round of tweaks caused by Fgarbage_collect changes.
10637         * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
10639 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
10641         Compact buffers when idle.
10642         * compact.el: New file.
10644 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10646         * subr.el (eventp): Presume that if it looks vaguely like an event,
10647         it's an event (bug#10190).
10649 2012-07-19  Fabián Ezequiel Gallina  <fgallina@cuca>
10651         Enhancements to ppss related code (thanks Stefan).
10652         * progmodes/python.el (python-indent-context)
10653         (python-indent-calculate-indentation, python-indent-dedent-line)
10654         (python-indent-electric-colon, python-nav-forward-block)
10655         (python-mode-abbrev-table)
10656         (python-info-assignment-continuation-line-p): Simplify checks
10657         for ppss context.
10658         (python-info-continuation-line-p): Cleanup.
10659         (python-info-ppss-context): Do not catch 'quote.
10660         (python-info-ppss-context-type)
10661         (python-info-ppss-comment-or-string-p): Simplify.
10663 2012-07-18  Fabián Ezequiel Gallina  <fgallina@cuca>
10665         * progmodes/python.el: Enhancements to eldoc support.
10666         (python-info-current-symbol): New function.
10667         (python-eldoc-at-point): Use python-info-current-symbol.
10668         (python-info-current-defun): Fix cornercase on first defun scan.
10669         (python-eldoc--get-doc-at-point): Use python-info-current-symbol
10670         and signal error when no inferior python process is available.
10672 2012-07-18  Dmitry Gutov  <dgutov@yandex.ru>
10674         * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
10675         assume it's always t.
10676         (vc-git-registered): Remove caching, the function is only called
10677         once.
10678         (vc-git-branches): Use `vc-git--call' instead of `call-process'.
10680 2012-07-18  Chong Yidong  <cyd@gnu.org>
10682         * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
10684         * simple.el (count-words): Report on narrowing (Bug#9959).
10686         * bindings.el: Bind M-= to count-words.
10688         * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
10690 2012-07-18  Masatake YAMATO  <yamato@redhat.com>
10692         * progmodes/sh-script.el (sh-imenu-generic-expression):
10693         Capture a function with `function' keyword and without parentheses
10694         like "function FOO" (bug#11856).
10696 2012-07-18  Tassilo Horn  <tassilo@member.fsf.org>
10698         * window.el (split-window-sensibly): Make WINDOW argument
10699         optional.
10701 2012-07-18  Chong Yidong  <cyd@gnu.org>
10703         * subr.el (keyboard-translate): Doc fix (Bug#7261).
10705         * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
10706         and make C-x 8 RET exit isearch (Bug#11439).
10708         * international/iso-transl.el: Move isearch-mode-map key
10709         definitions to isearch.el.
10711 2012-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10713         * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
10714         (eieio-defclass): Use gv-define-setter when possible.
10716 2012-07-18  Dmitry Antipov  <dmantipov@yandex.ru>
10718         Reflect recent changes in Fgarbage_collect.
10719         * emacs-lisp/chart.el (chart-emacs-storage): Change to
10720         reflect new format of data returned by Fgarbage_collect.
10722 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
10724         New utility functions + python-info-ppss-context fix (Bug#11910).
10725         * progmodes/python.el (python-info-beginning-of-block-statement-p)
10726         (python-info-ppss-comment-or-string-p): New functions.
10727         (python-info-ppss-context): Small fix for string check.
10729 2012-07-17  Juri Linkov  <juri@jurta.org>
10731         * dired-aux.el (dired-do-async-shell-command): Doc fix.
10732         (dired-do-async-shell-command): Don't add `*' at the end of the
10733         command (Bug#11815).
10734         (dired-do-shell-command): Doc fix.
10735         (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
10736         Join the individual commands using either "&" or ";" as the
10737         separator depending on the values of these trailing characters.
10738         At the end re-add the trailing "&".  (Bug#10598)
10740         * simple.el (async-shell-command): Sync the interactive spec with
10741         `shell-command'.  Doc fix.
10742         (shell-command): Doc fix.
10744 2012-07-17  Juri Linkov  <juri@jurta.org>
10746         * descr-text.el (describe-char): Fix format args.  (Bug#10129)
10748 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
10750         Final renames and doc fixes for movement commands (bug#11899).
10751         * progmodes/python.el (python-nav-beginning-of-statement):
10752         Rename from python-nav-statement-start.
10753         (python-nav-end-of-statement): Rename from
10754         python-nav-statement-end.
10755         (python-nav-beginning-of-block): Rename from
10756         python-nav-block-start.
10757         (python-nav-end-of-block): Rename from python-nav-block-end.
10759 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
10761         * progmodes/python.el (python-shell-send-string-no-output):
10762         Allow accept-process-output to quit, keeping shell process ready for
10763         future interactions (Bug#11868).
10765 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10767         * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
10769         * emacs-lisp/elint.el (elint-find-args-in-code):
10770         Use help-function-arglist, so as to handle lexical byte-code.
10772         * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
10773         change (bug#11826).
10775 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10777         * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
10778         Avoid spuriously marking the buffer as modified because of c-is-sws.
10780         * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
10781         as not-a-comment (bug#11946).
10783         * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
10784         for uninterned vars.
10786         * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
10787         Use read-event since we don't really want to read chars but bytes.
10789         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
10790         $$..$$ but also $..$ using regexps (bug#11953).
10791         Use tex-verbatim for \url and \path.
10792         (tex-font-lock-keywords): Define as defconst like the others.
10793         (tex-common-initialization): Don't use font-lock-syntax-table any more.
10795 2012-07-16  René Kyllingstad  <Rene@Kyllingstad.com>  (tiny change)
10797         * international/mule-cmds.el (ucs-insert): Make it an obsolete
10798         alias for insert-char.
10800 2012-07-16  Fabián Ezequiel Gallina  <fgallina@cuca>
10802         * progmodes/python.el: Simplified imenu implementation.
10803         (python-nav-jump-to-defun): Remove command.
10804         (python-mode-map): Use `imenu' instead.
10805         (python-nav-list-defun-positions-cache)
10806         (python-imenu-include-defun-type, python-imenu-make-tree)
10807         (python-imenu-subtree-root-label, python-imenu-index-alist):
10808         Remove vars.
10809         (python-nav-list-defun-positions, python-nav-read-defun)
10810         (python-imenu-tree-assoc, python-imenu-make-element-tree)
10811         (python-imenu-make-tree, python-imenu-create-index):
10812         Remove functions.
10813         (python-mode): Update to interact with imenu by setting
10814         `imenu-extract-index-name-function' only.
10816 2012-07-16  Fabián Ezequiel Gallina  <fgallina@cuca>
10818         * progmodes/python.el: Enhancements to navigation commands.
10819         (python-nav-backward-sentence)
10820         (python-nav-forward-sentence): Remove.
10821         (python-nav-backward-statement, python-nav-forward-statement)
10822         (python-nav-statement-start, python-nav-statement-end)
10823         (python-nav-backward-block, python-nav-forward-block)
10824         (python-nav-block-start, python-nav-block-end)
10825         (python-nav-forward-sexp-function)
10826         (python-info-current-line-comment-p)
10827         (python-info-current-line-empty-p): New functions.
10828         (python-indent-context): Use `python-nav-statement-start'.
10830 2012-07-16  Michael Albinus  <michael.albinus@gmx.de>
10832         * eshell/em-ls.el (eshell/ls): Use `apply'.
10834         * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
10835         multi-hops, instead of Tramp internals.
10837         * vc/ediff.el (ediff-directories): Add trailing space to prompts.
10839         * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
10840         when F1 and F2 are located on different hosts.
10842 2012-07-14  Chong Yidong  <cyd@gnu.org>
10844         * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
10845         (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
10846         (xterm-mouse-translate-extended, xterm-mouse-translate-1)
10847         (xterm-mouse--read-event-sequence-1000)
10848         (xterm-mouse--read-event-sequence-1006): New functions.  For old
10849         mouse protocol, handle M-mouse-X events correctly.
10850         (xterm-mouse-event): New arg specifying mouse protocol.
10851         (turn-on-xterm-mouse-tracking-on-terminal)
10852         (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
10853         sequence to toggle extended coordinates on newer XTerms.
10854         This appears to be harmless on terminals which do not support this.
10856 2012-07-14  Leo Liu  <sdl.web@gmail.com>
10858         Add fringe bitmap indicators for flymake.  (Bug#11253)
10859         * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
10860         (flymake-make-overlay): New arg BITMAP.
10861         (flymake-error-bitmap, flymake-warning-bitmap)
10862         (flymake-fringe-indicator-position): New user variables.
10864         * fringe.el: New bitmap exclamation-mark.
10866 2012-07-14  Jan Djärv  <jan.h.d@swipnet.se>
10868         * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
10869         also (Bug#7879).
10871 2012-07-14  Chong Yidong  <cyd@gnu.org>
10873         * electric.el (electric-pair-post-self-insert-function): Fix pair
10874         insertion in empty-region case (Bug#11520).
10876 2012-07-14  Chong Yidong  <cyd@gnu.org>
10878         * bindings.el: Consolidate ctl-x-r-map bindings.
10879         Bind copy-rectangle-as-kill to C-x r w.
10881         * rect.el, register.el: Move bindings to bindings.el.
10883 2012-07-14  Reuben Thomas  <rrt@sc3d.org>
10885         * rect.el (copy-rectangle-as-kill): New command (Bug#739).
10887 2012-07-13  Andreas Schwab  <schwab@linux-m68k.org>
10889         * emacs-lisp/cl.el (labels): Remove spurious quote.  (Bug#11938)
10891 2012-07-13  Juanma Barranquero  <lekktu@gmail.com>
10893         * bindings.el (top): Use `mapc' instead of `mapcar'.
10895         * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
10897 2012-07-13  Michael Albinus  <michael.albinus@gmx.de>
10899         * progmodes/sql.el (sql-comint): Suppress the check for program on
10900         remote hosts.  Reported by Francis Devereux <francis@devrx.org>.
10901         (Bug#11908)
10903 2012-07-13  Chong Yidong  <cyd@gnu.org>
10905         * bindings.el: Assign a non-nil permanent-local property to
10906         per-buffer variables which lack a default value (Bug#11930).
10908         * help-fns.el (describe-variable): In the "automatically becomes
10909         local" notice, take note of permanent-local variables.
10911 2012-07-13  Chong Yidong  <cyd@gnu.org>
10913         * files.el (toggle-read-only): Doc fix and code cleanup.  New arg
10914         to allow printing the message when called from Lisp.
10916         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10917         Remove toggle-read-only.
10919         * bs.el (bs-toggle-readonly):
10920         * buff-menu.el (Buffer-menu-toggle-read-only):
10921         Remove with-no-warnings around toggle-read-only.
10923         * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
10924         Remove with-no-warnings around toggle-read-only.
10925         (ffap-read-only, ffap-read-only-other-window)
10926         (ffap-read-only-other-frame): Callers changed.
10928         * help-mode.el: Don't require view package.
10929         (help-mode-finish): Set buffer-read-only instead of calling
10930         toggle-read-only.
10932         * bindings.el (mode-line-toggle-read-only):
10933         * dired.el (dired-toggle-read-only):
10934         * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
10935         with non-nil second arg.
10937         * emacs-lisp/eieio-custom.el (eieio-customize-object):
10938         * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
10939         directly.
10941 2012-07-12  Eli Zaretskii  <eliz@gnu.org>
10943         * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
10944         not incf.
10946 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10948         More CL cleanups and reduction of use of cl.el.
10949         * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
10950         * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
10951         * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
10952         * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
10953         * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
10954         * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
10955         * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
10956         * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
10957         * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
10958         * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
10959         * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
10960         * eshell/em-cmpl.el, eshell/em-banner.el:
10961         * calendar/parse-time.el: Use cl-lib.
10962         * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
10963         * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
10964         * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
10965         * term/ns-win.el, term.el, shell.el, ps-samp.el:
10966         * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
10967         * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
10968         * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
10969         * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
10970         * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
10971         * mail/mailheader.el, mail/feedmail.el: Don't use CL.
10972         * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
10973         * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
10974         `lambda' rather than with `quote'.
10975         (eshell-do-opt): Adjust accordingly.
10976         (eshell-process-option): Simplify.
10977         * eshell/esh-var.el:
10978         * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
10979         * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
10980         (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
10981         to `pcase--dontcare'.
10982         * emacs-lisp/cl.el (labels): Mark obsolete.
10983         (cl--letf, letf): Move to cl-lib.
10984         (cl--letf*, letf*): Remove.
10985         * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
10986         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
10987         (cl-progv): Rewrite.
10988         (cl--letf, cl-letf): Move from cl.el.
10989         (cl-letf*): New macro.
10990         * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
10992 2012-07-11  Michael Albinus  <michael.albinus@gmx.de>
10994         * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
10996 2012-07-11  Chong Yidong  <cyd@gnu.org>
10998         * vc/log-edit.el (log-edit-vc-backend): New variable.
10999         (log-edit): Doc fix.
11001         * vc/vc-dispatcher.el (vc-log-edit): New args.  Use PARAMS
11002         argument of log-edit to set up all local variables.
11003         (vc-start-logentry): New optional arg specifying VC backend.
11005         * vc/vc.el (vc-checkin): Use it.
11006         (vc-deduce-fileset): Handle Log Edit buffers.
11007         (vc-diff): Make first argument optional too.
11009         * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
11011 2012-07-10  Michael Albinus  <michael.albinus@gmx.de>
11013         * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
11014         command, just in case.  The function is not needed anymore.
11015         (eshell-external-command): Do not call `eshell-remote-command'.
11017 2012-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11019         Reduce use of (require 'cl).
11020         * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
11021         * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
11022         * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
11023         * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
11024         * international/quail.el, info-xref.el, imenu.el, image-mode.el:
11025         * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
11026         * battery.el, avoid.el, abbrev.el: Use cl-lib.
11027         * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
11028         * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
11029         * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
11030         * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
11031         * calculator.el, autorevert.el, apropos.el: Don't require CL.
11032         * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
11033         (byte-compile-unfold-bcf, byte-compile-check-variable):
11034         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
11035         (byte-compile-nilconstp):
11036         * emacs-lisp/autoload.el (make-autoload): Use pcase.
11037         * face-remap.el (text-scale-adjust): Simplify pcase patterns.
11039         * emacs-lisp/gv.el (cond): Make it a valid place.
11040         (if): Simplify slightly.
11042         * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
11043         (pcase--self-quoting-p): New function.
11044         (pcase--u1): Use it.
11046 2012-07-10  Glenn Morris  <rgm@gnu.org>
11048         * emacs-lisp/authors.el (authors-fixed-entries):
11049         (authors-renamed-files-alist): Update for configure.in -> configure.ac.
11051 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
11053         Rename configure.in to configure.ac (Bug#11603).
11054         * emacs-lisp/authors.el (authors-canonical-file-name):
11055         * progmodes/autoconf.el (autoconf-mode):
11056         Prefer configure.ac to configure.in.
11058 2012-07-08  Chong Yidong  <cyd@gnu.org>
11060         * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
11061         Implement the mouse-1-click-follows-link handling properly.
11063         * info.el (Info-link-keymap): Use follow-link mechanism for
11064         header-line links (Bug#374).
11066         * simple.el (deactivate-mark): Do not set the primary selection
11067         if another program has acquired it (Bug#11772).
11069 2012-07-07  Kevin Ryde  <user42@zip.com.au>
11071         * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
11072         (woman-decode-region): Replace escaped-escapes without destroying
11073         bold or underline (Bug#11552).
11074         (woman2-process-escapes): Handle nofill regions (Bug#11591).
11076 2012-07-07  Chong Yidong  <cyd@gnu.org>
11078         * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
11079         (interprogram-cut-function, interprogram-paste-function):
11080         Mention that we typically mean the clipboard.
11082 2012-07-06  Glenn Morris  <rgm@gnu.org>
11084         * kmacro.el (kmacro-call-macro): Restore repeat message.  (Bug#11817)
11086         * files.el (toggle-read-only): Restrict message to interactive use.
11088 2012-07-06  Michael Albinus  <michael.albinus@gmx.de>
11090         * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
11092         * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
11094 2012-07-06  Glenn Morris  <rgm@gnu.org>
11096         * Makefile.in (compile-one-process): Rename from "recompile".
11098         * Makefile.in (bzr-update): "compile" is the same as "recompile
11099         autoloads", but parallelizable, so use that instead.
11101 2012-07-06  Dmitry Gutov  <dgutov@yandex.ru>
11103         * window.el (quit-window): Always restore window height when
11104         it's saved in quit-restore parameter (Bug#11810).
11106 2012-07-06  Glenn Morris  <rgm@gnu.org>
11108         * simple.el (kill-whole-line): Doc tweak.
11110 2012-07-06  Eli Zaretskii  <eliz@gnu.org>
11112         * files.el (file-relative-name): Compare file names
11113         case-insensitively if on MS-Windows or MS-DOS, or if
11114         read-file-name-completion-ignore-case is non-nil.  Don't use
11115         case-fold-search for this purpose.  (Bug#11827)
11117 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
11119         * calendar/cal-dst.el (calendar-current-time-zone):
11120         Return calendar-current-time-zone-cache if non-nil.
11122 2012-07-17  Masatake YAMATO  <yamato@redhat.com>
11123 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
11125         * calendar/cal-dst.el (calendar-current-time-zone):
11126         Return calendar-current-time-zone-cache if non-nil.
11128 2012-07-06  Glenn Morris  <rgm@gnu.org>
11130         * Makefile.in (cvs-update): Remove old alias.
11132 2012-07-05  Michael Albinus  <michael.albinus@gmx.de>
11134         Sync with Tramp 2.2.6-pre.
11136         * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
11137         compatible declaration.
11139         * net/tramp-cmds.el (tramp-append-tramp-buffers):
11140         Protect `list-load-path-shadows' call.
11142         * net/tramp-compat.el (top): Require packages, which aren't
11143         autoloaded anymore for XEmacs.  Protect call of
11144         `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
11145         compiler.  Do not require tramp-util.el and tramp-vc.el anymore,
11146         it hurts at least for SXEmacs.
11147         (tramp-compat-temporary-file-directory): In XEmacs, there is no
11148         standard-value for `temporary-file-directory'.
11150         * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
11151         Redirect stderr to /dev/null.
11152         (tramp-sh-handle-write-region): uid and gid can be floats.
11153         Reported by Russell Sim <russell.sim@gmail.com>.
11154         (tramp-sh-handle-vc-registered): Hide errors.
11155         (tramp-vc-file-name-handler): Use dummy results for `process-file'
11156         and `start-file-process'.
11157         (tramp-maybe-open-connection): Check also whether `non-essential'
11158         is bound.
11160 2012-07-04  Chong Yidong  <cyd@gnu.org>
11162         * xml.el (xml--parse-buffer): Use xml-syntax-table.
11163         (xml-parse-tag): Likewise, and avoid changing entity tables.
11164         (xml-syntax-table): Define from scratch, making sure not to give
11165         x2000 and other Unicode spaces whitespace syntax, since those are
11166         not spaces in XML.
11167         (xml-parse-fragment): Delete unused function.
11168         (xml-name-start-char-re, xml-name-char-re, xml-name-re)
11169         (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
11170         (xml-entity-ref, xml-pe-reference-re)
11171         (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
11172         (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
11173         (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
11174         (xml-entity-value-re): Use syntax references in regexps where
11175         possible; no need to define inside a let-binding.
11176         (xml-parse-dtd): Use xml-pe-reference-re.
11177         (xml-entity-or-char-ref-re): New defconst.
11178         (xml-parse-string, xml-substitute-special): Use it.
11180 2012-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11182         * files.el (locate-dominating-file): Allow `name' to be a predicate.
11183         (find-file--read-only): New function.
11184         (find-file-read-only, find-file-read-only-other-window)
11185         (find-file-read-only-other-frame): Use it.
11186         (insert-file-contents-literally): Don't `fset'.
11187         (get-free-disk-space): Use locate-dominating-file.
11189         * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
11190         function is already compiled.
11192         * xml.el (xml-name-regexp): Remove, redundant.  Use xml-name-re.
11194 2012-07-03  Michael Albinus  <michael.albinus@gmx.de>
11196         * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
11197         files on the same host.
11199 2012-07-03  Andreas Schwab  <schwab@linux-m68k.org>
11201         * help-fns.el (describe-function-1): Only call
11202         help-fns--autoloaded-p when we have a file name.  (Bug#11848)
11204 2012-07-03  Chong Yidong  <cyd@gnu.org>
11206         * xml.el: Protect parser against XML bombs.
11207         (xml-entity-expansion-limit): New variable.
11208         (xml-parse-string, xml-substitute-special): Use it.
11209         (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
11211 2012-07-03  Glenn Morris  <rgm@gnu.org>
11213         * progmodes/bug-reference.el (bug-reference-bug-regexp):
11214         Allow linking to specific messages in debbugs reports (eg 123#5).
11216 2012-07-02  Chong Yidong  <cyd@gnu.org>
11218         * xml.el: Fix entity and character reference expansion, allowing
11219         them to expand into markup as per XML spec.
11220         (xml-default-ns): New variable.
11221         (xml-entity-alist): Use XML spec definitions for lt and amp.
11222         (xml-parse-region): Make first two arguments optional.
11223         Discard text properties.
11224         (xml-parse-tag-1): New function, spun off from xml-parse-tag.
11225         All callers changed.
11226         (xml-parse-tag): Call xml-parse-tag-1.  For backward
11227         compatibility, this function should not modify buffer contents.
11228         (xml-parse-tag-1): Fix opening-tag regexp.
11229         (xml-parse-string): Rewrite, handling entity and character
11230         references properly.
11231         (xml--entity-replacement-text): Signal an error if a parameter
11232         entity is undefined.
11234 2012-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11236         * comint.el (comint-output-filter): Filter out repeated prompts.
11238         * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
11239         and file-name-absolute-p.
11240         (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
11241         internal calls.
11243 2012-07-02  Paul Eggert  <eggert@cs.ucla.edu>
11245         Spelling fixes.
11246         * emacs-lisp/bytecomp.el (byte-compile--reify-function):
11247         Rename from byte-compile--refiy-function.  All uses changed.
11249 2012-07-01  Chong Yidong  <cyd@gnu.org>
11251         * xml.el (xml--parse-buffer): New function.  Move most of
11252         xml-parse-region here.
11253         (xml-parse-region): Copy region into a temporary buffer, since
11254         parameter entity substitution requires changing buffer contents.
11255         Use xml--parse-buffer.
11256         (xml-parse-file): Use xml--parse-buffer.
11257         (xml-parse-dtd): Make parameter entity substitution work right.
11258         Use proper regexps for ELEMENT declarations (Bug#7172).
11260 2012-06-30  Glenn Morris  <rgm@gnu.org>
11262         * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
11264         * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
11265         Remove outdated and unnecessary dbus declarations.
11267 2012-06-30  Eli Zaretskii  <eliz@gnu.org>
11269         * emacs-lisp/timer.el (timer-until): Subtract results of
11270         float-time, instead of taking float-time of the result of
11271         time-subtract, since float-time signals an error for negative time
11272         arguments.
11274 2012-06-30  Chong Yidong  <cyd@gnu.org>
11276         * xml.el (xml-*-re): Convert defvars into defconsts, and
11277         eval-and-compile them so eval-and-compile works on derivatives.
11278         (xml--entity-replacement-text): Use eval-and-comple.
11280 2012-06-30  Michael Albinus  <michael.albinus@gmx.de>
11282         * vc/vc-git.el (vc-git-registered): Use cache property
11283         `git-registered'.
11284         (vc-git-mode-line-string): Call `vc-working-revision' instead of
11285         `vc-git-working-revision' in order to benefit from the cache.
11286         (vc-git-root): Use cache property `git-root'.  (Bug#11757)
11288 2012-06-30  Dmitry Gutov  <dgutov@yandex.ru>
11290         * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
11291         removed (likely outside Emacs).  (Bug#11757)
11293 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11295         * emacs-lisp/cl-lib.el: Require macroexp.
11297 2012-06-30  Chong Yidong  <cyd@gnu.org>
11299         * xml.el: Implement XML parameter entities.
11300         (xml-parameter-entity-alist): New variable.
11301         (xml-parse-region, xml-parse-fragment): Preserve previous values
11302         of xml-entity-alist and xml-parameter-entity-alist, so that
11303         repeated calls on different documents do not change them.
11304         (xml-parse-tag): Fix doctype regexp.
11305         (xml--entity-replacement-text): New function.
11306         (xml-parse-dtd): Use it.  Don't handle system entities; doing that
11307         properly requires url retrieval which is unimplemented.
11308         (xml-escape-string): Doc fix.
11310 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11312         * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
11314 2012-06-29  Dmitry Antipov  <dmantipov@yandex.ru>
11316         * fringe.el (fringe-mode): Doc fix.
11318 2012-06-29  Michael Albinus  <michael.albinus@gmx.de>
11320         * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
11321         is non-nil.
11322         (ange-ftp-ignore-errors-if-non-essential): New defmacro.
11323         (ange-ftp-file-name-all-completions): Use it.  (Bug#11808)
11325 2012-06-29  Andreas Schwab  <schwab@linux-m68k.org>
11327         * calendar/cal-dst.el (calendar-current-time-zone):
11328         Return calendar-current-time-zone-cache if non-nil.
11330 2012-06-29  Masatake YAMATO  <yamato@redhat.com>
11332         * progmodes/which-func.el (which-func-format):
11333         Add mouse-face.  (Bug#11698)
11335 2012-06-29  Leo Liu  <sdl.web@gmail.com>
11337         * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
11339 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11341         * minibuffer.el (minibuffer-confirm-exit-commands):
11342         Add completion-at-point (bug#11725).
11344 2012-06-29  Glenn Morris  <rgm@gnu.org>
11346         * progmodes/f90.el (f90-font-lock-keywords-2):
11347         Add some preprocessor elements.  (Bug#10499)
11349 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11351         * progmodes/cperl-mode.el (cperl-update-syntaxification):
11352         Use syntax-propertize (bug#11739).
11354 2012-06-28  Juanma Barranquero  <lekktu@gmail.com>
11356         * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
11358 2012-06-28  Julien Danjou  <julien@danjou.info>
11360         * term.el (term-handle-colors-array): Use a set of new faces to
11361         color the terminal.  Also uses :inverse-video property.
11362         (term-default-fg-color): Set to nil by default, deprecate in favor
11363         of `term-face'.
11364         (term-default-bg-color): Set to nil by default, deprecate in favor
11365         of `term-face'.
11366         (term-current-face): Use `term-face' by default.
11367         (term-bold-attribute): Variable deleted.
11369 2012-06-28  Glenn Morris  <rgm@gnu.org>
11371         * simple.el (completion-list-mode-finish):
11372         Don't use toggle-read-only.  (Since completion-list-mode has
11373         a special mode-class, it wasn't doing anything extra anyway.)
11375 2012-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11377         Make inlining of other-mode interpreted functions work (bug#11799).
11378         * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
11379         (byte-compile): Use it to fix compilation of lexical-binding closures.
11380         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
11381         function, if needed.
11383 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11385         * help-mode.el (help-make-xrefs): Don't just withstand
11386         cyclic-variable-indirection but any error in documentation-property.
11388         * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
11389         memory use.
11390         * bindings.el (bindings--define-key): New function.
11391         * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
11392         * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
11393         * bindings.el: Use it to purecopy define-key bindings.
11395         * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
11397         * emacs-lisp/cl.el (flet): Mark obsolete.
11398         * emacs-lisp/cl-macs.el (cl-flet*): New macro.
11399         * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
11400         * progmodes/js.el (js-c-fill-paragraph):
11401         * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
11402         (ebrowse-switch-member-buffer-to-derived-class):
11403         * play/5x5.el (5x5-solver): Use cl-flet.
11405         * emacs-lisp/cl.el: Use lexical-binding.  Fix flet (bug#11780).
11406         (cl--symbol-function): New macro.
11407         (cl--letf, cl--letf*): Use it.
11409         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
11410         Strip "toggle-" if any.
11412 2012-06-27  Glenn Morris  <rgm@gnu.org>
11414         * info.el (Info-default-directory-list): Move here from paths.el.
11415         * paths.el: Remove file, which is now empty.
11416         * loadup.el: No longer load "paths".
11418         * custom.el (custom-initialize-delay): Doc fix.
11420         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
11421         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
11422         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
11423         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
11424         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
11425         * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
11426         * eshell/eshell.el (eshell-defgroup): Remove alias.
11428 2012-06-27  Chong Yidong  <cyd@gnu.org>
11430         * help.el (help-enable-auto-load): New variable.
11432         * help-fns.el (help-fns--autoloaded-p): New function.
11433         (describe-function-1): Refer to a function as "autoloaded" if it
11434         was autoloaded at any time in the past.  Perform autoloading if
11435         help-enable-auto-load is non-nil.
11437 2012-06-26  Eli Zaretskii  <eliz@gnu.org>
11439         * makefile.w32-in (compile, compile-always): Depend on
11440         update-subdirs, not on subdirs.el.  Otherwise, several different
11441         sub-targets of 'bootstrap' running in parallel could
11442         simultaneously write to subdirs.el, producing a garbled file.
11444 2012-06-26  Sam Steingold  <sds@gnu.org>
11446         * files.el (file-name-base): New convenience function.
11447         * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
11448         * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
11449         * progmodes/cc-defs.el, progmodes/cperl-mode.el:
11450         * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
11451         * textmodes/ispell.el, textmodes/reftex-ref.el:
11452         * textmodes/tex-mode.el: Use it.
11453         Did not touch cedet and org because they are maintained elsewhere.
11455 2012-06-26  Martin Rudalics  <rudalics@gmx.at>
11457         * calendar/calendar.el (calendar-exit): Don't try to delete or
11458         iconify last frame.  See:
11459         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
11461 2012-06-25  Jim Diamond  <Jim.Diamond@AcadiaU.ca>  (tiny change)
11463         * server.el (server-process-filter): Remember dir in the
11464         process's `server-client-directory' properties.
11466 2012-06-24  Chong Yidong  <cyd@gnu.org>
11468         * xml.el (xml-parse-tag): Correctly handle comment embedded in
11469         non-tag text.
11471 2012-06-23  Juanma Barranquero  <lekktu@gmail.com>
11473         * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
11475 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11477         * help-fns.el (describe-variable): Don't croak when doc is not found.
11478         * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
11479         * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
11480         * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
11481         * emacs-lisp/smie.el (smie-next-sexp): CSE.
11482         * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
11483         ((lambda ..) ..).
11484         * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
11486 2012-06-23  Chong Yidong  <cyd@gnu.org>
11488         * info.el (Info-mouse-follow-link): Accept symbol values of
11489         link-args.  Select window; suggested by Gerhard Kahl (Bug#11672).
11490         (Info-fontify-node): Use Info-link-keymap for all navigation
11491         buttons, with link-args property to perform the desired action.
11492         (Info-link-keymap): Doc fix.
11493         (Info-next-link-keymap, Info-prev-link-keymap)
11494         (Info-up-link-keymap): Delete now-unused keymaps.
11496 2012-06-23  Chong Yidong  <cyd@gnu.org>
11498         * mouse.el (mouse-drag-track): Deactivate the mark before popping.
11500         * progmodes/python.el (python-skeleton-define): Mark abbrevs as
11501         system abbrevs.
11503         * ansi-color.el (ansi-color-apply-on-region): Doc fix.
11505 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11507         * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
11508         (bug#11719).
11510         * minibuffer.el (completion--twq-try): Try to fail more gracefully when
11511         the requote function doesn't work properly (bug#11714).
11513 2012-06-23  Glenn Morris  <rgm@gnu.org>
11515         * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
11517 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11519         Further GV/CL cleanups.
11520         * emacs-lisp/gv.el (gv-get): Autoload functions to find their
11521         gv-expander.
11522         (gv--defun-declaration): New function.
11523         (defun-declarations-alist): Use it.
11524         (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
11525         (gv-place): Autoload.
11526         * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
11527         original definition of dotimes and dolist.
11528         * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
11529         (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
11530         * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
11531         (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
11532         (cl-ninth, cl-tenth): Move gv handler to the function's definition.
11533         * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
11534         to the function's definition.
11535         * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
11536         * window.el:
11537         * files.el:
11538         * faces.el:
11539         * env.el: Don't use CL.
11541 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
11543         Support higher-resolution time stamps (Bug#9000).
11545         * calendar/time-date.el (with-decoded-time-value): New arg
11546         PICO-SYMBOL in VARLIST.  It's optional, for backward compatibility.
11547         (encode-time-value): New optional arg PICO.  New type 3.
11548         (time-to-seconds) [!float-time]: Support the new picoseconds
11549         component if it's used.
11550         (seconds-to-time, time-subtract, time-add):
11551         Support ps-resolution time stamps as well.
11553         * emacs-lisp/timer.el (timer): New component psecs.  All uses changed.
11554         (timerp): Timer vectors now have length 9, not 8.
11555         (timer--time): Support new-style (4-part) time stamps.
11556         (timer-next-integral-multiple-of-time): Time stamps now have
11557         picosecond resolution, so take a bit more care about rounding.
11558         (timer-relative-time, timer-inc-time): New optional arg psecs.
11559         (timer-set-time-with-usecs): Set psecs to 0.
11560         (timer--activate): Check psecs component, too.
11562         * proced.el (proced-time-lessp): Support ps-resolution stamps.
11564 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11566         * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
11567         Move the non-essential binding to the post/pre-command-hook where it is
11568         more obviously correct.
11570         * subr.el (read-passwd): Don't use a history at all.
11571         * savehist.el (savehist-save): Remove password saved accidentally
11572         because of the above bug.
11574 2012-06-22  Bastien Guerry  <bzg@gnu.org>
11576         * files.el (toggle-read-only): Display a message telling whether
11577         the buffer is read-only or not (bug#11726).
11579 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11581         * emacs-lisp/gv.el: New file.
11582         * subr.el (push, pop): Extend to generalized variables.
11583         * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
11584         * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
11585         * emacs-lisp/cl-macs.el: Require gv.  Use gv-define-setter,
11586         gv-define-simple-setter, and gv-define-expander.
11587         Remove setf-methods defined in gv.  Rename cl-setf -> setf.
11588         (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
11589         (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
11590         (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
11591         (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
11592         gv-letplace.
11593         (cl-defstruct): Don't define setf-method any more.
11594         * emacs-lisp/cl.el (flet): Don't autoload.
11595         (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
11596         (define-setf-expander, defsetf, define-modify-macro)
11597         (cl-struct-setf-expander): Move from cl-lib.el.
11598         * emacs-lisp/syntax.el:
11599         * emacs-lisp/ewoc.el:
11600         * emacs-lisp/smie.el:
11601         * emacs-lisp/cconv.el:
11602         * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
11603         (timer--time): Use gv-define-simple-setter.
11604         * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
11605         to avoid coding-system problems in subr.el.  Adjust all users.
11606         (macroexp--maxsize, macroexp-small-p): New functions.
11607         * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
11608         * scroll-bar.el (scroll-bar-mode):
11609         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
11610         (normal-erase-is-backspace-mode): Don't use the `eq' place.
11611         * winner.el (winner-configuration, winner-make-point-alist)
11612         (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
11613         * files.el (locate-file-completion-table): Avoid list*.
11615 2012-06-22  Chong Yidong  <cyd@gnu.org>
11617         * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
11618         (dired-create-files): Doc fix (Bug#11329).
11619         (dired-do-copy): Doc fix (Bug#11334).
11620         (dired-mark-read-string): Doc fix (Bug#11553).
11622         * dired.el (dired-recursive-copies, dired-recursive-deletes):
11623         Doc fix (Bug#11326).
11624         (dired-make-relative): Doc fix (Bug#11332).  Remove unused arg.
11625         (dired-dwim-target): Doc fix.
11627         * wdired.el (wdired-mode): Doc fix.
11629 2012-06-22  Glenn Morris  <rgm@gnu.org>
11631         * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
11632         (pcmpl-rpm-cache-stamp-file): New constant.
11633         (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
11634         (pcmpl-rpm-packages): Optionally cache list of packages.
11636         * pcmpl-rpm.el (pcmpl-rpm): New group.
11637         (pcmpl-rpm-query-options): New option.
11638         (pcmpl-rpm-packages): No need to inline it.
11639         Use pcmpl-rpm-query-options.
11641         * calendar/calendar.el (calendar-in-read-only-buffer):
11642         Avoid some needless mode changes.
11644 2012-06-21  Chong Yidong  <cyd@gnu.org>
11646         * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
11647         (desktop-path): Remove . from the default value (Bug#10977).
11648         (desktop-read): Use user-emacs-directory if desktop-path is nil.
11650 2012-06-20  Chong Yidong  <cyd@gnu.org>
11652         * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
11654 2012-06-20  David Röthlisberger  <david@rothlis.net>  (tiny change)
11656         * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
11657         (bug#11201).
11659 2012-06-20  Chong Yidong  <cyd@gnu.org>
11661         * term.el (term-window-width): Handle the case of a missing right
11662         fringe (Bug#8837).
11663         (term-check-size): Use window-text-height (Bug#5445).
11664         (term-mode): Use define-derived-mode.  Minor cleanups.
11665         Set font-lock-defaults (Bug#7692).
11666         (term-move-columns, term-insert-char, term-emulate-terminal)
11667         (term-erase-in-line, term-insert-spaces): Use font-lock-face.
11669 2012-06-20  Michael Albinus  <michael.albinus@gmx.de>
11671         * net/ange-ftp.el (ange-ftp-get-passwd):
11672         Bind `enable-recursive-minibuffers'.
11673         (ange-ftp-get-process): Throw if `non-essential' is non-nil.
11675 2012-06-19  David Röthlisberger  <david@rothlis.net>  (tiny change)
11677         * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
11679 2012-06-19  Glenn Morris  <rgm@gnu.org>
11681         * progmodes/python.el (python-mode): Derive from prog-mode.
11683 2012-06-19  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
11685         * emulation/edt.el (edt-default-menu-bar-update-buffers)
11686         (edt-user-menu-bar-update-buffers): New functions.
11687         (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
11689 2012-06-19  Chong Yidong  <cyd@gnu.org>
11691         * subr.el (with-selected-window): Preserve the selected window's
11692         terminal's top-frame (Bug#4702).
11694         * window.el (save-selected-window): Likewise.
11696 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11698         * progmodes/python.el (python-rx-constituents): Move backquote.
11699         (python-skeleton-define, python-define-auxiliary-skeleton):
11700         Use `declare'.
11702 2012-06-18  Michael Albinus  <michael.albinus@gmx.de>
11704         * minibuffer.el (read-file-name-default): Revert the patch from
11705         2012-06-17.
11707 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11709         * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
11710         (pcase--u1, pcase--q1): Don't use apply-partially.
11712 2012-06-18  Glenn Morris  <rgm@gnu.org>
11714         * progmodes/python.el (python-proc, python-buffer)
11715         (python-send-receive, python-send-string): Fix obsolete versions.
11717 2012-06-18  Martin Rudalics  <rudalics@gmx.at>
11719         * window.el (special-display-p): Completely remove stringp
11720         check.  Suggested by Andreas Schwab <schwab@linux-m68k.org>.
11722 2012-06-17  Michael Albinus  <michael.albinus@gmx.de>
11724         * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
11726         * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
11728         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
11729         * net/tramp-sh.el (tramp-maybe-open-connection):
11730         Throw if `non-essential' is non-nil.
11732 2012-06-17  Martin Rudalics  <rudalics@gmx.at>
11734         * window.el (special-display-p): Signal an error if BUFFER-NAME
11735         is not a string (Bug#11713).
11737 2012-06-17  Paul Eggert  <eggert@cs.ucla.edu>
11739         * progmodes/python.el (python-info-beginning-of-backslash):
11740         Rename from python-info-beginning-of-backlash, as a spelling fix.
11742 2012-06-17  Chong Yidong  <cyd@gnu.org>
11744         * term.el (term-emulate-terminal): If term-check-size is called,
11745         move point to the process mark without resetting point (Bug#4635).
11747 2012-06-17  Glenn Morris  <rgm@gnu.org>
11749         * international/mule-cmds.el (mule-menu-keymap)
11750         (set-language-environment, set-locale-environment): Doc tweaks.
11752 2012-06-16  Aurelien Aptel  <aurelien.aptel@gmail.com>
11754         * cus-face.el (custom-face-attributes): Add wave-style underline
11755         attribute.
11756         * faces.el (set-face-attribute): Update docstring to describe
11757         wave-style underline attribute.
11759 2012-06-16  Chong Yidong  <cyd@gnu.org>
11761         * term/xterm.el (terminal-init-xterm): Discard input before
11762         querying background mode (Bug#10959).
11764 2012-06-16  Stefan Merten  <smerten@oekonux.de>
11766         * textmodes/rst.el: Added and corrected some comments.
11767         (rst-re-alist-def): Improve symbol syntax.
11768         (rst-mode-syntax-table): Correct syntax entries.
11769         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
11770         (rst-official-version, rst-official-cvs-rev): Update version
11771         information.
11773 2012-06-15  Juanma Barranquero  <lekktu@gmail.com>
11775         * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
11776         in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
11778 2012-06-15  Fabián Ezequiel Gallina  <fgallina@cuca>
11780         * progmodes/python.el: New python.el merge.
11781         (python-guess-indent): Obsolete var.
11782         (python-indent-guess-indent-offset): New defcustom.
11783         (python-indent): Obsolete var.
11784         (python-indent-offset): New defcustom.
11785         (python-python-command, python-jython-command): Delete var.
11786         (python-shell-interpreter): New defcustom.
11787         (python-pdbtrack-do-tracking-p): Delete var.
11788         (python-pdbtrack-activate): New defcustom.
11789         (python-use-skeletons): Obsolete var.
11790         (python-skeleton-autoinsert): New defcustom.
11791         (inferior-python-filter-regexp, python-continuation-offset)
11792         (python-honour-comment-indentation, python-indent-string-contents)
11793         (python-jython-packages, python-mode-hook)
11794         (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
11795         (python-shell-prompt-alist)
11796         (python-source-modes): Delete defcustoms.
11797         (python-check-buffer-name, python-eldoc-setup-code)
11798         (python-eldoc-string-code, python-ffap-setup-code)
11799         (python-ffap-string-code, python-fill-comment-function)
11800         (python-fill-decorator-function, python-fill-paren-function)
11801         (python-fill-string-function, python-imenu-include-defun-type)
11802         (python-imenu-make-tree, python-imenu-subtree-root-label)
11803         (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
11804         (python-shell-compilation-regexp-alist)
11805         (python-shell-completion-module-string-code)
11806         (python-shell-completion-pdb-string-code)
11807         (python-shell-completion-setup-code)
11808         (python-shell-completion-string-code)
11809         (python-shell-enable-font-lock, python-shell-exec-path)
11810         (python-shell-extra-pythonpaths)
11811         (python-shell-internal-buffer-name, python-shell-interpreter-args)
11812         (python-shell-process-environment)
11813         (python-shell-prompt-block-regexp)
11814         (python-shell-prompt-output-regexp)
11815         (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
11816         (python-shell-send-setup-max-wait, python-shell-setup-codes)
11817         (python-shell-virtualenv-path): New defcustoms.
11818         (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
11819         (inferior-python-mode-syntax-table, python--prompt-regexp)
11820         (python-buffer, python-command python-python-command)
11821         (python-default-template, python-imports, python-indent-index)
11822         (python-indent-list, python-indent-list-length)
11823         (python-mode-running, python-pdbtrack-is-tracking-p)
11824         (python-preoutput-continuation, python-preoutput-leftover)
11825         (python-preoutput-result, python-preoutput-skip-next-prompt)
11826         (python-prev-dir/file, python-recursing)
11827         (python-saved-check-command, python-version-checked)
11828         (python-which-func-length-limit)
11829         (view-return-to-alist): Delete vars.
11830         (python-check-custom-command, python-dotty-syntax-table)
11831         (python-imenu-index-alist, python-indent-current-level)
11832         (python-indent-dedenters, python-indent-levels)
11833         (python-nav-beginning-of-defun-regexp)
11834         (python-nav-list-defun-positions-cache)
11835         (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
11836         (python-shell-internal-buffer)
11837         (python-skeleton-available): New vars.
11838         (def-python-skeleton): Delete macro.
11839         (python-skeleton-define): New macro.
11840         (python-define-auxiliary-skeleton, python-rx): New macros.
11841         (python-insert-class): Delete command.
11842         (python-skeleton-class): New command.
11843         (python-insert-def): Delete command.
11844         (python-skeleton-def): New command.
11845         (python-insert-for): Delete command.
11846         (python-skeleton-for): New command.
11847         (python-insert-if): Delete command.
11848         (python-skeleton-if): New command.
11849         (python-insert-try/except, python-insert-try/finally): Delete commands.
11850         (python-skeleton-try): New command.
11851         (python-insert-while): Delete command.
11852         (python-skeleton-while): New command.
11853         (python-backspace): Delete command.
11854         (python-indent-dedent-line-backspace): New command.
11855         (python-electric-colon): Delete command.
11856         (python-indent-electric-colon): New command.
11857         (python-guess-indent): Delete command.
11858         (python-indent-guess-indent-offset): New command.
11859         (python-shift-left): Delete command.
11860         (python-indent-shift-left): New command.
11861         (python-shift-right): Delete command.
11862         (python-indent-shift-right): New command.
11863         (python-find-function): Delete command.
11864         (python-nav-jump-to-defun): New command.
11865         (python-next-statement): Delete command.
11866         (python-nav-forward-sentence): New command.
11867         (python-previous-statement): Delete command.
11868         (python-nav-backward-sentence): New command.
11869         (python-fill-paragraph): Delete command.
11870         (python-fill-paragraph-function): New command.
11871         (python-send-buffer): Delete command.
11872         (python-shell-send-buffer): New command.
11873         (python-send-defun): Delete command.
11874         (python-shell-send-defun): New command.
11875         (python-send-region, python-send-region-and-go): Delete commands.
11876         (python-shell-send-region)
11877         (python-shell-switch-to-shell): New commands.
11878         (python-send-string): Delete command.
11879         (python-shell-send-string): New command.
11880         (python-switch-to-python): Delete command.
11881         (python-shell-switch-to-shell): New command.
11882         (python-describe-symbol): Delete command.
11883         (python-eldoc-at-point): New command.
11884         (python--set-prompt-regexp, python-args-to-list)
11885         (python-after-info-look, python-check-version)
11886         (python-check-comint-prompt, python-find-imports)
11887         (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
11888         (python-unload-function, python-expand-template)
11889         (python-maybe-jython, python-preoutput-filter)
11890         (python-pdbtrack-get-source-buffer)
11891         (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
11892         (python-pdbtrack-toggle-stack-tracking)
11893         (python-pdbtrack-track-stack-file, python-initial-text)
11894         (python-first-word, python-comment-line-p, python-send-command)
11895         (python-setup-brm, python-sentinel, python-set-proc)
11896         (python-skip-out, python-input-filter, python-outdent-p)
11897         (python-outline-level, python-backslash-continuation-line-p)
11898         (python-end-of-block, python-end-of-statement, python-mark-block)
11899         (python-beginning-of-block, python-beginning-of-statement)
11900         (python-blank-line-p, python-beginning-of-string)
11901         (python-open-block-statement-p): Delete functions.
11902         (python-indent-line, python-indent-line-1): Delete functions.
11903         (python-indent-line): New function.
11904         (python-indentation-levels): Delete function.
11905         (python-indent-calculate-levels): New function.
11906         (python-proc): Delete function.
11907         (python-shell-get-process): New function.
11908         (python-send-receive): Delete function.
11909         (python-shell-send-string-no-output): New function.
11910         (python-module-path): Delete function.
11911         (python-ffap-module-path): New function.
11912         (python-completion-at-point)
11913         (python-symbol-completions): Delete functions.
11914         (python-completion-complete-at-point): New function.
11915         (python-load-file): Delete function.
11916         (python-shell-send-file): New function.
11917         (python-calculate-indentation): Delete function.
11918         (python-indent-calculate-indentation): New function.
11919         (python-skip-comments/blanks): Delete function.
11920         (python-util-forward-comment): New function.
11921         (python-continuation-line-p): Delete function.
11922         (python-info-continuation-line-p): New function.
11923         (python-which-func, python-current-defun): Delete function.
11924         (python-info-current-defun): New function.
11925         (python-beginning-of-defun): Delete function.
11926         (python-nav-beginning-of-defun): New function.
11927         (python-close-block-statement-p)
11928         (python-block-end-p): Delete function.
11929         (python-info-closing-block): New function.
11930         (python-comint-output-filter-function)
11931         (python-eldoc--get-doc-at-point, python-end-of-defun-function)
11932         (python-fill-comment, python-fill-decorator, python-fill-paren)
11933         (python-fill-string, python-imenu-make-element-tree)
11934         (python-imenu-make-tree, python-imenu-tree-assoc)
11935         (python-indent-context, python-indent-dedent-line)
11936         (python-indent-line-function)
11937         (python-indent-post-self-insert-function)
11938         (python-indent-toggle-levels)
11939         (python-info-assignment-continuation-line-p)
11940         (python-info-beginning-of-backlash)
11941         (python-info-block-continuation-line-p)
11942         (python-info-closing-block-message)
11943         (python-info-line-ends-backslash-p)
11944         (python-info-looking-at-beginning-of-defun)
11945         (python-info-ppss-context, python-info-ppss-context-type)
11946         (python-nav-list-defun-positions, python-nav-read-defun)
11947         (python-nav-sentence-end, python-nav-sentence-start)
11948         (python-pdbtrack-comint-output-filter-function)
11949         (python-pdbtrack-set-tracked-buffer)
11950         (python-shell-calculate-exec-path)
11951         (python-shell-calculate-process-environment)
11952         (python-shell-completion--do-completion-at-point)
11953         (python-shell-completion--get-completions)
11954         (python-shell-completion-complete-at-point)
11955         (python-shell-completion-complete-or-indent)
11956         (python-shell-get-or-create-process)
11957         (python-shell-get-process-name)
11958         (python-shell-internal-get-or-create-process)
11959         (python-shell-internal-get-process-name)
11960         (python-shell-internal-send-string, python-shell-make-comint)
11961         (python-shell-parse-command, python-shell-send-setup-code)
11962         (python-skeleton-add-menu-items)
11963         (python-util-clone-local-variables, python-util-position)
11964         (run-python-internal, python-indentation-levels)
11965         (python-nav-beginning-of-defun)
11966         (python-completion-complete-at-point): New functions.
11967         (run-python): Change arguments.  New API requirements.
11969 2012-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11971         * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
11972         (bug#11649).
11974         * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
11975         (macroexp--expand-all): Use it.
11977         * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
11978         (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
11979         Use `cl-function' instead.
11981 2012-06-14  Juanma Barranquero  <lekktu@gmail.com>
11983         * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
11984         Suggested by Stefan Monnier while discussing bug#11657.
11986 2012-06-14  Sam Steingold  <sds@gnu.org>
11988         * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
11990 2012-06-14  Andreas Schwab  <schwab@linux-m68k.org>
11992         * play/doctor.el (doctor-doc): Remove parameter and use
11993         doctor-sent instead of sent.
11994         (doctor-read-print): Use doctor-sent instead of sent.  (Bug#11708)
11996 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11998         * files.el: Require cl-lib.
11999         (file-name-non-special): Replace case -> cl-case.
12001         * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
12003         * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
12004         mapping from #' to function*.
12006 2012-06-13  Chong Yidong  <cyd@gnu.org>
12008         * mouse.el (mouse-drag-track): Do not set the mark if the user
12009         releases the mouse without selecting anything (Bug#11588).
12011 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12013         * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
12014         as well (bug#11646).
12016         * loadup.el: Count byte-code functions as well.
12018         * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
12019         * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
12021         * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
12022         (bug#11649).  Add cl-defun and cl-defmacro.
12024 2012-06-13  Drew Adams  <drew.adams@oracle.com>
12026         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
12027         Fix last change.
12029 2012-06-13  Michael Albinus  <michael.albinus@gmx.de>
12031         * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
12032         Otherwise, it blocks in batch mode.
12034 2012-06-13  Juanma Barranquero  <lekktu@gmail.com>
12036         * help-mode.el (bookmark-make-record-default): Declare.
12038 2012-06-13  Chong Yidong  <cyd@gnu.org>
12040         * emacs-lisp/package.el (list-packages): Compute a list of
12041         packages that are newly-available since the last list-packages
12042         invocation.
12043         (package-menu--new-package-list): New var.
12044         (package-menu--generate, package-menu--print-info)
12045         (package-menu--status-predicate, package-menu-mark-install):
12046         Handle new status label "new".
12048 2012-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12050         * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
12051         conversion to backquotes.
12053 2012-06-12  Chong Yidong  <cyd@gnu.org>
12055         * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
12056         Rename from gud-inhibit-global-bindings.
12058         * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
12060         * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
12061         hook from nxml-glyph-set-hook.
12063         * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
12064         declaration.
12066         * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
12068         * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
12069         Convert to defcustom.
12071 2012-06-12  Drew Adams  <drew.adams@oracle.com>
12073         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
12074         New functions.
12075         (help-mode): Use them.
12077 2012-06-11  Glenn Morris  <rgm@gnu.org>
12079         * progmodes/fortran.el (fortran-font-lock-keywords-3):
12080         Use preprocessor face for directives.
12081         (fortran-directive-re): Doc fix.
12083 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12085         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
12086         conversion to backquotes (bug#11652).
12088         Fix compiler-expansion of CL's cXXr functions (bug#11673).
12089         * emacs-lisp/cl-lib.el (cl--defalias): New function.
12090         (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
12091         (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
12092         (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
12093         (cl-ninth, cl-tenth): Mark them as inlinable.
12094         (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
12095         (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
12096         (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
12097         (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
12098         Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
12099         (cl-list*, cl-adjoin): Don't put an autoload manually.
12100         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
12101         (cl--compiler-macro-list*): Add autoload cookie.
12102         (cl--compiler-macro-cXXr): New function.
12104         * help-fns.el (help-fns--compiler-macro): New function extracted from
12105         describe-function-1; follow aliases and use `compiler-macro' property.
12106         (describe-function-1): Use it.
12108 2012-06-11  Chong Yidong  <cyd@gnu.org>
12110         * startup.el (fancy-splash-head): Use splash.svg even if librsvg
12111         is uninstalled, if imagemagick is installed.
12113 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12115         * emacs-lisp/cl-lib.el: Use lexical-binding.
12116         (cl-map-extents, cl-maclisp-member): Remove.
12117         (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
12118         (cl--set-substring, cl--block-wrapper, cl--block-throw)
12119         (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
12120         * emacs-lisp/cl-extra.el: Use lexical-binding.
12121         (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
12122         (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
12123         (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
12124         (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
12125         * emacs-lisp/cl-seq.el: Use lexical-binding.
12126         (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
12127         (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
12128         (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
12129         * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
12130         * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
12131         CL's internals.
12133 2012-06-11  Michael Albinus  <michael.albinus@gmx.de>
12135         Sync with Tramp 2.2.6-pre.
12137         * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
12138         `print-length' and `print-level' to nil, in order to avoid
12139         truncation.  Reported by Christopher Schmidt
12140         <christopher@ristopher.com>.
12142         * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
12144         * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
12145         New defmacro.
12146         (tramp-compat-copy-directory): Add optional argument
12147         COPY-CONTENTS.  It is not handled yet.
12149         * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
12150         (tramp-ftp-file-name-p): Simplify.
12152         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
12153         * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
12154         connection vector.
12156         * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
12157         (tramp-methods): Do not use `tramp-password-end-of-line'.
12158         (tramp-completion-function-alist-putty): Handle UNIX case.
12159         (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
12160         (tramp-do-file-attributes-with-stat)
12161         (tramp-do-directory-files-and-attributes-with-stat) Return uid and
12162         gid as real numbers.  They could run out of integer range on cygwin.
12163         (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
12164         (tramp-sh-handle-expand-file-name): Handle hops.
12165         (tramp-open-connection-setup-interactive-shell):
12166         Use `tramp-cleanup'.  Move check for busyboxes ...
12167         (tramp-find-shell): ... here.  Simplify implementation.
12168         Set "remote-shell" property also for alternative shells.
12169         (tramp-remote-coding-commands): Check "test -c /dev/stdout".
12170         If failing, a regular file would be written otherwise.
12171         Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
12172         (tramp-find-inline-encoding): Cache the coding commands in the
12173         process cache.  Apply test command on the remote side, if defined.
12174         (tramp-find-inline-compress): Cache the compress commands in the
12175         process cache.
12176         (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
12177         when requested.  Handle hops.
12178         (tramp-current-connection): New defvar.
12179         (tramp-maybe-open-connection): Use `tramp-cleanup'.
12180         Throw `suppress', if there was a failed connection shortly before.
12181         Handle user interrupt.  (Bug#10187)
12182         (tramp-get-inline-compress, tramp-get-inline-coding):
12183         Read connection properties from the process cache.
12185         * net/tramp-smb.el (tramp-smb-server-version)
12186         (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
12187         New defconsts.
12188         (tramp-smb-prompt): Extend for powershell prompt.
12189         (tramp-smb-file-name-handler-alist): Add handlers for
12190         `process-file', `shell-command' and `start-file-process'.
12191         (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
12192         (tramp-smb-winexe-shell-command-switch): New defcustoms.
12193         (tramp-smb-file-name-p): Simplify.
12194         (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
12195         (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
12196         (tramp-smb-shell-quote-argument): New defuns.
12197         (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
12198         Implement using "tar".  By this, time-stamps are preserved.
12199         (tramp-smb-handle-copy-file): Handle also the case of directories.
12200         (tramp-smb-do-file-attributes-with-stat)
12201         (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
12202         Use `tramp-get-connection-buffer').
12203         (tramp-smb-handle-rename-file): Use "rename", when source and
12204         target are on the same share.
12205         (tramp-smb-maybe-open-connection): Handle wrong passwords.
12206         Use `tramp-smb-server-version'.
12207         (tramp-smb-wait-for-output): Remove prompt.
12209         * net/tramp.el (top): Require 'cl.
12210         (tramp-methods, tramp-rsh-end-of-line):
12211         Remove `tramp-password-end-of-line' from docstring.
12212         (tramp-save-ad-hoc-proxies): New defcustom.
12213         (tramp-completion-function-alist): Adapt docstring.
12214         (tramp-default-password-end-of-line): Remove defcustom.
12215         (tramp-shell-prompt-pattern): Allow "[]" style prompts.  (Bug#11065)
12216         (tramp-user-regexp, tramp-file-name-regexp-unified)
12217         (tramp-file-name-regexp-url): Extend regexp by hop separator.
12218         (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
12219         (tramp-remote-file-name-spec-regexp): New defconst.
12220         (tramp-file-name-structure): Extend structure for hops.
12221         (tramp-get-method-parameter): Move up.
12222         (tramp-file-name-p, tramp-dissect-file-name)
12223         (with-parsed-tramp-file-name): Handle hops.
12224         (tramp-file-name-hop): New defun.
12225         (tramp-make-tramp-file-name): New optional arg HOP.
12226         (tramp-message-show-progress-reporter-message): New defvar.
12227         (tramp-with-progress-reporter): Use it.  We cannot use
12228         `tramp-message-show-message' here, because this suppresses also
12229         error buffers.
12230         (tramp-error-with-buffer): Suppress buffer view, if
12231         `tramp-message-show-message' is nil.
12232         Use `tramp-get-connection-buffer'.
12233         (tramp-cleanup): New defun.
12234         (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
12235         (tramp-file-name-handler): If `debug-on-error' is set, propagate
12236         an error unchanged.
12237         (tramp-completion-handle-file-name-all-completions): Handle hops.
12238         Fix an error when called from ido.
12239         (tramp-completion-dissect-file-name): Use better local variable
12240         name.  Add hop to the vector.
12241         (tramp-handle-insert-file-contents): Use progress-reporter for the
12242         whole scenario.
12243         (tramp-action-password): Let-bind `enable-recursive-minibuffers'
12244         to `t'.
12245         (tramp-check-for-regexp): Simplify search.
12246         (tramp-enter-password): Remove it.  Move implementation ...
12247         (tramp-action-password): ... here.
12248         (tramp-mode-string-to-int, tramp-local-host-p)
12249         (tramp-make-tramp-temp-file, tramp-read-passwd)
12250         (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
12251         Set tramp-autoload cookie.
12253         * net/trampver.el: Update release number.
12255 2012-06-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12256             Michael Albinus  <michael.albinus@gmx.de>
12258         * net/tramp.el (tramp-set-completion-function): Fix docstring.
12259         (tramp-parse-group, tramp-parse-file)
12260         (tramp-parse-shostkeys-sknownhosts): New defuns.
12261         (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
12262         (tramp-parse-shosts-group, tramp-parse-sconfig)
12263         (tramp-parse-sconfig-group, tramp-parse-shostkeys)
12264         (tramp-parse-sknownhosts, tramp-parse-hosts)
12265         (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
12266         Use them.
12267         (tramp-parse-passwd-group, tramp-parse-netrc-group)
12268         (tramp-parse-putty-group): Don't narrow.
12269         (tramp-parse-putty): Make a loop.
12270         (tramp-file-name-handler): Catch the `suppress' signal.
12272 2012-06-11  Chong Yidong  <cyd@gnu.org>
12274         * image.el (imagemagick-register-types): Put the ImageMagick entry
12275         at the end of image-type-file-name-regexps.
12277 2012-06-11  Johan BockgÃ¥rd  <bojohan@gnu.org>
12279         * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
12280         (pcase, pcase-let*, pcase-dolist): Use them.
12282 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12284         * emacs-lisp/pcase.el (pcase--let*): New function.
12285         (pcase-let*): Use it.  Use pcase--memoize to avoid repeated expansions.
12286         (pcase--expand): Use macroexp-let².
12288 2012-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12290         * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
12291         * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
12292         * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
12293         * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
12294         * emacs-lisp/derived.el: Use pcase instead of `cl'.
12295         * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
12297 2012-06-10  Glenn Morris  <rgm@gnu.org>
12299         * mail/rmail.el (rmail-yank-current-message): Leave point at
12300         correct position.  (Bug#11660)
12302 2012-06-10  Chong Yidong  <cyd@gnu.org>
12304         * allout-widgets.el: Fix code header.
12306 2012-06-10  Chong Yidong  <cyd@gnu.org>
12308         * cus-edit.el (customize-changed-options-previous-release):
12309         Bump to 24.1.
12311 2012-06-09  Andreas Schwab  <schwab@linux-m68k.org>
12313         * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
12315 2012-06-09  Chong Yidong  <cyd@gnu.org>
12317         * ebuff-menu.el (electric-buffer-list): Preserve header line.
12319 2012-06-09  Martin Rudalics  <rudalics@gmx.at>
12321         * window.el (special-display-popup-frame): Don't use
12322         window--display-buffer (Bug#11651).
12324 2012-06-09  Eli Zaretskii  <eliz@gnu.org>
12326         Fix parallel builds: make sure loaddefs.el is not being written
12327         while Lisp files are compiled.
12328         (compile): Don't depend on 'mh-autoloads'.
12329         (compile-CMD, compile-SH): Depend on 'autoloads'.
12330         (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
12332         * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200.  (Bug#11649)
12334 2012-06-09  Chong Yidong  <cyd@gnu.org>
12336         * face-remap.el (face-remap-add-relative, face-remap-set-base)
12337         (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
12338         Doc fixes (Bug#11225).
12340 2012-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12342         * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
12343         a function if there's a clear indication that it has a compiler-macro.
12344         * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
12345         (macro-declarations-alist): Add arglist to declaration functions.
12346         (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
12347         * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
12348         * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
12349         * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
12350         Also add autoload to find the compiler macro.
12351         * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
12352         (cl--compiler-macro-member, cl--compiler-macro-assoc)
12353         (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
12354         (cl--compiler-macro-get): New functions, replacing calls to
12355         cl-define-compiler-macro.
12356         (cl-typep) [compiler-macro]: Use macroexp-let².
12358 2012-06-08  Nick Dokos  <nicholas.dokos@hp.com>  (tiny change)
12360         * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
12361         string properly, fixes Bug#11473.
12363 2012-06-08  Chong Yidong  <cyd@gnu.org>
12365         * faces.el (set-face-attribute): Doc fix.
12366         (modify-face): Don't use :bold and :italic.
12367         (error, warning, success): Tweak definitions.
12369         * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
12370         (custom-modified, custom-set, custom-changed, custom-themed)
12371         (custom-saved, custom-button, custom-button-mouse)
12372         (custom-button-pressed, custom-state, custom-comment-tag)
12373         (custom-variable-tag, custom-group-tag-1, custom-group-tag)
12374         (custom-group-subtitle): Use new-style face specs.
12375         (custom-invalid-face, custom-rogue-face, custom-modified-face)
12376         (custom-set-face, custom-changed-face, custom-saved-face)
12377         (custom-button-face, custom-button-pressed-face)
12378         (custom-documentation-face, custom-state-face)
12379         (custom-comment-face, custom-comment-tag-face)
12380         (custom-variable-tag-face, custom-variable-button-face)
12381         (custom-face-tag-face, custom-group-tag-face-1)
12382         (custom-group-tag-face): Remove obsolete face alias.
12384         * epa.el (epa-validity-high, epa-validity-medium)
12385         (epa-validity-low, epa-mark, epa-field-name, epa-string)
12386         (epa-field-name, epa-field-body):
12387         * font-lock.el (font-lock-comment-face, font-lock-string-face)
12388         (font-lock-keyword-face, font-lock-builtin-face)
12389         (font-lock-function-name-face, font-lock-variable-name-face)
12390         (font-lock-type-face, font-lock-constant-face):
12391         * ido.el (ido-first-match, ido-only-match, ido-subdir)
12392         (ido-virtual, ido-indicator, ido-incomplete-regexp):
12393         * speedbar.el (speedbar-button-face, speedbar-file-face)
12394         (speedbar-directory-face, speedbar-tag-face)
12395         (speedbar-selected-face, speedbar-highlight-face)
12396         (speedbar-separator-face):
12397         * whitespace.el (whitespace-newline, whitespace-space)
12398         (whitespace-hspace, whitespace-tab, whitespace-trailing)
12399         (whitespace-line, whitespace-space-before-tab)
12400         (whitespace-space-after-tab, whitespace-indentation)
12401         (whitespace-empty):
12402         * emulation/cua-base.el (cua-global-mark):
12403         * eshell/em-prompt.el (eshell-prompt):
12404         * net/newst-plainview.el (newsticker-new-item-face)
12405         (newsticker-old-item-face, newsticker-immortal-item-face)
12406         (newsticker-obsolete-item-face, newsticker-date-face)
12407         (newsticker-statistics-face, newsticker-default-face):
12408         * net/newst-reader.el (newsticker-feed-face)
12409         (newsticker-extra-face, newsticker-enclosure-face):
12410         * net/newst-treeview.el (newsticker-treeview-face)
12411         (newsticker-treeview-new-face, newsticker-treeview-old-face)
12412         (newsticker-treeview-immortal-face)
12413         (newsticker-treeview-obsolete-face)
12414         (newsticker-treeview-selection-face):
12415         * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
12416         (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
12417         (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
12418         (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
12419         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
12420         (nxml-outline-active-indicator, nxml-outline-ellipsis):
12421         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
12422         (mpuz-text):
12423         * progmodes/vera-mode.el (vera-font-lock-number)
12424         (vera-font-lock-function, vera-font-lock-interface):
12425         * textmodes/table.el (table-cell): Use new-style face specs, and
12426         don't use the old :bold and :italic attributes.
12428         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
12429         (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
12430         (ebrowse-member-class, ebrowse-progress): Likewise.
12431         (ebrowse-tree-mark-face, ebrowse-root-class-face)
12432         (ebrowse-file-name-face, ebrowse-default-face)
12433         (ebrowse-member-attribute-face, ebrowse-member-class-face)
12434         (ebrowse-progress-face): Remove obsolete faces.
12436         * progmodes/flymake.el (flymake-errline, flymake-warnline):
12437         Inherit from error and warning faces respectively.
12439         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
12440         Likewise.
12441         (flyspell-incorrect-face, flyspell-duplicate-face):
12442         Remove obsolete aliases.
12444 2012-06-08  Michael Albinus  <michael.albinus@gmx.de>
12446         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
12447         Avoid infloop.
12449 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12451         * startup.el (argv, argi): Make lexically scoped.
12452         * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
12453         * emacs-lisp/cl-macs.el: Use lexical-binding.
12454         Rename cl-bind-* to cl--bind-*.
12455         * files.el: Don't require `cl' since it doesn't use it.
12456         * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
12458 2012-06-08  Juanma Barranquero  <lekktu@gmail.com>
12460         * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
12461         (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
12462         instead of calling external sort utility.
12463         (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
12465 2012-06-08  Eli Zaretskii  <eliz@gnu.org>
12467         * descr-text.el (describe-char): Mention how to insert the
12468         character, if the current input method doesn't support it.
12469         See the discussion in this thread for the details:
12470         http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
12472 2012-06-08  Sam Steingold  <sds@gnu.org>
12474         * bindings.el (global-map): Bind XF86Forward to next-buffer and
12475         XF86Back to previous-buffer.
12476         (minibuffer-local-map): Bind them to next-history-element and
12477         previous-history-element respectively.
12478         * help-mode.el (help-mode-map): Bind them to help-go-forward and
12479         help-go-back respectively.
12480         * info.el (Info-mode-map): Bind them to Info-history-forward and
12481         Info-history-back respectively.
12482         These are the keys next to Up on the ThinkPad keyboard.
12484 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12486         Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
12487         * emacs-lisp/cl-macs.el: Provide itself.
12488         (cl--labels-convert-cache): New var.
12489         (cl--labels-convert): New function.
12490         (cl-flet, cl-labels): New implementation with new semantics, relying on
12491         lexical-binding.
12492         * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
12493         (cl-closure-vars, cl--function-convert-cache)
12494         (cl--function-convert): Move from cl-macs.el.
12495         (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
12496         rename by removing the "cl-" prefix.
12497         * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
12499 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12501         * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
12502         (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
12503         (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
12504         (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
12505         (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
12506         (cl-hash-table-count): Add old compatibility aliases.
12508         * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
12509         Use macroexpand-all-environment instead.
12510         (cl--old-macroexpand): New var.
12511         (cl--sm-macroexpand): New function.
12512         (cl-symbol-macrolet): Use it during macro expansion.
12513         (cl--function-convert-cache): New var.
12514         (cl--function-convert): New function, extracted from
12515         cl-macroexpand-all.
12516         (cl-lexical-let): Use it.
12518         * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
12519         (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
12520         (cl-member): Remove old alias.
12522         * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
12523         (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
12524         (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
12525         (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
12526         (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
12527         (cl-macroexpand-cmacs): Remove var.
12528         (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
12529         Use macroexpand-all instead.
12531 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12533         * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
12534         (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
12535         (macroexp-copyable-p): New functions and macros.
12536         * emacs-lisp/edebug.el (edebug-unwrap):
12537         * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
12538         * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
12539         (pcase--let*): Remove.
12540         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
12541         (byte-compile-constp): Remove.  Use macroexp--const-symbol-p and
12542         macroexp-const-p instead.
12543         * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
12545         * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
12546         instead of "cl-" for internal definitions.  Use macroexp-const-p.
12547         (cl-old-bc-file-form): Remove var.
12548         (cl-const-exprs-p): Remove fun.
12549         (cl-labels, cl-macrolet): Use backquote.
12550         (cl-lexical-let): Use cl-symbol-macrolet.  Don't use cl-defun-expander.
12551         (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
12552         (cl-define-setf-expander): Rename from cl-define-setf-method.
12553         * emacs-lisp/cl.el: Adjust alias for define-setf-method.
12555         * international/mule-cmds.el: Don't require CL.
12556         (view-hello-file): Don't use `letf'.
12558 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12560         * tmm.el (tmm-prompt): Use string-prefix-p.
12561         (tmm-completion-delete-prompt): Don't affect current-buffer outside.
12562         (tmm-add-prompt): Use minibuffer-completion-help.
12563         (tmm-delete-map): Remove.
12565         * subr.el (kbd): Make it its own function.
12567 2012-06-07  Stefan Merten  <smerten@oekonux.de>
12569         * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
12570         Silence compiler warnings.  Fix versions.
12571         (rst-position-if, rst-position, rst-some, rst-signum): New functions.
12572         (rst-shift-region, rst-adornment-level, rst-compute-tabs)
12573         (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
12574         (rst-package-emacs-version-alist): Correct Emacs version to
12575         represent major merge with upstream.
12576         (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
12578 2012-06-06  Glenn Morris  <rgm@gnu.org>
12580         * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
12581         Only print environment variables if set.
12583 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12585         * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
12586         (macroexp--cons): Rename from maybe-cons.
12587         (macroexp--accumulate): Rename from macroexp-accumulate.
12588         (macroexp--all-forms): Rename from macroexpand-all-forms.
12589         (macroexp--all-clauses): Rename from macroexpand-all-clauses.
12590         (macroexp--expand-all): Rename from macroexpand-all-1.
12592 2012-06-06  Sam Steingold  <sds@gnu.org>
12594         * calendar/calendar.el (calendar-in-read-only-buffer):
12595         Call `special-mode' to enable the standard read-only keybindings.
12597 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12599         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
12600         with "loading" messages (bug#11635).
12602 2012-06-06  Michael Albinus  <michael.albinus@gmx.de>
12604         * files.el (enable-remote-dir-locals): New option.
12605         (hack-dir-local-variables): Use it.  (Bug#1933, Bug#6731)
12607         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
12608         Ensure, that the temp directory is local.
12610         * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
12611         `temporary-file-directory'.
12613         * progmodes/python.el (python-send-region): Ensure, that the
12614         temporary file is created also in the remote case.
12616 2012-06-06  Glenn Morris  <rgm@gnu.org>
12618         * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
12619         (vc-rcs-update-changelog): Use it.
12621         * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
12623         * vc/vc-sccs.el (vc-sccs-write-revision): New function.
12624         (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
12625         (vc-sccs-diff): Replace use of the external vcdiff script.
12627 2012-06-05  Glenn Morris  <rgm@gnu.org>
12629         * ledit.el: Move to obsolete/.
12631 2012-06-05  Sam Steingold  <sds@gnu.org>
12633         * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
12634         patch (Bug#11140).
12636 2012-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12638         * emacs-lisp/cust-print.el: Move to obsolete.
12640         * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
12641         compiler-macro expansion.
12643         Add native compiler-macro support.
12644         * emacs-lisp/macroexp.el (macroexpand-all-1):
12645         Support compiler-macros directly.  Properly follow aliases and apply
12646         the compiler macros more thoroughly.
12647         * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
12648         macroexpand now properly follows aliases.
12649         * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
12650         (cl-compiler-macroexpand): Use new prop.
12651         * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
12653         * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
12655 2012-06-05  Martin Rudalics  <rudalics@gmx.at>
12657         * window.el (get-lru-window, get-mru-window, get-largest-window):
12658         New argument NOT-SELECTED to avoid picking the selected window.
12659         (window--display-buffer-1, window--display-buffer-2): Replace by
12660         new function window--display-buffer
12661         (display-buffer-same-window, display-buffer-reuse-window)
12662         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
12663         Use window--display-buffer.
12664         (display-buffer-use-some-window): Remove temporary dedication
12665         hack by calling get-lru-window and get-largest-window with
12666         NOT-SELECTED argument non-nil.  Call window--display-buffer.
12668 2012-06-05  Glenn Morris  <rgm@gnu.org>
12670         * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
12671         Replace external vcdiff script.
12673 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12675         * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
12677 2012-06-04  Chong Yidong  <cyd@gnu.org>
12679         * image.el (imagemagick-types-inhibit): Revert last change.
12680         Add INFO and M.
12681         (imagemagick-enabled-types): Remove CIN and EPS*.
12683 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12685         * emacs-lisp/cl-lib.el: Rename from cl.el.
12686         * emacs-lisp/cl.el: New compatibility file.
12687         * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
12688         * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
12689         to obey the "cl-" prefix.
12690         * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
12692 2012-06-03  Glenn Morris  <rgm@gnu.org>
12694         * emacs-lisp/authors.el (authors-aliases): Addition.
12696         * cus-start.el (tool-bar-style, tool-bar-max-label-size):
12697         Fix :version.
12699 2012-06-03  Stefan Merten  <smerten@oekonux.de>
12701         * textmodes/rst.el: Add comments.
12702         (rst-transition, rst-adornment): New faces.
12703         (rst-adornment-faces-alist): Make default safe to reevaluate.
12704         Fixes
12705         http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
12706         Improve customization tags.
12707         (rst-define-level-faces): Clarify meaning.
12709 2012-06-03  Chong Yidong  <cyd@gnu.org>
12711         * progmodes/compile.el (compilation-mode-line-fail)
12712         (compilation-mode-line-run, compilation-mode-line-exit):
12713         New faces.
12714         (compilation-start, compilation-handle-exit): Use them (Bug#11032).
12716 2012-06-03  Jack Duthen  <duthen.mac.01@gmail.com>  (tiny change)
12718         * progmodes/which-func.el (which-func-update-ediff-windows):
12719         New function.  Use it in ediff-select-hook (Bug#11478).
12721 2012-06-03  Chong Yidong  <cyd@gnu.org>
12723         * bindings.el: Remove explicit help text from format-mode-line.
12724         It is now supplied by mode-line-default-help-echo.
12725         (mode-line-front-space, mode-line-end-spaces)
12726         (mode-line-misc-info): New variables.
12727         (mode-line-modes, mode-line-position): Move the default value to
12728         the variable definition.
12729         (mode-line-default-help-echo): New defcustom.
12730         (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
12731         (mode-line-modified-help-echo): New functions.
12732         (mode-line-mule-info, mode-line-modified): Use them.
12733         (mode-line-eol-desc, propertized-buffer-identification):
12734         Consistency fixes for help text.
12735         (mode-line-coding-system-map): Allow using mouse-3 to invoke
12736         set-buffer-file-coding-system (Bug#289).
12737         (mode-line-mule-info-help-echo): Update help text.
12739 2012-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12741         * simple.el (execute-extended-command): Set real-this-command
12742         (bug#11506).
12744 2012-06-02  Chong Yidong  <cyd@gnu.org>
12746         Remove incorrect uses of "modeline" in comments, docstrings, and
12747         function/variable names (Bug#10329).
12749         * cus-edit.el (mode-line):
12750         * dframe.el (dframe-mouse-hscroll):
12751         * emacs-lisp/re-builder.el:
12752         * emacs-lisp/easy-mmode.el (define-minor-mode):
12753         * frame.el (set-frame-name):
12754         * help.el (lookup-minor-mode-from-indicator):
12755         * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
12756         * progmodes/cc-cmds.el (c-toggle-auto-newline)
12757         (c-toggle-hungry-state):
12758         * progmodes/antlr-mode.el (antlr-language-alist):
12759         * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
12760         * progmodes/vhdl-mode.el (vhdl-mode):
12761         * progmodes/which-func.el (which-func, which-func-cleanup-function):
12762         * term/ns-win.el (ns-face-at-pos):
12763         * term/sup-mouse.el (sup-mouse-report):
12764         * textmodes/flyspell.el (flyspell-mode-line-string):
12765         * textmodes/ispell.el (ispell-highlight-face):
12766         * textmodes/reftex-global.el:
12767         * vc/vc-arch.el (vc-arch-mode-line-string):
12768         * vc/vc-cvs.el (vc-cvs-mode-line-string):
12769         * vc/vc-git.el (vc-git-mode-line-string):
12770         * vc/vc-hooks.el (vc-display-status)
12771         (vc-default-mode-line-string):
12772         * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
12774         * ansi-color.el (ansi-color-faces-vector): Change default faces.
12776         * dired.el (dired-sort-set-mode-line): Rename from
12777         dired-sort-set-modeline.  All callers changed.
12779         * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
12780         eshell-status-in-modeline.
12782         * foldout.el (foldout-mode-line-string): Rename from
12783         foldout-modeline-string.  All callers changed.
12784         (foldout-update-mode-line): Rename from foldout-update-modeline.
12786         * subr.el (redraw-modeline): Make into obsolete alias.
12788         * calendar/timeclock.el (timeclock-mode-line-display): Rename from
12789         timeclock-modeline-display.  Make old name an alias.
12790         (timeclock-update-mode-line): Likewise.  All callers changed.
12791         (timeclock-mode-line-display): No need to check before using
12792         add-hook.
12793         (timeclock-relative, timeclock-day-over-hook)
12794         (timeclock-use-elapsed, timeclock-mode-string)
12795         (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
12797         * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
12798         crisp-mode-modeline-string.
12800         * play/solitaire.el (solitaire-build-mode-line): Rename from
12801         solitaire-build-modeline.  All callers changed.
12803         * play/zone.el (zone-hiding-mode-line): Rename from
12804         zone-hiding-modeline.  All callers changed.
12805         (zone): Remove unusued `modeline-hidden-level' property.
12807         * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
12808         xscheme-modeline-initialize.  All callers changed.
12810         * strokes.el (strokes-lighter): Rename from
12811         strokes-modeline-string.
12813         * textmodes/sgml-mode.el (html-face-tag-alist)
12814         (html-tag-face-alist): Use mode-line face instead of obsolete
12815         alias modeline.
12817 2012-06-02  Stefan Merten  <smerten@oekonux.de>
12819         * textmodes/rst.el: Always require `cl'.
12820         (rst-mode-map): Fix meaning of C-M-a / C-M-e.
12822 2012-06-02  Chong Yidong  <cyd@gnu.org>
12824         * image.el (imagemagick-enabled-types): Rename from
12825         imagemagick-types-enable.  Add many more types.
12826         (imagemagick-types-inhibit): Change default to nil.
12827         (imagemagick-filter-types): Caller changed.
12829 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12831         * emacs-lisp/cl-macs.el: Use backquotes.
12832         (cl-transform-function-property): Use eval-and-compile rather than
12833         abusing `require'.
12834         (defstruct): Use declare-function instead of with-no-warnings.
12836         * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
12837         (byte-compile-output-docform): Re-add the print-circle bindings.
12838         (byte-compile-fix-header): Use #$ just because it's shorter.
12839         (byte-compile-output-file-form): Remove defun/defmacro.
12841 2012-06-01  Martin Rudalics  <rudalics@gmx.at>
12843         * simple.el (choose-completion): Remove now obsolete binding for
12844         owindow.
12846 2012-06-01  Michael Albinus  <michael.albinus@gmx.de>
12848         * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
12849         in order to avoid "Stack overflow in regexp matcher".
12851 2012-05-31  Glenn Morris  <rgm@gnu.org>
12853         * image.el: For clarity, call imagemagick-register-types at
12854         top-level, rather than relying on a custom :initialize.
12855         (imagemagick-types-enable): New option.  (Bug#11557)
12856         (imagemagick-filter-types): New function.  (Bug#7406)
12857         (imagemagick-register-types): Use imagemagick-filter-types.
12858         If disabling support, remove elements altogether rather
12859         than using an impossible regexp.
12860         (imagemagick-types-inhibit): Give it the default init function.
12862 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12864         * emacs-lisp/bytecomp.el (byte-compile-fix-header):
12865         Handle arbitrary file name lengths (Bug#11585).
12867 2012-05-31  Martin Rudalics  <rudalics@gmx.at>
12869         * desktop.el (desktop-read): Clear previous and next buffers for
12870         all windows and bury *Messages* buffer (bug#11556).
12872 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12874         Add `declare' for `defun'.  Align `defmacro's with it.
12875         * emacs-lisp/easy-mmode.el (define-minor-mode)
12876         (define-globalized-minor-mode): Don't autoload the var definitions.
12877         * emacs-lisp/byte-run.el: Use lexical-binding.
12878         (defun-declarations-alist, macro-declarations-alist): New vars.
12879         (defmacro, defun): Use them.
12880         (make-obsolete, define-obsolete-function-alias)
12881         (make-obsolete-variable, define-obsolete-variable-alias):
12882         Use `declare'.
12883         (macro-declaration-function): Mark obsolete.
12884         * emacs-lisp/autoload.el: Use lexical-binding.
12885         (make-autoload): Add `expansion' arg.  Rely more on macro expansion.
12887 2012-05-30  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
12889         * textmodes/ispell.el (ispell-with-no-warnings):
12890         Define as a macro.
12891         (ispell-kill-ispell, ispell-change-dictionary):
12892         Use `called-interactively-p' for Emacs instead of obsolete
12893         `interactive-p'.
12895 2012-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12897         * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
12898         (macro-declaration-function): Move var from C code.
12899         (macro-declaration-function): Define function with defalias.
12900         * emacs-lisp/macroexp.el (macroexpand-all-1):
12901         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
12902         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
12903         defun/defmacro any more.
12904         * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
12905         Provide fallback for unknown arglist.
12906         (byte-compile-arglist-warn): Change calling convention.
12907         (byte-compile-output-file-form): Move print-vars binding.
12908         (byte-compile-output-docform): Simplify accordingly.
12909         (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
12910         (byte-compile-defmacro-declaration): Remove.
12911         (byte-compile-file-form-defmumble): Generalize to defalias.
12912         (byte-compile-output-as-comment): Return byte-positions.
12913         Simplify callers accordingly.
12914         (byte-compile-lambda): Use `assert'.
12915         (byte-compile-defun, byte-compile-defmacro): Remove.
12916         (byte-compile-file-form-defalias):
12917         Use byte-compile-file-form-defmumble.
12918         (byte-compile-defalias-warn): Remove.
12920 2012-05-29  Stefan Merten  <smerten@oekonux.de>
12922         * textmodes/rst.el: Silence `checkdoc-ispell' errors where
12923         possible.  Fix authors.  Improve comments.  Improve loading of `cl'.
12925         (rst-mode-abbrev-table): Merge definition.
12926         (rst-mode): Make sure `font-lock-defaults' is buffer local.
12927         (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
12929 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
12931         * calendar/icalendar.el
12932         (icalendar-export-region): Export UID properly.
12934 2012-05-29  Leo Liu  <sdl.web@gmail.com>
12935         * calendar/icalendar.el (icalendar-import-format):
12936         Add `icalendar-import-format-uid' (Bug#11525).
12937         (icalendar-import-format-uid): New.
12938         (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
12939         Export UID.
12941 2012-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12943         * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
12944         different alternative patterns.
12945         (pcase-codegen): Be more careful to preserve identity.
12946         (pcase--u1): Don't forget to mark vars as used.
12948         * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
12949         (byte-compile-close-variables): Bind byte-compile--outbuffer here...
12950         (byte-compile-from-buffer): ...rather than here.
12952         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
12953         functions from byte-compile-function-environment.
12955 2012-05-29  Troels Nielsen  <bn.troels@gmail.com>
12957         * window.el (window-deletable-p): Avoid deleting the root window
12958         of a frame with an active minibuffer.
12960 2012-05-29  Martin Rudalics  <rudalics@gmx.at>
12962         * simple.el (choose-completion): Use quit-window (Bug#11567).
12964 2012-05-29  Chong Yidong  <cyd@gnu.org>
12966         * whitespace.el (whitespace-cleanup): Fix usage of
12967         whitespace-empty-at-bob-regexp (Bug#11492).
12969 2012-05-29  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
12971         * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
12972         revert (Bug#11488).
12974 2012-05-29  Juri Linkov  <juri@jurta.org>
12976         * isearch.el (isearch-mode-map): Bind `M-s _' to
12977         `isearch-toggle-symbol'.  Bind `M-s c' to
12978         `isearch-toggle-case-fold'.
12979         (search-map): Bind `M-s _' to `isearch-forward-symbol'.
12980         (isearch-forward): Add `M-s _' to the docstring.
12981         (isearch-forward-symbol, isearch-toggle-case-fold)
12982         (isearch-symbol-regexp): New functions.  (Bug#11381)
12984 2012-05-29  Juri Linkov  <juri@jurta.org>
12986         * isearch.el (isearch-word): Add docstring.  (Bug#11381)
12987         (isearch-occur, isearch-search-and-update): If `isearch-word' is
12988         a function, call it to get the regexp.
12989         (isearch-message-prefix): If `isearch-word' holds a symbol, use its
12990         property `isearch-message-prefix' instead of the string "word ".
12991         (isearch-search-fun-default): For the case of `isearch-word',
12992         return a lambda that calls re-search-forward/re-search-backward
12993         with a regexp returned by `word-search-regexp' or by the function
12994         in `isearch-word'.
12996 2012-05-29  Juri Linkov  <juri@jurta.org>
12998         * isearch.el (isearch-search-fun-default): New function.
12999         (isearch-search-fun): Move default part to the new function
13000         `isearch-search-fun-default'.
13001         (isearch-search-fun-function): Set the default value to
13002         `isearch-search-fun-default'.  (Bug#11381)
13004         * comint.el (comint-history-isearch-end):
13005         Use `isearch-search-fun-default'.
13006         (comint-history-isearch-search): Use `isearch-search-fun-default'
13007         and remove spacial case for `isearch-word'.
13008         (comint-history-isearch-wrap): Remove spacial case for
13009         `isearch-word'.
13011         * hexl.el (hexl-isearch-search-function):
13012         Use `isearch-search-fun-default'.
13014         * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
13015         Use `word-search-regexp' for `isearch-word'.
13017         * misearch.el (multi-isearch-search-fun):
13018         Use `isearch-search-fun-default'.
13020         * simple.el (minibuffer-history-isearch-search):
13021         Use `isearch-search-fun-default' and remove spacial case for
13022         `isearch-word'.
13023         (minibuffer-history-isearch-wrap): Remove spacial case for
13024         `isearch-word'.
13026         * textmodes/reftex-global.el (reftex-isearch-wrap-function):
13027         Remove spacial case for `isearch-word'.
13028         (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
13030 2012-05-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
13032         Decrease XEmacs incompatibilities.
13033         * textmodes/flyspell.el (flyspell-check-pre-word-p):
13034         Use `string-match'.
13035         (flyspell-delete-region-overlays): Use alternative definition for
13036         XEmacs.
13037         (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
13038         (flyspell-word): Use `process-kill-without-query' if XEmacs.
13039         (flyspell-mode-on): Use `interactive-p' if XEmacs.
13040         (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
13041         `define-obsolete-face-alias' under XEmacs, but old method.
13043         * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
13044         `with-no-warnings' definition or Emacs alias.
13045         (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
13046         (ispell-word): Do not use `region-p' if XEmacs.
13048 2012-05-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
13050         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13051         Check for `ispell-dictionary-base-alist' instead of full
13052         `ispell-dictionary-alist'.
13053         (ispell-init-process): Show spellchecker when starting new Ispell
13054         process.
13056 2012-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13058         * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
13059         http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
13061 2012-05-27  Juanma Barranquero  <lekktu@gmail.com>
13063         * version.el (motif-version-string, gtk-version-string)
13064         (ns-version-string): Declare.
13066 2012-05-27  Juri Linkov  <juri@jurta.org>
13068         * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
13069         after the `eval-defun-1' specialcaseing
13070         like in `edebug-eval-defun' (bug#10181).
13072         * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
13073         like in `eval-defun-1'.
13075 2012-05-27  Eli Zaretskii  <eliz@gnu.org>
13077         * mail/sendmail.el (mail-yank-region):
13078         Recognize rmail-yank-current-message in addition to insert-buffer.
13079         Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
13080         a *mail* buffer created through rmail-start-mail with sendmail as
13081         mail-user-agent.
13083 2012-05-27  Chong Yidong  <cyd@gnu.org>
13085         * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
13086         Default to 256 (Bug#11267).
13088         * help.el (describe-mode): Doc fix.
13090 2012-05-26  Glenn Morris  <rgm@gnu.org>
13092         * w32-fns.el (w32-init-info): Remove.
13093         * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
13095         * info.el (info-initialize): For self-contained NS builds, put the
13096         included info/ directory at the front.  (Bug#2791)
13098         * paths.el (Info-default-directory-list): Make it a defcustom,
13099         mainly so that we can use custom-initialize-delay.
13101 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13103         * subr.el (buffer-has-markers-at): Mark obsolete.
13105         * subr.el (lambda): Use declare.
13107         * emacs-lisp/lisp-mode.el (lambda):
13108         * emacs-lisp/edebug.el (lambda): Move properties to its definition.
13110 2012-05-26  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
13112         * thingatpt.el (forward-same-syntax): Handle no ARG case.  (Bug#11560)
13114 2012-05-26  Glenn Morris  <rgm@gnu.org>
13116         * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
13118 2012-05-25  Glenn Morris  <rgm@gnu.org>
13120         * paths.el: Remove no-byte-compile.
13121         * loadup.el: No need to load paths.el uncompiled.
13123         * image.el (imagemagick-types-inhibit): Doc fix.
13125         * version.el: Remove no-byte-compile and associated formatting.
13126         * loadup.el: No need to load version.el uncompiled.  AFAICS, this
13127         is ancient code from when there was an "inc-vers.el".
13129 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13131         * progmodes/gdb-mi.el: Minor style changes.
13132         (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
13133         Turn into minor modes.
13134         (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
13135         (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
13136         (gdb-shell): Remove unneeded let-binding.
13137         (gdb-get-many-fields): Eliminate O(n²) behavior.
13139 2012-05-25  Eli Zaretskii  <eliz@gnu.org>
13141         * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
13142         platforms that don't link in fontset.c.
13144 2012-05-25  Juri Linkov  <juri@jurta.org>
13146         Use the same diff color scheme as in modern VCSes (bug#10181).
13148         * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
13149         to avoid confusion with `diff-added' that now uses green colors.
13150         (diff-removed): Use shades of red.
13151         (diff-added): Use shades of green.
13152         (diff-changed): Leave just the yellow color.
13153         (diff-use-changed-face): New variable.
13154         (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
13155         how to highlight context diff changes.
13156         (diff-refine-change): Use shades of yellow.
13157         (diff-refine-removed): New face that uses shades of red.
13158         (diff-refine-added): New face that uses shades of green.
13159         (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
13160         `diff-refine-removed' in the call to `smerge-refine-subst'
13161         depending on the value of `diff-use-changed-face'.
13163         * vc/smerge-mode.el (smerge-mine): Use shades of red.
13164         (smerge-other): Use shades of green.
13165         (smerge-base): Use shades of yellow.
13166         (smerge-refined-change): Empty face.
13167         (smerge-refined-removed): New face that uses shades of red.
13168         (smerge-refined-added): New face that uses shades of green.
13169         (smerge-refine-subst): Rename arg `props' to `props-c'.  Add new
13170         args `props-r' and `props-a', and use them.  Doc fix.
13171         (smerge-refine): Evaluate `smerge-use-changed-face' and depending
13172         on its value use different faces `smerge-refined-change',
13173         `smerge-refined-removed', `smerge-refined-added' in the call to
13174         `smerge-refine-subst'.
13176         * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
13177         Add face condition `min-colors 88' with shades of red.
13178         (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
13179         `min-colors 88' with shades of green.
13180         (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
13181         `min-colors 88' with shades of yellow.
13183 2012-05-24  Glenn Morris  <rgm@gnu.org>
13185         * paths.el (prune-directory-list, remote-shell-program): Move to...
13186         * files.el (prune-directory-list, remote-shell-program): ...here.
13187         For the latter, delay initialization, prefer ssh, just search PATH.
13189         * paths.el (term-file-prefix): Move to faces.el (the only user).
13190         * faces.el (term-file-prefix): Move here, make it a defcustom.
13192         * paths.el (news-directory, news-path, news-inews-program):
13193         Move to gnus/nnspool.el.
13195         * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
13197         * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
13198         * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
13199         Make the latter a defcustom, with a delayed initialization.
13201         * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
13202         These were deleted from Gnus itself late 2010.
13204 2012-05-22  Juanma Barranquero  <lekktu@gmail.com>
13206         * progmodes/which-func.el (which-func-ff-hook):
13207         Check against user-error, not error.
13209         * emacs-lisp/edebug.el (top): Do not load or set up loading of
13210         cl-specs.el, which no longer exists.
13212 2012-05-22  Glenn Morris  <rgm@gnu.org>
13214         * info.el (info-emacs-bug): New command.
13215         * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
13216         * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
13218 2012-05-21  Glenn Morris  <rgm@gnu.org>
13220         * makefile.w32-in (update-subdirs-SH):
13221         * Makefile.in (update-subdirs): Update for moved update-subdirs.
13223 2012-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13225         * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
13227         * progmodes/compile.el (compilation-error-regexp-alist-alist):
13228         Simplify Maven regexp, and make sure the file can't start with a space
13229         (bug#11517).
13231 2012-05-21  Glenn Morris  <rgm@gnu.org>
13233         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
13234         Scrap superfluous subshells.
13236 2012-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13238         * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
13239         (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
13241 2012-05-19  Jay Belanger  <jay.p.belanger@gmail.com>
13243         * calc/calc.el (calc-ensure-consistent-units): New variable.
13245         * calc/calc-units.el (math-consistent-units-p)
13246         (math-check-unit-consistency): New functions.
13247         (calc-quick-units, calc-convert-units):
13248         Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
13249         is non-nil.
13250         (calc-extract-units): Fix typo.
13252 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13254         * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
13256         * textmodes/flyspell.el: Commenting style, plus code simplifications.
13257         (flyspell-default-deplacement-commands): Don't spell check after
13258         repeated window/frame switches (e.g. triggered by mouse-movement).
13259         (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
13260         (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
13261         (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
13262         (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
13263         Remove unused vars.
13264         (flyspell-get-casechars, flyspell-get-not-casechars):
13265         Simplify; Don't bother removing a ] just to add it back.
13266         * textmodes/ispell.el (ispell-program-name): Use executable-find.
13268 2012-05-18  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
13270         * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
13271         New functions.
13272         (math-function-table): Add support for more C functions.
13274 2012-05-18  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
13276         * textmodes/flyspell.el (flyspell-check-pre-word-p)
13277         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
13278         Protect delay handling for otherchars against empty otherchars.
13280 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13282         * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
13283         their respective macro declarations.
13284         * skeleton.el (define-skeleton):
13285         * progmodes/compile.el (define-compilation-mode):
13286         * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
13287         (define-ibuffer-filter):
13288         * emacs-lisp/generic.el (define-generic-mode):
13289         * emacs-lisp/easy-mmode.el (define-minor-mode)
13290         (define-globalized-minor-mode):
13291         * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
13292         * emacs-lisp/byte-run.el (defsubst):
13293         * custom.el (deftheme): Add doc-string metadata.
13295 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13297         * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
13299 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13301         * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
13303         * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
13304         * emacs-lisp/cl-macs.el: Idem.
13305         * emacs-lisp/cl-specs.el: Remove.
13307 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13309         Minor renaming of internal CL functions and variables.
13310         * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
13311         (cl--position): Rename from cl-position.
13312         (cl--delete-duplicates): Rename from cl-delete-duplicates.
13313         * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
13314         (cl--random-state): Rename from *random-state*.
13316 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13318         * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
13319         parens around the arg list (bug#11499).
13321 2012-05-17  Juri Linkov  <juri@jurta.org>
13323         * isearch.el (word-search-regexp, word-search-backward)
13324         (word-search-forward, word-search-backward-lax)
13325         (word-search-forward-lax): Move functions from search.c
13326         (bug#10145, bug#11381).
13328 2012-05-16  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
13330         * textmodes/flyspell.el (flyspell-check-pre-word-p)
13331         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
13332         Delay for otherchars as for normal word components.
13334 2012-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13336         * minibuffer.el (completion--sifn-requote): Fix last change.
13337         (minibuffer-local-must-match-filename-map):
13338         Move define-obsolete-variable-alias before its var.
13340 2012-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13342         * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
13344         * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
13345         behavior.
13346         (completion--string-equal-p): New function.
13347         (completion--twq-all): Use it to get better assertion failure data.
13349         Only handle ".." and '..' quoting in shell-mode (bug#11466).
13350         * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
13351         (shell--requote-argument): New functions.
13352         (shell-completion-vars): Use them.
13353         (shell--parse-pcomplete-arguments): Rename from
13354         shell-parse-pcomplete-arguments.
13355         * comint.el (comint-word): Obey comint-file-name-quote-list.  Simplify.
13356         (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
13357         Obey comint-file-name-quote-list.
13359         * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
13360         (smie-indent-keyword): Use it.
13362 2012-05-14  Stefan Merten  <smerten@oekonux.de>
13364         * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
13366 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13368         * net/rlogin.el (rlogin-mode-map): Fix last change.
13370 2012-05-14  Jason L. Wright  <jason.wright@inl.gov>  (tiny change)
13372         * mail/smtpmail.el (smtpmail-send-command): Send the command and
13373         the following \r\n using a single `process-send-string', since the
13374         Lotus SMTP server refuses to accept any commands if they are sent
13375         with two `process-send-string's (Bug#11444).
13377 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13379         * shell.el (shell-parse-pcomplete-arguments):
13380         Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
13382 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
13384         * image-mode.el: Fit to width/height for rotated images (Bug#11431).
13385         (image-transform-scale, image-transform-right-angle-fudge): New vars.
13386         (image-transform-width, image-transform-fit-width): New functions.
13387         (image-transform-properties): Use them.
13388         (image-transform-check-size): New function.
13389         (image-toggle-display-image): Use it (for testing).
13390         (image-transform-set-rotation): Reduce angle mod 360.
13391         Delete obsolete comment.
13393 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
13395         * image-mode.el: Fix scaling (bug#11399).
13396         (image-transform-resize): Doc fix.
13397         (image-transform-properties): Default scale is 1 and height should
13398         be an integer.
13400 2012-05-13  Johan BockgÃ¥rd  <bojohan@gnu.org>
13402         * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
13403         than hard-coding `car', to fix misbehavior when moving forward.
13405 2012-05-13  Chong Yidong  <cyd@gnu.org>
13407         * emacs-lisp/tabulated-list.el (tabulated-list-format)
13408         (tabulated-list-entries, tabulated-list-padding)
13409         (tabulated-list-sort-key): Make permanent-local.
13411         * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
13412         (electric-buffer-list): Put electric buffer menu
13413         command descriptions in this docstring, instead of the docstring
13414         of electric-buffer-menu-mode.  Code cleanups.
13415         (electric-buffer-menu-mode): Use define-derived-mode.  Rename from
13416         Electric-buffer-menu-mode.
13417         (electric-buffer-update-highlight): Minor code cleanup.
13419 2012-05-13  Michael Albinus  <michael.albinus@gmx.de>
13421         * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
13422         (Bug#11447)
13424 2012-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13426         Move define-obsolete-variable-alias before the var's definition.
13427         * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
13428         * tooltip.el (tooltip-hook):
13429         * textmodes/reftex-toc.el (reftex-toc-map):
13430         * textmodes/reftex-sel.el (reftex-select-label-map)
13431         (reftex-select-bib-map):
13432         * textmodes/reftex-index.el (reftex-index-map)
13433         (reftex-index-phrases-map):
13434         * speedbar.el (speedbar-syntax-table, speedbar-key-map):
13435         * progmodes/meta-mode.el (meta-mode-map):
13436         * novice.el (disabled-command-hook):
13437         * loadhist.el (unload-hook-features-list):
13438         * frame.el (blink-cursor):
13439         * files.el (find-file-not-found-hooks, write-file-hooks)
13440         (write-contents-hooks):
13441         * emulation/tpu-edt.el (GOLD-map):
13442         * emacs-lock.el (emacs-lock-from-exiting):
13443         * emacs-lisp/generic.el (generic-font-lock-defaults):
13444         * emacs-lisp/chart.el (chart-map):
13445         * dos-fns.el (register-name-alist):
13446         * dired-x.el (dired-omit-files-p):
13447         * desktop.el (desktop-enable):
13448         * cus-edit.el (custom-mode-hook):
13449         * buff-menu.el (buffer-menu-mode-hook):
13450         * bookmark.el (bookmark-read-annotation-text-func)
13451         (bookmark-exit-hooks):
13452         * allout.el (allout-mode-deactivate-hook)
13453         (allout-exposure-change-hook, allout-structure-added-hook)
13454         (allout-structure-deleted-hook, allout-structure-shifted-hook):
13455         * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
13456         (dirtrack-debug): Move call to define-obsolete-variable-alias so it
13457         comes before the corresponding variable's definition.
13459 2012-05-12  Chong Yidong  <cyd@gnu.org>
13461         * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
13462         (Buffer-menu-mouse-select): Restore function (Bug#11459).
13463         (Buffer-menu-mode-map): Bind it.
13464         (Buffer-menu--pretty-name): Add a mouse-face property.
13466 2012-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13468         * progmodes/prolog.el: Use SMIE.  Cleanup regexp setup.
13469         (prolog-upper-case-string, prolog-lower-case-string)
13470         (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
13471         (prolog-use-smie, prolog-smie-grammar): New vars.
13472         (prolog-smie-forward-token, prolog-smie-backward-token)
13473         (prolog-smie-rules): New funs.
13474         (prolog-comment-indent): Remove.
13475         (prolog-mode-variables): Use default comment indentation instead.
13476         Setup SMIE.
13477         (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
13478         (prolog-mode): Don't call them any more.
13479         (prolog-electric-colon, prolog-electric-dash)
13480         (prolog-edit-menu-insert-move): Use indent-according-to-mode.
13482         * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
13484         * minibuffer.el (completion--twq-all): Again, allow case differences.
13486         * term.el: Move keymap initialization code to be more idiomatic.
13487         (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
13488         (term-terminal-menu): Move initialization into declaration.
13489         (term-escape-char): Let the user set it in her .emacs.
13491         * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
13492         Provide SMIE-based indentation (not enabled by default yet).
13493         (sh-mode-map): Don't bind electric keys.
13494         Use electric-pair-mode instead of skeleton-pair.
13495         (sh-assignment-regexp): Fit within 80 columns.
13496         (sh-indent-supported): Specify actual shell name instead of boolean.
13497         (sh--maybe-here-document): New fun, from sh-maybe-here-document.
13498         (sh-maybe-here-document): Use it.  Make obsolete.
13499         (sh-electric-here-document-mode) New minor mode.
13500         (sh-mode): Use it.  Don't set sh-indent-supported-here here.
13501         (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
13502         (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
13503         (sh-smie-rc-grammar, sh-use-smie): New vars.
13504         (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
13505         (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
13506         (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
13507         (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
13508         (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
13509         (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
13510         (sh-set-shell): Use smie-setup if requested.
13512         * term.el (term-set-escape-char): Properly set term-escape-char.
13513         See http://stackoverflow.com/questions/10524656.
13515 2012-05-10  Chong Yidong  <cyd@gnu.org>
13517         * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
13518         Use url-generic-parse-url, and handle host names and Windows
13519         filenames properly.
13520         (ffap-url-unwrap-remote): Use url-generic-parse-url.
13521         (ffap-url-unwrap-remote): Accept list values, specifying a list of
13522         URL schemes to work on.
13523         (ffap--toggle-read-only): New function.
13524         (ffap-read-only, ffap-read-only-other-window)
13525         (ffap-read-only-other-frame): Use it.
13526         (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
13527         necessary for ffap-url-unwrap-remote.
13529 2012-05-10  Dave Abrahams  <dave@boostpro.com>
13531         * cus-start.el (create-lockfiles): Add it.
13533 2012-05-09  Chong Yidong  <cyd@gnu.org>
13535         * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
13536         (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
13538 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13540         * shell.el (shell-completion-vars): Fix last change (bug#11348).
13542 2012-05-09  Chong Yidong  <cyd@gnu.org>
13544         * ansi-color.el (ansi-color-process-output): Check for validity of
13545         comint-last-output-start before using it.  This avoids a bad
13546         interaction with gdb-mi's input/output buffer.
13548 2012-05-09  Glenn Morris  <rgm@gnu.org>
13550         * files.el (dir-locals-read-from-file):
13551         Mention dir-locals in any error message.
13553 2012-05-09  Chong Yidong  <cyd@gnu.org>
13555         * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
13556         package (Bug#11410).
13558         * emacs-lisp/package.el (package-buffer-info): Avoid putting local
13559         variables into description.
13561 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13563         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
13564         shell-delimiter-argument-list (bug#11348).
13565         (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
13567 2012-05-09  Juanma Barranquero  <lekktu@gmail.com>
13569         * textmodes/rst.el: Silence byte-compiler warnings.
13570         (rst-re-alist, rst-reset-section-caches): Move around.
13571         (rst-re): Use `characterp', not `char-valid-p'.
13572         (font-lock-beg, font-lock-end): Declare.
13574         * progmodes/idlw-shell.el (specs): Remove reference to deleted
13575         variable `idlwave-shell-activate-alt-keybindings' and simplify.
13577         * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
13579 2012-05-08  Glenn Morris  <rgm@gnu.org>
13581         * files.el (auto-mode-alist): Treat ".make" like ".mk".
13583 2012-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13585         * vc/log-edit.el: Add GNU coding standards highlighting.
13586         (log-edit-font-lock-gnu-style)
13587         (log-edit-font-lock-gnu-keywords): New vars.
13588         (log-edit-font-lock-keywords): New fun.
13589         (log-edit-mode): Don't fold case in font-lock.
13590         (log-edit-font-lock-keywords): Do not assume case-folding.
13592         * imenu.el: Misc cleanup.  Make docstrings out of comments.
13593         Use lexical-binding.
13594         (imenu--index-alist, imenu--last-menubar-index-alist)
13595         (imenu-menubar-modified-tick): Use defvar-local.
13596         (imenu--split-menu): Remove unused var.
13597         (imenu--cleanup-seen): Declare as global.
13598         (imenu--cleanup): Use dolist.
13600         * subr.el (defvar-local): Add debug spec and doc-string position.
13602 2012-05-08  Glenn Morris  <rgm@gnu.org>
13604         * language/burmese.el, language/cham.el, language/czech.el:
13605         * language/english.el, language/georgian.el, language/greek.el:
13606         * language/japanese.el, language/khmer.el, language/korean.el:
13607         * language/lao.el, language/misc-lang.el, language/romanian.el:
13608         * language/sinhala.el, language/slovak.el, language/tai-viet.el:
13609         * language/thai.el, language/utf-8-lang.el:
13610         Remove no-byte-compile setting.
13612         * play/zone.el (zone-pgm-stress): Don't pollute kill-ring.  (Bug#11388)
13614 2012-05-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
13616         * progmodes/make-mode.el (makefile-browse):
13617         Remove unnecessary interactive.  (Bug#11324)
13619 2012-05-07  Glenn Morris  <rgm@gnu.org>
13621         * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
13623         * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
13625 2012-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13627         * loadup.el: Preload newcomment.el.
13628         * newcomment.el: Move autoload-only code to toplevel.
13630         * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
13631         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
13632         Handle new :right-align column property.
13633         (tabulated-list-print-col): Idem, plus use `display' text-property to
13634         try and preserve alignment for variable pitch fonts.
13636 2012-05-07  Chong Yidong  <cyd@gnu.org>
13638         * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
13639         (tabulated-list-use-header-line): New var.
13640         (tabulated-list-init-header): Use it.
13641         (tabulated-list-print-fake-header): New function.
13642         (tabulated-list-print): Use it.
13643         (tabulated-list-sort-button-map): Add non-header-line commands.
13644         (tabulated-list-init-header): Add column name property to basic
13645         labels as well.
13646         (tabulated-list-col-sort): Handle non-header-line button case.
13647         (tabulated-list--sort-by-column-name): Fix a corner case.
13649         * buff-menu.el (list-buffers--refresh):
13650         Handle Buffer-menu-use-header-line.
13652 2012-05-06  Chong Yidong  <cyd@gnu.org>
13654         * buff-menu.el: Convert to Tabulated List mode.
13655         (Buffer-menu-buffer+size-width): Make obsolete.
13656         (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
13657         (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
13658         (Buffer-menu-mode): Derive from tabulated-list-mode.  Move command
13659         documentation into docstring of buffer-menu.
13660         (Buffer-menu-toggle-files-only): Add an informative message.
13661         (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
13662         (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
13663         (Buffer-menu-unmark, Buffer-menu-backup-unmark)
13664         (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
13665         (Buffer-menu-execute, Buffer-menu-select)
13666         (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
13667         (Buffer-menu-bury): Use Tabulated List machinery.
13668         (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
13669         (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
13670         Delete.
13671         (list-buffers--refresh): New function.
13672         (list-buffers-noselect): Use it.
13673         (tabulated-list-entry-size->, Buffer-menu--pretty-name)
13674         (Buffer-menu--pretty-file-name): New helper functions.
13676         * loadup.el: Preload tabulated-list.
13678         * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
13679         tabulated-list-sort-column.
13680         (tabulated-list-init-header): Add the initial aligning space even
13681         if tabulated-list-padding is zero.
13683 2012-05-06  Christopher Schmidt  <christopher@ch.ristopher.com>
13685         * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
13686         whose cdr is not a cons cell correctly (bug#11038).
13688 2012-05-06  Chong Yidong  <cyd@gnu.org>
13690         * emacs-lisp/tabulated-list.el (tabulated-list-format):
13691         Accept additional plist in column descriptors.
13692         (tabulated-list-init-header): Obey it.
13693         (tabulated-list-get-entry): New function.
13694         (tabulated-list-put-tag): Use it.  Use string-width instead of
13695         length.
13696         (tabulated-list--column-number): New function.
13697         (tabulated-list-print): Use it.
13698         (tabulated-list-print-col): New function.
13699         Set `tabulated-list-column-name' property on each column's text.
13700         (tabulated-list-print-entry): Use it.
13701         (tabulated-list-delete-entry, tabulated-list-set-col):
13702         New functions.
13703         (tabulated-list-sort-column): New command (Bug#11337).
13705         * buff-menu.el (list-buffers): Move C-x C-b binding from
13706         buff-menu.el to bindings.el.
13708         * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
13709         :advertised-binding feature.
13711 2012-05-06  Troels Nielsen  <bn.troels@gmail.com>  (tiny change)
13713         * progmodes/compile.el (compilation-internal-error-properties):
13714         Calculate start position correctly when end-col is set but
13715         end-line is not (Bug#11382).
13717 2012-05-06  Wolfgang Jenkner  <wjenkner@inode.at>
13719         * man.el (Man-unindent): Use text-property-default-nonsticky to
13720         prevent untabify from inheriting face properties (Bug#11408).
13722 2012-05-05  Stefan Merten  <smerten@oekonux.de>
13724         * textmodes/rst.el: Major merge with upstream development up to
13725         Docutils SVN r7399 / rst.el V1.2.1.
13727         Clarify maintainership and authors.
13729         (rst-extract-version, rst-cvs-header, rst-cvs-rev)
13730         (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
13731         (rst-official-version, rst-official-cvs-rev, rst-version)
13732         (rst-package-emacs-version-alist): New functions and variables
13733         for version information.
13735         (rst-bullets, rst-uri-schemes, rst-adornment-chars)
13736         (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
13737         (rst-mode-syntax-table, rst-mode): New and corrected functions
13738         and variables representing reStructuredText features.
13740         (rst-re): New function for reStructuredText regexes.  Use in
13741         many places.
13743         (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
13744         (rst-mode-map): Rebind keys.
13746         (rst-mode-lazy, rst-font-lock-keywords)
13747         (rst-font-lock-extend-region)
13748         (rst-font-lock-extend-region-internal)
13749         (rst-font-lock-extend-region-extend)
13750         (rst-font-lock-find-unindented-line-limit)
13751         (rst-font-lock-find-unindented-line-match)
13752         (rst-adornment-level, rst-font-lock-adornment-level)
13753         (rst-font-lock-adornment-match)
13754         (rst-font-lock-handle-adornment-pre-match-form)
13755         (rst-font-lock-handle-adornment-matcher): Major revision of
13756         font-locking.  Integrate with other code.  Use `jit-lock-mode'.
13758         (rst-preferred-adornments, rst-adjust-hook)
13759         (rst-new-adornment-down, rst-preferred-bullets)
13760         (rst-preferred-bullets, rst-indent, rst-indent-width)
13761         (rst-indent-field, rst-indent-literal-normal)
13762         (rst-indent-literal-minimized, rst-indent-comment): Change,
13763         extend and improve customization.
13765         (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
13766         (rst-normalize-cursor-position, rst-get-decoration)
13767         (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
13768         (rst-rstrip, rst-toc-insert-find-delete-contents)
13769         (rst-shift-fill-region, rst-compute-bullet-tabs)
13770         (rst-debug-print-tabs, rst-debug-mark-found)
13771         (rst-shift-region-guts, rst-shift-region-right)
13772         (rst-shift-region-left, rst-use-char-classes)
13773         (rst-font-lock-keywords-function)
13774         (rst-font-lock-indentation-point)
13775         (rst-font-lock-find-unindented-line-begin)
13776         (rst-font-lock-find-unindented-line-end)
13777         (rst-font-lock-find-unindented-line)
13778         (rst-font-lock-adornment-point, rst-font-lock-level)
13779         (rst-adornment-level-alist): Remove functions and variables.
13781         (rst-compare-adornments, rst-get-adornment-match)
13782         (rst-suggest-new-adornment, rst-get-adornments-around)
13783         (rst-adornment-complete-p, rst-get-next-adornment)
13784         (rst-adjust-adornment, rst-display-adornments-hierarchy)
13785         (rst-straighten-adornments): Standardize function names to
13786         use "adornment" instead of "decoration".  Correct callers.
13787         Similar standardizing in many places.
13789         (rst-update-section, rst-adjust, rst-promote-region)
13790         (rst-enumerate-region, rst-bullet-list-region)
13791         (rst-repeat-last-character): Correct use of `interactive'.
13793         (rst-classify-adornment, rst-find-all-adornments)
13794         (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
13795         (rst-find-leftmost-column, rst-repeat-last-character):
13796         Refactor functions.
13798         (rst-find-title-line, rst-reset-section-caches)
13799         (rst-get-adornments-around, rst-adjust-adornment-work)
13800         (rst-arabic-to-roman, rst-roman-to-arabic)
13801         (rst-insert-list-pos, rst-insert-list-new-item)
13802         (rst-insert-list-continue, rst-insert-list, rst-forward-line):
13803         New functions.
13805         (rst-all-sections, rst-section-hierarchy)
13806         (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
13807         New variables.
13809         (rst-toc-return-wincfg, rst-toc-quit-window): Use window
13810         configuration instead of only buffer.  Change where necessary.
13812         (rst-line-tabs, rst-compute-tabs, rst-indent-line)
13813         (rst-shift-region, rst-adaptive-fill): New functions for
13814         indentation and filling.
13816         (rst-comment-line-break, rst-comment-indent)
13817         (rst-comment-insert-comment, rst-comment-region)
13818         (rst-uncomment-region): New functions for handling comments.
13820         (rst-compile): Quote shell arguments.
13822         (rst-compile-pdf-preview, rst-compile-slides-preview):
13823         Delete temporary files after use.
13825 2012-05-05  Glenn Morris  <rgm@gnu.org>
13827         * calendar/cal-html.el: Optionally include holidays in the output.
13828         Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
13829         (cal-html-holidays): New option.
13830         (cal-html-css-default): Add holiday entry.
13831         (holiday-in-range): Autoload it.
13832         (cal-html-htmlify-entry): Add optional class argument.
13833         (cal-html-htmlify-list): Add optional holidays argument.
13834         (cal-html-insert-agenda-days): Include holidays in the output.
13835         (cal-html-one-month): Maybe include holidays.
13837         * calendar/holidays.el (holiday-in-range):
13838         Move here from cal-tex-list-holidays.
13839         * calendar/cal-tex.el (cal-tex-list-holidays):
13840         Make it an obsolete alias for holiday-in-range.  Update all callers.
13842 2012-05-05  Chong Yidong  <cyd@gnu.org>
13844         * select.el (xselect--encode-string): Always use utf-8 for TEXT on
13845         Nextstep.
13847 2012-05-05  Ransom Williams  <auvergnerw@gmail.com>  (tiny change)
13849         * files.el (file-auto-mode-skip): New var.
13850         (set-auto-mode-1): Use it.
13852 2012-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13854         * repeat.el: Use lexical-binding.
13855         (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
13856         (repeat-undo-count): Remove.
13857         (repeat):
13858         * progmodes/octave-mod.el (octave-abbrev-start):
13859         * progmodes/f90.el (f90-abbrev-start):
13860         * face-remap.el (text-scale-adjust):
13861         * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
13863         * emacs-lisp/pcase.el (pcase--let*): New function.
13864         (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
13865         a bit more.
13866         (pcase--split-pred): Be more clever about ruling out overlap between
13867         a predicate and some constant pattern.
13868         (pcase--q1): Use `null' instead of (eq foo nil).
13870         * subr.el (setq-local, defvar-local): New macros.
13871         (kbd): Redefine as an alias.
13872         (with-selected-window): Leave unrelated frames alone.
13873         (set-temporary-overlay-map): New function.
13875 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13877         * subr.el (user-error): New function.
13878         * window.el (switch-to-buffer):
13879         * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
13880         (smerge-match-conflict):
13881         * simple.el (previous-matching-history-element)
13882         (next-matching-history-element, goto-history-element, undo-more)
13883         (undo-start):
13884         * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
13885         (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
13886         (next-file, tags-loop-scan, list-tags, complete-tag):
13887         * progmodes/compile.el (compilation-loop):
13888         * mouse.el (mouse-minibuffer-check):
13889         * man.el (Man-bgproc-sentinel, Man-goto-page):
13890         * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
13891         (Info-history-forward, Info-follow-reference, Info-menu)
13892         (Info-extract-menu-item, Info-extract-menu-counting)
13893         (Info-forward-node, Info-backward-node, Info-next-menu-item)
13894         (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
13895         (Info-next-reference, Info-prev-reference, Info-index)
13896         (Info-index-next, Info-follow-nearest-node)
13897         (Info-copy-current-node-name):
13898         * imenu.el (imenu--make-index-alist)
13899         (imenu-default-create-index-function, imenu-add-to-menubar):
13900         * files.el (basic-save-buffer, recover-file):
13901         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13902         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
13903         (checkdoc-message-text, checkdoc-defun):
13904         * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
13905         * cus-edit.el (customize-changed-options, customize-rogue)
13906         (customize-saved, custom-variable-set, custom-variable-mark-to-save)
13907         (custom-variable-mark-to-reset-standard)
13908         (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
13909         (custom-file):
13910         * completion.el (check-completion-length):
13911         * comint.el (comint-search-arg)
13912         (comint-previous-matching-input-string-position)
13913         (comint-previous-matching-input)
13914         (comint-replace-by-expanded-history-before-point, comint-send-input)
13915         (comint-copy-old-input, comint-backward-matching-input)
13916         (comint-goto-process-mark, comint-set-process-mark):
13917         * calendar/calendar.el (calendar-cursor-to-date): Use it.
13918         * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
13920 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13922         * dabbrev.el (dabbrev--ignore-case-p): New function.
13923         (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
13924         Use it.
13926         * files.el (automount-dir-prefix): Mark as obsolete.
13928 2012-05-04  Glenn Morris  <rgm@gnu.org>
13930         * patcomp.el, play/bruce.el: Move to obsolete/.
13932 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
13934         Fix minor Y10k bugs.
13935         * arc-mode.el (archive-unixdate):
13936         * autoinsert.el (auto-insert-alist):
13937         * calc/calc-forms.el (math-this-year):
13938         * emacs-lisp/copyright.el (copyright-current-year)
13939         (copyright-update-year, copyright):
13940         * tar-mode.el (tar-clip-time-string):
13941         * time.el (display-time-update):
13942         Don't assume years have 4 digits.
13944 2012-05-04  Chong Yidong  <cyd@gnu.org>
13946         * dos-w32.el (file-name-buffer-file-type-alist)
13947         (direct-print-region-use-command-dot-com):
13948         * ffap.el (ffap-menu-regexp):
13949         * find-file.el (ff-special-constructs):
13950         * follow.el (follow-debug):
13951         * forms.el (forms--debug):
13952         * iswitchb.el (iswitchb-all-frames):
13953         * ido.el (ido-all-frames):
13954         * emacs-lisp/timer.el (timer-max-repeats):
13955         * mail/feedmail.el (feedmail-mail-send-hook)
13956         (feedmail-mail-send-hook-queued):
13957         * mail/footnote.el (footnote-signature-separator):
13958         * mail/mailabbrev.el (mail-alias-separator-string)
13959         (mail-abbrev-mode-regexp):
13960         * mail/rmail.el (rmail-speedbar-match-folder-regexp):
13961         * progmodes/idlwave.el (idlwave-libinfo-file)
13962         (idlwave-default-completion-case-is-down)
13963         (idlwave-library-routines): Convert defvars to defcustoms.
13965         * mail/rmail.el (rmail-decode-mime-charset):
13966         * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
13967         (idlwave-shell-fix-inserted-breaks)
13968         (idlwave-shell-activate-alt-keybindings)
13969         (idlwave-shell-use-breakpoint-glyph):
13970         * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
13972 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13974         * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
13976 2012-05-03  Wilson Snyder  <wsnyder@wsnyder.org>
13978         * progmodes/verilog-mode.el (font-lock-keywords):
13979         Fix mis-highligting auto.  Reported by Craig Barner.
13980         (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
13981         defines from global name space.  Reported by Dan Dever.
13982         (verilog-auto-reset, verilog-auto-reset-widths)
13983         (verilog-auto-tieoff): Support using unbased numbers for
13984         AUTORESET and AUTOTIEOFF.
13985         (verilog-submit-bug-report): Update variable list.
13986         (verilog-read-auto-params): Fix AUTOINPUT regexps containing
13987         parenthesis from not matching.  Reported by Michael Rytting.
13988         (verilog-auto-template-lint): Fix hash error when linting modules
13989         with no used templates.
13990         (verilog-warn, verilog-warn-error)
13991         (verilog-warn-fatal): When non-interactive report multiple
13992         warnings before exiting.  Suggested by Brad Dobbie.
13993         (verilog-auto-template-lint, verilog-auto-template-warn-unused)
13994         (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
13995         to report unused template errors.  Reported by Brad Dobbie.
13996         (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
13997         nets, bug438.  Reported by Vns Blore.
13998         (verilog-auto-inout-module, verilog-auto-reg)
13999         (verilog-read-decls, verilog-read-sub-decls-sig)
14000         (verilog-signals-edit-wire-reg, verilog-signals-with):
14001         Fix passing of Verilog data types in ANSI input/output ports
14002         such as "output logic" into the AUTOs.  Special case "wire" and
14003         "reg" for backwards compatibility presuming Verilog 2001.
14004         (verilog-auto-ascii-enum): Add "auto enum" as alias.
14005         (verilog-preprocess): Fix replication of preprocess output.
14006         Reported by Brad Dobbie.
14007         (verilog-auto-inst-interfaced-ports):
14008         Create verilog-auto-inst-interfaced-ports, bug429.
14009         Reported by Julian Gorfajn.
14010         (verilog-after-save-font-hook)
14011         (verilog-before-save-font-hook): New variable.
14012         (verilog-modi-cache-results, verilog-save-font-mod-hooked)
14013         (verilog-save-font-mods): Wrap disabling fontification, reported
14014         by David Rogoff.
14015         (verilog-do-indent, verilog-pretty-declarations-auto)
14016         (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
14017         Reported by Pierre-David Pfister.
14018         (verilog-set-auto-endcomments): Fix endtask auto comments outside
14019         of class declarations, bug292.  Reported by Kevin Heilman.
14020         (verilog-read-decls): Fix 'parameter type' not appearing in
14021         AUTOINSTPARAM, bug340.  Reported by Jonathan Greenlaw.
14022         (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
14023         AUTOINPUTs, bug411.  Reported by Jonathan Greenlaw.
14024         (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
14025         Reported by David Kravitz.
14027 2012-05-03  Michael McNamara  <mac@mail.brushroad.com>
14029         * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
14030         assignment with tests in ifs and for loops.
14031         (verilog-extended-complete-re, verilog-complete-reg): Change so
14032         that DPI inport functions don't look like fuction declarations.
14033         (verilog-pretty-expr): Don't line up assignment
14034         operations to the test and increment in if and for loops
14035         (verilog-extended-complete-re, verilog-complete-reg): Change so
14036         that DPI inport functions don't look like fuction declarations.
14038 2012-05-03  Kenichi Handa  <handa@m17n.org>
14040         * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
14041         decoding, and show a warning message without signaling an error
14042         (Bug#11282).
14044 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14046         * emacs-lisp/bytecomp.el
14047         (byte-compile-file-form-custom-declare-variable): Compile all elements,
14048         since cconv.el might have introduced :fun-body, internal-make-closure,
14049         and friends for bytecomp to handle (bug#11391).
14050         * custom.el (defcustom): Avoid ((λ ..) ..).
14052 2012-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14054         * subr.el (read-passwd): Better clean after ourselves (bug#11392).
14056 2012-05-02  Juanma Barranquero  <lekktu@gmail.com>
14058         * notifications.el (dbus-debug):
14059         * term/linux.el (gpm-mouse-enable):
14060         * term/screen.el (xterm-register-default-colors): Declare.
14062 2012-05-02  Chong Yidong  <cyd@gnu.org>
14064         * cus-start.el (gc-cons-percentage, exec-suffixes)
14065         (dos-display-scancodes, dos-hyper-key, dos-super-key)
14066         (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
14067         (make-cursor-line-fully-visible, void-text-area-pointer)
14068         (font-list-limit): Add customization data.
14070         * allout.el (allout-exposure-change-functions)
14071         (allout-structure-added-functions)
14072         (allout-structure-deleted-functions)
14073         (allout-structure-shifted-functions): Rename abnormal hooks from
14074         *-hook, and convert to defcustoms.
14075         (allout-after-copy-or-kill-hook, allout-post-undo-hook):
14076         Convert to defcustoms.
14077         (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
14079         * allout-widgets.el: Hook callers changed.
14081 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
14083         * mail/rmail.el (rmail-yank-current-message): Use the encoding of
14084         the yanked message in preference to the default value of
14085         buffer-file-coding-system.
14087 2012-05-02  Martin Rudalics  <rudalics@gmx.at>
14089         * window.el (display-buffer--action-function-custom-type):
14090         Fix entry.
14092 2012-05-02  Alan Mackenzie  <acm@muc.de>
14094         * progmodes/cc-defs.el (c-version): Update to 5.32.3.
14096 2012-05-01  Glenn Morris  <rgm@gnu.org>
14098         * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
14100         * eshell/esh-cmd.el (eshell-debug-command): Doc fix.  Add :set.
14102         * cus-edit.el (custom-variable-documentation): Simplify with format.
14104 2012-05-01  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
14105             Stefan Monnier  <monnier@iro.umontreal.ca>
14107         * simple.el (suggest-key-bindings, execute-extended-command):
14108         Move from keyboard.c.
14110 2012-05-01  Chong Yidong  <cyd@gnu.org>
14112         * follow.el: Eliminate advice.
14113         (set-process-filter, process-filter, sit-for): Advice deleted.
14114         (follow-mode-off-hook): Obsolete hook removed.
14115         (follow-avoid-tail-recenter-p, follow-process-filter-alist):
14116         Vars deleted.
14117         (follow-auto): Use a :set function.
14118         (follow-mode): Rewritten.  Don't advise process filters.
14119         (follow-switch-to-current-buffer-all, follow-scroll-up)
14120         (follow-scroll-down): Assume follow-mode is bound.
14121         (follow-comint-scroll-to-bottom)
14122         (follow-align-compilation-windows): New functions.
14123         (follow--window-sorter): New function.
14124         (follow-all-followers): Use it to explicitly sort windows by their
14125         positions; don't make assumptions about next-window order.
14126         (follow-windows-start-end, follow-delete-other-windows-and-split)
14127         (follow-calc-win-start): Doc fix.
14128         (follow-windows-aligned-p, follow-select-if-visible): Don't call
14129         vertical-motion unnecessarily.
14130         (follow-adjust-window): New function.
14131         (follow-post-command-hook): Use it.
14132         (follow-call-set-process-filter, follow-call-process-filter)
14133         (follow-intercept-process-output, follow-tidy-process-filter-alist)
14134         (follow-stop-intercept-process-output, follow-generic-filter):
14135         Functions deleted.
14136         (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
14137         (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
14138         New functions, replacing advice on scroll-bar-* commands.
14139         (follow-mwheel-scroll): New function (Bug#4112).
14141         * comint.el (comint-adjust-point): New function.
14142         (comint-postoutput-scroll-to-bottom): Use it.
14143         Call follow-comint-scroll-to-bottom for Follow mode buffers.
14145 2012-05-01  Glenn Morris  <rgm@gnu.org>
14147         * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
14148         * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
14149         * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
14150         * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
14151         * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
14152         Remove no-byte-compile setting.
14154 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14156         * minibuffer.el (completion-table-with-quoting): Fix compatibility
14157         all-completions code to not return a number in the last cdr.
14159 2012-04-30  Leo Liu  <sdl.web@gmail.com>
14161         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
14162         read-only error.
14164 2012-04-29  Chong Yidong  <cyd@gnu.org>
14166         * follow.el (follow-calc-win-end): Rewrite to handle partial
14167         screen lines correctly (Bug#8390).
14168         (follow-avoid-tail-recenter): Minor cleanup.
14170 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14172         Avoid the obsolete `assoc' package.
14173         * speedbar.el (speedbar-refresh): Avoid adelete.
14174         (speedbar-file-lists): Simplify and avoid aput.
14175         * man.el (Man--sections, Man--refpages): New vars, replacing
14176         Man-sections-alist and Man-refpages-alist.
14177         (Man-build-section-alist, Man-build-references-alist):
14178         Use them; avoid aput.
14179         (Man--last-section, Man--last-refpage): New vars.
14180         (Man-follow-manual-reference): Use them.
14181         Use the `default' arg of completing-read.
14182         (Man-goto-section): Idem.  Move prompt to the `interactive' spec.
14184 2012-04-27  Chong Yidong  <cyd@gnu.org>
14186         * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
14188         * startup.el (x-apply-session-resources): New function.
14190         * term/ns-win.el (ns-initialize-window-system):
14191         * term/w32-win.el (w32-initialize-window-system):
14192         * term/x-win.el (x-initialize-window-system): Use it to properly
14193         set menu-bar-mode and other vars from X resources, even if the
14194         initial frame is not a window-system frame (Bug#2299).
14196         * subr.el (read-key): Avoid running filter function when setting
14197         up temporary tool bar entries (Bug#9922).
14199 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
14201         * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
14202         (Bug#11344)
14204 2012-04-27  Chong Yidong  <cyd@gnu.org>
14206         * select.el (xselect--encode-string): New function, split from
14207         xselect-convert-to-string.
14208         (xselect-convert-to-string): Use it.
14209         (xselect-convert-to-filename, xselect-convert-to-os)
14210         (xselect-convert-to-host, xselect-convert-to-user): Ensure that
14211         returned strings are properly encoded (Bug#11315).
14213 2012-04-27  Chong Yidong  <cyd@gnu.org>
14215         * simple.el (delete-active-region): Move to killing custom group.
14217 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
14219         * progmodes/which-func.el (which-func-current): Quote %
14220         characters for mode-line processing.
14222 2012-04-27  Chong Yidong  <cyd@gnu.org>
14224         * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
14225         reaching eob (Bug#11286).
14227 2012-04-27  Eli Zaretskii  <eliz@gnu.org>
14229         * progmodes/gdb-mi.el (gdb-control-level): New variable.
14230         (gdb): Make it buffer-local and init to zero.
14231         (gdb-control-commands-regexp): New variable.
14232         (gdb-send): Don't wrap in "-interpreter-exec console" if
14233         gdb-control-level is positive.  Increment gdb-control-level
14234         whenever the command matches gdb-control-commands-regexp, and
14235         decrement it each time the command is "end".  (Bug#11279)
14237 2012-04-27  Martin Rudalics  <rudalics@gmx.at>
14239         * window.el (adjust-window-trailing-edge, enlarge-window)
14240         (shrink-window, window-resize):
14241         * mouse.el (mouse-drag-line): Fix resizing of minibuffer
14242         windows (Bug#11276).
14244 2012-04-27  Chong Yidong  <cyd@gnu.org>
14246         * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
14247         fix "missing prefix" warning.  All callers changed.
14249 2012-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14251         * emacs-lisp/assoc.el: Move to obsolete/.
14253 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14255         * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
14257         * term/ns-win.el (ns-define-service):
14258         * progmodes/pascal.el (pascal-goto-defun):
14259         * progmodes/js.el (js--read-tab):
14260         * progmodes/etags.el (tags-lazy-completion-table):
14261         * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
14262         * emacs-lisp/ewoc.el (ewoc--wrap):
14263         * emacs-lisp/assoc.el (aput, adelete, amake):
14264         * doc-view.el (doc-view-convert-current-doc):
14265         * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
14267 2012-04-26  Chong Yidong  <cyd@gnu.org>
14269         * image.el (image-type-from-buffer): Only return supported image
14270         type (Bug#9045).
14272         * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
14273         value, for symmetry with diff-end-of-hunk.
14274         (diff-split-hunk, diff-find-source-location)
14275         (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
14276         (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
14277         (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
14278         compute the relevant hunk or file properly (Bug#6005).
14279         (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
14281 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14283         * vc/vc-mtn.el:
14284         * vc/vc-hg.el:
14285         * vc/vc-git.el:
14286         * vc/vc-dir.el:
14287         * vc/vc-cvs.el:
14288         * vc/vc-bzr.el:
14289         * vc/vc-arch.el:
14290         * vc/vc.el: Replace lexical-let by lexical-binding.
14291         * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
14292         * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
14293         * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
14295 2012-04-26  Chong Yidong  <cyd@gnu.org>
14297         * vc/diff-mode.el (diff-undo): New command (Bug#5302).
14298         (diff-mode-shared-map): Bind it to / and [remap undo].
14300         * vc/ediff-wind.el (ediff-setup-windows-default): New function.
14301         (ediff-window-setup-function): Use it as the default, to set up
14302         windows based on whether the current frame is graphical (Bug#2138).
14303         (ediff-choose-window-setup-function-automatically): Make obsolete.
14305         * vc/ediff-init.el: Always define ediff-pixel-width/height.
14307 2012-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14309         * ffap.el: Remove old code for obsolete package.
14310         (ffap-complete-as-file-p): Remove.
14312         Use completion-table-with-quoting for comint and pcomplete.
14313         * comint.el (comint--unquote&requote-argument)
14314         (comint--unquote-argument, comint--requote-argument): New functions.
14315         (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
14316         (comint-quote-filename): Use regexp-opt-charset.
14317         (comint--common-suffix, comint--common-quoted-suffix)
14318         (comint--table-subvert): Remove.
14319         (comint-unquote-function, comint-requote-function): New vars.
14320         (comint--complete-file-name-data): Use them with
14321         completion-table-with-quoting.
14322         * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
14323         * pcomplete.el (pcomplete-arg-quote-list)
14324         (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
14325         (pcomplete-unquote-argument-function): Default to non-nil.
14326         (pcomplete-unquote-argument): Simplify.
14327         (pcomplete--common-quoted-suffix): Remove.
14328         (pcomplete-requote-argument-function): New var.
14329         (pcomplete--common-suffix): New function.
14330         (pcomplete-completions-at-point): Use completion-table-with-quoting
14331         and completion-table-subvert.
14333         * minibuffer.el: Use completion-table-with-quoting for read-file-name.
14334         (minibuffer--double-dollars): Preserve properties.
14335         (completion--sifn-requote): New function.
14336         (completion--file-name-table): Rewrite using it and c-t-with-quoting.
14338         * minibuffer.el: Add support for completion of quoted/escaped data.
14339         (completion-table-with-quoting, completion-table-subvert): New funs.
14340         (completion--twq-try, completion--twq-all): New functions.
14341         (completion--nth-completion): New function.
14342         (completion-try-completion, completion-all-completions): Use it.
14344 2012-04-25  Leo Liu  <sdl.web@gmail.com>
14346         * progmodes/python.el (python-pdbtrack-get-source-buffer):
14347         Use compilation-message if available to find real filename.
14349 2012-04-25  Chong Yidong  <cyd@gnu.org>
14351         * vc/diff-mode.el (diff-setup-whitespace): New function.
14352         (diff-mode): Use it.
14354         * vc/diff.el (diff-sentinel):
14355         * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
14356         Whitespace mode variables based on diff style (Bug#8612).
14358 2012-04-25  Leo Liu  <sdl.web@gmail.com>
14360         * progmodes/python.el (python-send-region): Add suffix .py to the
14361         temp file.
14363         * files.el (auto-mode-alist): Use javascript-mode instead.
14365 2012-04-25  Alex Harsanyi  <AlexHarsanyi@gmail.com>
14367         Sync with soap-client repository.  Support SOAP simpleType (Bug#10331).
14369         * net/soap-client.el (soap-resolve-references-for-sequence-type)
14370         (soap-resolve-references-for-array-type): Hack to prevent self
14371         references, see Bug#9.
14372         (soap-parse-envelope): Report the contents of the 'detail' node
14373         when receiving a fault reply.
14374         (soap-parse-envelope): Report the contents of the entire 'detail' node.
14376         * net/soap-inspect.el (soap-sample-value-for-simple-type)
14377         (soap-inspect-simple-type): New function.
14379         * net/soap-client.el (soap-simple-type): New struct.
14380         (soap-default-xsd-types, soap-default-soapenc-types)
14381         (soap-decode-basic-type, soap-encode-basic-type):
14382         support unsignedInt and double basic types.
14383         (soap-resolve-references-for-simple-type)
14384         (soap-parse-simple-type, soap-encode-simple-type): New function.
14385         (soap-parse-schema): Parse xsd:simpleType declarations.
14387         * net/soap-client.el (soap-default-xsd-types)
14388         (soap-default-soapenc-types): Add integer, byte and anyURI types.
14389         (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
14390         the local name of "soapenc:Array".
14391         (soap-decode-basic-type, soap-encode-basic-type): Support encoding
14392         decoding integer, byte and anyURI xsd types.
14394 2012-04-25  Chong Yidong  <cyd@gnu.org>
14396         * cus-edit.el (custom-buffer-create-internal): Update header text.
14398 2012-04-25  Eli Zaretskii  <eliz@gnu.org>
14400         * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
14401         settings on 'system-type', not on 'window-system'.  On MS-Windows,
14402         set interactive-mode on in GDB.
14404 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14406         * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
14407         (ruby-syntax-propertize-regexp): Remove.
14408         (ruby-syntax-propertize-function): Split regexp into chunks.
14409         Match following code directly.
14411 2012-04-24  Dmitry Gutov  <dgutov@yandex.ru>
14413         * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
14414         (ruby-syntax-propertize-regexp): New function.
14415         (ruby-syntax-propertize-function): Use it to handle regexp not preceded
14416         by a special keyword.
14418         * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
14419         (ruby-syntax-general-delimiters-goto-beg)
14420         (ruby-syntax-propertize-general-delimiters): New functions.
14421         (ruby-syntax-propertize-function): Use them to handle GDL.
14422         (ruby-font-lock-keywords): Move old handling of GDL...
14423         (ruby-font-lock-syntactic-keywords): .. to here.
14424         (ruby-calculate-indent): Adjust indentation for GDL.
14426 2012-04-24  Michael Albinus  <michael.albinus@gmx.de>
14428         * notifications.el (top): Remove unneeded declarations.
14429         (notifications-specification-version): Change to "1.2".
14430         (notifications-interface, notifications-notify-method)
14431         (notifications-close-notification-method): Fix docstring.
14432         (notifications-get-capabilities-method): New defconst.
14433         (notifications-notify): Add :action-items, :resident and
14434         :transient hints.  Change "image_data" to "image-data" and
14435         "image_path" to "image-path".
14436         (notifications-get-capabilities): New defun.
14438 2012-04-24  Leo Liu  <sdl.web@gmail.com>
14440         * progmodes/python.el: Move hideshow setup to the end.
14442 2012-04-24  Martin Rudalics  <rudalics@gmx.at>
14444         * window.el (handle-select-window): Clear echo area since this is
14445         no more done by read_char (Bug#11304).
14447 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14449         * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
14450         and `/ M' to filter-derived-mode.
14451         * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
14452         (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
14453         (ibuffer-mark-by-mode): Use default rather than initial-input.
14454         (ibuffer-filter-by-derived-mode): Autoload and require-match.
14456 2012-04-24  Ivan Andrus  <darthandrus@gmail.com>  (tiny change)
14458         * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
14459         (ibuffer-filter-by-derived-mode): New filter.
14460         * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
14462 2012-04-23  Andreas Politz  <politza@fh-trier.de>
14464         * subr.el (accept-change-group): Fix arg usage (Bug#6095).
14466 2012-04-23  Chong Yidong  <cyd@gnu.org>
14468         * cus-edit.el (customize-apropos, customize-apropos-options):
14469         Disable matching of non-option variables (Bug#11176).
14470         (customize-option, customize-option-other-window)
14471         (customize-changed-options): Doc fix.
14472         (customize-apropos-options, customize-apropos-faces)
14473         (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
14475         * apropos.el (apropos-read-pattern): Make prompt less cryptic.
14476         Fix word list splitting (Bug#11132).
14477         (apropos-symbol, apropos-keybinding, apropos-label)
14478         (apropos-property, apropos-function-button)
14479         (apropos-variable-button, apropos-misc-button): New faces.
14480         (apropos-symbol-face, apropos-keybinding-face)
14481         (apropos-label-face, apropos-property-face, apropos-match-face):
14482         Variables removed (Bug#8396).
14483         (apropos-library-button, apropos-format-plist, apropos-print)
14484         (apropos-print-doc, apropos-describe-plist): Callers changed.
14486 2012-04-23  Michael Albinus  <michael.albinus@gmx.de>
14488         * net/xesam.el (xesam-mode-map): Use let-bound map in
14489         initialization.  (Bug#11292)
14491 2012-04-23  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
14493         Preserve ispell session localwords when switching back to
14494         original buffer.
14496         * textmodes/ispell.el (ispell-buffer-session-localwords):
14497         New buffer-local variable to hold buffer session localwords.
14498         (ispell-kill-ispell): Add option 'clear to delete session
14499         localwords.
14500         (ispell-command-loop, ispell-change-dictionary)
14501         (ispell-buffer-local-words): Preserve session localwords when
14502         needed.
14504         * textmodes/flyspell.el (flyspell-process-localwords)
14505         (flyspell-do-correct): Preserve session localwords when needed.
14507 2012-04-23  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
14509         * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
14510         using obsolete `translation-table-for-input'.
14511         (ispell-word, ispell-process-line, ispell-complete-word):
14512         Use plain `insert' instead of removed `ispell-insert-word'.
14514 2012-04-22  Chong Yidong  <cyd@gnu.org>
14516         * cus-edit.el (custom-variable-menu)
14517         (custom-variable-reset-saved, custom-face-menu)
14518         (custom-face-reset-saved): If there is no saved value, make the
14519         "reset-saved" operation bring back the default (Bug#9509).
14520         (custom-face-state): Properly detect themed faces.
14522         * faces.el (face-spec-set): Stop supporting deprecated form of
14523         third arg.
14525 2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
14527         Move functions from C to Lisp.  Make non-blocking method calls
14528         the default.  Implement further D-Bus standard interfaces.
14530         * net/dbus.el (dbus-message-internal): Declare function.
14531         Remove unneeded function declarations.
14532         (defvar dbus-message-type-invalid, dbus-message-type-method-call)
14533         (dbus-message-type-method-return, dbus-message-type-error)
14534         (dbus-message-type-signal): Declare variables.  Remove local
14535         definitions.
14536         (dbus-interface-dbus, dbus-interface-peer)
14537         (dbus-interface-introspectable, dbus-interface-properties)
14538         (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
14539         Adapt docstring.
14540         (dbus-interface-objectmanager): New defconst.
14541         (dbus-call-method, dbus-call-method-asynchronously)
14542         (dbus-send-signal, dbus-method-return-internal)
14543         (dbus-method-error-internal, dbus-register-service)
14544         (dbus-register-signal, dbus-register-method): New defuns, moved
14545         from dbusbind.c
14546         (dbus-call-method-handler, dbus-setenv)
14547         (dbus-get-all-managed-objects, dbus-managed-objects-handler):
14548         New defuns.
14549         (dbus-call-method-non-blocking): Make it an obsolete function.
14550         (dbus-unregister-object, dbus-unregister-service)
14551         (dbus-handle-event, dbus-register-property)
14552         (dbus-property-handler): Obey the new structure of
14553         `bus-registered-objects'.
14554         (dbus-introspect): Use `dbus-call-method'.  Use a timeout.
14555         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
14556         Use `dbus-call-method'.
14558 2012-04-22  Chong Yidong  <cyd@gnu.org>
14560         * cus-edit.el (custom-commands, custom-reset-menu)
14561         (Custom-reset-standard): Tweak labels.
14562         (custom-reset-button-menu): Change default to t.
14563         (custom-buffer-create-internal): For the custom-reset-button-menu
14564         case, put the revert button first.
14565         (custom-group-subtitle): New face.
14566         (custom-group-value-create): Align docstring to a specific column.
14568         * wid-edit.el (widget-documentation-link-add): Don't handle
14569         indentation in this function.
14570         (widget-documentation-string-indent-to): New function.
14571         (widget-documentation-string-value-create): Use it.
14573         * autorevert.el (auto-revert):
14574         * epg-config.el (epg):
14575         * ibuffer.el (ibuffer):
14576         * mpc.el (mpc):
14577         * ses.el (ses):
14578         * eshell/eshell.el (eshell):
14579         * net/ange-ftp.el (ange-ftp):
14580         * progmodes/ebnf2ps.el (postscript):
14581         * progmodes/flymake.el (flymake):
14582         * progmodes/prolog.el (prolog):
14583         * progmodes/verilog-mode.el (verilog-mode):
14584         * progmodes/which-func.el (which-func):
14585         * term/xterm.el (xterm):
14586         * textmodes/picture.el (picture):
14587         * textmodes/tildify.el (tildify):
14588         * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
14589         customization buffers.
14591 2012-04-22  Alan Mackenzie  <acm@muc.de>
14593         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
14594         Adding a ) can hide the resulting (..) from searches.  Fix it.
14595         Bound the backward search to the position of the existing (.
14597 2012-04-21  Juanma Barranquero  <lekktu@gmail.com>
14599         * progmodes/verilog-mode.el (verilog-mode): Check whether
14600         which-func-modes is t before adding verilog-mode.
14601         Reported by Andy Moreton <andrewjmoreton@gmail.com>.
14603 2012-04-21  Leo Liu  <sdl.web@gmail.com>
14605         * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
14607 2012-04-21  Michael Vehrs  <Michael.Burschik@gmx.de>
14609         * woman.el: Add support for "T{ T}" tbl syntax, and fix the
14610         filling of the last column of a table (Bug#5635).
14611         (woman-find-next-control-line): New arg, specifying an additional
14612         regexp component for the control line.
14613         (woman2-roff-buffer): Use it.
14614         (woman-break-table): New function.
14615         (woman2-TS): Use it.
14617 2012-04-21  Chong Yidong  <cyd@gnu.org>
14619         * woman.el (woman-set-buffer-display-table, woman-decode-region)
14620         (woman-horizontal-escapes, woman-negative-vertical-space)
14621         (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
14622         (WoMan-warn-ignored): Use ?\s instead of ?\ .
14624 2012-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14626         * minibuffer.el (completion-file-name-table): Complete user names.
14628 2012-04-20  Leo Liu  <sdl.web@gmail.com>
14630         * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
14631         and pcase-let*.
14633 2012-04-20  Chong Yidong  <cyd@gnu.org>
14635         * server.el (server-execute): Respect initial-buffer-choice if it
14636         is a string and there are no files to open (Bug#2825).
14637         (server-create-window-system-frame, server-create-tty-frame):
14638         Don't switch buffers here.
14639         (server-process-filter): Only try to open a window system frame if
14640         compiled with graphical support (Bug#8314).
14642 2012-04-20  Dan Nicolaescu  <dann@gnu.org>
14644         * battery.el (battery-echo-area-format): Display remaining time
14645         for sysfs backend too (Bug#11269).
14646         (battery-linux-sysfs): Fix conditional for the charge.
14648 2012-04-20  Chong Yidong  <cyd@gnu.org>
14650         * progmodes/gdb-mi.el (gdb): Revert previous change.
14651         (gdb-inferior-io--init-proc): New function.
14652         (gdb-init-1): Use it.
14653         (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
14654         responsible for allocating a new pty and hooking it to gdb when
14655         the old pty gets an EIO due to process exit.
14656         (gdb-delchar-or-quit): New command.  Bind it in gdb-mi buffers.
14657         (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
14658         (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
14660 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
14662         * window.el (window-min-size, window-sizable, window-min-delta)
14663         (window-max-delta, window--resizable, window-resizable)
14664         (window-total-size, window-full-height-p, window-full-width-p)
14665         (window-in-direction, window--resize-mini-window, window-resize)
14666         (window--resize-child-windows-normal)
14667         (window--resize-child-windows, window--resize-siblings)
14668         (window--resize-this-window, adjust-window-trailing-edge)
14669         (enlarge-window, shrink-window): Doc fixes.
14671 2012-04-20  Chong Yidong  <cyd@gnu.org>
14673         * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
14674         New function to call delete-process on the gdb-inferior buffer's pty.
14675         (gdb-reset): Use it, instead of relying on kill-buffer to kill the
14676         pty process (Bug#11273).
14677         (gdb-update): New arg to suppress talking to the gdb process.
14678         (gdb-done-or-error): Use it.
14679         (gdb-stopped-functions): Rename from gdb-stopped-hooks.
14680         (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
14681         sentinel not being called.
14683         * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
14685         * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
14687 2012-04-20  Glenn Morris  <rgm@gnu.org>
14689         * net/network-stream.el (open-network-stream): Doc fix.
14691 2012-04-20  Chong Yidong  <cyd@gnu.org>
14693         * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
14695 2012-04-20  Alan Mackenzie  <acm@muc.de>
14697         Ensure searching for keywords is case sensitive.
14699         * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
14700         (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
14701         (c-defun-name, c-mark-function, c-cpp-define-name)
14702         (c-comment-indent, c-scan-conditionals, c-indent-defun)
14703         (c-context-line-break): Bind case-fold-search to nil.
14705         * progmodes/cc-mode.el (c-font-lock-fontify-region):
14706         Bind case-fold-search to nil.
14708 2012-04-20  Chong Yidong  <cyd@gnu.org>
14710         * mail/sendmail.el (mail-bury): Call return action with the right
14711         Rmail buffer (Bug#11242).
14713         * server.el (server-process-filter): Handle corner case where both
14714         tty and nowait options are present (Bug#11102).
14716 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
14718         * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
14719         (top level): Put into the executable the ident-style '$Id:' tag on
14720         windows-nt as well.
14722 2012-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14724         * electric.el (electric-indent-post-self-insert-function): Check that
14725         electric-indent-mode is enabled in current buffer.
14727 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
14729         * imenu.el (imenu-progress-message): Restore; it is "used" in
14730         erc/erc-imenu.el and net/snmp-mode.el.
14732 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
14734         * avoid.el (mouse-avoidance-mode): Mark unused arg.
14735         (mouse-avoidance-nudge-mouse): Remove unused binding.
14737         * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
14739         * descr-text.el (describe-char):
14740         * progmodes/python.el (python-describe-symbol):
14741         Don't call `toggle-read-only', set `buffer-read-only'.
14743         * imenu.el (imenu-default-goto-function): Mark unused args.
14744         (imenu-progress-message): Remove obsolete macro; all callers changed.
14746         * subr.el (keymap-canonicalize): Remove unused binding.
14747         (read-passwd): Mark unused arg.
14749         * tutorial.el (tutorial--display-changes): Remove unused binding.
14750         (tutorial--save-tutorial-to): Remove unused variable.
14752         * emacs-lisp/package.el (define-package, package-menu-mark-delete)
14753         (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
14754         (package-generate-autoloads, package-menu--generate)
14755         (package-menu--find-upgrades): Remove unused bindings.
14757         * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
14758         (cua-restrict-prefix-rectangle): Doc fixes.  Remove unused bindings.
14759         (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
14760         (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
14761         (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
14762         (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
14763         (cua--rectangle-aux-replace, cua--left-fill-rectangle)
14764         (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
14765         (cua-delete-char-rectangle): Mark unused args.
14766         (cua-align-rectangle): Remove unused binding.
14768         * mail/rmail.el (compilation--message->loc)
14769         (epa--find-coding-system-for-mime-charset): Declare.
14771         * net/dbus.el (dbus-register-service): Declare.
14772         (dbus-name-owner-changed-handler): Remove unused binding.
14774         * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
14775         (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
14776         (nxml-scan-backward-within): Mark unused arg.
14777         (nxml-dynamic-markup-word): Remove unused binding.
14779         * mouse.el (mouse-menu-major-mode-map):
14780         * emacs-lisp/authors.el (authors-scan-change-log)
14781         (authors-add-to-author-list):
14782         * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
14783         * emacs-lisp/smie.el (smie-auto-fill):
14784         * mail/sendmail.el (mail-bury):
14785         * mail/unrmail.el (unrmail):
14786         * net/tls.el (open-tls-stream):
14787         * textmodes/picture.el (picture-mouse-set-point):
14788         Remove unused bindings.
14790 2012-04-19  Michael Albinus  <michael.albinus@gmx.de>
14792         * net/tramp.el (tramp-action-password): Let-bind
14793         `enable-recursive-minibuffers' to t.
14795 2012-04-18  Sam Steingold  <sds@gnu.org>
14797         * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
14798         instead of 'string to accommodate values like [f11].
14799         Always use `vconcat' instead of `concat' on it, like in `gud-def'.
14800         * progmodes/gdb-mi.el: Likewise.
14802 2012-04-18  Leo Liu  <sdl.web@gmail.com>
14804         * abbrev.el (edit-abbrevs): Move point to the abbrev table of
14805         current buffer.
14806         (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
14807         LOCAL is nil.
14809 2012-04-18  Chong Yidong  <cyd@gnu.org>
14811         * simple.el (line-move): Use forward-line if in batch mode
14812         (Bug#11053).
14814 2012-04-18  Christopher Schmidt  <christopher@ch.ristopher.com>
14816         * files.el (after-find-file): Do not try to add a final newline if
14817         the buffer is read-only (Bug#11156).
14819 2012-04-17  Richard Stallman  <rms@gnu.org>
14821         * mail/rmail.el (rmail-start-mail):
14822         Pass (rmail-mail-return...) for the return-action.
14823         Pass (rmail-yank-current-message...) for the yank-action.
14824         (rmail-yank-current-message): New function.
14825         (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
14826         (rmail-reply): Likewise.
14827         (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
14829         * mail/sendmail.el (mail-bury): Choose the first rmail-mode
14830         buffer, not the last.  Reject temp buffers.  Use the rmail-mode
14831         buffer, not newbuf.
14833 2012-04-17  Juanma Barranquero  <lekktu@gmail.com>
14835         * server.el (server-ensure-safe-dir): Simplify.
14837 2012-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14839         * emacs-lisp/smie.el: Provide smarter auto-filling.
14840         (smie-auto-fill): New function.
14841         (smie-setup): Use it.
14843         * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
14845 2012-04-17  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
14847         * newcomment.el (comment-inline-offset): New custom var (bug#11090).
14848         (comment-indent): Use it.
14850 2012-04-17  Vincent Belaïche  <vincentb1@users.sourceforge.net>
14852         * ses.el: The overall change is to add cell renaming, that is
14853         setting fancy names for cell symbols other than name matching
14854         "\\`[A-Z]+[0-9]+\\'" regexp .
14855         (ses-localvars): Add ses--renamed-cell-symb-list.
14856         (ses-create-cell-variable): New defun.
14857         (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
14858         (ses-relocate-formula): Relocate formulas only for cells the
14859         symbols of which are not renamed, i.e. symbols whose names do not
14860         match regexp "\\`[A-Z]+[0-9]+\\'".
14861         (ses-relocate-all): Relocate values only for cells the symbols of
14862         which are not renamed.
14863         (ses-load): Create cells variables as the (ses-cell ...) are read,
14864         in order to check row col consistency with cell symbol name only
14865         for cells that are not renamed.
14866         (ses-replace-name-in-formula): New defun.
14867         (ses-rename-cell): New defun.
14869 2012-04-17  Peter Oliver  <bzr@mavit.org.uk>  (tiny change)
14871         * progmodes/perl-mode.el (perl-indent-parens-as-block):
14872         New option (bug#11118).
14873         (perl-calculate-indent): Respect it.
14875 2012-04-17  Glenn Morris  <rgm@gnu.org>
14877         * dired-aux.el (dired-mark-read-string): Doc fix.
14879 2012-04-17  Dmitry Antipov  <dmantipov@yandex.ru>
14881         * dired-aux.el (dired-mark-read-string): Offer optional completion.
14882         (dired-do-chxxx): Complete chown, chgrp over users, groups.  (Bug#7900)
14884 2012-04-17  Glenn Morris  <rgm@gnu.org>
14886         * mouse.el (mouse-drag-track):
14887         * speedbar.el (speedbar-frame-mode):
14888         Use auto-hscroll-mode rather than the alias automatic-hscrolling.
14890 2012-04-16  Leo Liu  <sdl.web@gmail.com>
14892         * progmodes/python.el: Trivial cleanup.
14894 2012-04-16  Glenn Morris  <rgm@gnu.org>
14896         * vc/vc.el (vc-string-prefix-p):
14897         * vc/pcvs-util.el (cvs-string-prefix-p):
14898         * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
14899         * mpc.el (mpc-string-prefix-p):
14900         Make all of these into obsolete aliases for string-prefix-p.
14901         Update callers.
14902         * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
14904         * textmodes/two-column.el: Move custom options to the start.
14905         (frame-width): Remove compat definition.
14906         (2C-associate-buffer, 2C-dissociate):
14907         Use with-current-buffer rather than save-excursion.
14908         (2C-dissociate): Force a mode-line update.
14909         (2C-autoscroll): Use ignore-errors.
14911         * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
14912         Autoload trivia.
14914         * emacs-lisp/cl-extra.el (*random-state*):
14915         Remove unnecessary declaration.
14917         * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
14919         * play/cookie1.el (cookie-snarf):
14920         Give an explicit error if input file cannot be read.
14922         * play/yow.el (yow-file): Use expand-file-name rather than concat.
14924         * progmodes/perl-mode.el (c-macro-expand):
14925         Remove unnecessary autoload (it is in loaddefs.el).
14927         * textmodes/picture.el (picture-desired-column)
14928         (picture-update-desired-column): Convert comments to doc-strings.
14929         (picture-substitute): Remove function.
14930         (picture-mode-map): Initialize in the defvar.
14932         * woman.el: Remove eval-after-load for tar-mode.
14933         * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
14934         (woman-tar-extract-file): Autoload it.
14936         * frame.el (automatic-hscrolling): Make this alias obsolete.
14938 2012-04-12  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
14940         * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
14941         `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
14942         (ispell-dictionary-base-alist): Revert to original XEmacs
14943         friendly version for default.  [:alpha:] will be added in
14944         `ispell-set-spellchecker-params' if needed.
14946 2012-04-16  Chong Yidong  <cyd@gnu.org>
14948         * image.el (imagemagick--file-regexp): New variable.
14949         (imagemagick-register-types): Use it.
14950         (imagemagick-types-inhibit): Add :set function.  Allow new value
14951         of t to inhibit all types.
14953         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
14954         so we can preload it.
14956         * loadup.el (fboundp): Preload regexp-opt, needed by
14957         imagemagick-register-types.
14959 2012-04-15  Chong Yidong  <cyd@gnu.org>
14961         * frame.el (scrolling): Remove nearly unused customization group.
14963         * scroll-all.el (scroll-all-mode): Move to windows group.
14965 2012-04-15  Chong Yidong  <cyd@gnu.org>
14967         * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
14969 2012-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14971         Avoid the use of ((lambda ...) ...) in lexical-binding code.
14972         * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
14974 2012-04-15  Glenn Morris  <rgm@gnu.org>
14976         * simple.el (process-file-side-effects): Doc fix.
14978 2012-04-15  Glenn Morris  <rgm@gnu.org>
14980         * international/mule-cmds.el (set-language-environment): Doc fix.
14982 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
14984         * server.el (server-auth-key, server-generate-key): Doc fixes.
14985         (server-get-auth-key): Doc fix.  Use `string-match-p'.
14986         (server-start): Reflow docstring.
14988 2012-04-14  Lars Ingebrigtsen  <larsi@gnus.org>
14990         * server.el (server-generate-key): `called-interactively-p'
14991         requires a parameter.
14993 2012-04-14  Michal Nazarewicz  <mina86@mina86.com>
14995         * server.el (server-auth-key): New variable.
14996         (server-generate-key, server-get-auth-key): New function.
14997         (server-start): Use the new variable and functions to allow
14998         setting a permanent server key (bug#9423).
15000 2012-04-14  Leo Liu  <sdl.web@gmail.com>
15002         * vc/diff-mode.el (diff-file-prev/next): Fix typo.
15004 2012-04-14  Paul Eggert  <eggert@cs.ucla.edu>
15006         Spelling fixes.
15007         * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
15008         Emacs uses American spelling.
15010 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
15012         * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
15013         (emacs-lock--exit-locked-buffer): Return the locked buffer.  Doc fix.
15014         (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
15015         (emacs-lock--kill-buffer-query-functions): Run new hook.  (Bug#11017)
15017 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15019         * progmodes/which-func.el (which-func-modes): Change default.
15021 2012-04-14  Kim F. Storm  <storm@cua.dk>
15023         * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
15024         exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
15026 2012-04-14  Chong Yidong  <cyd@gnu.org>
15028         * custom.el (custom-theme-set-variables): Doc fix.
15030 2012-04-14  Glenn Morris  <rgm@gnu.org>
15032         * international/mule.el (set-auto-coding-for-load): Doc fix.
15034 2012-04-14  Alan Mackenzie  <acm@muc.de>
15036         * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
15037         imenu work again for Objective C Mode.  Correct the *-index values,
15038         these having been disturbed by a previous change in 2011-08.
15040         * progmodes/cc-engine.el (c-before-change-check-<>-operators):
15041         Correct two search limits.
15043 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15045         * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
15047 2012-04-14  Andreas Schwab  <schwab@linux-m68k.org>
15049         * international/characters.el: Fix sorting.
15051 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
15053         * international/characters.el: Add more missing Latin case pairs.
15055 2012-04-14  Glenn Morris  <rgm@gnu.org>
15057         * files.el (dir-locals-set-class-variables): Doc fix.
15059 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
15061         * international/characters.el: Add set-case-syntax-pair call for
15062         LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
15063         counterpart.  (Bug#11209)
15065         * simple.el (shell-command-on-region): Doc fix.  (Bug#11208)
15067 2012-04-14  Glenn Morris  <rgm@gnu.org>
15069         * calendar/holidays.el (calendar-check-holidays): Doc fix.
15071 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
15073         * textmodes/ispell.el (ispell-dictionary-base-alist):
15074         Add data for Hebrew.
15076 2012-04-14  Chong Yidong  <cyd@gnu.org>
15078         * net/rcirc.el (rcirc-cmd-quit):
15079         Revert 2012-03-18 change (Bug#11192).
15081 2012-04-14  Glenn Morris  <rgm@gnu.org>
15083         * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
15085 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
15087         * minibuffer.el (completion-in-region-mode-map):
15088         Bind completion-help-at-point to M-? rather than ?.  (Bug#11182)
15090 2012-04-13  Vivek Dasmohapatra  <vivek@etla.org>
15092         * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
15094 2012-04-13  Masatake YAMATO  <yamato@redhat.com>
15096         * minibuffer.el (minibuffer-local-filename-syntax): New variable
15097         to allow `C-M-f' and `C-M-b' to move to the nearest path
15098         separator (bug#9511).
15100 2012-04-13  Lars Ingebrigtsen  <larsi@gnus.org>
15102         * avoid.el: Require cl when compiling.  And also move the
15103         `provide' to the end.
15105 2012-04-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
15107         * avoid.el (mouse-avoidance-banish-position): New variable.
15108         (mouse-avoidance-banish-destination): Use it (bug#10165).
15110 2012-04-13  Leo Liu  <sdl.web@gmail.com>
15112         * progmodes/which-func.el (which-func-modes): Add objc-mode.
15114 2012-04-13  Ken Brown  <kbrown@cornell.edu>
15116         * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
15117         this is no longer needed now that cygstart understands file:// URLs.
15118         (browse-url-filename-alist): For the same reason, don't modify
15119         file:// URLs on Cygwin.
15121 2012-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15123         * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
15124         the region on shift if the binding is already shifted (bug#11221).
15126 2012-04-12  Glenn Morris  <rgm@gnu.org>
15128         * mail/mailpost.el: Move to obsolete/.
15130 2012-04-12  Drew Adams  <drew.adams@oracle.com>
15132         * imenu.el (imenu--generic-function): Ignore invisible definitions
15133         (bug#10123).
15135 2012-04-12  Vivek Dasmohapatra  <vivek@etla.org>
15137         * hexl.el (hexl-bits): New variable.
15138         (hexl-options): Mention the variable in the doc string.
15139         (hexl-rulerise, hexl-line-displen): New functions.
15140         (hexl-mode): Mention the new variable.
15141         (hexl-mode, hexl-current-address, hexl-current-address):
15142         Use the displen.
15143         (hexl-ascii-start-column): New function.
15144         (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
15145         (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
15147 2012-04-12  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
15149         * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
15150         '("-i" ENCODING), in 2 separate command-line arguments, to specify
15151         the encoding, as expected by hunspell.
15153 2012-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15155         * battery.el (battery--linux-sysfs-regexp): New const.
15156         (battery-status-function): Use it.  Remove yeeloong special case.
15157         (battery-yeeloong-sysfs): Remove.
15158         (battery-echo-area-format): Remove yeeloong special case.
15160 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15162         * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
15163         Reported by Noah Friedman.
15165         * subr.el (read-passwd): Use read-string.
15167 2012-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15169         * vcursor.el (vcursor-move): Increase the priority of the overlay
15170         (bug#9663).
15172 2012-04-11  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
15174         * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
15175         (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
15177 2012-04-11  William Stevenson  <yhvh2000@gmail.com>
15179         * textmodes/artist.el (artist-mode): Convert artist-mode to use
15180         define-minor-mode (bug#10760).
15182 2012-04-11  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
15184         * progmodes/grep.el (rgrep): Tweak the find command line so
15185         that directories matching `grep-find-ignored-files' won't be
15186         pruned (bug#10351).
15188 2012-04-11  Chong Yidong  <cyd@gnu.org>
15190         * startup.el (command-line): Remove support for long-obsolete
15191         variable font-lock-face-attributes.
15193 2012-04-11  Glenn Morris  <rgm@gnu.org>
15195         * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
15197 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15199         * window.el (window--state-get-1): Obey window-point-insertion-type.
15201 2012-04-11  Lennart Borgman  <lennart.borgman@gmail.com>
15203         * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
15204         to previous function when point is on the first character of a
15205         function.  Take care of that in `narrow-to-defun' (bug#6157).
15207 2012-04-11  Glenn Morris  <rgm@gnu.org>
15209         * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
15210         not just file-errors.
15212         * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
15213         (vc-bzr-sha1): Use internal sha1.
15215 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15217         * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
15219 2012-04-10  Sébastien Gross  <seb@chezwam.org>  (tiny change)
15221         * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
15222         that start in the middle of the line (bug#10496).
15224 2012-04-10  Dan Nicolaescu  <dann@gnu.org>
15226         * battery.el (battery-linux-proc-acpi): Only one battery is
15227         discharged at a time, but that seems to confuse battery.el when
15228         computing `rate-type' for the battery not being discharged
15229         (bug#10332).
15231 2012-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15233         * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
15235         * international/quail.el: Use dolist and simplify.
15236         (quail-define-package, quail-update-keyboard-layout)
15237         (quail-define-rules): Use dolist.
15238         (quail-insert-kbd-layout, quail-get-translation): CSE.
15240         * tmm.el: Use dolist, remove left over hook.
15241         (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
15242         Use dolist.
15243         (calendar-load-hook): Don't mess with it.
15245         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
15246         Use derived-mode-p.  Run the diff asynchronously.
15248 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15250         * obsolete/mouse-sel.el: Add an Obsolete-since header.
15252 2012-04-10  Juanma Barranquero  <lekktu@gmail.com>
15254         * misc.el: Display absolute path of loaded DLLs (bug#10424).
15255         (list-dynamic-libraries--loaded): New function.
15256         (list-dynamic-libraries--refresh): Use it.
15258 2012-04-10  Nathan Weizenbaum  <nweiz@google.com>
15260         * progmodes/python.el (python-fill-paragraph):
15261         Make python-fill-region in a multiline string work when font-lock is
15262         disabled (bug#7018).
15264 2012-04-10  Laimonas VÄ—bra  <laimonas.vebra@gmail.com>  (tiny change)
15266         * language/european.el (cp775): Add oem/legacy (en)coding on
15267         DOS/MS Windows for the Baltic languages.  There are still plenty
15268         of texts written in this encoding/codepage (bug#6519).
15270 2012-04-10  Glenn Morris  <rgm@gnu.org>
15272         * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
15273         Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
15275 2012-04-10  Florian Adamsky  <florian@adamsky.it>  (tiny change)
15277         * recentf.el (recentf-dialog-mode-map): Add two keybindings for
15278         next-line "n" and previous-line "p" in order to make recentf more
15279         consistent with ibuffer, dired or org-mode (bug#9387).
15281 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15283         * image.el (put-image): Return the overlay created instead of the
15284         optional input string (bug#7834).  Note that this may break code
15285         that is (for some reason or other) depending on `put-image'
15286         returning the string.
15288         * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
15290         * simple.el (zap-to-char): Allow zapping using input methods
15291         (bug#1580).
15293         * textmodes/fill.el (fill-region): Leave point and mark where they
15294         were before filling (bug#5399).
15296 2012-04-09  Glenn Morris  <rgm@gnu.org>
15298         * version.el (emacs-bzr-get-version):
15299         Handle lightweight checkouts of local branches.
15301 2012-04-09  Andreas Schwab  <schwab@linux-m68k.org>
15303         * international/characters.el: Recover lost case pairs.  (Bug#11209)
15305 2012-04-09  Chong Yidong  <cyd@gnu.org>
15307         * custom.el (custom-variable-p): Return nil for non-symbol
15308         arguments instead of signaling an error.
15309         (user-variable-p): Obsolete alias for custom-variable-p.
15311         * apropos.el (apropos-variable):
15312         * files-x.el (read-file-local-variable):
15313         * simple.el (set-variable):
15314         * woman.el (woman-mini-help):
15315         * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
15317 2012-04-09  Glenn Morris  <rgm@gnu.org>
15319         * startup.el (normal-top-level): Don't look for leim-list.el
15320         in places where it will not be found.  (Bug#910)
15322         * international/mule-cmds.el (set-default-coding-systems):
15323         * files.el (normal-mode):
15324         Remove guarded calls to ucs-set-table-for-input.  (Bug#9821)
15325         This function was removed with ucs-tables.el in 2008.
15327 2012-04-08  Eli Zaretskii  <eliz@gnu.org>
15329         * textmodes/ispell.el (ispell-check-version): For hunspell, set
15330         ispell-encoding8-command to "-i", without a trailing space.
15331         (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
15332         separate command-line arguments, to specify the encoding, since
15333         that's how hunspell expects it.
15335 2012-04-08  Glenn Morris  <rgm@gnu.org>
15337         * loadup.el: Load bindings before cus-start.
15338         This reduces somewhat the number of "rogue" settings in emacs -Q.
15340 2012-04-07  Glenn Morris  <rgm@gnu.org>
15342         * version.el (emacs-bzr-get-version): New function.
15343         (emacs-bzr-version): New variable.
15344         * loadup.el (emacs-bzr-version): Set it.  (Bug#8054)
15345         * mail/emacsbug.el (report-emacs-bug): Include bzr version.
15347 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
15349         * international/uni-bidi.el, international/uni-category.el:
15350         * international/uni-combining.el, international/uni-decimal.el:
15351         * international/uni-decomposition.el, international/uni-digit.el:
15352         * international/uni-lowercase.el, international/uni-mirrored.el:
15353         * international/uni-name.el, international/uni-numeric.el:
15354         * international/uni-titlecase.el, international/uni-uppercase.el:
15355         Update for Unicode 6.1.
15357 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
15359         * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
15361 2012-04-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15363         * window.el (shrink-window): Mention the `window-min-height'
15364         variable in the doc string.
15366 2012-04-05  Bastien Guerry  <bzg@altern.org>
15368         * color.el (color-lighten-name): Fix typo.
15370 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15372         * server.el (server--on-display-p): New function.
15373         (server--on-display-p): Use it.
15375 2012-04-04  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
15377         * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
15378         (bug#11145).
15380 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15382         * comint.el (comint--common-quoted-suffix): Check string boundary
15383         before comparing (bug#11158).
15384         * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
15386 2012-04-04  Chong Yidong  <cyd@gnu.org>
15388         * minibuffer.el (completion-extra-properties): Doc fix.
15390         * subr.el (delayed-warnings-hook): Doc fix.
15392 2012-04-04  Daiki Ueno  <ueno@unixuser.org>
15394         * epa.el (epa--select-keys): Bind C-c C-c to finish the key
15395         selection (Bug#11159).
15396         (epa-insert-keys): Inform that the default public key will be
15397         exported if no key is selected.
15399 2012-04-04  Richard Stallman  <rms@gnu.org>
15401         * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
15403 2012-04-03  Chong Yidong  <cyd@gnu.org>
15405         * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
15406         mail-insert-file, not its obsolete alias mail-attach-file.
15408 2012-04-03  Michael Albinus  <michael.albinus@gmx.de>
15410         * notifications.el (notifications-notify): Fix docstring.
15412 2012-04-02  Glenn Morris  <rgm@gnu.org>
15414         * emacs-lisp/authors.el (authors-aliases): Another addition.
15416 2012-04-02  Michael Albinus  <michael.albinus@gmx.de>
15418         * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
15419         `tramp-compat-call-process' instead of `tramp-local-call-process'.
15420         Reported by Magnus Henoch <magnus.henoch@gmail.com>.
15422 2012-04-01  Chong Yidong  <cyd@gnu.org>
15424         * files.el (file-in-directory-p): Rename from file-subdir-of-p.
15425         Handle root directory properly.
15426         (copy-directory): Caller changed.
15428         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
15429         * net/tramp.el (tramp-file-name-for-operation): Callers changed.
15431 2012-03-31  Glenn Morris  <rgm@gnu.org>
15433         * term/xterm.el (xterm-extra-capabilities): Doc fix.
15435         * language/indian.el ("Devanagari"): Fix typo.  (Bug#11103)
15437         * calendar/calendar.el (calendar-window-list)
15438         (calendar-hide-window): Restore.  (Bug#11140)
15439         (calendar-exit): Use calendar-window-list, calendar-hide-window again.
15441         * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
15443 2012-03-30  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
15445         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
15446         Check if file is a symlink (Bug#10489).
15448         * files.el (copy-directory): Likewise.
15450 2012-03-30  Chong Yidong  <cyd@gnu.org>
15452         * image.el (imagemagick-types-inhibit)
15453         (imagemagick-register-types): Doc fix.
15455 2012-03-30  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
15457         * textmodes/ispell.el (ispell-get-extended-character-mode):
15458         Disable extended-char-mode for hunspell.  hunspell does not support it
15459         and treats ~word as ordinary words in pipe mode.
15461 2012-03-30  Glenn Morris  <rgm@gnu.org>
15463         * tutorial.el (help-with-tutorial): Ensure local variables don't
15464         happen to make the buffer read-only.  (Bug#11127)
15466 2012-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15468         * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
15469         (perl-calculate-indent): Return `noindent' in strings.
15471 2012-03-28  Sam Steingold  <sds@gnu.org>
15473         * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
15474         instead of the broken adhockery which does not prevent calendar
15475         buffers from being displayed at random after exit.
15476         (calendar-window-list, calendar-hide-window): Remove the broken
15477         adhockery.
15479 2012-03-28  Glenn Morris  <rgm@gnu.org>
15481         * replace.el (query-replace-map): Doc fix.
15483 2012-03-28  Andreas Schwab  <schwab@linux-m68k.org>
15485         * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
15486         contents.  (Bug#11109)
15488 2012-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15490         * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
15491         (bug#11077).
15492         (avl-tree--check, avl-tree--check-node): New funs.
15494 2012-03-27  Martin Rudalics  <rudalics@gmx.at>
15496         * window.el (switch-to-visible-buffer): New option.
15497         (switch-to-prev-buffer, switch-to-next-buffer):
15498         Observe switch-to-visible-buffer.  Make sure that checking for a window
15499         showing a buffer already is done on the same frame.
15501 2012-03-27  Glenn Morris  <rgm@gnu.org>
15503         * startup.el (mail-host-address): Doc fix.
15505 2012-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15507         * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
15508         than 197 variables.
15510 2012-03-26  Ami Fischman  <ami@fischman.org>
15512         * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
15514 2012-03-26  Glenn Morris  <rgm@gnu.org>
15516         * files.el (save-buffers-kill-emacs): Doc fix.
15518         * startup.el (normal-top-level, command-line, command-line-1):
15519         Give them doc strings.
15521 2012-03-25  Eli Zaretskii  <eliz@gnu.org>
15523         * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
15524         of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
15526 2012-03-25  Chong Yidong  <cyd@gnu.org>
15528         * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
15529         theme if it was previously enabled before (Bug#11031).
15531         * cus-theme.el (custom-theme-write-faces): Retrieve current face
15532         spec with custom-face-get-current-spec if its :shown-value is not
15533         determined yet (Bug#9337).
15534         (customize-create-theme, custom-theme-revert): Doc fixes.
15536         * button.el (button-at): Minor addition to docstring.
15538 2012-03-24  Simon Leinen  <simon.leinen@gmail.com>
15540         * vc/vc.el (vc-merge): Fix a prompt.
15542 2012-03-24  Chong Yidong  <cyd@gnu.org>
15544         * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
15545         point (Bug#9623).
15547         * button.el (button-at): Minor addition to docstring.
15549 2012-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15551         * newcomment.el (comment-choose-indent): No space after BOL.
15553 2012-03-22  Sam Steingold  <sds@gnu.org>
15555         * window.el (switch-to-prev-buffer): Revert last patch because the
15556         bug turned out to be an advertised feature (Elisp manual 28.14).
15558 2012-03-22  Glenn Morris  <rgm@gnu.org>
15560         * vc/vc-bzr.el (vc-bzr-status-switches): New option.  (Bug#6724)
15561         (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
15563 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15565         * net/network-stream.el (network-stream-open-starttls): Make error
15566         message under Windows be less misleading.
15568 2012-03-22  Liang Wang  <netcasper@gmail.com>  (tiny change)
15570         * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
15571         understands (bug#9942).
15573 2012-03-22  Chong Yidong  <cyd@gnu.org>
15575         * simple.el (end-of-visible-line): Handle return value of
15576         next-single-property-change properly (Bug#9371).
15578 2012-03-22  Kenichi Handa  <handa@m17n.org>
15580         * international/quail.el (quail-insert-kbd-layout): Fix previous
15581         change.  To avoid unwanted bidi reordering, use
15582         bidi-string-mark-left-to-right instead of inserting LRO and PDF.
15584 2012-03-21  Dmitry Gutov  <dgutov@yandex.ru>
15586         * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
15587         (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
15588         (ruby-beginning-of-indent): Be more careful with the difference
15589         between word-boundary and symbol boundary.
15590         (ruby-mode-syntax-table): Make : a symbol constituent.
15592 2012-03-21  Andreas Politz  <politza@fh-trier.de>
15594         * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
15596 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15598         * progmodes/etags.el (tags-completion-at-point-function):
15599         Improve last fix.
15601         * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
15603 2012-03-21  Sam Steingold  <sds@gnu.org>
15605         * progmodes/etags.el (tags-completion-at-point-function):
15606         Avoid the error when point is inside the pattern.
15608 2012-03-21  John Yates  <john@yates-sheets.org>  (tiny change)
15610         * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
15611         line (Bug#10855).
15613 2012-03-21  Drew Adams  <drew.adams@oracle.com>
15615         * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
15617 2012-03-21  Anmol Khirbat  <anmol@khirbat.net>  (tiny change)
15619         * ido.el (ido-set-current-directory, ido-read-internal)
15620         (ido-choose-completion-string, ido-completion-help): Handle nil
15621         value of ido-completion-buffer (Bug#11008).
15623 2012-03-21  Sam Steingold  <sds@gnu.org>
15625         * window.el (switch-to-prev-buffer): Do not switch to a visible
15626         window previous buffer, just like with the frame previous buffers.
15628 2012-03-21  Chong Yidong  <cyd@gnu.org>
15630         * faces.el (make-face, make-empty-face, copy-face):
15631         * face-remap.el (face-remap-add-relative, face-remap-set-base):
15632         Doc fixes.
15634 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15636         * wid-edit.el (widget-complete-field): Remove (bug#11051).
15637         (widget-complete): Remove broken use of it.
15639 2012-03-20  Chong Yidong  <cyd@gnu.org>
15641         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
15642         Use string-width and truncate-string-width to handle arbitrary
15643         characters.
15645 2012-03-20  Tassilo Horn  <tassilo@member.fsf.org>
15647         * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
15648         to draw rectangles, not squares.  (Regression introduced by revno
15649         2011-03-02T03:48:01Z!cyd@stupidchicken.com)
15651 2012-03-18  Chong Yidong  <cyd@gnu.org>
15653         * faces.el (face-spec-reset-face): Don't call display-graphic-p if
15654         it is not yet defined (for temacs).
15656 2012-03-18  Leo Liu  <sdl.web@gmail.com>
15658         * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
15659         prefix.
15661 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
15663         * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
15664         (ispell-choices-win-default-height, ispell-silently-savep)
15665         (ispell-dictionary-alist, ispell-encoding8-command)
15666         (ispell-check-version, ispell-aspell-find-dictionary)
15667         (ispell-valid-dictionary-list, ispell-words-keyword)
15668         (ispell-get-word, ispell-internal-change-dictionary)
15669         (ispell-region, ispell-skip-region-list)
15670         (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
15671         (ispell-process-line, ispell-minor-mode, ispell-minor-check)
15672         (ispell-message-text-end, ispell-message)
15673         (ispell-buffer-local-parsing): Doc fix.
15675 2012-03-13  Jambunathan K  <kjambunathan@gmail.com>
15677         * htmlfontify.el: Add support for code block fontification for ODT
15678         export (Bug #9914).
15679         (hfy-optimisations): Define new option
15680         `body-text-only'
15681         (hfy-fontify-buffer): Honor above setting.
15682         (hfy-begin-span, hfy-end-span): New routines factored out form
15683         `hfy-fontify-buffer'.
15684         (hfy-begin-span-handler, hfy-end-span-handler): New variables
15685         that permit insertion of custom tags.
15686         (hfy-fontify-buffer): Use above handlers.
15687         (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
15688         (hfy-face-to-css): Re-defined to be a variable.
15689         (hfy-compile-stylesheet): Modify.  Allow stylesheet to be built
15690         over multiple runs.  This is made possible by having the caller let
15691         bind a special variable `hfy-user-sheet-assoc'.
15692         (htmlfontify-string): New defun.
15693         (hfy-compile-face-map): Make sure that the last char in the
15694         buffer is correctly fontified.
15695         (hfy-face-resolve-face): Whitespace only change.
15697 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
15699         * textmodes/ispell.el (ispell-get-decoded-string): Make the error
15700         message more clear.
15702 2012-03-16  Leo Liu  <sdl.web@gmail.com>
15704         * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
15706 2012-03-16  Alan Mackenzie  <acm@muc.de>
15708         Further optimize the handling of large macros.
15710         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
15711         limit to a call of `c-literal-limits'.
15712         (c-determine-+ve-limit): New function.
15713         (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
15714         (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
15715         In CASE 5B, restrict a search limit to 500.
15716         (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
15718         * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
15719         Restrict macro bounds to +-500 from after-change's BEG END.
15721 2012-03-16  Leo Liu  <sdl.web@gmail.com>
15723         * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
15725 2012-03-16  Aaron S. Hawley  <Aaron.S.Hawley@gmail.com>
15727         * tar-mode.el (tar-mode): Fix saving by conditionally undoing
15728         `special-mode' setting of `buffer-read-only'.  (Bug#11010)
15730 2012-03-16  Glenn Morris  <rgm@gnu.org>
15732         * view.el (view-buffer, view-buffer-other-window)
15733         (view-buffer-other-frame): Doc fixes re special mode-class.
15735         * subr.el (eval-after-load): If named feature is provided not from
15736         a file, run after-load forms.  (Bug#10946)
15738         * calendar/calendar.el (calendar-insert-at-column):
15739         Handle non-unit-width characters a bit better.  (Bug#10978)
15741 2012-03-15  Chong Yidong  <cyd@gnu.org>
15743         * emacs-lisp/ring.el (ring-extend): New function.
15744         (ring-insert+extend): Extend the ring correctly (Bug#11019).
15746         * comint.el (comint-read-input-ring)
15747         (comint-add-to-input-history): Grow comint-input-ring lazily.
15749 2012-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15751         * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
15752         Fix up parsing of multiline twoarg non-paired elements (bug#11014).
15754         * imenu.el: Fix multiple inheritance breakage (bug#9199).
15755         (imenu-add-to-menubar): Don't add a redundant index.
15756         (imenu-update-menubar): Handle a dynamically composed keymap.
15758 2012-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15760         * mail/sendmail.el (mail-encode-header):
15761         Bind rfc2047-encode-encoded-words to nil.
15763 2012-03-13  Glenn Morris  <rgm@gnu.org>
15765         * calendar/calendar.el (calendar-string-spread):
15766         Handle non-unit-width characters a bit better.  (Bug#10978)
15768 2012-03-13  Leo Liu  <sdl.web@gmail.com>
15770         * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
15771         directory and file as argument (Bug#10822).
15773 2012-03-13  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
15775         * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
15776         For dynamically generated code, follow $PC.
15777         (gdb-disassembly-handler-custom): Handle no function name case.
15779 2012-03-13  Tim Landscheidt  <tim@tim-landscheidt.de>  (tiny change)
15781         * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
15782         * emulation/ws-mode.el (ws-query-replace):
15783         * sort.el (sort-regexp-fields):
15784         Fix missing trailing whitespace in interactive prompts.  (Bug#11002)
15786 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15788         * dabbrev.el: Fix cycle completion order (bug#10963).
15789         (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
15790         (dabbrev-completion): Don't use an obarray; provide
15791         a cycle-sort-function.
15793 2012-03-12  Leo Liu  <sdl.web@gmail.com>
15795         * simple.el (kill-new): Use equal-including-properties for comparison.
15796         (kill-do-not-save-duplicates): Doc fix.
15798 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15800         * dabbrev.el: Fix cycle completion (bug#10963).
15801         Use lexical binding and wrap to 80 columns.
15802         (dabbrev-completion): Delay computing the list of completions.
15804 2012-03-12  Kenichi Handa  <handa@m17n.org>
15806         * international/quail.el (quail-insert-kbd-layout): Surround each
15807         row by LRO and PDF instead of inserting many LRMs.  Pad the left
15808         and right of each non-spacing marks.  Insert invisible space
15809         between lower and upper characters to prevent composition.
15811 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15813         * minibuffer.el (minibuffer-complete): Don't get confused when the
15814         function is run twice via different commands (bug#10958).
15815         (complete-with-action): Fix docstring.
15817 2012-03-12  Chong Yidong  <cyd@gnu.org>
15819         * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
15820         (nxml-completion-at-point-function): New function.
15821         (nxml-mode): Use it.
15822         (nxml-bind-meta-tab-to-complete-flag): Default to t.
15824         * emacs-lisp/package.el (package-unpack, package-unpack-single):
15825         Load generated autoloads file before byte compiling (Bug#10970).
15826         (package--make-autoloads-and-compile): New helper fun.
15828 2012-03-12  Christopher Schmidt  <christopher@ch.ristopher.com>
15830         * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
15832 2012-03-11  Michael Albinus  <michael.albinus@gmx.de>
15834         * autorevert.el (auto-revert-handler): Ensure, that
15835         file-readable-p is applied only for local files or in
15836         auto-revert-tail-mode.
15838 2012-03-11  Andreas Schwab  <schwab@linux-m68k.org>
15840         * server.el (server-eval-at): Handle non-tcp connections.
15841         Decode result string.
15843         * server.el (server-msg-size): New constant.
15844         (server-reply-print): New function.
15845         (server-eval-and-print): Use it.
15846         (server-eval-at): Use server-quote-arg and server-unquote-arg.
15847         Handle -print-nonl.
15849 2012-03-11  Christopher Schmidt  <christopher@ch.ristopher.com>
15851         * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
15852         (Bug#10987).
15854 2012-03-11  Chong Yidong  <cyd@gnu.org>
15856         * simple.el (goto-line): Doc fix (Bug#9938).
15858         * subr.el (save-window-excursion): Doc fix (Bug#9979).
15860         * dabbrev.el (dabbrev--find-expansion): Update progress reporter
15861         when finished (Bug#10963).
15863 2012-03-11  Martin Rudalics  <rudalics@gmx.at>
15865         * window.el (split-window-below): Fix bug in case where
15866         split-window-keep-point is nil (Bug#10971).
15868 2012-03-11  Juri Linkov  <juri@jurta.org>
15870         * replace.el (replace-highlight): Set isearch-word to nil
15871         unconditionally.  (Bug#10887)
15873 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
15875         * net/mairix.el (mairix-replace-invalid-chars): Rename from
15876         mairix-replace-illegal-chars; all callers changed.  Don't remove
15877         ^, ~, and = characters: they are meaningful in mairix search specs.
15878         (mairix-widget-create-query): Add usage information about mairix
15879         search forms: negating words, searching for substrings, etc.
15881 2012-03-10  Jae-hyeon Park  <jae-hyeon.park@desy.de>  (tiny change)
15883         * international/fontset.el (font-encoding-alist): Add an entry for
15884         ksx1001 (Bug#5667).
15886 2012-03-10  Richard Stallman  <rms@gnu.org>
15888         * mail/sendmail.el (mail-encode-header):
15889         Set rfc2047-encode-encoded-words.
15891         * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
15893         * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
15894         view buffer means not swapped.
15895         (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
15896         (rmail-write-region-annotate): Error if real text has disappeared.
15898         * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
15900 2012-03-10  Chong Yidong  <cyd@gnu.org>
15902         * emulation/cua-rect.el (cua--init-rectangles):
15903         * emulation/cua-base.el (cua--init-keymaps):
15904         Add delete-forward-char to remappings (Bug#9666).
15906 2012-03-10  Martin Rudalics  <rudalics@gmx.at>
15908         * speedbar.el (speedbar-unhighlight-one-tag-line):
15909         Avoid unhighlighting due to frame switching (Bug#10275).
15911 2012-03-10  Chong Yidong  <cyd@gnu.org>
15913         * minibuffer.el (completion-in-region, completion-help-at-point):
15914         Give the completion field overlay a high priority (Bug#6830).
15916         * dired.el (dired-goto-file): Recognize absolute file name
15917         listings (Bug#7126).
15918         (dired-goto-file-1): New helper function.
15919         (dired-toggle-read-only): Inhibit warnings.
15921 2012-03-09  Michael Albinus  <michael.albinus@gmx.de>
15923         * net/dbus.el (dbus-property-handler): Return empty array if
15924         there are no properties.
15926 2012-03-09  Leo Liu  <sdl.web@gmail.com>
15928         * savehist.el (savehist-printable): Stricter check for string
15929         value (Bug#10937).
15931 2012-03-09  Eli Zaretskii  <eliz@gnu.org>
15933         * mail/smtpmail.el (smtpmail-send-it):
15934         Bind coding-system-for-write to *-unix, so that FCC files are kept in
15935         valid mbox format.
15937 2012-03-09  Glenn Morris  <rgm@gnu.org>
15939         * files.el (dir-locals-find-file):
15940         Don't check result is regular, readable.
15941         (dir-locals-read-from-file): Demote errors.
15943 2012-03-08  Eli Zaretskii  <eliz@gnu.org>
15945         * international/quail.el (quail-insert-kbd-layout):
15946         Insert invisible LRM characters before each character in a keyboard
15947         layout cell, to prevent their reordering by bidi display engine.
15948         For details, see the discussion in
15949         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
15951 2012-03-08  Alan Mackenzie  <acm@muc.de>
15953         * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
15954         the starting position; make it extend the marked region when
15955         invoked repeatedly - all under appropriate circumstances.
15956         Fixes bugs #5525, #10906.
15958 2012-03-08  Glenn Morris  <rgm@gnu.org>
15960         * files.el (locate-dominating-file, dir-locals-find-file):
15961         Undo 2012-03-06 change.
15963 2012-03-07  Eli Zaretskii  <eliz@gnu.org>
15965         * international/quail.el (quail-help):
15966         Force bidi-paragraph-direction be left-to-right.  See discussion in
15967         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
15968         for the reason.
15970 2012-03-07  Michael Albinus  <michael.albinus@gmx.de>
15972         Avoid superfluous registering of signals.  (Bug#10807)
15974         * notifications.el (notifications-on-action-object)
15975         (notifications-on-close-object): New defvars.
15976         (notifications-on-action-signal, notifications-on-closed-signal):
15977         Unregister the signal if not needed any longer.
15978         (notifications-notify): Register `notifications-action-signal' or
15979         `notifications-closed-signal', if :on-action or :on-close has been
15980         passed as argument.
15982 2012-03-07  Chong Yidong  <cyd@gnu.org>
15984         * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
15985         non-X platforms.
15987 2012-03-06  Glenn Morris  <rgm@gnu.org>
15989         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15990         (x-disown-selection-internal, x-get-selection-internal):
15991         Doc fix (add arglist signatures).  (Bug#10783)
15993 2012-03-06  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
15995         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
15996         Handle breakpoints with no "type".
15998 2012-03-06  Glenn Morris  <rgm@gnu.org>
16000         * files.el (locate-dominating-file): Add optional predicate argument.
16001         (dir-locals-find-file): Make use of above change.
16003 2012-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>
16005         * info.el (Info-insert-dir): Also try "dir.gz".
16007 2012-03-06  Glenn Morris  <rgm@gnu.org>
16009         * files.el (dir-locals-find-file):
16010         Ignore non-readable or non-regular files.  (Bug#10928)
16012         * files.el (locate-dominating-file): Doc fix.
16014 2012-03-06  Adam Spiers  <emacs@adamspiers.org>  (tiny change)
16016         * calendar/calendar.el (calendar-set-mode-line):
16017         `getenv' returns a string.  (Bug#10951)
16019 2012-03-05  Leo Liu  <sdl.web@gmail.com>
16021         * simple.el (backward-delete-char-untabify): Constrain point to
16022         field (Bug#10939).
16024         * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
16026 2012-03-05  Chong Yidong  <cyd@gnu.org>
16028         * simple.el (count-words): If called from Lisp, return the word
16029         count, for symmetry with `count-lines'.  Arglist changed.
16030         (count-words--message): Args changed.  Consolidate counting code
16031         from count-words and count-words-region.
16032         (count-words-region): Caller changed.
16033         (count-lines-region): Make it an obsolete alias.
16035 2012-03-04  Tassilo Horn  <tassilo@member.fsf.org>
16037         * saveplace.el (save-place-to-alist)
16038         (save-place-ignore-files-regexp): Allow value nil to disable this
16039         feature.
16041 2012-03-04  Chong Yidong  <cyd@gnu.org>
16043         * faces.el (face-spec-reset-face): For the default face, reset the
16044         attributes to default values (Bug#10748).
16046 2012-03-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16048         * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
16049         previous patch: Check `message-send-mail-function', and not the
16050         default function (bug#10897).
16052 2012-03-04  Michael Albinus  <michael.albinus@gmx.de>
16054         * notifications.el (notifications-on-action-signal)
16055         (notifications-on-closed-signal): Check for unique service name of
16056         incoming event.  Fix error in removing entry.
16057         (top): Register for signals with wildcard service name.
16058         (notifications-notify): Use daemon unique service name for map entries.
16060 2012-03-04  Chong Yidong  <cyd@gnu.org>
16062         * cus-start.el: Make x-select-enable-clipboard-manager customizable.
16064 2012-03-04  Glenn Morris  <rgm@gnu.org>
16066         * abbrev.el (copy-abbrev-table, abbrev-table-p)
16067         (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
16068         (expand-abbrev, define-abbrev-table): Doc fixes.
16070 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16072         * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
16073         `message-default-send-mail-function' and not `send-mail-function'
16074         when doing the prompting for `sendmail-query-once' before sending
16075         in Message buffers (bug#10897).
16077         * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
16078         This is inconsistent with all the other stream functions, which leave
16079         the setting up to the higher levels (if so wanted) (bug#10931).
16081 2012-03-02  Alan Mackenzie  <acm@muc.de>
16083         Depessimize the handling of very large macros.
16085         * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
16086         (c-macro-cache-syntactic): New variables to implement a one
16087         element macro cache.
16088         (c-invalidate-macro-cache): New function.
16089         (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
16090         Adapt to use the new cache.
16091         (c-state-safe-place): Use better the cache of safe positions.
16092         (c-state-semi-nonlit-pos-cache)
16093         (c-state-semi-nonlit-pos-cache-limit):
16094         New variables for...
16095         (c-state-semi-safe-place): New function.  Here, in a macro is "safe".
16096         (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
16097         (c-in-literal, c-literal-limits, c-determine-limit-get-base):
16098         Use c-state-semi-safe-place.
16100         * progmodes/cc-langs.el (c-get-state-before-change-functions):
16101         Add c-invalidate-macro-cache to the C, C++, Obj entries.
16103 2012-03-02  Michael Albinus  <michael.albinus@gmx.de>
16105         * jka-compr.el (jka-compr-call-process):
16106         Apply `file-accessible-directory-p' only when the default directory is
16107         not remote.
16109 2012-03-01  Michael Albinus  <michael.albinus@gmx.de>
16111         * files.el (file-equal-p): Fix docstring.  Avoid unnecessary
16112         access of FILE2, if FILE1 does not exist.
16114         * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
16115         Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
16117         * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
16118         Add "PAGER=" to `process-environment'.
16120 2012-03-01  Michael R. Mauger  <mmaug@yahoo.com>
16122         * progmodes/sql.el: Bug fix
16123         (sql-get-login-ext): Save login values in globals.
16124         (sql-get-login): Use new version of `sql-get-login-ext'.
16125         (sql-interactive-mode): Set global `sql-connection' to nil.
16126         (sql-connect): Set global values for connection.
16127         (sql-product-interactive): Save global values as buffer local.
16129 2012-02-29  Leo Liu  <sdl.web@gmail.com>
16131         * abbrev.el (define-abbrevs): Reset sys to nil.
16133 2012-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
16135         * files.el (file-equal-p): Rename from `files-equal-p'.
16136         Return nil when one or both files don't exist.
16137         (file-subdir-of-p): Now only top directory must exists,
16138         return nil if it doesn't.
16139         (copy-directory): No need to test with `file-subdir-of-p' after
16140         creating dir.
16141         * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
16142         to `file-equal-p'.
16144 2012-02-28  Glenn Morris  <rgm@gnu.org>
16146         * shell.el (shell-mode):
16147         * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
16148         * play/landmark.el (landmark-font-lock-face-O):
16149         * play/handwrite.el (handwrite):
16150         * play/gomoku.el (gomoku-O):
16151         * net/browse-url.el (browse-url-browser-display):
16152         * international/mule.el (define-charset):
16153         * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
16154         * filesets.el (filesets-find-file-delay):
16155         * eshell/em-xtra.el (eshell-xtra):
16156         * eshell/em-unix.el (eshell-grep):
16157         * emulation/viper.el (viper-mode):
16158         * emacs-lisp/regexp-opt.el (regexp-opt-group):
16159         * emacs-lisp/easymenu.el (easy-menu-define):
16160         * calendar/timeclock.el (timeclock-use-display-time):
16161         * bs.el (bs-mode):
16162         * bookmark.el (bookmark-save-flag):
16163         Doc fix (standardize possessive apostrophe usage).
16165 2012-02-27  Chong Yidong  <cyd@gnu.org>
16167         * emulation/viper-cmd.el (viper-intercept-ESC-key):
16168         Fix key-binding lookup for ESC key (Bug#9146).
16170         * font-lock.el (font-lock-specified-p): Rename from
16171         font-lock-spec-present.  Callers changed.
16173 2012-02-27  Daniel Hackney  <dan@haxney.org>
16175         * emacs-lisp/package.el (package-compute-transaction):
16176         Handle holding a package version to t in package-load-list.
16178 2012-02-26  Michael Albinus  <michael.albinus@gmx.de>
16180         * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
16181         (tramp-get-inode, tramp-get-device): Use cached values.
16183 2012-02-26  Alan Mackenzie  <acm@muc.de>
16185         Check there is a font-lock specification before doing initial
16186         fontification.
16188         * font-core.el (font-lock-mode): Move the conditional from
16189         :after-hook to font-lock-initial-fontify.
16190         (font-lock-default-function): Move the check for a specification
16191         to font-lock-spec-present.
16193         * font-lock.el (font-lock-initial-fontify): Call ...
16194         (font-lock-spec-present): New function.
16196 2012-02-26  Jim Blandy  <jimb@red-bean.com>
16198         * progmodes/gdb-mi.el (gdb-mi-quote): New function.
16199         (gdb-send): Apply it to the operand of the '-interpreter-exec
16200         console' command, so that we can pass arguments with (say) quotes
16201         in them.  Store exact string sent in gdb-debug-log (Bug#10765).
16203 2012-02-26  Chong Yidong  <cyd@gnu.org>
16205         * help-fns.el (describe-function-1): Clarify description of
16206         remapping (Bug#10844).
16208         * files.el (files-equal-p): Doc fix.
16209         (file-subdir-of-p): Doc fix.  Convert loop macro to plain Lisp,
16210         and quit the loop once a mismatch is found.
16212 2012-02-25  Juanma Barranquero  <lekktu@gmail.com>
16214         * bs.el (bs--show-with-configuration): Don't throw an error
16215         if the window cannot be split; otherwise, subsequent calls to
16216         bs-show fail, restoring a stale window config.  (Bug#10882)
16218 2012-02-25  Jan Djärv  <jan.h.d@swipnet.se>
16220         * term/ns-win.el (global-map): Bind ns-drag-file to
16221         ns-find-file (Bug#5855, Bug#10050).
16223 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
16225         * calendar/parse-time.el (parse-time-string): Allow extractor to
16226         return nil.
16228 2012-02-25  Michael Albinus  <michael.albinus@gmx.de>
16230         * net/tramp.el (tramp-file-name-for-operation):
16231         Add `files-equal-p' and `file-subdir-of-p'.
16233         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
16234         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
16235         Add COPY-CONTENTS argument.
16237 2012-02-25  Chong Yidong  <cyd@gnu.org>
16239         Add custom groups for VC backends, for consistency with vc-bzr.
16241         * vc/vc-arch.el (vc-arch):
16242         * vc/vc-cvs.el (vc-cvs):
16243         * vc/vc-git.el (vc-git):
16244         * vc/vc-hg.el (vc-hg):
16245         * vc/vc-mtn.el (vc-mtn):
16246         * vc/vc-rcs.el (vc-rcs):
16247         * vc/vc-sccs.el (vc-sccs):
16248         * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
16249         All relevant defcustoms reassigned.
16251 2012-02-25  Chong Yidong  <cyd@gnu.org>
16253         * newcomment.el (comment-styles): Add autoload (Bug#10868).
16255         * term/x-win.el (x-initialize-window-system): Reduce default for
16256         x-selection-timeout to 5 seconds (Bug#8869).
16258 2012-02-24  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
16260         * files.el (files-equal-p, file-subdir-of-p): New functions.
16261         (copy-directory): Error when trying to copy a directory on itself.
16262         Add missing copy-contents arg to tramp handler.
16263         * dired-aux.el (dired-copy-file-recursive): Same.
16264         (dired-create-files): Modify destination when source is equal to
16265         dest when copying files.
16266         Return also when dest is a subdir of source.  (Bug#10489)
16268 2012-02-24  Michael Albinus  <michael.albinus@gmx.de>
16270         * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
16271         (Bug#10874)
16273 2012-02-23  Alan Mackenzie  <acm@muc.de>
16275         * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
16276         parameter "after-hook:" to allow the expansion to run code after
16277         the execution of the mode hooks.
16279         * font-lock.el (font-lock-initial-fontify): New function extracted
16280         from font-lock-mode-internal.
16282         * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
16283         :after-hook.
16285 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16287         * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
16288         (completion--cache-all-sorted-completions): New function.
16289         (completion-all-sorted-completions): Use it.
16290         (completion--do-completion, minibuffer-force-complete):
16291         Use it to re-instate the flush hook.
16293         * icomplete.el (icomplete-completions): Replace last fix with a better
16294         one (bug#10850).
16296 2012-02-23  Dmitry Gutov  <dgutov@yandex.ru>
16298         * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
16299         when it might call us back infinitely (bug#10797).
16301 2012-02-23  Glenn Morris  <rgm@gnu.org>
16303         * minibuffer.el (completion-category-overrides): Doc fix.
16305 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16307         * minibuffer.el (completion-table-with-context): Fix inf-loop.
16308         Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
16310 2012-02-23  Glenn Morris  <rgm@gnu.org>
16312         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
16313         (authors-obsolete-files-regexps, authors-ignored-files)
16314         (authors-ambiguous-files, authors-renamed-files-alist):
16315         Add more entries.
16317 2012-02-23  Juri Linkov  <juri@jurta.org>
16319         * isearch.el (isearch-occur): Sync interactive spec with occur's
16320         new feature in `occur-read-primary-args'.  Doc fix.  (Bug#10705)
16322         * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
16324 2012-02-22  Juri Linkov  <juri@jurta.org>
16326         * international/mule-cmds.el (read-char-by-name): Use \` and \'.
16327         (ucs-insert): Doc fix.  Check for hex digits in the string.
16328         Don't display `nil' in the error message.  (Bug#10857)
16330 2012-02-22  Alan Mackenzie  <acm@muc.de>
16332         * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
16334 2012-02-22  Glenn Morris  <rgm@gnu.org>
16336         * ffap.el (ffap-c-path):
16337         * man.el (Man-header-file-path): Handle multiarch.  (Bug#10702)
16339 2012-02-22  Chong Yidong  <cyd@gnu.org>
16341         * custom.el (load-theme): Doc fix.
16343 2012-02-22  Glenn Morris  <rgm@gnu.org>
16345         * dired-x.el (dired-guess-shell-alist-default):
16346         Remove escape sequences from nroff output.  (Bug#172)
16348 2012-02-21  Glenn Morris  <rgm@gnu.org>
16350         * vc/emerge.el (emerge-defvar-local):
16351         Set `permanent-local' property rather than unused `preserved'.
16353         * textmodes/picture.el (picture-delete-char): New alias.
16354         (picture-mode-map): Use it.  (Bug#10860)
16355         (picture-mode): Doc fix.
16357 2012-02-21  Juanma Barranquero  <lekktu@gmail.com>
16359         * newcomment.el (uncomment-region-default): Remove unused binding.
16361 2012-02-21  Glenn Morris  <rgm@gnu.org>
16363         * textmodes/picture.el (picture-motion, picture-motion-reverse)
16364         (picture-self-insert, picture-tab-chars): Doc fix.
16365         (picture-mode-map): Fix C-a, C-e.
16367 2012-02-20  Glenn Morris  <rgm@gnu.org>
16369         * emacs-lisp/authors.el (authors-aliases): Add another entry.
16371 2012-02-20  Leo Liu  <sdl.web@gmail.com>
16373         * icomplete.el (icomplete-completions): Check FROM arg before
16374         passing to substring (Bug#10850).
16376 2012-02-19  Chong Yidong  <cyd@gnu.org>
16378         * comint.el: Require ansi-color.
16379         (comint-output-filter-functions): Add ansi-color-process-output.
16381         * ansi-color.el: Don't set comint-output-filter-functions; it is
16382         now in the initial value defined in comint.el.
16383         (ansi-color-apply-face-function): New variable.
16384         (ansi-color-apply-on-region): Use it.
16385         (ansi-color-apply-overlay-face): New function.
16387         * shell.el (shell): No need to require ansi-color.
16388         (shell-mode): Use ansi-color-apply-face-function to highlight
16389         color escapes using font-lock-face property (Bug#10835).
16391 2012-02-19  Chong Yidong  <cyd@gnu.org>
16393         * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
16394         mode-line formats (Bug#10839).
16396 2012-02-18  Glenn Morris  <rgm@gnu.org>
16398         * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
16400         * mail/undigest.el (unforward-rmail-message): Doc fix.
16402         * saveplace.el (save-place-ignore-files-regexp): Add :version.
16404 2012-02-18  Eli Zaretskii  <eliz@gnu.org>
16406         * international/characters.el (script-list): Sync with the latest
16407         Unicode Character Database.
16409 2012-02-18  Andreas Schwab  <schwab@linux-m68k.org>
16411         * international/titdic-cnv.el: Remove duplicate coding tag.
16412         * language/cham.el: Likewise.
16413         * language/tai-viet.el: Likewise.
16415 2012-02-18  Glenn Morris  <rgm@gnu.org>
16417         * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
16418         * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
16419         (calendar-bahai-all-holidays-flag, calendar-other-dates):
16420         * calendar/diary-lib.el (diary-abbreviated-year-flag):
16421         * calendar/holidays.el (holiday-bahai-holidays)
16422         (calendar-holidays, list-holidays):
16423         Use utf-8 Bahá'í in doc-strings, menus, etc.
16425 2012-02-17  Tassilo Horn  <tassilo@member.fsf.org>
16427         * saveplace.el (save-place-ignore-files-regexp): New variable
16428         allowing for excluding files from saving their location of point.
16429         The default value matches the temporary commit message editing
16430         files from Git, SVN, Bazaar, and Mercurial.
16431         (save-place-to-alist): Use it.
16433 2012-02-17  Lawrence Mitchell  <wence@gmx.li>
16434             Stefan Monnier  <monnier@iro.umontreal.ca>
16436         * newcomment.el (uncomment-region-default): Don't leave extra space
16437         when an arg is provided (bug#8150).
16439 2012-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
16441         * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
16443 2012-02-17  Glenn Morris  <rgm@gnu.org>
16445         * net/socks.el: Require network-stream.  (Bug#10599)
16447 2012-02-17  Kenichi Handa  <handa@m17n.org>
16449         * international/charprop.el:
16450         * international/uni-name.el:
16451         * international/uni-old-name.el:
16452         * international/uni-comment.el: Regenerate.
16454 2012-02-16  Glenn Morris  <rgm@gnu.org>
16456         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
16457         Interactively in calendar buffer, give an error if not on a date.
16459 2012-02-15  Glenn Morris  <rgm@gnu.org>
16461         * shell.el (shell-delimiter-argument-list):
16462         Revert 2011-02-17 change.  (Bug#8027)
16464 2012-02-15  Chong Yidong  <cyd@gnu.org>
16466         * minibuffer.el (completion-at-point-functions): Doc fix.
16468         * custom.el (defcustom): Doc fix; note use of defvar.
16470 2012-02-15  Glenn Morris  <rgm@gnu.org>
16472         * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
16473         Doc fixes.
16475 2012-02-14  Glenn Morris  <rgm@gnu.org>
16477         * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
16479 2012-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
16481         * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
16482         way the ports list is computed.
16483         (smtpmail-query-smtp-server): Prompt the user for a port number if
16484         we can't connect to any of the standard ports (bug#10810).
16486 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16488         * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
16490 2012-02-13  Glenn Morris  <rgm@gnu.org>
16492         * minibuffer.el (read-file-name): Doc fix.  (Bug#10798)
16494 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
16496         * net/gnutls.el (gnutls-trustfiles): New variable.
16497         (gnutls-negotiate): Use it.
16499 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
16501         * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
16502         does its stuff if Gnus is running.
16504 2012-02-13  Alan Mackenzie  <acm@muc.de>
16506         Fix a loop in c-set-fl-decl-start.
16508         * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
16509         c-backward-syntactic-ws actually moves backwards.
16511 2012-02-13  Leo Liu  <sdl.web@gmail.com>
16513         * net/rcirc.el (rcirc-markup-attributes): Move point to the
16514         beginning so that all \C-o chars are removed.
16516 2012-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
16518         * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
16520 2012-02-12  Alan Mackenzie  <acm@muc.de>
16522         Fix infinite loop with long macros.
16523         * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
16525 2012-02-12  Chong Yidong  <cyd@gnu.org>
16527         * window.el (display-buffer): Doc fix (Bug#10785).
16529 2012-02-12  Glenn Morris  <rgm@gnu.org>
16531         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
16532         (x-disown-selection-internal, x-get-selection-internal):
16533         Sync docs with the xselect.c versions.
16535         * allout-widgets.el: Add missing license notice.
16537 2012-02-11  Glenn Morris  <rgm@gnu.org>
16539         * select.el (x-get-selection-internal, x-own-selection-internal)
16540         (x-disown-selection-internal):
16541         * x-dnd.el (x-get-selection-internal): Update declarations.
16543         * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
16545         * window.el (window-sides-slots):
16546         * tool-bar.el (tool-bar-position):
16547         * term/xterm.el (xterm-extra-capabilities):
16548         * ses.el (ses-self-reference-early-detection):
16549         * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
16550         (verilog-auto-wire-type)
16551         (verilog-auto-delete-trailing-whitespace)
16552         (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
16553         (verilog-auto-tieoff-declaration):
16554         * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
16555         (sql-oracle-statement-starters, sql-oracle-scan-on):
16556         * progmodes/prolog.el (prolog-align-comments-flag)
16557         (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
16558         (prolog-left-indent-regexp, prolog-paren-indent-p)
16559         (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
16560         (prolog-types, prolog-mode-specificators)
16561         (prolog-determinism-specificators, prolog-directives)
16562         (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
16563         (prolog-electric-dot-flag)
16564         (prolog-electric-dot-full-predicate-template)
16565         (prolog-electric-underscore-flag, prolog-electric-tab-flag)
16566         (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
16567         (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
16568         (prolog-program-switches, prolog-prompt-regexp)
16569         (prolog-debug-on-string, prolog-debug-off-string)
16570         (prolog-trace-on-string, prolog-trace-off-string)
16571         (prolog-zip-on-string, prolog-zip-off-string)
16572         (prolog-use-standard-consult-compile-method-flag)
16573         (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
16574         (prolog-imenu-max-lines, prolog-info-predicate-index)
16575         (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
16576         (prolog-char-quote-workaround):
16577         * progmodes/cc-vars.el (c-defun-tactic):
16578         * net/tramp.el (tramp-encoding-command-interactive)
16579         (tramp-local-end-of-line):
16580         * net/soap-client.el (soap-client):
16581         * net/netrc.el (netrc-file):
16582         * net/gnutls.el (gnutls):
16583         * minibuffer.el (completion-category-overrides)
16584         (completion-cycle-threshold)
16585         (completion-pcm-complete-word-inserts-delimiters):
16586         * man.el (Man-name-local-regexp):
16587         * mail/feedmail.el (feedmail-display-full-frame):
16588         * international/characters.el (glyphless-char-display-control):
16589         * eshell/em-ls.el (eshell-ls-date-format):
16590         * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
16591         (lisp-lambda-list-keyword-parameter-indentation)
16592         (lisp-lambda-list-keyword-parameter-alignment):
16593         * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
16594         * dired-x.el (dired-omit-verbose):
16595         * cus-theme.el (custom-theme-allow-multiple-selections):
16596         * calc/calc.el (calc-highlight-selections-with-faces)
16597         (calc-lu-field-reference, calc-lu-power-reference)
16598         (calc-note-threshold):
16599         * battery.el (battery-mode-line-limit):
16600         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
16601         (archive-7z-update):
16602         * allout.el (allout-prefixed-keybindings)
16603         (allout-unprefixed-keybindings)
16604         (allout-inhibit-auto-fill-on-headline)
16605         (allout-flattened-numbering-abbreviation):
16606         * allout-widgets.el (allout-widgets-auto-activation)
16607         (allout-widgets-icons-dark-subdir)
16608         (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
16609         (allout-widgets-theme-dark-background)
16610         (allout-widgets-theme-light-background)
16611         (allout-widgets-item-image-properties-emacs)
16612         (allout-widgets-item-image-properties-xemacs)
16613         (allout-widgets-run-unit-tests-on-load)
16614         (allout-widgets-time-decoration-activity)
16615         (allout-widgets-hook-error-post-time)
16616         (allout-widgets-track-decoration):
16617         Add missing :version tags to new defcustoms and defgroups.
16619         * progmodes/sql.el (sql-ansi-statement-starters)
16620         (sql-oracle-statement-starters): Add custom type.
16622         * progmodes/prolog.el: Remove leading '*' from defcustom docs.
16623         (prolog-system-version): Give it a type.
16625 2012-02-11  Eli Zaretskii  <eliz@gnu.org>
16627         * term/pc-win.el (x-select-text, x-selection-owner-p)
16628         (x-own-selection-internal, x-disown-selection-internal)
16629         (x-get-selection-internal): Sync doc strings and argument lists
16630         with xselect.c, common-win.el and x-win.el.  (Bug#10783)
16632 2012-02-11  Leo Liu  <sdl.web@gmail.com>
16634         * progmodes/python.el (python-end-of-statement): Fix infinite
16635         loop.  (Bug#10788)
16637 2012-02-10  Glenn Morris  <rgm@gnu.org>
16639         * international/mule-cmds.el (unify-8859-on-encoding-mode)
16640         (unify-8859-on-decoding-mode): Properly mark as obsolete.
16642 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
16644         * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
16645         about SMTP before checking the From header.
16647         * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
16648         into own function for reuse by emacsbug.el.
16650 2012-02-10  Leo Liu  <sdl.web@gmail.com>
16652         * subr.el (condition-case-unless-debug): Rename from
16653         condition-case-no-debug.  All callers changed.
16654         (with-demoted-errors): Fix caller.
16656         * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
16657         * nxml/rng-valid.el (rng-do-some-validation):
16658         * emacs-lisp/package.el (package-refresh-contents)
16659         (package-menu-execute):
16660         * desktop.el (desktop-create-buffer):
16661         * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
16663 2012-02-10  Glenn Morris  <rgm@gnu.org>
16665         * textmodes/bibtex.el:
16666         Add missing :version tags for new/changed defcustoms.
16668         * files.el (remote-file-name-inhibit-cache): Doc fixes.
16670 2012-02-09  Lars Ingebrigtsen  <larsi@rusty>
16672         * mail/smtpmail.el (smtpmail-user-mail-address): New function.
16673         (smtpmail-via-smtp): Use it, or fall back on the From address.
16674         (smtpmail-send-it): Ditto.
16676 2012-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16678         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
16679         Don't fallback on byte-compile-defvar.  Optimize (defvar foo) away.
16680         (byte-compile-tmp-var): New const.
16681         (byte-compile-defvar): Use it to minimize .elc size.
16682         Just use `defvar' rather than simulate it (bug#10761).
16684 2012-02-09  Glenn Morris  <rgm@gnu.org>
16686         * files.el (rename-uniquely): Doc fix.  (Bug#3806)
16688         * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
16689         Add :version tags.
16691         * progmodes/compile.el (compilation-error-screen-columns)
16692         (compilation-first-column, compilation-filter-start): Doc fixes.
16694         * vc/log-view.el (log-view-toggle-entry-display):
16695         * vc/vc.el (vc-merge, vc-pull): Doc fixes.
16697         * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
16698         (report-emacs-bug-can-use-xdg-email):
16699         (report-emacs-bug-insert-to-mailer): Doc fixes.
16700         (report-emacs-bug): Message fix.
16702         * net/browse-url.el (browse-url-can-use-xdg-open)
16703         (browse-url-xdg-open): Doc fixes.
16705         * electric.el (electric-indent-mode, electric-pair-mode)
16706         (electric-layout-rules, electric-layout-mode): Doc fixes.
16707         (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
16709 2012-02-08  Martin Rudalics  <rudalics@gmx.at>
16711         * server.el (server-unselect-display): Don't inadvertently kill
16712         the current buffer.  (Bug#10729)
16714 2012-02-08  Glenn Morris  <rgm@gnu.org>
16716         * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
16717         (sql-list-table): Doc fixes.
16719         * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
16720         Comment out (does nothing).
16722         * completion.el (dynamic-completion-mode):
16723         * dirtrack.el (dirtrack-debug-mode):
16724         * electric.el (electric-layout-mode):
16725         * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
16726         * face-remap.el (text-scale-mode, buffer-face-mode):
16727         * iimage.el (iimage-mode):
16728         * image-mode.el (image-transform-mode):
16729         * minibuffer.el (completion-in-region-mode):
16730         * scroll-lock.el (scroll-lock-mode):
16731         * simple.el (next-error-follow-minor-mode):
16732         * tar-mode.el (tar-subfile-mode):
16733         * tooltip.el (tooltip-mode):
16734         * vcursor.el (vcursor-use-vcursor-map):
16735         * wid-browse.el (widget-minor-mode):
16736         * emulation/tpu-edt.el (tpu-edt-mode):
16737         * emulation/tpu-extras.el (tpu-cursor-free-mode):
16738         * international/iso-ascii.el (iso-ascii-mode):
16739         * language/thai-util.el (thai-word-mode):
16740         * mail/supercite.el (sc-minor-mode):
16741         * net/goto-addr.el (goto-address-mode):
16742         * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
16743         * progmodes/cwarn.el (cwarn-mode):
16744         * progmodes/flymake.el (flymake-mode):
16745         * progmodes/glasses.el (glasses-mode):
16746         * progmodes/hideshow.el (hs-minor-mode):
16747         * progmodes/pascal.el (pascal-outline-mode):
16748         * textmodes/enriched.el (enriched-mode):
16749         * vc/smerge-mode.el (smerge-mode):
16750         Doc fixes (minor mode argument).
16752 2012-02-07  Eli Zaretskii  <eliz@gnu.org>
16754         * ls-lisp.el (ls-lisp-sanitize): New function.
16755         (ls-lisp-insert-directory): Use it to fix or remove any elements
16756         in file-alist with missing attributes.  (Bug#4673)
16758 2012-02-07  Alan Mackenzie  <acm@muc.de>
16760         Fix spurious recognition of c-in-knr-argdecl.
16762         * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
16763         putative K&R region.
16765 2012-02-07  Alan Mackenzie  <acm@muc.de>
16767         * progmodes/cc-engine.el (c-forward-objc-directive):
16768         Prevent looping in "#pragma mark @implementation".
16770 2012-02-07  Michael Albinus  <michael.albinus@gmx.de>
16772         * notifications.el (notifications-on-closed-signal): Make `reason'
16773         optional.  (Bug#10744)
16775 2012-02-07  Glenn Morris  <rgm@gnu.org>
16777         * emacs-lisp/easy-mmode.el (define-minor-mode):
16778         Doc fixes for the macro and the mode it defines.
16780         * image.el (imagemagick-types-inhibit): Doc fix.
16782         * cus-start.el (imagemagick-render-type): Add it.
16784 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
16786         * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
16787         Set the default at load time, too, so that `font-lock-fontify-buffer'
16788         can be called without setting up the entire mode first.  This fixes
16789         a bug in `mm-inline-text' with C MIME parts.
16791 2012-02-06  Chong Yidong  <cyd@gnu.org>
16793         * simple.el (list-processes--refresh): Delete exited processes
16794         (Bug#8094).
16796         * comint.el (comint-next-prompt): next-single-char-property-change
16797         and prev-single-char-property-change never return nil (Bug#8657).
16799         * custom.el (defcustom): Doc fix (Bug#9711).
16801 2012-02-05  Chong Yidong  <cyd@gnu.org>
16803         * cus-edit.el (custom-variable-reset-backup): Quote the value
16804         before storing it in the customized-value property (Bug#6712).
16805         (custom-display): Add a customization type tag.
16806         (custom-buffer-create-internal): Improve tooltip message.
16808         * wid-edit.el (widget-field-value-get): New optional arg to
16809         suppress trailing whitespace truncation.
16810         (character): Use it (Bug#2689).
16812 2012-02-05  Andreas Schwab  <schwab@linux-m68k.org>
16814         * progmodes/gud.el (gud-pv): Use pv instead of pv1.
16815         * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
16817 2012-02-05  Chong Yidong  <cyd@gnu.org>
16819         * cus-edit.el (custom-variable-value-create): For mismatched
16820         types, show the current value (Bug#7600).
16822         * custom.el (defcustom): Doc fix.
16824 2012-02-05  Glenn Morris  <rgm@gnu.org>
16826         * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
16828 2012-02-05  Juanma Barranquero  <lekktu@gmail.com>
16830         * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
16831         (pp-buffer): Use `ignore-errors', `looking-at-p'.
16832         (pp-last-sexp): Use `looking-at-p'.
16834 2012-02-04  Glenn Morris  <rgm@gnu.org>
16836         * files.el (revert-buffer):
16837         Doc fix (mention revert-buffer-in-progress-p).
16839         * emacs-lisp/ert-x.el (ert-simulate-command):
16840         Check deferred-action-list (which is obsolete) is bound.
16842         * subr.el (with-wrapper-hook): Doc fixes.
16844         * simple.el (filter-buffer-substring-functions)
16845         (buffer-substring-filters, filter-buffer-substring): Doc fixes.
16847 2012-02-04  Lars Ljung  <lars@matholka.se>  (tiny change)
16849         * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
16850         anywhere in shell-file-name, not just at the beginning.  (Bug#10523)
16852 2012-02-04  Leo Liu  <sdl.web@gmail.com>
16854         * emacs-lisp/smie.el: Fix dead link (Bug#10711).
16856 2012-02-04  Glenn Morris  <rgm@gnu.org>
16858         * image.el (image-extension-data): Add obsolete alias.
16860         * isearch.el (isearch-update): Doc fix.
16862         * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
16864         * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
16866 2012-02-03  Glenn Morris  <rgm@gnu.org>
16868         * image.el (image-animated-p): Doc fix.  Use image-animated-types.
16869         (image-animate-timeout): Doc fix.
16871         * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
16873 2012-02-02  Glenn Morris  <rgm@gnu.org>
16875         * server.el (server-auth-dir): Doc fix.
16876         (server-eval-at): Doc fix.  Give an explicit error if !server-use-tcp.
16878         * subr.el (run-mode-hooks): Doc fix.
16880 2012-02-02  Juri Linkov  <juri@jurta.org>
16882         * image-mode.el (image-toggle-display-image): Remove tautological
16883         `major-mode' from the `derived-mode-p' test.
16885 2012-02-02  Kenichi Handa  <handa@m17n.org>
16887         * composite.el (compose-region): Cancel previous change.
16889 2012-02-02  Kenichi Handa  <handa@m17n.org>
16891         * composite.el (compose-region, compose-string): Signal error for
16892         a null string component (Bug#6988).
16894 2012-02-01  Chong Yidong  <cyd@gnu.org>
16896         * view.el (view-buffer-other-window, view-buffer-other-frame):
16897         Handle special modes like view-buffer (Bug#10650).
16898         (view-buffer): Simplify.
16900         * frame.el (set-frame-font): Tweak meaning of third argument.
16902         * dynamic-setting.el (font-setting-change-default-font):
16903         Use set-frame-font (Bug#9982).
16905 2012-02-01  Glenn Morris  <rgm@gnu.org>
16907         * progmodes/compile.el (compilation-internal-error-properties):
16908         Respect compilation-first-column in the "*compilation*" buffer.
16910         * emacs-lisp/easy-mmode.el (define-minor-mode):
16911         Relax :variable's test for a named function.
16913 2012-01-31  Alan Mackenzie  <acm@muc.de>
16915         * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
16916         off by one error.
16918 2012-01-31  Chong Yidong  <cyd@gnu.org>
16920         * frame.el (set-frame-font): New arg ALL-FRAMES.
16922         * menu-bar.el (menu-set-font): Use set-frame-font.
16924         * faces.el (face-spec-reset-face): Don't apply unspecified
16925         attribute values to the default face.
16927 2012-01-31  Juanma Barranquero  <lekktu@gmail.com>
16929         * progmodes/cwarn.el (cwarn): Remove dead link.
16930         (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
16931         Remove * from defcustom docstrings.
16932         (turn-on-cwarn-mode): Make obsolete.
16933         (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
16934         (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
16936 2012-01-31  Glenn Morris  <rgm@gnu.org>
16938         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
16939         Fix :variable handling of mode a symbol not equal to modefun.
16940         Allow named functions to be used as the cdr of :variable.
16942 2012-01-30  Glenn Morris  <rgm@gnu.org>
16944         * emacs-lisp/authors.el (authors-fixed-entries):
16945         Remove reference to deleted file rnewspost.el.
16947 2012-01-29  Juanma Barranquero  <lekktu@gmail.com>
16949         * window.el (window-with-parameter): Remove unused variable `windows'.
16950         (window--side-check): Remove unused variable `code'.
16951         (window--resize-siblings): Remove unused variable `first'.
16952         (adjust-window-trailing-edge): Remove unused variable `failed'.
16953         (window-deletable-p, window--delete): Remove unused variable `buffer'.
16954         Use `let', not `let*'.
16955         (balance-windows-2): Remove unused variable `found'.
16956         (window--state-put-2): Remove unused variable `splits'.
16957         (window-state-put): Remove unused variable `selected'.
16958         (same-window-p): Use `string-match-p'.
16959         (display-buffer-assq-regexp): Remove unused variable `value'.
16960         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
16961         Mark argument ALIST as ignored.
16962         (pop-to-buffer): Remove unused variable `old-window'.
16964 2012-01-29  Eli Zaretskii  <eliz@gnu.org>
16966         * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
16967         and .lzma compressed files.
16969 2012-01-29  Chong Yidong  <cyd@gnu.org>
16971         * frame.el (window-system-default-frame-alist): Doc fix.
16973         * dynamic-setting.el (font-setting-change-default-font): Don't
16974         change the default face if SET-FONT argument is non-nil (Bug#9982).
16976 2012-01-29  Samuel Bronson  <naesten@gmail.com>
16978         * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
16980 2012-01-29  Syver Enstad  <syver.enstad@cisco.com>  (tiny change)
16982         * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
16983         breakpoints in files outside current directory (Bug#6098).
16985 2012-01-29  Chong Yidong  <cyd@gnu.org>
16987         * progmodes/python.el: Require ansi-color at top-level.
16989         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
16990         Define and use in Emacs Lisp mode (Bug#9360).
16991         (lisp-mode-abbrev-table): Add doc.
16992         (lisp-mode-variables): Don't set local-abbrev-table.
16993         (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
16995 2012-01-28  Roland Winkler  <winkler@gnu.org>
16997         * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
16999 2012-01-28  Roland Winkler  <winkler@gnu.org>
17001         * textmodes/bibtex.el (bibtex-entry-alist): New function.
17002         (bibtex-set-dialect): Use it.  Either set global values of
17003         dialect-dependent variables or bind these variables buffer-locally
17004         (Bug#10254).
17005         (bibtex-mode): Call bibtex-set-dialect via
17006         hack-local-variables-hook.
17007         (bibtex-dialect): Update docstring.
17008         Add safe-local-variable predicate.
17009         (bibtex-entry-alist, bibtex-field-alist): Initialize via
17010         bibtex-set-dialect.
17011         (bibtex-mode-map): Define menu for each dialect.
17012         (bibtex-entry): Fix docstring.
17014 2012-01-28  Chong Yidong  <cyd@gnu.org>
17016         * eshell/esh-arg.el (eshell-quote-argument): New function.
17018         * eshell/esh-ext.el (eshell-invoke-batch-file):
17019         * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
17020         first arg to eshell-parse-command (Bug#10523).
17022 2012-01-28  Drew Adams  <drew.adams@oracle.com>
17024         * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
17025         `default-directory' is non-nil.
17027 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
17029         * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
17030         line that displays system-configuration-options.  (Bug#9924)
17032 2012-01-28  Drew Adams  <drew.adams@oracle.com>
17034         * descr-text.el (describe-char): Show information about POS, in
17035         addition to information about the character at POS.  Improve and
17036         update the doc string.  Change "code point" to "code point in
17037         charset", to avoid confusion with the character's Unicode code
17038         point shown above that.  (Bug#10129)
17040 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
17042         * descr-text.el (describe-char): Show the raw character, not only
17043         its display form at POS.  Suggested by Kenichi Handa <handa@m17n.org>.
17044         See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
17045         for the reasons.
17047 2012-01-28  Phil Hagelberg  <phil@hagelb.org>
17049         * emacs-lisp/package.el (package-install):
17050         Run package-refresh-contents if there is no archive yet (Bug#9798).
17052 2012-01-28  Chong Yidong  <cyd@gnu.org>
17054         * emacs-lisp/package.el (package-maybe-load-descriptor):
17055         New function, split from package-maybe-load-descriptor.
17056         (package-maybe-load-descriptor): Use it.
17057         (package-download-transaction): Fully load required packages
17058         inside the loop, so that `require' calls work (Bug#10593).
17059         (package-install): No need to call package-initialize now.
17061 2012-01-28  Chong Yidong  <cyd@gnu.org>
17063         * simple.el (deactivate-mark): Doc fix (Bug#8614).
17065         * tooltip.el (tooltip-mode): Doc fix.
17066         (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
17068         * frame.el (set-cursor-color): Doc fix (Bug#352).
17070         * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
17071         (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
17073         * cus-edit.el (custom-buffer-create-internal): Fix search button
17074         action (Bug#10542).
17075         (customize-unsaved, customize-saved): Doc fix (Bug#10541).
17077 2012-01-27  Eduard Wiebe  <usenet@pusto.de>
17079         * dired.el (dired-mark-files-regexp):
17080         Include any subdirectory components.  (Bug#10445)
17082 2012-01-27  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
17084         * pcmpl-unix.el (pcmpl-ssh-known-hosts):
17085         Handle [host]:port syntax.  (Bug#10533)
17087 2012-01-27  Alex Harsanyi  <harsanyi@mac.com>
17089         * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
17091 2012-01-26  Glenn Morris  <rgm@gnu.org>
17093         * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
17094         * term.el (term-raw-escape-map): Use Control-X-prefix.
17095         * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map.  (Bug#10566)
17097 2012-01-25  Martin Rudalics  <rudalics@gmx.at>
17099         * window.el (window-state-get, window--state-get-1): Don't deal
17100         with fixed-sizeness of windows.  Simplify code.
17102 2012-01-25  Jérémy Compostella  <jeremy.compostella@gmail.com>
17104         * window.el (window--state-get-1, window--state-put-2):
17105         Don't save and restore the mark.
17107 2012-01-25  Chong Yidong  <cyd@gnu.org>
17109         * custom.el (custom-variable-p): Doc fix.
17111 2012-01-25  Glenn Morris  <rgm@gnu.org>
17113         * dired.el (dired-goto-file): Handle some of the more common
17114         characters that `ls -b' escapes.  (Bug#10596)
17116         * progmodes/compile.el (compilation-next-error-function):
17117         Respect compilation-first-column in the "*compilation*" buffer.
17118         * progmodes/grep.el (grep-first-column): New variable.  (Bug#10594)
17120         * vc/vc.el (vc-modify-change-comment): Scoping fix.  (Bug#10513)
17122 2012-01-24  Glenn Morris  <rgm@gnu.org>
17124         * pcmpl-gnu.el (pcomplete/tar): Handle " - ".  (Bug#10457)
17126 2012-01-24  Julien Danjou  <julien@danjou.info>
17128         * color.el (color-rgb-to-hsl): Fix value computing.
17129         (color-hue-to-rgb): New function.
17130         (color-hsl-to-rgb): New function.
17131         (color-clamp, color-saturate-hsl, color-saturate-name)
17132         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
17133         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
17135 2012-01-24  Glenn Morris  <rgm@gnu.org>
17137         * vc/vc-rcs.el (vc-rcs-create-tag):
17138         * vc/vc-sccs.el (vc-sccs-create-tag):
17139         Fix argument spec to be what vc-create-tag expects.  (Bug#10515)
17141 2012-01-23  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
17143         * eshell/esh-util.el (eshell-read-hosts-file):
17144         Skip comment lines.  (Bug#10549)
17146         * eshell/em-unix.el (pcomplete/ssh): Remove.  (Bug#10548)
17148 2012-01-23  Juanma Barranquero  <lekktu@gmail.com>
17150         * subr.el (display-delayed-warnings): Doc fix.
17151         (collapse-delayed-warnings): New function to collapse identical
17152         adjacent warnings.
17153         (delayed-warnings-hook): Add it.
17155 2012-01-22  Michael Albinus  <michael.albinus@gmx.de>
17157         * net/tramp.el (tramp-action-login): Set connection property "login-as".
17159         * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
17160         (tramp-default-user-alist): Don't add "pscp".
17161         (tramp-do-copy-or-rename-file-out-of-band): Use connection
17162         property "login-as", if set.  (Bug#10530)
17164 2012-01-21  Michael Albinus  <michael.albinus@gmx.de>
17166         * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
17167         "plink1" and "psftp".  (Bug#10530)
17169 2012-01-21  Kenichi Handa  <handa@m17n.org>
17171         * international/mule-cmds.el (prefer-coding-system): Show a
17172         warning message if the default value of file-name-coding-system
17173         was not changed.
17175 2012-01-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
17177         * windmove.el (windmove-reference-loc):
17178         Fix windmove-reference-loc miscalculation.
17180 2012-01-21  Jay Belanger  <jay.p.belanger@gmail.com>
17182         * calc/calc-units.el (math-put-default-units): Don't use "1" as a
17183         default unit.
17185 2012-01-21  Glenn Morris  <rgm@gnu.org>
17187         * international/mule.el (auto-coding-alist): Add .tbz.
17189         * files.el (local-enable-local-variables): Doc fix.
17190         (inhibit-local-variables-regexps): Rename from
17191         inhibit-first-line-modes-regexps.  Keep old name as obsolete alias.
17192         Doc fix.  Add some extensions from auto-coding-alist.
17193         (inhibit-local-variables-suffixes):
17194         Rename from inhibit-first-line-modes-suffixes.  Doc fix.
17195         (inhibit-local-variables-p):
17196         New function, extracted from set-auto-mode-1.
17197         (set-auto-mode): Doc fix.  Respect inhibit-local-variables-regexps.
17198         (set-auto-mode-1): Doc fix.  Use inhibit-local-variables-p.
17199         (hack-local-variables): Doc fix.  Make the mode-only case
17200         respect enable-local-variables and friends.
17201         Respect inhibit-local-variables-regexps for file-locals, but
17202         not for directory-locals.
17203         (set-visited-file-name):
17204         Take account of inhibit-local-variables-regexps.
17205         Whether it applies may change as the file name is changed.
17206         * jka-cmpr-hook.el (jka-compr-install):
17207         * jka-compr.el (jka-compr-uninstall):
17208         Update for inhibit-first-line-modes-suffixes name change.
17210 2012-01-20  Martin Rudalics  <rudalics@gmx.at>
17212         * help-macro.el (make-help-screen): Temporarily restore original
17213         binding for minor-mode-map-alist (Bug#10454).
17215 2012-01-19  Julien Danjou  <julien@danjou.info>
17217         * color.el (color-name-to-rgb): Use the white color to find the max
17218         color component value and return correctly computed values.
17219         (color-name-to-rgb): Add missing float conversion for max value.
17221 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
17223         * window.el (window--state-get-1, window-state-get): Do not use
17224         special state value for window-persistent-parameters.
17225         Rename argument IGNORE to WRITABLE.  Rewrite doc-string.
17226         (window--state-put-2): Reset all window parameters to nil before
17227         assigning values of persistent parameters.
17229 2012-01-18  Alan Mackenzie  <acm@muc.de>
17231         Eliminate sluggishness and hangs in fontification of "semicolon
17232         deserts".
17234         * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
17235         Change value 10000 -> 3000.
17236         (c-state-safe-place): Reformulate so it doesn't stack up an
17237         infinite number of wrong entries in c-state-nonlit-pos-cache.
17238         (c-determine-limit-get-base, c-determine-limit): New functions to
17239         determine backward search limits disregarding literals.
17240         (c-find-decl-spots): Amend commenting.
17241         (c-cheap-inside-bracelist-p): New function which detects "={".
17243         * progmodes/cc-fonts.el
17244         (c-make-font-lock-BO-decl-search-function): Give a limit to a
17245         backward search.
17246         (c-font-lock-declarations): Fix an occurrence of point being
17247         undefined.  Check additionally for point being in a bracelist or
17248         near a macro invocation without a semicolon so as to avoid a
17249         fruitless time consuming search for a declarator.  Give a more
17250         precise search limit for declarators using the new
17251         c-determine-limit.
17253 2012-01-18  Glenn Morris  <rgm@gnu.org>
17255         * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
17256         (set-auto-mode): Doc fixes.
17258 2012-01-17  Glenn Morris  <rgm@gnu.org>
17260         * isearch.el (search-nonincremental-instead): Fix doc typo.
17262         * dired.el (dired-insert-directory): Handle newlines in directory name.
17263         (dired-build-subdir-alist): Unescape newlines in directory name.
17265 2012-01-17  Michael Albinus  <michael.albinus@gmx.de>
17267         * net/tramp.el (tramp-local-end-of-line): New defcustom.
17268         (tramp-action-login, tramp-action-yesno, tramp-action-yn)
17269         (tramp-action-terminal): Use it.  (Bug#10530)
17271 2012-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17273         * minibuffer.el (completion--replace): Strip properties (bug#10062).
17275 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
17277         * window.el (window-state-ignored-parameters): Remove variable.
17278         (window--state-get-1): Rename argument MARKERS to IGNORE.
17279         Handle persistent window parameters.  Make copy of clone-of
17280         parameter only if requested.  (Bug#10348)
17281         (window--state-put-2): Install a window parameter only if it has
17282         a non-nil value or an existing parameter shall be overwritten.
17284 2012-01-15  Michael Albinus  <michael.albinus@gmx.de>
17286         * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
17288 2012-01-14  Eli Zaretskii  <eliz@gnu.org>
17290         * info.el (Info-toc-build): If the Info file has no "Up" pointer,
17291         don't pass the (nil) value of `upnode' to string-match.
17293 2012-01-14  Chong Yidong  <cyd@gnu.org>
17295         * startup.el (command-line): Fix X resource class for cursorColor.
17296         Fix values recognized by the cursorBlink resource.
17298 2012-01-14  Paul Eggert  <eggert@cs.ucla.edu>
17300         * epg.el (epg--make-temp-file): Avoid permission race condition
17301         when running on old Emacs versions (bug#10403).
17303 2012-01-14  Glenn Morris  <rgm@gnu.org>
17305         * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
17307 2012-01-13  Alan Mackenzie  <acm@muc.de>
17309         Fix filling for when filladapt mode is enabled.
17311         * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
17312         c-mask-paragraph, pass in `fill-paragraph' rather than
17313         `fill-region-as-paragraph'.  (This is a reversion of a previous
17314         change.)
17315         * progmodes/cc-mode.el (c-basic-common-init):
17316         Make fill-paragraph-handle-comment buffer local and set it to nil.
17318 2012-01-13  Glenn Morris  <rgm@gnu.org>
17320         * dired.el (dired-switches-escape-p): New function.
17321         (dired-insert-directory): Use dired-switches-escape-p.
17322         (dired-get-filename): Undo "\ " quoting if needed.  (Bug#10469)
17324         * find-dired.el (find-ls-option): Doc fix.  (Bug#10262)
17326 2012-01-12  Glenn Morris  <rgm@gnu.org>
17328         * mail/sendmail.el (mail-mode): Update paragraph-separate for
17329         changes in adaptive-fill-regexp.  (Bug#10276)
17331 2012-01-11  Alan Mackenzie  <acm@muc.de>
17333         Fix Emacs bug #10463 - put `widen's around the critical spots.
17335         * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
17336         widen around each invocation of c-state-pp-to-literal.  Remove an
17337         unused let variable.
17339 2012-01-11  Glenn Morris  <rgm@gnu.org>
17341         * dired-aux.el (dired-do-shell-command): Fix */? logic.  (Bug#6561)
17342         Doc fix.
17344 2012-01-10  Chong Yidong  <cyd@gnu.org>
17346         * net/network-stream.el (network-stream-open-starttls):
17347         Avoid emitting a confusing error message when the server gives a bad
17348         response to the capability command.
17350 2012-01-10  Glenn Morris  <rgm@gnu.org>
17352         * mail/unrmail.el (unrmail): Tweak previous change.
17354 2012-01-09  Chong Yidong  <cyd@gnu.org>
17356         * custom.el (custom-safe-themes): Use SHA-256 for hashing.
17358 2012-01-08  Alan Mackenzie  <acm@muc.de>
17360         Optimize font locking in long enum definitions.
17362         * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
17363         arm to a cond form to handle enums.
17364         * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
17365         * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
17367 2012-01-07  Paul Eggert  <eggert@cs.ucla.edu>
17369         * files.el (move-file-to-trash): Preserve default file modes on error.
17370         (Bug#10401)
17372 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17374         * faces.el (set-face-attribute): Clarify the meaning of the nil
17375         frame (bug#10294).
17377         * subr.el (with-selected-frame): Mention that the selected frame
17378         is restored (bug#9980).
17380         * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
17381         (bug#9759).
17383         * mail/smtpmail.el (password-cache-add): Remove unused declaration.
17384         (password-read): Don't autoload unused function.
17386 2012-01-07  Juanma Barranquero  <lekktu@gmail.com>
17388         * progmodes/which-func.el (which-func-mode): Turn into a
17389         non-interactive function and mark as obsolete (bug#10428).
17391 2012-01-06  Chong Yidong  <cyd@gnu.org>
17393         * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
17394         (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
17395         functions, along with 1 and -1.
17397 2012-01-06  Eli Zaretskii  <eliz@gnu.org>
17399         * time.el (display-time-load-average)
17400         (display-time-default-load-average): Doc fixes.  See the thread
17401         starting at
17402         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
17403         for the details.
17405 2012-01-06  Glenn Morris  <rgm@gnu.org>
17407         * mail/unrmail.el (unrmail): Give an explicit error if the input file
17408         has no messages.  (Bug#10377)
17410         * info.el (Info-mode-map): Bind e to end-of-buffer, rather
17411         than Info-edit.  (Bug#10385)
17413         * time.el (display-time-load-average, display-time-next-load-average):
17414         Doc fixes.
17416         * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
17417         local setting of buffer-read-only to the input buffer.  (Bug#10419)
17419         * calendar/calendar.el (calendar-mode):
17420         Locally set scroll-margin to 0.  (Bug#10379)
17422 2012-01-06  Ulrich Mueller  <ulm@gentoo.org>
17424         * play/doctor.el (doctor-death): Escape "," characters.  (Bug#10370)
17426 2012-01-05  Glenn Morris  <rgm@gnu.org>
17428         * eshell/em-unix.el (diff-no-select): Autoload it.
17429         (eshell/diff): Use diff-no-select.  (Bug#10420)
17431 2012-01-05  Chong Yidong  <cyd@gnu.org>
17433         * shell.el (shell-dynamic-complete-functions): Revert last change.
17434         (shell-command-completion-function): New function.
17435         (shell-completion-vars): Use it to implement
17436         shell-completion-execonly (Bug#10417).
17438         * custom.el (enable-theme): Don't set custom-safe-themes.
17440         * cus-theme.el (custom-theme-merge-theme):
17441         Ignore custom-enabled-themes and custom-safe-themes.
17443 2012-01-05  Michael R. Mauger  <mmaug@yahoo.com>
17445         * progmodes/sql.el (sql-login-hook): Add hook to respond to the
17446         first prompt in `sql-interacive-mode'.
17447         (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
17448         keywords.
17449         (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
17450         (sql-product-interactive): Bug fix: Set `sql-buffer' in
17451         context of original buffer.  Invoke `sql-login-hook'.
17453 2012-01-04  Eli Zaretskii  <eliz@gnu.org>
17455         * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
17456         letters in cite-prefix.
17458 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17460         * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
17462 2012-01-03  Chong Yidong  <cyd@gnu.org>
17464         * shell.el (shell-dynamic-complete-functions):
17465         Put pcomplete-completions-at-point, so as to try
17466         comint-filename-completion first (Bug#10417).
17468 2012-01-02  Richard Stallman  <rms@gnu.org>
17470         * battery.el (battery-status-function):
17471         Detect when to use battery-yeeloong-sysfs.
17472         (battery-echo-area-format): Add string for Yeeloong.
17473         (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
17474         (battery-yeeloong-sysfs): New function.
17476 2012-01-02  Chong Yidong  <cyd@gnu.org>
17478         * dirtrack.el (dirtrack-list): Eliminate unused third element.
17479         (dirtrack): Merge code for handling relative filenames in prompt
17480         from shell-dir-cookie-watcher.
17481         (dirtrack-debug-message): New arg to avoid excess format calls.
17483         * shell.el (shell-dir-cookie-re): Variable deleted.
17484         (shell-dir-cookie-watcher): Function deleted.
17485         (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
17486         with dirtrack-mode.
17488 2012-01-01  Eli Zaretskii  <eliz@gnu.org>
17490         * term/w32-win.el (dynamic-library-alist) <gnutls>:
17491         Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
17492         libgnutls-26.dll.
17494 2011-12-31  Andreas Schwab  <schwab@linux-m68k.org>
17496         * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
17498 2011-12-31  Eli Zaretskii  <eliz@gnu.org>
17500         * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
17501         headers of non-MIME messages, when rmail-enable-mime is non-nil.
17503 2011-12-29  Michael Albinus  <michael.albinus@gmx.de>
17505         * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
17506         also for alternative shells.
17507         (tramp-open-connection-setup-interactive-shell): Check, whether
17508         the shell is a busybox.
17509         (tramp-send-command): Don't suppress multiple prompts for
17510         busyboxes, it hurts.
17512 2011-12-28  Chong Yidong  <cyd@gnu.org>
17514         * progmodes/gdb-mi.el (gdb-get-source-file-list)
17515         (gdb-get-source-file): Move mode line update to
17516         gdb-get-source-file (Bug#10087).
17518 2011-12-25  Chong Yidong  <cyd@gnu.org>
17520         * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
17521         gud-gdb-marker-filter without taking it as an argument.
17522         (gud-gdb-run-command-fetch-lines): Caller changed.
17523         (gud-gdb-completion-function): New variable.
17524         (gud-gdb-completion-at-point): Use it.
17525         (gud-gdb-completions-1): Split from gud-gdb-completions.
17527         * progmodes/gdb-mi.el (gdb-input): Accept command and handler
17528         function as separate arguments.
17529         (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
17530         (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
17531         (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
17532         (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
17533         (gdb-stopped, def-gdb-auto-update-trigger)
17534         (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
17535         (gdb-get-changed-registers, gdb-get-main-selected-frame):
17536         Callers changed.
17537         (gud-gdbmi-completions): New function.
17538         (gdb): Use it for generating the completion table.
17540 2011-12-24  Alan Mackenzie  <acm@muc.de>
17542         Introduce a mechanism to widen the region used in context font
17543         locking.  Use this to protect declarations from losing their contexts.
17545         * progmodes/cc-langs.el (c-before-font-lock-functions):
17546         Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
17547         (c-before-context-fontification-functions): New defvar, a list of
17548         functions to be run just before context (etc.) font locking.
17550         * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
17551         New, functionality extracted from
17552         c-neutralize-syntax-in-and-mark-CPP.
17553         (c-in-after-change-fontification): New variable.
17554         (c-after-change): Set c-in-after-change-fontification.
17555         (c-set-fl-decl-start): Rejig its interface, so it can be called
17556         from both after-change and context fontifying.
17557         (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
17558         New functions.
17559         (c-standard-font-lock-fontify-region-function): New variable.
17560         (c-font-lock-fontify-region): New function.
17562 2011-12-24  Juri Linkov  <juri@jurta.org>
17564         * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
17565         (Bug#10348)
17567 2011-12-23  Michael Albinus  <michael.albinus@gmx.de>
17569         * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
17570         existence of source file.  (Bug#10325)
17572 2011-12-23  Alan Mackenzie  <acm@muc.de>
17574         Fix unstable fontification inside templates.
17576         * progmodes/cc-langs.el (c-before-font-lock-functions):
17577         Newly created from the singular version.  The (c c++ objc) entry now
17578         additionally has c-set-fl-decl-start.  The other languages (apart
17579         from AWK) have that as a single entry.
17581         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
17582         The functionality for "local" declarations has been extracted to
17583         c-set-fl-decl-start.
17585         * progmodes/cc-mode.el (c-common-init, c-after-change):
17586         Changes due to pluralisation of c-before-font-lock-functions.
17587         (c-set-fl-decl-start): New function, extracted from
17588         c-font-lock-enclosing-decls and enhanced.
17590 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
17592         * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
17594 2011-12-22  Juri Linkov  <juri@jurta.org>
17596         * progmodes/grep.el (rgrep): Fix docstring.  (Bug#10185)
17598 2011-12-22  Chong Yidong  <cyd@gnu.org>
17600         * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
17602 2011-12-21  Drew Adams  <drew.adams@oracle.com>
17604         * files.el (file-remote-p): Fix docstring.  (Bug#10319)
17606 2011-12-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
17608         * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
17610 2011-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
17612         * progmodes/cfengine.el: Add Version.  Improve CFEngine 3.x syntax
17613         highlighting and support.  Fix up comments for capitalization.
17614         (cfengine-mode-debug): New var.
17615         (cfengine3-mode): Change the modeline indicator to "CFE3".
17616         (cfengine3-font-lock-keywords): Improve defun highlighting.
17617         (cfengine2-actions): Rename from `cfengine-actions'.
17618         (cfengine2-font-lock-keywords): Rename from
17619         `cfengine-font-lock-keywords'.
17620         (cfengine2-imenu-expression): Rename from
17621         `cfengine-imenu-expression'.
17622         (cfengine2-outline-level): Rename from `cfengine-outline-level'.
17623         (cfengine2-beginning-of-defun): Rename from
17624         `cfengine-beginning-of-defun'.
17625         (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
17626         (cfengine2-indent-line): Rename from `cfengine-indent-line'.
17627         (cfengine2-mode): Rename from `cfengine-mode'.  Change the
17628         modeline indicator to "CFE2".
17629         (cfengine-mode): Defalias to `cfengine-auto-mode'.
17630         (cfengine-mode-abbrevs): Mark obsolete.
17632 2011-12-21  Chong Yidong  <cyd@gnu.org>
17634         * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
17635         filename argument.
17637 2011-12-20  Martin Rudalics  <rudalics@gmx.at>
17639         * window.el (window-normalize-buffer-to-display): Remove.
17640         (display-buffer): Handle buffer-or-name argument as in Emacs 23.
17642 2011-12-19  Chong Yidong  <cyd@gnu.org>
17644         * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
17645         Don't signal an error in a predicate function; return non-nil.
17646         (vc-dir-mark-file): Move the error here.
17647         (vc-dir-mark-unmark): If acting on the region, keep going if one
17648         of the entries cannot be marked/unmarked.
17649         (vc-dir-mark-all-files): If current entry is a directory, mark
17650         only child files, as documented.
17652 2011-12-19  Vincent Belaïche  <vincentb1@users.sourceforge.net>
17654         * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
17655         branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
17656         addition.
17658 2011-12-18  Jan Djärv  <jan.h.d@swipnet.se>
17660         * term/ns-win.el (ns-get-selection-internal)
17661         (ns-store-selection-internal): Declare.
17662         (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
17663         Declare as obsolete.
17664         (ns-get-pasteboard, ns-paste-secondary):
17665         Use ns-get-selection-internal.
17666         (ns-set-pasteboard, ns-copy-including-secondary):
17667         Use ns-store-selection-internal.
17669 2011-12-17  Chong Yidong  <cyd@gnu.org>
17671         * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
17672         (vc-deduce-fileset): Doc fix.
17674 2011-12-16  Andreas Schwab  <schwab@linux-m68k.org>
17676         * calc/calc-misc.el (calc-help): Avoid wrapping help message.
17678 2011-12-13  Sam Steingold  <sds@gnu.org>
17680         * man.el (Man-getpage-in-background): When running under a
17681         window-system, ignore $MANWIDTH and $COLUMNS.
17683 2011-12-15  Kenichi Handa  <handa@m17n.org>
17685         * language/ethio-util.el: Change coding tag to utf-8-emacs.
17686         (setup-ethiopic-environment-internal): Comment out key-binding for
17687         ethio-toggle-punctuation.
17689 2011-12-13  Alan Mackenzie  <acm@muc.de>
17691         Add the switch statement to AWK Mode.
17693         * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
17694         "default" to the keywords regexp.
17696         * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
17697         expression as the rest.
17698         (c-nonlabel-token-key): Allow string literals for AWK.
17699         Refactor for the other modes.
17701         Large brace-block initialisation makes CC Mode slow: Fix.
17702         Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
17703         routines.  Limit backward searching in c-font-lock-enclosing.decl.
17705         * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
17706         pp-state and literal type in addition to the limits.
17707         (c-state-safe-place): New defun, extracted from c-state-literal-at.
17708         (c-state-literal-at): Use the above new defun.
17709         (c-slow-in-literal, c-fast-in-literal): Remove.
17710         (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
17712         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
17713         being in a literal.  Add a limit for backward searching.
17715         * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
17716         c-slow-in-literal.
17718 2011-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17720         * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
17722 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
17724         * window.el (delete-other-windows): Use correct frame in call to
17725         window-with-parameter.
17727 2011-12-12  Daniel Pfeiffer  <occitan@t-online.de>
17729         * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
17730         (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
17731         (makefile-gmake-statements, makefile-makepp-statements):
17732         Use it and add new makepp keywords.
17733         (makefile-makepp-font-lock-keywords): Add new patterns.
17734         (makefile-match-function-end): Match new [...] and [[...]].
17736 2011-12-11  Juanma Barranquero  <lekktu@gmail.com>
17738         * ses.el (ses-call-printer-return, ses-cell-property-get)
17739         (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
17740         (ses-create-cell-variable, ses-reset-header-string)
17741         (ses-cell-set-formula, ses-repair-cell-reference-all)
17742         (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
17743         (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
17744         (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
17745         (ses-aset-with-undo, ses-load, ses-truncate-cell)
17746         (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
17747         (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
17748         (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
17749         (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
17750         (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
17751         (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
17752         (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
17753         (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
17755 2011-12-11  Vincent Belaïche  <vincentb1@users.sourceforge.net>
17757         * ses.el: The overall change is to add cell renaming, that is
17758         setting fancy names for cell symbols other than name matching
17759         "\\`[A-Z]+[0-9]+\\'" regexp .
17760         (ses-create-cell-variable): New defun.
17761         (ses-relocate-formula): Relocate formulas only for cells the
17762         symbols of which are not renamed, i.e. symbols whose names do not
17763         match regexp "\\`[A-Z]+[0-9]+\\'".
17764         (ses-relocate-all): Relocate values only for cells the symbols of
17765         which are not renamed.
17766         (ses-load): Create cells variables as the (ses-cell ...) are read,
17767         in order to check row col consistency with cell symbol name only
17768         for cells that are not renamed.
17769         (ses-replace-name-in-formula): New defun.
17770         (ses-rename-cell): New defun.
17772 2011-12-11  Chong Yidong  <cyd@gnu.org>
17774         * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
17775         for completion via gud-gdb-fetch-lines-filter (Bug#10274).
17777 2011-12-11  Eric Hanchrow  <eric.hanchrow@gmail.com>
17779         * window.el (other-window): Fix docstring.
17781 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
17783         * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
17784         `from' or `to' address before taking its substring.
17785         Fixes incorrect display in Rmail summary buffer whereby an RFC2047
17786         encoded name is chopped in the middle of the encoded string, and
17787         thus displayed encoded.
17789 2011-12-10  Juanma Barranquero  <lekktu@gmail.com>
17791         * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
17793 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
17795         * textmodes/texnfo-upd.el: Update commentary.  Add a warning not
17796         to use texinfo-update-node and commands that call it if the
17797         Texinfo file uses @node lines without next/prev/up pointers.
17798         Correct outdated description about texinfo-master-menu.
17799         (texinfo-all-menus-update, texinfo-master-menu)
17800         (texinfo-update-node, texinfo-every-node-update)
17801         (texinfo-multiple-files-update): Doc fix.  Warn against updating
17802         all the @node lines.
17803         (texinfo-master-menu): Only call texinfo-update-node if the prefix
17804         argument is numeric.  Explain better in the doc string what the
17805         function really does.
17806         (texinfo-insert-master-menu-list): Improve the error message
17807         displayed if there's no menu in the Top node.
17808         (Bug#2975)  See also this thread:
17809         http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
17811 2011-12-09  Manuel Gómez  <mgrojo@gmail.com>  (tiny change)
17813         * speedbar.el (speedbar-supported-extension-expressions):
17814         Add .adb and .ads, commonly used for Ada source code (bug#10256).
17816 2011-12-09  Juanma Barranquero  <lekktu@gmail.com>
17818         * printing.el (pr-mode-alist):
17819         * simple.el (filter-buffer-substring-functions)
17820         (completion-list-insert-choice-function):
17821         * window.el (window-with-parameter, window-atom-root)
17822         (window-sides-slots, window-size-fixed, window-min-delta)
17823         (window-max-delta, window--resize-mini-window)
17824         (window--resize-child-windows-normal, window-tree)
17825         (delete-other-windows, quit-window, split-window)
17826         (display-buffer-record-window, special-display-buffer-names)
17827         (special-display-regexps, special-display-popup-frame)
17828         (same-window-p, split-window-sensibly)
17829         (display-buffer-overriding-action, display-buffer-alist)
17830         (display-buffer-base-action, display-buffer, switch-to-buffer)
17831         (switch-to-buffer-other-window, switch-to-buffer-other-frame)
17832         (fit-window-to-buffer, recenter-positions)
17833         (mouse-autoselect-window-state, mouse-autoselect-window-select):
17834         * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
17835         and remove unneeded backslashes in docstrings.
17837 2011-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17839         * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
17841         * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
17842         (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
17843         end in ".mk".
17844         (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
17845         when reading the makefile (bug#10116).
17847 2011-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17849         * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
17850         (bug#10116).
17852 2011-12-06  Glenn Morris  <rgm@gnu.org>
17854         * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
17856 2011-12-06  Chong Yidong  <cyd@gnu.org>
17858         * progmodes/cc-fonts.el (c-annotation-face): Use defface.
17860 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
17862         * textmodes/table.el (table-shorten-cell): Fix typo.
17864 2011-12-05  Christopher Genovese  <genovese.cr@gmail.com>  (tiny change)
17866         * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
17868 2011-12-05  Eli Zaretskii  <eliz@gnu.org>
17870         * descr-text.el (describe-char): Fix display of strong
17871         right-to-left characters and directional embeddings and overrides.
17873         * simple.el (what-cursor-position): Fix display of codepoints of
17874         strong right-to-left characters.
17876 2011-12-05  Chong Yidong  <cyd@gnu.org>
17878         * faces.el (read-color): Doc fix.
17880 2011-12-05  Glenn Morris  <rgm@gnu.org>
17882         * align.el (align--set-marker): Add doc-string.
17883         Don't try to move something that is not a marker.  (Bug#10216)
17885 2011-12-04  Glenn Morris  <rgm@gnu.org>
17887         * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
17888         overly zealous deletion of trailing whitespace.
17890 2011-12-04  Juanma Barranquero  <lekktu@gmail.com>
17892         * server.el (server-delete-client): On Windows, do not try to delete
17893         the only terminal.
17894         (server-process-filter): On Windows, treat requests for a tty frame as
17895         if they were for a GUI frame if the running server is in GUI mode.
17897 2011-12-03  Glenn Morris  <rgm@gnu.org>
17899         * textmodes/texinfmt.el (batch-texinfo-format): Doc fix.  (Bug#10207)
17901 2011-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17903         * electric.el: Streamline electric-indent's hook.
17904         (electric-indent-chars): Revert to simple list.
17905         (electric-indent-functions): New var.
17906         (electric-indent-post-self-insert-function): Use it.
17908         * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
17909         there's no inferior buffer (bug#10196).
17910         (prolog-consult-compile): Don't use toggle-read-only.
17912 2011-12-02  Michael Albinus  <michael.albinus@gmx.de>
17914         * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
17915         interrupt.  (Bug#10187)
17917 2011-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17919         * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
17920         (bug#9160).
17922         * dired-aux.el (dired-query): Don't assume help-char is modifier-free
17923         (bug#10191).
17925 2011-12-02  Juri Linkov  <juri@jurta.org>
17927         * info.el (Info-search): Display "end of manual" when Isearch
17928         reaches the end of single-file Info manual.  (Bug#9918)
17930 2011-12-02  Eli Zaretskii  <eliz@gnu.org>
17932         * isearch.el (isearch-message-prefix): Run the input method part
17933         of the prompt through bidi-string-mark-left-to-right.  (Bug#10183)
17935 2011-12-02  Juri Linkov  <juri@jurta.org>
17937         * isearch.el (isearch-occur): Use `word-search-regexp' for
17938         `isearch-word'.
17939         (isearch-search-and-update): Add condition for `isearch-word' and
17940         call `word-search-regexp'.  (Bug#10145)
17942 2011-12-01  Glenn Morris  <rgm@gnu.org>
17944         * eshell/em-hist.el (eshell-hist-initialize):
17945         Handle eshell-history-size nil and HISTSIZE set or unset.
17946         (eshell-history-file-name, eshell-history-size): Fix custom type.
17948 2011-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17950         * man.el (Man-completion-table): Fix the lambda case (bug#10168).
17952 2011-12-01  Michael McNamara  <mac@mail.brushroad.com>
17954         * progmodes/verilog-mode.el (verilog-pretty-expr):
17955         Rework verilog-pretty-expr to handle new assignment operators in system
17956         verilog, such as += *= and the like.
17957         (verilog-assignment-operator-re): Regular expression to find the
17958         assigment operator in a verilog assignment.
17959         (verilog-assignment-operation-re): Regular expression to find an
17960         assignment statement for pretty-expr.
17961         (verilog-in-attribute-p): Query returns true if point is in an
17962         attribute context; used to skip these for expression line up from
17963         pretty-expr.
17964         (verilog-in-parameter-p): Query returns true if point is in an
17965         parameter definition context; used to skip these for expression
17966         line up from pretty-expr.
17967         (verilog-in-parenthesis-p): Query returns true if point is in a
17968         parenthetical expression, specifically ( ) but not [ ] or { };
17969         used by pretty-expr.
17970         (verilog-just-one-space): If there is no space, don't add one.
17971         (verilog-get-lineup-indent-2): Specifically skip just attribute
17972         contexts for expression lineup, rather than skipping all
17973         parenthetical expressions.
17974         (verilog-calculate-indent): Fix comment, and fix indent.
17975         (verilog-do-indent): Indent declarations in lists (suggested by
17976         Joachim Lechner).
17977         (verilog-mode-abbrev-table): Populate abbrev mode with the various
17978         skeleton items.
17979         (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
17980         by Alain Mellan).
17982 2011-12-01  Wilson Snyder  <wsnyder@wsnyder.org>
17984         * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
17985         parameters with embedded comments.  Reported by Ray Stevens.
17986         (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
17987         verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
17988         Reported by Tim Holt.
17989         (verilog-auto): Fix AUTOing a upper module then AUTOing module
17990         instantiated by upper module causing wrong expansion until AUTOed a
17991         second time.  Reported by K C Buckenmaier.
17992         (verilog-diff-auto): Fix showing .* as a difference when
17993         `verilog-auto-star-save' off.  Reported by Dan Dever.
17994         (verilog-auto-reset, verilog-read-always-signals)
17995         (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
17996         temporary signals in reset list if
17997         verilog-auto-reset-blocking-in-non is nil, and match assignment
17998         style to each signal's assignment type, bug381.
17999         Reported by Thomas Esposito.
18000         (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
18001         (verilog-uvm-statement-re): Support UVM indentation and
18002         highlighting, with old OVM keywords only.
18003         (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
18004         Support AUTOTIEOFF creating non-wire data types.
18005         Suggested by Jonathan Greenlaw.
18006         (verilog-auto-insert-lisp, verilog-delete-to-paren)
18007         (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
18008         (verilog-inject-sense, verilog-read-inst-pins)
18009         (verilog-read-sub-decls, verilog-read-sub-decls-line):
18010         Fix mismatching parenthesis inside commented out code when deleting
18011         AUTOINST, bug383.  Reported by Jonathan Greenlaw.
18012         (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
18013         non-numeric vector width.  Reported by Alex Reed.
18014         (verilog-auto-ascii-enum): Add "onehot" option to work around not
18015         detecting signals with parameter widths.  Reported by Alex Reed.
18016         (verilog-auto-delete-trailing-whitespace):
18017         With `verilog-auto-delete-trailing-whitespace' remove trailing
18018         whitespace in auto expansion, bug371.  Reported by Brad Dobbie.
18019         (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
18020         Fix verilog-scan-cache corruption when running user AUTO expansion
18021         hooks that call indentation routines.
18022         (verilog-simplify-range-expression): Fix typo ignoring lower case
18023         identifiers.
18024         (verilog-delete-auto): Fix delete-autos to also remove user created
18025         automatics, as long as they start with AUTO.
18026         (verilog-batch-diff-auto, verilog-diff-auto)
18027         (verilog-diff-function): Add `verilog-diff-auto' and bind to
18028         "C-c?"  to report differences in AUTO expansion, ignoring spaces.
18029         (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
18030         (verilog-in-paren-quick, verilog-re-search-backward-quick)
18031         (verilog-re-search-forward-quick, verilog-syntax-ppss):
18032         Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
18033         is disabled and its cache will get corrupt, causing AUTOS not to
18034         expand.  Instead use only -quick functions.
18035         (verilog-scan-region): Fix scanning over escaped quotes.
18036         (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
18037         (verilog-re-search-backward-quick)
18038         (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
18039         related functions now ignore strings, to fix misparsing of strings
18040         with magic comments embedded in them.
18041         (verilog-read-auto-template):
18042         Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
18043         Reported by Brad Dobbie.
18044         (verilog-read-auto-template):
18045         Fix 'verilog-auto-inst-template-numbers' with comments.
18046         Reported by Brad Dobbie.
18047         (verilog-auto-inst, verilog-auto-inst-param)
18048         (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
18049         merge conflicts with AUTOINST, bug358.  Reported by Brad Dobbie.
18050         (verilog-auto-inst-template-numbers): Add 'lhs' policy for
18051         debugging templates without merge conflicts, bug357.
18052         Reported by Brad Dobbie.
18053         (verilog-read-auto-template):
18054         Fix verilog-auto-inst-template-numbers with multiple templates.
18055         Reported by Brad Dobbie.
18056         (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
18057         abbrevs so user won't be asked to save.
18058         (verilog-read-auto-lisp-present): Fix to start at beginning of
18059         buffer in case called outside of verilog-auto.
18060         (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
18061         to "X-2".  Reported by Matthew Myers.
18062         (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
18063         all inputs from module templates.  Reported by Leith Johnson.
18064         (verilog-module-inside-filename-p): Fix locating programs as with
18065         modules.
18066         (verilog-auto-inst-port): Fix vl-width expressions when using
18067         verilog-auto-inst-param-value, bug331.  Reported by Julian Gorfajn.
18068         (verilog-decls-get-regs, verilog-decls-get-signals,
18069         verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
18070         verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
18071         verilog-read-decls): Combine reg and wire structures into one var
18072         structure to represent SystemVerilog concepts.
18073         (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
18074         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
18075         (verilog-auto-wire-type, verilog-insert-definition):
18076         Add verilog-auto-wire-type and AUTOLOGIC to support using
18077         SystemVerilog "logic" keyword instead of "wire"/"reg".
18078         (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
18079         to declares outputs that also have assignments (presumably in an
18080         ifdef or generate if so there's not a driver conflict).
18081         Reported by Matthew Myers.
18082         (verilog-auto-declare-nettype, verilog-insert-definition):
18083         Add verilog-auto-declare-nettype to fix declarations using
18084         `default_nettype none.  Reported by Julian Gorfajn.
18085         (verilog-read-always-signals-recurse, verilog-read-decls)
18086         (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
18087         malformed end statement, bug325.  Reported by Joshua Wise and
18088         Andrew Drake.
18089         (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
18090         (verilog-inst-comment-re): Fix not deleting Interfaced comment
18091         when expanding .* in interfaces, bug320.
18092         Reported by Pierre-David Pfister.
18093         (verilog-read-module-name): Fix import statements between module
18094         name and open parenthesis, bug317.
18095         Reported by Pierre-David Pfister.
18096         (verilog-simplify-range-expression): Fix simplification of
18097         multiplications inside AUTOWIRE connections, bug303.
18098         (verilog-auto-inst-port): Support parameter expansion in
18099         multidimensional arrays.
18100         (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
18101         after "assert property".  Reported by Julian Gorfajn.
18102         (verilog-simplify-range-expression): Fix "couldn't merge" errors
18103         with multiplication, bug303.
18104         (verilog-read-decls): Fix parsing of unsigned data types, bug302.
18105         Reported by Jan Frode Lonnum.
18107 2011-11-30  Juanma Barranquero  <lekktu@gmail.com>
18109         * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
18110         (hfy-shell-file-name, hfy-shell):
18111         * international/fontset.el (x-decompose-font-name): Fix typos.
18113 2011-11-29  Ken Brown  <kbrown@cornell.edu>
18115         * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
18116         (gdb-version): Remove defvar.
18117         (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
18118         (gdb-gud-context-command, gdb-non-stop-handler)
18119         (gdb-current-context-command, gdb-stopped): Use it.
18120         (gdb-init-1): Enable pretty printing here.
18121         (gdb-non-stop-handler): Don't enable pretty-printing here.
18122         Check to see if the target supports non-stop mode; if not, turn off
18123         non-stop mode.  Use the following.
18124         (gdb-check-target-async): New defun.
18125         (gud-watch, gdb-stopped): Fix whitespace.
18126         (gdb-get-source-file): Don't try to display the source file if
18127         `gdb-main-file' is nil.
18129 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18131         * align.el: Try to generate fewer markers (bug#10047).
18132         (align--set-marker): New macro.
18133         (align-region): Use it.
18135 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18137         * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
18139 2011-11-29  Chong Yidong  <cyd@gnu.org>
18141         * indent.el (indent-for-tab-command, indent-according-to-mode):
18142         Doc fix.
18143         (indent-region): Doc fix.  Switch nested ifs to equivalent cond.
18145 2011-11-29  Michael Albinus  <michael.albinus@gmx.de>
18147         * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
18148         aware of remote file names.  (Bug#10124)
18150 2011-11-29  Chong Yidong  <cyd@gnu.org>
18152         * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
18154 2011-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18156         * files.el (find-file): Don't use force-same-window (bug#10144).
18157         * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
18158         use pop-to-buffer if the selected window can't be used.
18159         (pop-to-buffer-same-window): Use display-buffer--same-window-action.
18161 2011-11-28  Eli Zaretskii  <eliz@gnu.org>
18163         * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
18164         special-mode-map.
18166 2011-11-28  Chong Yidong  <cyd@gnu.org>
18168         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
18170 2011-11-27  Nick Roberts  <nickrob@snap.net.nz>
18172         * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
18173           gdb-get-source-file-list on gdb-create-source-file-list.
18175 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
18177         * whitespace.el (whitespace-newline): Use a different foreground
18178         color for 16-color light-background displays.
18180 2011-11-24  Chong Yidong  <cyd@gnu.org>
18182         * window.el (display-buffer--special-action): Doc fix.
18184 2011-11-25  Juanma Barranquero  <lekktu@gmail.com>
18186         * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
18187         (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
18188         (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
18189         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
18190         (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
18191         (avl-tree-stack-first):
18192         * emacs-lisp/cconv.el (cconv--analyse-use):
18193         * net/gnutls.el (gnutls-negotiate): Fix typos.
18195 2011-11-24  Glenn Morris  <rgm@gnu.org>
18197         * lpr.el (lpr-windows-system, lpr-lp-system):
18198         * mail/binhex.el (binhex-begin-line):
18199         * progmodes/grep.el (grep-history, grep-find-history):
18200         * textmodes/flyspell.el:
18201         * vc/pcvs-defs.el (cvs-global-menu):
18202         * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
18203         * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
18204         * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
18206         * net/tls.el: Fix case of "GnuTLS".
18208         * paths.el (rmail-file-name): Format doc-string for make-docfile.
18210         * version.el (emacs-build-system): Give it a doc-string.
18212 2011-11-24  Juri Linkov  <juri@jurta.org>
18214         * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
18216 2011-11-24  Glenn Morris  <rgm@gnu.org>
18218         * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
18219         if called on a non-mime message just toggle the headers.  (Bug#8006)
18221 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
18223         * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
18224         (allout-lead-with-comment-string, allout-structure-deleted-hook)
18225         (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
18226         (allout-rebullet-heading, allout-open-sibtopic)
18227         (allout-toggle-current-subtree-encryption)
18228         (allout-toggle-subtree-encryption, allout-encrypt-string)
18229         (allout-next-topic-pending-encryption, allout-adjust-file-variable)
18230         (allout-distinctive-bullets-string, allout-auto-activation):
18231         * window.el (window-normalize-buffer-to-display):
18232         * progmodes/verilog-mode.el (verilog-batch-indent):
18233         * textmodes/bibtex.el (bibtex-field-braces-opt)
18234         (bibtex-field-strings-opt):
18235         * vc/cvs-status.el (cvs-tree-merge):
18236         Fix typos.
18238 2011-11-23  Michael Albinus  <michael.albinus@gmx.de>
18240         * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
18241         `non-essential' to t, in order to avoid remote connections.
18243 2011-11-23  Eli Zaretskii  <eliz@gnu.org>
18245         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
18246         On MS-DOS and MS-Windows, compare with loaddefs.el
18247         case-insensitively.
18249 2011-11-23  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
18251         * mail/unrmail.el (unrmail): Always add blank line.  (Bug#7743)
18253 2011-11-23  Glenn Morris  <rgm@gnu.org>
18255         * paths.el (rmail-file-name): Reformat the doc-string so that it
18256         is picked up.
18258         * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
18259         (rmail-auto-file): Ignore case in the "special" field names,
18260         as mail-fetch-field does for all others.
18262         * mail/rmail.el (rmail-forward):
18263         * mail/rmailkwd.el (rmail-set-label):
18264         * mail/rmailout.el (rmail-output, rmail-output-as-seen)
18265         (rmail-output-body-to-file): Give error if no message.  (Bug#10082)
18267         * mail/rmail.el (rmail-current-message): Doc fix.
18269         * mail/rmail.el (rmail-message-filter): Mark as obsolete.  (Bug#2624)
18271 2011-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18273         * server.el (server-eval-and-print): Allow C-g (bug#6585).
18275 2011-11-22  Glenn Morris  <rgm@gnu.org>
18277         * mail/rmailmm.el (test-rmail-mime-handler)
18278         (test-rmail-mime-bulk-handler)
18279         (test-rmail-mime-multipart-handler): Move tests to test/ directory.
18281 2011-11-21  Juri Linkov  <juri@jurta.org>
18283         * calc/calc.el (calc-read-key-sequence):
18284         Let-bind `input-method-function' to nil.  (Bug#10018)
18286 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18288         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
18289         Tell the caller that the next line needs recomputation, even
18290         though it doesn't start a sexp (bug#10094).
18292 2011-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18294         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
18296 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18298         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
18299         Use force-same-window.
18301 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
18303         * descr-text.el (describe-char-unicode-data):
18304         * json.el (json-string-escape):
18305         * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
18306         (Footnote-unicode, Footnote-style-p):
18307         * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
18309 2011-11-20  Chong Yidong  <cyd@gnu.org>
18311         * window.el (replace-buffer-in-windows): Restore interactive spec.
18313 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18315         * electric.el (electric-indent-mode): Fix last change (too optimistic).
18317         * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
18318         (byte-compile-global-not-obsolete-vars): New var.
18319         (byte-compile-check-variable, byte-compile-make-obsolete-variable):
18320         Use it.
18321         (byte-compile-warn-obsolete): Align text with the one in *Help*.
18323 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
18325         * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
18326         * progmodes/pascal.el (electric-pascal-equal):
18327         * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
18328         * xml.el (xml-substitute-special): Fix typos.
18330 2011-11-20  Glenn Morris  <rgm@gnu.org>
18332         * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
18333         (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
18334         Doc fixes.
18335         (rmail-decode-mime-charset): Mark as obsolete.
18337         * mail/rmailsum.el (rmail-message-regexp-p-1):
18338         * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
18339         Before using mime functions, check they are set.  (Bug#10077)
18341 2011-11-19  Juri Linkov  <juri@jurta.org>
18343         * info.el (Info-finder-find-node): Use `package--builtins' instead
18344         of `package-alist'.  Use node names formed by the pattern "Keyword "
18345         and the keyword name.
18347 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
18349         * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
18351 2011-11-19  Juri Linkov  <juri@jurta.org>
18353         * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
18354         that calls `revert-buffer' on all Info buffers.  (Bug#9915)
18355         (Info-revert-find-node): Remove let-bindings `old-buffer-name',
18356         `old-history', `old-history-forward'.  Add let-binding
18357         `window-selected'.  Remove calls to `kill-buffer',
18358         `switch-to-buffer' and `Info-mode'.  Set `Info-current-file' to nil
18359         before calling `Info-find-node', so `Info-find-node-2' will reread
18360         the Info file.  Restore window positions only when `window-selected'
18361         is non-nil.
18363 2011-11-19  Juri Linkov  <juri@jurta.org>
18365         * isearch.el (isearch-lazy-highlight-new-loop):
18366         Remove condition `(not isearch-error)'.  (Bug#9918)
18368         * misearch.el (multi-isearch-search-fun): Add condition
18369         `(not bound)' to ignore lazy-highlighting search.
18370         Add the search-failed message "end of multi" when the end of
18371         multi-sequence is reached.  Uncapitalize the search-failed
18372         message "Repeat for next buffer".
18374         * info.el (Info-search): Add the search-failed message
18375         "end of the manual" when the end of the manual is reached
18376         in Isearch mode.
18378 2011-11-19  Juri Linkov  <juri@jurta.org>
18380         * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
18381         Use non-destructive `remove' instead of `delete' because
18382         `Info-history-list' stored to `Info-isearch-initial-history-list' in
18383         `Info-isearch-start' might need to be restored in `Info-isearch-end'.
18385 2011-11-19  Juri Linkov  <juri@jurta.org>
18387         * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
18388         to nil instead of binding `search-ring' and `regexp-search-ring'.
18389         (Bug#9185)
18391 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
18393         * simple.el (line-move): Force movement by logical lines for any
18394         hscrolled window, not only when auto-hscroll-mode is on.
18395         (line-move-visual): Update doc string to that effect.  (Bug#10076)
18397 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
18399         * language/european.el (macintosh): Define as alias for mac-roman.
18401 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
18403         * mail/rmailmm.el (rmail-mime-display-header)
18404         (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
18405         (rmail-mime-entity-segment, rmail-mime-toggle-raw)
18406         (rmail-mime-toggle-hidden, rmail-mime-insert-text)
18407         (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
18408         (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
18409         of a raw aref.
18410         (rmail-mime-entity-segment): To get past the tagline, move forward
18411         2 more lines, to account for the 2 empty lines that precede and
18412         follow the line with the buttons.
18413         (rmail-mime-update-tagline): Move one more line, to get past the
18414         empty line that follows the buttons in the tagline.  (Bug#9520)
18416 2011-11-19  Martin Rudalics  <rudalics@gmx.at>
18418         * window.el (window-max-delta-1, window-min-delta-1)
18419         (window-min-size-1, window-state-get-1, window-state-put-1)
18420         (window-state-put-2): Use "window--" prefix.
18422 2011-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18424         * emacs-lisp/smie.el: Improve warnings and conflict detection.
18425         (smie-warning-count): New var.
18426         (smie-set-prec2tab): Use it.
18427         (smie-bnf->prec2): Improve warnings.  Add docstring.
18428         (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
18429         (smie-bnf--set-class): New function.
18430         (smie-bnf--classify): Rename from smie-bnf-classify.  Rewrite to fix
18431         corner case.
18433         * progmodes/compile.el: Obey compilation-first-column in dest buffer.
18434         (compilation-error-properties, compilation-move-to-column):
18435         Handle compilation-first-column while in the target buffer.
18437         * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
18438         Don't hardcode point-min==1.
18440         * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
18441         (eshell-rewrite-for-command): Remove workaround.
18442         (eshell-do-pipelines, eshell-do-pipelines-synchronously)
18443         (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
18444         * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
18446         * files-x.el (modify-file-local-variable): Obey commenting conventions.
18448 2011-11-17  Glenn Morris  <rgm@gnu.org>
18450         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
18451         Ignore buffer-local generated-autoload-file if it is the same
18452         as the global value.  (Bug#10049)
18454 2011-11-17  Juanma Barranquero  <lekktu@gmail.com>
18456         * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
18457         (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
18458         (reftex-toc-previous-heading, reftex-toc-max-level)
18459         (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
18460         (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
18461         (reftex-toc-do-promote, reftex-toc-promote-prepare)
18462         (reftex-toc-promote-action, reftex-toc-extract-section-number)
18463         (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
18464         (reftex-toc-rename-label, reftex-toc-visit-location)
18465         (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
18466         (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
18467         (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
18468         leaving "*toc*" only for references to the buffer.
18470 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
18472         * window.el (window-resize, delete-window, split-window):
18473         Replace window-splits by window-combination-resize.
18474         * cus-start.el (window-splits): Replace by window-combination-resize.
18476 2011-11-17  Glenn Morris  <rgm@gnu.org>
18478         * progmodes/sh-script.el (sh-font-lock-keywords-var):
18479         Make bash entry derive from sh entry, not shell entry.
18481 2011-11-16  Michael Albinus  <michael.albinus@gmx.de>
18483         * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
18484         local file name.
18486 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
18488         * menu-bar.el (menu-bar-file-menu):
18489         * printing.el (pr-ps-utility):
18490         * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
18491         (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
18492         (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
18493         (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
18494         (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
18495         (icalendar--convert-cyclic-to-ical)
18496         (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
18497         (icalendar--convert-ical-to-diary)
18498         (icalendar--convert-recurring-to-diary)
18499         (icalendar--convert-non-recurring-all-day-to-diary)
18500         (icalendar-import-format-sample):
18501         * progmodes/idlw-shell.el (idlwave-shell-mode):
18502         * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
18503         (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
18504         (vhdl-ps-print-init): Fix typos.
18506 2011-11-16  Ken Manheimer  <ken.manheimer@gmail.com>
18508         * allout.el, allout-widgets.el (file metadata): Attribute copyright to
18509         FSF and collapse date sequence, obscure author/maintainer email address
18510         better, remove extra version line, track relocation of author's webpage.
18512         * progmodes/python.el (python-pdbtrack-input-prompt)
18513         (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
18514         regular python pdb prompts.  Adjustments shamelessly taken exactly as
18515         suggested in EmacsWiki page (tiny change):
18516         http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
18518 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
18520         * expand.el (expand-pos, expand-index, expand-point):
18521         Remove redundant info from docstring.
18522         (expand-add-abbrevs): Doc fix.
18523         (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
18524         (expand-sample-perl-mode-expand-list): Fix typos.
18526         * net/dbus.el (dbus-event-member-name):
18527         * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
18528         * term/pc-win.el (msdos-create-frame-with-faces):
18529         * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
18531 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
18533         * window.el (split-window, window-state-get-1)
18534         (window-state-put-1, window-state-put-2): Rename occurrences of
18535         window-nest to window-combination-limit.
18536         * cus-start.el (window-nest): Rename to window-combination-limit.
18538 2011-11-16  Chong Yidong  <cyd@gnu.org>
18540         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
18541         regexp (Bug#10033).
18543 2011-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18545         * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
18546         `completing-read' will remove *Completions* and will preserve
18547         current-buffer for us.
18548         (tmm-add-prompt): Users of *Completions* will always (re)set its
18549         major mode.
18550         (tmm-old-comp-map): Remove.
18552 2011-11-16  Glenn Morris  <rgm@gnu.org>
18554         * mail/rmailedit.el: Require rmailmm when compiling.
18555         (rmail-old-mime-state): New declaration.
18556         (rmail-edit-current-message): If editing a mime message,
18557         edit the "raw" message from the mbox buffer.
18558         (rmail-cease-edit): Handle mime messages.  (Bug#9840)
18560 2011-11-15  Glenn Morris  <rgm@gnu.org>
18562         * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
18563         which wasn't being used.  Add optional arg to force given state.
18564         (rmail-mime): Add optional arg to force given state.
18566 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
18568         * allout.el (allout-encryption-plaintext-sanitization-regexps):
18569         * frame.el (display-mm-dimensions-alist):
18570         * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
18571         (outline-move-subtree-down):
18572         * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
18573         (newsticker--treeview-do-get-node):
18574         * net/quickurl.el (quickurl-list-buffer-name):
18575         * progmodes/dcl-mode.el (dcl-mode):
18576         * progmodes/gdb-mi.el (gdb-mapcar*):
18577         * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
18579 2011-11-15  Glenn Morris  <rgm@gnu.org>
18581         * mail/rmail.el (rmail-file-coding-system): It's only ever used
18582         in a boolean sense, so just make it a boolean, and fix the doc.
18583         (rmail-show-mime-function, rmail-mime-feature)
18584         (rmail-require-mime-maybe): Doc fixes.
18585         (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
18587         * mail/rmailmm.el (rmail-show-mime): Doc fix.
18589 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
18591         * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
18592         (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
18593         (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
18594         (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
18596 2011-11-15  Glenn Morris  <rgm@gnu.org>
18598         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
18599         (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
18600         (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
18601         (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
18602         (rmail-mime, rmail-show-mime): Doc fixes.
18604         * term/ns-win.el (mode-line-frame-identification):
18605         Leave it alone.  (Bug#10051)
18607         * simple.el (mark-whole-buffer): Doc fix.  (Bug#10023)
18609         * mail/rmailout.el (rmail-output-to-rmail-buffer):
18610         Handle empty buffers.  (Bug#9978)
18612 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
18614         * international/mule.el (define-charset):
18615         * mail/rmailmm.el (rmail-mime-find-header-encoding):
18616         * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
18617         * progmodes/verilog-mode.el (verilog-backward-token):
18618         * textmodes/ispell.el (lookup-words):
18619         * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
18621 2011-11-14  Glenn Morris  <rgm@gnu.org>
18623         * progmodes/executable.el
18624         (executable-make-buffer-file-executable-if-script-p):
18625         Handle file-modes returning nil.
18627         * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
18628         message - not necessary, and causes problems.  (Bug#9831)
18630         * mail/rmailsum.el (rmail-new-summary): Preserve message number.
18632         * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
18634         * mail/rmailsum.el (rmail-summary, rmail-new-summary)
18635         (rmail-new-summary-1): Allow empty summaries.  (Bug#9964)
18636         (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
18638 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
18640         * window.el (window-resize, delete-window): Use window-splits
18641         variable instead of function.
18642         (window-state-get-1, window-state-put-2, window-state-put):
18643         Don't deal with windows' splits status.
18645 2011-11-12  Glenn Morris  <rgm@gnu.org>
18647         * apropos.el (apropos-do-all, apropos-library, apropos-value)
18648         (apropos-documentation): Doc fixes.
18650 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
18652         * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
18653         * textmodes/sgml-mode.el (html-tag-help): Fix typos.
18655 2011-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18657         * electric.el (electric-indent-post-self-insert-function): Make it
18658         possible for a char to only indent in some circumstances.
18659         (electric-indent-mode): Simplify.
18661 2011-11-11  Martin Rudalics  <rudalics@gmx.at>
18663         * window.el (windows-with-parameter): Remove unused function.
18664         (windows-at-side): Rename to window-at-side-list.
18665         (window-check, window-atom-check, window-atom-check-1)
18666         (window-side-check, window-size-ignore, window-size-fixed-1)
18667         (window-in-direction-2): Prefix with "window--".
18668         (window-tree-1): Rename to window--subtree, fix doc-string.
18670 2011-11-11  Glenn Morris  <rgm@gnu.org>
18672         * subr.el (eval-after-load): If FILE is already loaded,
18673         evaluate FORM before it gets wrapped in more stuff.  (Bug#10009)
18675 2011-11-10  Glenn Morris  <rgm@gnu.org>
18677         * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
18678         Call svn via vc-svn-command rather than vc-do-command.
18679         (vc-svn-command): Add --non-interactive.  (Bug#9993)
18680         (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
18682         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18683         Add toggle-read-only.  (Bug#7292)
18684         * files.el (toggle-read-only): Mention that it should only
18685         be used interactively.  (Bug#10006)
18687 2011-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
18689         * progmodes/compile.el (compilation-error-regexp-alist-alist):
18690         Adjust regexp for OCaml warnings.
18692         * electric.el (electric-pair-post-self-insert-function): Let user
18693         turn it off buffer-locally (bug#9932).
18695         * progmodes/python.el (python-beginning-of-statement):
18696         Rewrite (bug#2703).
18698         * progmodes/compile.el: Better handle TABs (bug#9749).
18699         (compilation-internal-error-properties)
18700         (compilation-next-error-function): Obey the target buffer's
18701         compilation-error-screen-columns.
18703 2011-11-09  Juanma Barranquero  <lekktu@gmail.com>
18705         * progmodes/meta-mode.el: Remove obsolete comments.
18706         (meta-right-comment-regexp, meta-ignore-comment-regexp):
18707         Fix typos in docstrings.
18709 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
18711         * window.el (window-size-fixed-p): Rewrite doc-string.
18712         (window-resizable-p): Rename to window--resizable-p.  Update callers.
18713         (window--resizable): New function.  Make all callers of
18714         window-resizable call window--resizable instead.
18715         (window-resizable): Rewrite in terms of window--resizable.
18717 2011-11-08  Glenn Morris  <rgm@gnu.org>
18719         * progmodes/delphi.el (delphi-mode-syntax-table):
18720         Let define-derived-mode define a proper syntax table.  (Bug#9994)
18722 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18724         * window.el: Stay away from defsubst.
18725         (window-list-no-nils): Remove.
18726         (window-state-get-1, window-state-get): Use backquote instead.
18728 2011-11-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
18730         * emacs-lisp/find-func.el (find-function-read):
18731         Fix incorrect use of default argument in `completing-read'.
18733 2011-11-08  Martin Rudalics  <rudalics@gmx.at>
18735         * window.el (display-buffer-function, special-display-function):
18736         Mention display-buffer-record-window but do not mention
18737         help-setup parameter in doc-strings.
18738         (window-min-delta): Fix doc-string typo.
18740 2011-11-08  Chong Yidong  <cyd@gnu.org>
18742         * window.el (window-total-height, window-total-width): Doc fix.
18743         (window-body-size): Move from C.
18744         (window-body-height, window-body-width): Move to C.
18746 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18748         * window.el: Make special-display like display-buffer-alist (bug#9532).
18749         (display-buffer--special-action): New function, morphed
18750         from display-buffer--special.
18751         (display-buffer): Use it to handle special-display-buffers at higher
18752         priority (just after display-buffer-alist).
18753         (display-buffer-fallback-action, display-buffer--other-frame-action)
18754         (pop-to-buffer-same-window): Remove display-buffer--special.
18756 2011-11-07  Glenn Morris  <rgm@gnu.org>
18758         * calendar/cal-menu.el (cal-menu-set-date-title):
18759         Do nothing if not in a calendar.  (Bug#9976)
18761 2011-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18763         * files.el (find-file): Always use selected-window.
18765 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
18767         * window.el (window-combinations): Make WINDOW argument
18768         mandatory.  Rewrite doc-string.
18769         (walk-window-subtree, window-atom-check, window-min-delta)
18770         (window-max-delta, window--resize-this-window)
18771         (window--resize-root-window-vertically, window-tree)
18772         (balance-windows, window-state-put): Rewrite doc-strings as to
18773         not mention the term "subwindow".
18774         (window--resize-subwindows-skip-p): Rename to
18775         window--resize-child-windows-skip-p.
18776         (window--resize-subwindows-normal): Rename to
18777         window--resize-child-windows-normal.
18778         (window--resize-subwindows): Rename to
18779         window--resize-child-windows.
18780         (window-or-subwindow-p): Rename to window--in-subtree-p.
18782 2011-11-07  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
18784         * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
18785         Ensure that mbox format messages end in two newlines (Bug#9974).
18787 2011-11-06  Chong Yidong  <cyd@gnu.org>
18789         * window.el (window-combination-p): Function deleted; its
18790         side-effect is not used in any existing code.
18791         (window-combinations, window-combined-p): Call window-*-child
18792         directly.
18794 2011-11-05  Chong Yidong  <cyd@gnu.org>
18796         * window.el (window-valid-p): Rename from window-any-p.
18797         (window-size-ignore, window-state-get): Callers changed.
18798         (window-normalize-window): Rename from window-normalize-any-window.
18799         New arg LIVE-ONLY, replacing window-normalize-live-window.
18800         (window-normalize-live-window): Delete.
18801         (window-combination-p, window-combined-p, window-combinations)
18802         (walk-window-subtree, window-atom-root, window-min-size)
18803         (window-sizable, window-sizable-p, window-size-fixed-p)
18804         (window-min-delta, window-max-delta, window-resizable)
18805         (window-resizable-p, window-full-height-p, window-full-width-p)
18806         (window-current-scroll-bars, window-point-1, set-window-point-1)
18807         (window-at-side-p, window-in-direction, window-resize)
18808         (adjust-window-trailing-edge, maximize-window, minimize-window)
18809         (window-deletable-p, delete-window, delete-other-windows)
18810         (record-window-buffer, unrecord-window-buffer)
18811         (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
18812         (quit-window, split-window, window-state-put)
18813         (set-window-text-height, fit-window-to-buffer)
18814         (shrink-window-if-larger-than-buffer): Callers changed.
18816 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
18818         * mail/rmail.el (rmail-simplified-subject): Decode subject with
18819         rfc2047-decode-string.
18820         (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
18821         warnings.
18823         * window.el (window-body-height, window-body-width): Mention in
18824         the doc string that the return values are in frame's canonical
18825         units.  (Bug#9949)
18827 2011-11-03  Alan Mackenzie  <acm@muc.de>
18829         * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
18830         change in cc-engine.el.
18832 2011-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18834         * window.el (switch-to-buffer): Use `force-same-window' interactively.
18836 2011-11-02  Martin Rudalics  <rudalics@gmx.at>
18838         * window.el (quit-window): Call unrecord-window-buffer after
18839         showing another buffer in the window.  (Bug#9937)
18840         (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
18842 2011-11-02  Juanma Barranquero  <lekktu@gmail.com>
18844         * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
18845         Accept status with more than 9 shelves.  (Bug#9935)
18846         Reported by Colin D Bennett <colin@gibibit.com>.
18848 2011-11-01  Martin Rudalics  <rudalics@gmx.at>
18850         * help.el (with-help-window): Don't reference
18851         temp-buffer-show-specifiers in doc-string.
18853 2011-10-31  Andreas Schwab  <schwab@linux-m68k.org>
18855         * subr.el (keymap--menu-item-with-binding): Ignore item if not a
18856         menu-item.
18858 2011-10-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18860         * whitespace.el: New version 13.2.2.
18861         (whitespace-newline-mode): Disable properly.  Reported by Sarah
18862         <EmacsWiki>.
18864 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
18866         * net/newst-treeview.el: Remove "Time-stamp".
18867         (newsticker--group-manage-orphan-feeds): Do not call
18868         newsticker--treeview-tree-update.
18869         (newsticker-treeview-update, newsticker-treeview):
18870         Call newsticker--treeview-tree-update if necessary.
18872 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
18874         * window.el (window-iso-combination-p, window-iso-combined-p)
18875         (window-iso-combinations): Remove "iso-" infix.
18876         Suggested by Chong Yidong.
18877         (window-min-size-1, window-size-fixed-1, window-min-delta-1)
18878         (window-max-delta-1, window-resize, window--resize-siblings)
18879         (window--resize-this-window, adjust-window-trailing-edge)
18880         (split-window, balance-windows-1)
18881         (shrink-window-if-larger-than-buffer):
18882         * calendar/calendar.el (calendar-generate-window):
18883         * help.el (resize-temp-buffer-window): Adjust callers accordingly.
18885 2011-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18887         * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
18888         in place (bug#9907).
18889         (eshell-subcommand-arg-values, eshell-rewrite-named-command)
18890         (eshell-rewrite-if-command, eshell-rewrite-for-command)
18891         (eshell-structure-basic-command, eshell-rewrite-while-command)
18892         (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
18893         (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
18894         (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
18895         (eshell-do-pipelines-synchronously, eshell-eval-command):
18896         Use backquotes and prefer setq to set.
18897         (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
18898         (eshell-macrop): Use functionp.
18899         (eshell-do-eval): Handle multiple expressions in `while' body.
18901 2011-10-30  Chong Yidong  <cyd@gnu.org>
18903         * emulation/viper-cmd.el (viper-exec-change): Use push-mark
18904         instead of set-mark (Bug#9810).
18906 2011-10-30  Chong Yidong  <cyd@gnu.org>
18908         * window.el (split-window-below, split-window-right): Rename from
18909         split-window-above-each-other and split-window-side-by-side
18910         respectively.  All callers changed.
18911         (split-window-sensibly, split-window-sensibly): Use them.
18912         (split-window-keep-point): Doc fix.
18914         * isearch.el: Add isearch-scroll property to split-window-below
18915         and split-window-right.
18917         * follow.el (follow-mode):
18918         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
18919         * progmodes/ada-xref.el (ada-gdb-application):
18920         * emulation/vip.el (vip-buffer-in-two-windows):
18921         * image-dired.el (image-dired-dired-with-window-configuration):
18922         * dired-x.el (dired-do-find-marked-files):
18923         * dired.el (dired-pop-to-buffer):
18924         * bs.el (bs--show-with-configuration):
18925         * vc/emerge.el (emerge-setup-windows):
18926         * textmodes/two-column.el (2C-two-columns):
18927         * textmodes/reftex-toc.el (reftex-toc):
18928         * progmodes/gdb-mi.el (gdb-setup-windows):
18929         * progmodes/fortran.el (fortran-window-create):
18930         * net/newst-treeview.el (newsticker--treeview-window-init):
18931         * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
18932         * emulation/tpu-edt.el (tpu-gold-map):
18933         * emulation/crisp.el (crisp-mode-map):
18934         * calendar/calendar.el (calendar-basic-setup): Callers changed.
18936 2011-10-29  Chong Yidong  <cyd@gnu.org>
18938         * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
18940         * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
18942         * textmodes/flyspell.el (flyspell-word): Fix char offset for
18943         forged Ispell output (Bug#7904).
18945         * emacs-lisp/package.el (package-refresh-contents): Add autoload.
18947 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18949         * doc-view.el: Avoid ugly errors about not finding nil.
18950         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
18951         (doc-view-dvipdf-program, doc-view-unoconv-program)
18952         (doc-view-ps2pdf-program, doc-view-pdftotext-program):
18953         Avoid nil or absolute file name as default value.
18954         (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
18956 2011-10-28  Alan Mackenzie  <acm@muc.de>
18958         * progmodes/cc-defs.el (c-version): -> 5.32.2.
18960 2011-10-28  Alan Mackenzie  <acm@muc.de>
18962         Amend the handling of c-beginning/end-of-defun in nested declaration
18963         scopes.
18965         * progmodes/cc-vars.el (c-defun-tactic): Move here from
18966         cc-langs.el.  Change it to a defcustom.
18968         * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
18969         cc-vars.el.
18971         * progmodes/cc-engine.el (c-beginning-of-statement-1):
18972         Prevent "class foo : bar" being spuriously recognized as a label.
18974         * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
18975         Add parameter `inclusive' (to include enclosing braces in the region).
18976         (c-widen-to-enclosing-decl-scope): New function.
18977         (c-while-widening-to-decl-block): New macro.
18978         (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
18979         outward for defun boundaries, and correspondingly change symbol
18980         `respect-enclosure' to `go-outward'.
18981         (c-declaration-limits): Change algorithm to report only the "innermost"
18982         defun's boundaries.
18984 2011-10-28  Deniz Dogan  <deniz@dogan.se>
18986         * net/rcirc.el (rcirc-mode): Use hard newlines.
18988 2011-10-28  Alan Mackenzie  <acm@muc.de>
18990         Amend to indent and fontify macros "which include their own semicolon"
18991         correctly, using the "virtual semicolon" mechanism.
18993         * progmodes/cc-defs.el: Update "virtual semicolon" comments.
18995         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
18996         Recode to scan one line at a time rather than having \n and \r
18997         explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
18998         (c-forward-label): Amend for virtual semicolons.
18999         (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
19001         * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
19002         of the new C macros.
19004         * progmodes/cc-langs.el (c-at-vsemi-p-fn):
19005         (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
19006         (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
19007         (c-opt-cpp-macro-define): Make into a full language variable.
19008         (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
19009         AWK Mode (including \n, \r) removed, no longer needed.
19011         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
19012         Invoke c-make-macro-with-semi-re.
19014         * progmodes/cc-vars.el (c-macro-with-semi-re):
19015         (c-macro-names-with-semicolon): New variables.
19016         (c-make-macro-with-semi-re): New function.
19018 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19020         * vc/log-edit.el: Fill empty field rather than adding new one.
19021         (log-edit-add-field): New function.
19022         (log-edit-insert-changelog): Use it.
19024 2011-10-28  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
19026         * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
19028 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19030         * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
19031         (gdb--check-interpreter): New function.
19032         (gdb): Use it.
19034 2011-10-27  Glenn Morris  <rgm@gnu.org>
19036         * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
19037         (least-positive-float, least-negative-float)
19038         (least-positive-normalized-float, least-negative-normalized-float)
19039         (float-epsilon, float-negative-epsilon):
19040         Remove unnecessary declarations.
19042         * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
19043         * emacs-lisp/cl.el (most-positive-float, most-negative-float)
19044         (least-positive-float, least-negative-float)
19045         (least-positive-normalized-float, least-negative-normalized-float)
19046         (float-epsilon, float-negative-epsilon): Add doc-strings,
19047         based on those in cl.texi.
19049         * files.el (set-visited-file-name): If the major-mode changed,
19050         reload the local variables.  (Bug#9796)
19052 2011-10-27  Chong Yidong  <cyd@gnu.org>
19054         * subr.el (change-major-mode-after-body-hook): New hook.
19055         (run-mode-hooks): Run it.
19057         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
19058         Use change-major-mode-before-body-hook.
19060         * simple.el (fundamental-mode):
19061         * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
19062         change introducing fundamental-mode-hook.
19064 2011-10-26  Juanma Barranquero  <lekktu@gmail.com>
19066         * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
19068 2011-10-26  Michael Albinus  <michael.albinus@gmx.de>
19070         * ido.el (ido-file-name-all-completions-1): Do not require
19071         tramp.el explicitly.  (Bug#7583)
19073 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19075         * progmodes/octave-mod.el:
19076         * progmodes/octave-inf.el: Update maintainer.
19078 2011-10-26  Chong Yidong  <cyd@gnu.org>
19080         * subr.el (with-wrapper-hook): Rewrite doc.
19082 2011-10-25  Michael Albinus  <michael.albinus@gmx.de>
19084         * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
19085         filenames "/method:foo:".  (Bug#9793)
19087 2011-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19089         * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
19090         (bug#9865).
19092 2011-10-24  Glenn Morris  <rgm@gnu.org>
19094         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.  (Bug#9819)
19096 2011-10-24  Michael Albinus  <michael.albinus@gmx.de>
19098         * notifications.el: Add the requirement of a running D-Bus session
19099         bus to the Commentary.
19101 2011-10-24  Juri Linkov  <juri@jurta.org>
19103         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
19104         `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
19105         (Bug#9364)
19107 2011-10-24  Juri Linkov  <juri@jurta.org>
19109         * info.el (Info-following-node-name-re): Add newline to the list
19110         of allowed characters for leading space.  (Bug#9824)
19112 2011-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19114         * progmodes/octave-inf.el (inferior-octave-mode-map):
19115         Fix C-c C-h binding.
19116         * progmodes/octave-mod.el (octave-help): Remove.
19118 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
19120         Sync with Tramp 2.2.3.
19122         * net/tramp-cache.el (top): Pacify byte-compiler using
19123         `init-file-user' and `site-run-file'.
19125         * net/trampver.el: Update release number.
19127 2011-10-23  Chong Yidong  <cyd@gnu.org>
19129         * files.el (toggle-read-only): Remove obsolete comment about
19130         version control.
19132         * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
19133         for toggle-read-only.  Note that this hasn't called vc-next-action
19134         since 2008-05-02, though it wasn't documented at the time.
19136         * vc/ediff-init.el (ediff-toggle-read-only-function):
19137         Use toggle-read-only.
19139 2011-10-22  Alan Mackenzie  <bug-cc-mode@gnu.org>
19141         Fix bug #9560, sporadic wrong indentation; improve instrumentation
19142         of c-parse-state.
19144         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
19145         correct faulty logical expression.
19146         (c-parse-state-state, c-record-parse-state-state):
19147         (c-replay-parse-state-state): New defvar/defuns.
19148         (c-debug-parse-state): Use new functions.
19150 2011-10-22  Martin Rudalics  <rudalics@gmx.at>
19152         * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
19153         last fix.  Use window-in-direction correctly.
19155 2011-10-21  Chong Yidong  <cyd@gnu.org>
19157         * progmodes/idlwave.el (idlwave-mode):
19158         * progmodes/vera-mode.el (vera-mode): No need to set
19159         require-final-newline; that's done in prog-mode.
19160         Suggested by Stefan Monnier.
19162 2011-10-21  Martin Rudalics  <rudalics@gmx.at>
19164         * mouse.el (mouse-drag-window-above)
19165         (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
19166         (mouse-drag-mode-line-1, mouse-drag-header-line)
19167         (mouse-drag-vertical-line-rightward-window): Remove.
19168         (mouse-drag-line): New function.
19169         (mouse-drag-mode-line, mouse-drag-header-line)
19170         (mouse-drag-vertical-line): Call mouse-drag-line.
19171         * window.el (window-at-side-p, windows-at-side): New functions.
19173 2011-10-21  Ulrich Mueller  <ulm@gentoo.org>
19175         * tar-mode.el (tar-grind-file-mode):
19176         Fix handling of setuid/setgid, handle sticky bit.  (Bug#9817)
19178 2011-10-21  Chong Yidong  <cyd@gnu.org>
19180         * progmodes/idlwave.el (idlwave-mode):
19181         * progmodes/vera-mode.el (vera-mode):
19182         Use mode-require-final-newline.
19184 2011-10-20  Glenn Morris  <rgm@gnu.org>
19186         * vc/vc.el (vc-next-action): Handle removed directories.  (Bug#9781)
19188 2011-10-20  Christoph Scholtes  <cschol2112@googlemail.com>
19190         * emulation/cua-base.el (cua-set-mark): Fix case of string.
19192 2011-10-20  Chong Yidong  <cyd@gnu.org>
19194         * emulation/cua-base.el (cua-mode):
19195         * mail/footnote.el (footnote-mode):
19196         * mail/mailabbrev.el (mail-abbrevs-mode):
19197         * net/xesam.el (xesam-minor-mode):
19198         * progmodes/bug-reference.el (bug-reference-mode):
19199         * progmodes/cap-words.el (capitalized-words-mode):
19200         * progmodes/compile.el (compilation-minor-mode)
19201         (compilation-shell-minor-mode):
19202         * progmodes/gud.el (gud-tooltip-mode):
19203         * progmodes/hideif.el (hide-ifdef-mode):
19204         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
19205         * progmodes/subword.el (subword-mode):
19206         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
19207         * progmodes/which-func.el (which-function-mode):
19208         * term/tvi970.el (tvi970-set-keypad-mode):
19209         * term/vt100.el (vt100-wide-mode):
19210         * textmodes/flyspell.el (flyspell-mode):
19211         * textmodes/ispell.el (ispell-minor-mode):
19212         * textmodes/nroff-mode.el (nroff-electric-mode):
19213         * textmodes/paragraphs.el (use-hard-newlines):
19214         * textmodes/refill.el (refill-mode):
19215         * textmodes/reftex.el (reftex-mode):
19216         * textmodes/rst.el (rst-minor-mode):
19217         * textmodes/sgml-mode.el (html-autoview-mode)
19218         (sgml-electric-tag-pair-mode):
19219         * textmodes/tex-mode.el (latex-electric-env-pair-mode):
19220         * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
19221         * emulation/crisp.el (crisp-mode):
19222         * emacs-lisp/eldoc.el (eldoc-mode):
19223         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
19224         minor mode behavior.
19226 2011-10-19  Juri Linkov  <juri@jurta.org>
19228         * descr-text.el (describe-char): Add #x2010 and #x2011 to
19229         the list of hard-coded chars with escape-glyph face.
19231 2011-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19233         * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
19235 2011-10-19  Michael Albinus  <michael.albinus@gmx.de>
19237         * net/tramp.el (tramp-connectable-p): Make a stronger check on a
19238         running process.
19240 2011-10-19  Glenn Morris  <rgm@gnu.org>
19242         * vc/vc-bzr.el (vc-bzr-after-dir-status):
19243         Ignore ignored files.  (Bug#9726)
19245 2011-10-19  Chong Yidong  <cyd@gnu.org>
19247         Doc fix for minor modes, stating that an omitted argument enables
19248         the mode unconditionally when called from Lisp.
19250         * abbrev.el (abbrev-mode):
19251         * allout.el (allout-mode):
19252         * autoinsert.el (auto-insert-mode):
19253         * autoarg.el (autoarg-mode, autoarg-kp-mode):
19254         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
19255         (global-auto-revert-mode):
19256         * battery.el (display-battery-mode):
19257         * composite.el (global-auto-composition-mode)
19258         (auto-composition-mode):
19259         * delsel.el (delete-selection-mode):
19260         * desktop.el (desktop-save-mode):
19261         * dired-x.el (dired-omit-mode):
19262         * dirtrack.el (dirtrack-mode):
19263         * doc-view.el (doc-view-minor-mode):
19264         * double.el (double-mode):
19265         * electric.el (electric-indent-mode, electric-pair-mode):
19266         * emacs-lock.el (emacs-lock-mode):
19267         * epa-hook.el (auto-encryption-mode):
19268         * follow.el (follow-mode):
19269         * font-core.el (font-lock-mode):
19270         * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
19271         * help.el (temp-buffer-resize-mode):
19272         * hilit-chg.el (highlight-changes-mode)
19273         (highlight-changes-visible-mode):
19274         * hi-lock.el (hi-lock-mode):
19275         * hl-line.el (hl-line-mode, global-hl-line-mode):
19276         * icomplete.el (icomplete-mode):
19277         * ido.el (ido-everywhere):
19278         * image-file.el (auto-image-file-mode):
19279         * image-mode.el (image-minor-mode):
19280         * iswitchb.el (iswitchb-mode):
19281         * jka-cmpr-hook.el (auto-compression-mode):
19282         * linum.el (linum-mode):
19283         * longlines.el (longlines-mode):
19284         * master.el (master-mode):
19285         * mb-depth.el (minibuffer-depth-indicate-mode):
19286         * menu-bar.el (menu-bar-mode):
19287         * minibuf-eldef.el (minibuffer-electric-default-mode):
19288         * mouse-sel.el (mouse-sel-mode):
19289         * msb.el (msb-mode):
19290         * mwheel.el (mouse-wheel-mode):
19291         * outline.el (outline-minor-mode):
19292         * paren.el (show-paren-mode):
19293         * recentf.el (recentf-mode):
19294         * reveal.el (reveal-mode, global-reveal-mode):
19295         * rfn-eshadow.el (file-name-shadow-mode):
19296         * ruler-mode.el (ruler-mode):
19297         * savehist.el (savehist-mode):
19298         * scroll-all.el (scroll-all-mode):
19299         * scroll-bar.el (scroll-bar-mode):
19300         * server.el (server-mode):
19301         * shell.el (shell-dirtrack-mode):
19302         * simple.el (auto-fill-mode, transient-mark-mode)
19303         (visual-line-mode, overwrite-mode, binary-overwrite-mode)
19304         (line-number-mode, column-number-mode, size-indication-mode)
19305         (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
19306         * strokes.el (strokes-mode):
19307         * time.el (display-time-mode):
19308         * t-mouse.el (gpm-mouse-mode):
19309         * tool-bar.el (tool-bar-mode):
19310         * tooltip.el (tooltip-mode):
19311         * type-break.el (type-break-mode-line-message-mode)
19312         (type-break-query-mode):
19313         * view.el (view-mode):
19314         * whitespace.el (whitespace-mode, whitespace-newline-mode)
19315         (global-whitespace-mode, global-whitespace-newline-mode):
19316         * xt-mouse.el (xterm-mouse-mode): Doc fix.
19318         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
19319         Fix autogenerated docstring.
19321 2011-10-19  Juri Linkov  <juri@jurta.org>
19323         * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
19324         by checking environment variables "DESKTOP_SESSION" and
19325         "XDG_CURRENT_DESKTOP".  (Bug#9779)
19327 2011-10-19  Juri Linkov  <juri@jurta.org>
19329         * net/browse-url.el (browse-url-browser-function): Add "Chromium".
19330         (browse-url-chromium-program, browse-url-chromium-arguments):
19331         New defcustoms.
19332         (browse-url-default-browser): Check for `browse-url-chromium' and
19333         call `browse-url-chromium-program'.
19334         (browse-url-chromium): New command.  (Bug#9779)
19336 2011-10-18  Juanma Barranquero  <lekktu@gmail.com>
19338         * facemenu.el (list-colors-duplicates): On Windows, detect more
19339         duplicates by assuming that only colors matching "^System" are
19340         special "system colors".  (Bug#9722)
19342 2011-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
19344         * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
19345         to distinguish the author from the committer.
19347 2011-10-18  Michael Albinus  <michael.albinus@gmx.de>
19349         * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
19351 2011-10-18  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
19353         * international/mule.el (sgml-html-meta-auto-coding-function):
19354         Add support for detecting encoding in HTML5 specified only as
19355         <meta charset="UTF-8">.  Implementation just makes http-equiv and
19356         content-type parts from HTML4 encoding string optional.  (Bug#9716)
19358 2011-10-18  Glenn Morris  <rgm@gnu.org>
19360         * vc/vc.el (vc-initial-comment): Mark as obsolete.  (Bug#9745)
19362 2011-10-18  Chong Yidong  <cyd@gnu.org>
19364         * faces.el (cursor): Doc fix.
19366 2011-10-17  Chong Yidong  <cyd@gnu.org>
19368         * font-lock.el (font-lock-maximum-size): Mark as obsolete.
19370 2011-10-17  Ryan Barrett  <emacs@ryanb.org>  (tiny change)
19372         * dirtrack.el (dirtrack): Support shell buffers with path
19373         prefixes, e.g. tramp-based remote shells.  (Bug#9647)
19375 2011-10-17  Teodor Zlatanov  <tzz@lifelogs.com>
19377         * json.el: Bump version to 1.3 and note change in History.
19378         (json-alist-p, json-plist-p): Rewrite to avoid recursion.
19380 2011-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19382         * comint.el (comint-insert-input, comint-send-input)
19383         (comint-get-old-input-default, comint-backward-matching-input)
19384         (comint-next-prompt): Use nil instead of `input' for field property of
19385         past user input (bug#114).
19387         * minibuffer.el (completion--replace): Inherit surrounding properties
19388         (bug#114).
19389         (minibuffer-complete-and-exit): Use it.
19391         * comint.el (comint--table-subvert): Quote the all-completions output
19392         (bug#9160).
19394 2011-10-17  Martin Rudalics  <rudalics@gmx.at>
19396         * ido.el (ido-default-buffer-method): Remove redundant :type entry.
19398         * menu-bar.el (menu-bar-file-menu): Add entry for making new
19399         window on right of selected.  (Bug#9350) Reword other window
19400         entries and separate them from frame entries.
19402 2011-10-15  Glenn Morris  <rgm@gnu.org>
19404         * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
19405         Doc fixes.
19407 2011-10-15  Chong Yidong  <cyd@stupidchicken.com>
19409         * net/network-stream.el (network-stream-open-starttls):
19410         Improve detection of failure due to lack of TLS support.
19412         * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
19413         putting the input text in front and in bold.
19415 2011-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19417         * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
19419         * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
19420         empty buffer.
19422         * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
19423         unread-command-events rather than pushing yet-another event.
19425 2011-10-14  Eli Zaretskii  <eliz@gnu.org>
19427         * mail/sendmail.el (sendmail-query-once): Improve the wording of
19428         the explanation of the possible choices.  Make the options passed
19429         to completing-read shorter.
19431 2011-10-13  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
19433         * textmodes/flyspell.el (flyspell-large-region): Make sure
19434         extended character mode is used if defined (Bug#1339).
19436 2011-10-13  Eli Zaretskii  <eliz@gnu.org>
19438         * simple.el (what-cursor-position): Fix the display of the
19439         character info for LRE, LRO, RLE, and RLO characters by appending
19440         an invisible PDF.
19442 2011-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19444         * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
19445         even in case of error; add debug spec; simplify data flow.
19446         (with-timeout-handler): Remove.
19448 2011-10-12  Michael Albinus  <michael.albinus@gmx.de>
19450         Fix Bug#6019, Bug#9315.
19452         * files.el (set-auto-mode): Call `file-name-sans-versions' for the
19453         complete `buffer-file-name', the local file name part could look
19454         remotely (for example on VMS).
19456         * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
19457         `tramp-run-real-handler'.
19458         (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
19459         already quoted by '"'.
19461         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
19462         Let `file-name-handler-alist' be nil, the local file name part
19463         could look remotely (for example on VMS).
19465 2011-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19467         * textmodes/flyspell.el (flyspell-word): Move with-local-quit
19468         from here...
19469         (flyspell-post-command-hook): ...to here.
19471 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19473         * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
19474         if not needed.
19475         (sendmail-query-once): Remove OS dependencies.  Make it a 3-way choice
19476         using completion.  Protect against "slow" callers.
19477         Remove the "message hack".
19479 2011-10-11  Juri Linkov  <juri@jurta.org>
19481         * isearch.el (isearch-lazy-highlight-word): New variable.
19482         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
19483         Use it.  (Bug#9727)
19485 2011-10-11  Glenn Morris  <rgm@gnu.org>
19487         * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
19488         like f90-previous-statement does.
19490 2011-10-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
19492         * eshell/eshell.el (eshell-command): History should be saved
19493         only in interactive use, to avoid error.
19495 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19497         * minibuffer.el (completion-file-name-table): Fix last change,
19498         i.e. ignore normal errors but not the other ones.
19500 2011-10-10  Martin Rudalics  <rudalics@gmx.at>
19502         * window.el (special-display-buffer-names)
19503         (special-display-regexps): Remove some remnants of earlier
19504         changes from doc-strings.
19505         (quit-windows-on): New function.
19507         * vc/vc.el (vc-revert, vc-rollback):
19508         * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
19509         instead of deleting windows.  (Bug#4557) (Bug#5310) (Bug#5556)
19510         (Bug#6183) (Bug#7074) (Bug#7447)
19512 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
19514         * window.el (frame-auto-hide-function): Add version tag.
19515         (Bug#9699)
19517 2011-10-09  Michael Albinus  <michael.albinus@gmx.de>
19519         * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
19520         condition.
19522 2011-10-09  Leo Liu  <sdl.web@gmail.com>
19524         * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
19525         (Bug#9701)
19527 2011-10-08  Glenn Morris  <rgm@gnu.org>
19529         * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
19530         before the first code statement zero indent.  (Bug#9690)
19532 2011-10-08  Chong Yidong  <cyd@stupidchicken.com>
19534         * simple.el (count-words-region): Always count in the region.
19535         Report the number of lines and characters too.
19536         (count-words): New command, which counts in the buffer if the
19537         region is inactive, as count-words-region used to.
19538         (count-words--message): New function.  Handle plurals.
19539         (count-lines-region): Make it an alias for count-words-region.
19541         * bindings.el (esc-map): Replace count-lines-region with
19542         count-words-region.
19544 2011-10-08  Martin Rudalics  <rudalics@gmx.at>
19546         * window.el (window--delete): Delete dedicated frame
19547         unconditionally when argument KILL is non-nil.  (Bug#9699)
19548         (switch-to-buffer): Fix doc-string typo.
19550 2011-10-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
19552         * eshell/eshell.el (eshell-command): Avoid using hooks.
19554 2011-10-07  Chong Yidong  <cyd@stupidchicken.com>
19556         * bindings.el ([M-left],[M-right]): Bind to left-word and
19557         right-word respectively.
19559 2011-10-07  Glenn Morris  <rgm@gnu.org>
19561         * cus-start.el (debug-on-quit): Fix custom type.
19563 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19565         * subr.el (define-key-after): Clarify that the function is not
19566         useful for non-menu keymaps.
19568         * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
19570 2011-10-06  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
19572         * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
19573         in current minibuffer (Fix bug with recursive minibuffers).
19575 2011-10-06  Chong Yidong  <cyd@stupidchicken.com>
19577         * progmodes/gdb-mi.el (gdb): Doc fix.
19579 2011-10-05  Martin Rudalics  <rudalics@gmx.at>
19581         * window.el (frame-auto-hide-function): New option replacing
19582         frame-auto-delete.  Suggested by Stefan Monnier.
19583         (window--delete): Call frame-auto-hide-function instead of
19584         investigating frame-auto-delete.
19585         (window-point-1, set-window-point-1): New functions.
19586         (window-in-direction, record-window-buffer, window-state-get-1)
19587         (display-buffer-record-window): Use window-point-1 instead of
19588         window-point.
19589         (set-window-buffer-start-and-point): Use set-window-point-1.
19591 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19593         * emacs-lisp/edebug.el: Heed checkdoc recommendations.
19595 2011-10-05  Glenn Morris  <rgm@gnu.org>
19597         * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
19598         (perl-calculate-indent): Suppress scan errors.  (Bug#2205)
19600 2011-10-05  Leo Liu  <sdl.web@gmail.com>
19602         * subr.el (read-char-choice): Fix argument to buffer-live-p which
19603         works with buffer object.
19605 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19607         * mpc.el (mpc-tool-bar-map): Add labels.
19609 2011-10-04  Glenn Morris  <rgm@gnu.org>
19611         * calendar/holidays.el (calendar-check-holidays): Doc fix.
19613 2011-10-04  Martin Rudalics  <rudalics@gmx.at>
19615         * window.el (window--delete): New function.
19616         (frame-auto-delete): Resuscitate option.
19617         (bury-buffer, replace-buffer-in-windows)
19618         (quit-window): Rewrite using window--delete.
19619         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
19620         Pass display-buffer-mark-dedicated to window--display-buffer-2
19621         (Bug#9639).
19623 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19625         * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
19626         returns a list (bug#9554).  Add remote file name completion.
19627         * comint.el (comint--table-subvert): Curry and get quote&unquote
19628         functions as arguments.
19629         (comint--complete-file-name-data): Adjust call accordingly.
19630         * pcomplete.el (pcomplete--table-subvert): Remove.
19631         (pcomplete-completions-at-point): Use comint--table-subvert instead.
19633         * minibuffer.el (completion-table-case-fold): Use currying.
19634         (completion--styles-type, completion--cycling-threshold-type):
19635         New constants.
19636         (completion-styles, completion-category-overrides)
19637         (completion-cycle-threshold): Use them.
19638         * pcomplete.el (pcomplete-completions-at-point): Adjust call to
19639         completion-table-case-fold.
19641 2011-10-03  Stephen Berman  <stephen.berman@gmx.net>
19643         * minibuffer.el (completion-category-overrides): Fix type of styles
19644         and add more user friendly tags (bug#9660).
19646 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19648         * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
19649         (mule-input-method-string): New widget.
19650         (default-input-method, language-info-custom-alist): Use it.
19652 2011-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19654         * pcomplete.el: Require comint.
19655         (pcomplete--common-suffix): Remove.
19656         (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
19657         (pcomplete--table-subvert): Sync with comint--table-subvert.
19658         (pcomplete--entries): Use comint-completion-file-name-table.
19659         * comint.el (comint-unquote-filename): Simplify.
19660         (comint-completion-file-name-table): New function (bug#9616).
19661         (comint--complete-file-name-data): Use it.
19663         * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
19664         (pcmpl-gnu-tar-buffer): Remove.
19665         (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
19666         around.  Make sure pcomplete-suffix-list is only changed temporarily.
19667         Don't look inside the tar's file if it's too large.
19669 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
19671         * cus-edit.el (custom-mode-map):
19672         * epa.el (epa-key-list-mode-map):
19673         * man.el (Man-mode-map):
19674         * startup.el (splash-screen-keymap):
19675         * simple.el (special-mode-map): Use scroll-up-command and
19676         scroll-down-command.
19678         * progmodes/idlw-help.el (idlwave-help-mode-map):
19679         * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
19680         * net/newst-plainview.el (newsticker-mode-map):
19681         * emulation/ws-mode.el (wordstar-mode-map):
19682         * emulation/vi.el (vi-com-map):
19683         * calc/calc-graph.el (calc-graph-show-dumb):
19684         * term/sun.el (terminal-init-sun):
19685         * term/ns-win.el (global-map):
19686         * progmodes/grep.el (grep-mode-map):
19687         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
19688         * mail/rmail.el (rmail-mode-map):
19689         * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
19691         * custom.el (custom-safe-themes, load-theme): Treat value of t for
19692         custom-safe-themes as special.
19694 2011-10-01  Julien Danjou  <julien@danjou.info>
19696         * notifications.el (notifications-notify): Fix docstring.
19698 2011-10-01  Per Starbäck  <per@starback.se>
19700         * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call.  (Bug#9643)
19702 2011-09-30  Martin Rudalics  <rudalics@gmx.at>
19704         * startup.el (command-line-1): Fix last fix by inserting
19705         initial-scratch-message into *scratch* before displaying it.
19706         (Bug#9605) and (Bug#9636)
19708 2011-09-29  Eli Zaretskii  <eliz@gnu.org>
19710         * simple.el (line-move): If auto-hscroll-mode is disabled and the
19711         window is hscrolled, move by logical lines.  (Bug#9607)
19712         (line-move-visual): Update the doc string to the above effect.
19714 2011-09-29  Martin Rudalics  <rudalics@gmx.at>
19716         * window.el (display-buffer-record-window): When WINDOW is the
19717         selected window use `point' instead of `window-point'.  (Bug#9626)
19719         * startup.el (command-line-1): Use insert-before-markers when
19720         inserting initial-scratch-message.  (Bug#9605)
19722         * help.el (help-window): Remove variable.
19724 2011-09-29  Glenn Morris  <rgm@gnu.org>
19726         * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
19728 2011-09-29  Juanma Barranquero  <lekktu@gmail.com>
19730         * descr-text.el (describe-char-categories): Accept category
19731         descriptions more than one line long.
19733 2011-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19735         * simple.el (delete-trailing-whitespace): Fix last change.
19737         * progmodes/perl-mode.el (perl-syntax-propertize-function):
19738         Don't confuse "y => 3" as the beginning of a `y' operation.
19740         * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
19741         object has more than 4 slots (bug#9613).
19743 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
19745         * subr.el (with-output-to-temp-buffer):
19746         * net/quickurl.el (quickurl, quickurl-browse-url):
19747         Fix typos in docstrings.
19749 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
19751         * minibuffer.el (completion-styles)
19752         (completion-category-overrides): Cross reference each other in doc
19753         strings.
19755 2011-09-27  Glenn Morris  <rgm@gnu.org>
19757         * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
19758         to split-string.  (Bug#9606)
19760 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19762         * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
19763         (bug#9615).
19765 2011-09-27  Chong Yidong  <cyd@stupidchicken.com>
19767         * emacs-lisp/package.el (list-packages): Fix echo area message.
19769 2011-09-27  Leo Liu  <sdl.web@gmail.com>
19771         * ido.el (ido-read-internal): Accept cons cell HIST arg.
19773 2011-09-25  Michael Albinus  <michael.albinus@gmx.de>
19775         * net/dbus.el (dbus-unregister-object): Don't release services for
19776         registered signals.  (Bug#9581)
19778 2011-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
19780         * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
19781         function that picks between cfengine 2 and 3 support
19782         automatically.  Update docs accordingly.
19784 2011-09-22  Kenichi Handa  <handa@m17n.org>
19786         * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
19787         ZERO.
19788         (indian-itrans-v5-table-for-tamil): New variable.
19789         (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
19791 2011-09-22  Ken Manheimer  <ken.manheimer@gmail.com>
19793         * allout.el (allout-this-command-hid-stuff): Buffer-local variable
19794         that's true if the current command involved collapsing of text.
19795         It's reset to false at the beginning of the next command.
19796         (allout-post-command-business): Move the cursor to the beginning
19797         of entry if the cursor is hidden and collapsing activity just
19798         happened.
19800 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
19802         * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
19803         tracking (Bug#9541).
19805 2011-09-24  Ulf Jasper  <ulf.jasper@web.de>
19807         * net/newst-reader.el (newsticker-html-renderer)
19808         (newsticker-show-news): Automatically load html rendering package
19809         if newsticker-html-renderer is set.  Fixes "Warning: defvar ignored
19810         because w3m-fill-column is let-bound" and the error "Symbol's value
19811         as variable is void: w3m-fill-column".
19813 2011-09-24  Michael Albinus  <michael.albinus@gmx.de>
19815         * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
19816         Release services only if they are defined.  (Bug#9581)
19818 2011-09-23  Richard Stallman  <rms@gnu.org>
19820         * textmodes/paragraphs.el (forward-sentence): For backwards case,
19821         distinguish start of paragraph from start of its text.
19823         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
19825         * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
19826         (rmail-generate-viewer-buffer): Put that hook on view buffer.
19827         (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
19829 2011-09-23  Andreas Schwab  <schwab@linux-m68k.org>
19831         * international/mule-diag.el (mule-diag): Insert a newline after
19832         each fontset description.
19834 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19836         * simple.el (delete-trailing-whitespace):
19837         Document last change; simplify.
19839 2011-09-23  Peter J. Weisberg  <pj@irregularexpressions.net>
19841         * simple.el (delete-trailing-whitespace): Also delete
19842         extra newlines at the end of the buffer.
19844         * textmodes/picture.el: Make motion commands obey shift-select-mode.
19845         (picture-newline): Use forward-line so as to ignore fields.
19847 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19849         * subr.el (with-wrapper-hook): Fix edebug spec.
19851 2011-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19853         * simple.el (kill-line): Note effect of `show-trailing-whitespace'
19854         (bug#4538).
19856 2011-09-23  Michael Albinus  <michael.albinus@gmx.de>
19858         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
19859         Fix nasty bug using wrong cached values.
19861 2011-09-23  Alan Mackenzie  <acm@muc.de>
19863         * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
19865 2011-09-23  Chong Yidong  <cyd@stupidchicken.com>
19867         * window.el (pop-to-buffer): Ensure right window is selected if we
19868         chose another frame.
19870 2011-09-22  Eli Zaretskii  <eliz@gnu.org>
19872         * simple.el (what-cursor-position): Use get-char-property-change
19873         and next-single-char-property-change, to be able to show display
19874         properties that come from overlays as well as text properties.
19876 2011-09-22  Chong Yidong  <cyd@stupidchicken.com>
19878         * window.el (pop-to-buffer-same-window): New (reinstated) fun.
19880         * cmuscheme.el (run-scheme, switch-to-scheme):
19881         * cus-edit.el (customize-group, custom-buffer-create)
19882         (customize-browse):
19883         * info.el (info):
19884         * shell.el (shell):
19885         * mail/sendmail.el (mail):
19886         * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
19888 2011-09-22  Richard Stallman  <rms@gnu.org>
19890         * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
19891         move back only to line beg, don't move back over blank lines.
19893 2011-09-22  Michael Albinus  <michael.albinus@gmx.de>
19895         * files.el (copy-directory): Set directory attributes only in case
19896         they could be retrieved from the source directory.  (Bug#9565)
19898 2011-09-22  Dima Kogan  <dkogan@secretsauce.net>  (tiny change)
19900         * progmodes/hideshow.el (hs-looking-at-block-start-p)
19901         (hs-find-block-beginning, hs-hide-level-recursive):
19902         Ignore strings as well as comments.  (Bug#9502)
19904 2011-09-22  Andrew Schein  <andrew@andrewschein.com>  (tiny change)
19906         * progmodes/sql.el (sql-comint-postgres):
19907         Convert port number to a string.  (Bug#9566)
19909 2011-09-22  Martin Rudalics  <rudalics@gmx.at>
19911         * window.el (quit-window): Undedicate window when switching to
19912         previous buffer.  Reported by Thierry Volpiatto
19913         <thierry.volpiatto@gmail.com>.
19914         (special-display-popup-frame): When popping up a new frame reset
19915         its previous buffers to nil.  Simplify code.
19917 2011-09-21  Michael Albinus  <michael.albinus@gmx.de>
19919         * net/tramp.el (tramp-handle-shell-command): Set process sentinel
19920         and process filter, as done also in `shell-command'.
19922 2011-09-21  Martin Rudalics  <rudalics@gmx.at>
19924         * window.el (set-window-buffer-start-and-point):
19925         Call set-window-start with NOFORCE argument t.
19926         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
19927         (quit-window): Reword doc-string.  Handle new format of
19928         quit-restore parameter.  Don't delete window if it has a
19929         previous buffer we can show instead of the present one.
19930         (display-buffer-record-window): Rewrite using a new format for
19931         the quit-restore window parameter
19932         (special-display-popup-frame, display-buffer-same-window)
19933         (display-buffer-reuse-window, display-buffer-pop-up-frame)
19934         (display-buffer-pop-up-window, display-buffer-use-some-window):
19935         Adapt symbol passed to display-buffer-record-window.
19936         * help.el (help-window-setup): Handle new format of quit-restore
19937         parameter.
19939 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19941         * faces.el (face-list): Fix docstring (bug#9564).
19943         * window.el (display-buffer--action-function-custom-type):
19944         Don't include internal functions in the Custom interface.
19946 2011-09-20  Juri Linkov  <juri@jurta.org>
19948         * info.el (Info-history-skip-intermediate-nodes): New defcustom.
19949         (Info-forward-node, Info-backward-node, Info-next-preorder)
19950         (Info-last-preorder): Use it.  (Bug#9528)
19952 2011-09-20  Juri Linkov  <juri@jurta.org>
19954         * info.el (Info-last-preorder): Visit last menu item only when
19955         `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
19957 2011-09-20  Julien Danjou  <julien@danjou.info>
19959         * password-cache.el (password-cache-remove): Remove entries even if the
19960         value is nil, so that password with a nil value (negative caching) is
19961         possible to invalidate.
19963 2011-09-20  Lawrence Mitchell  <wence@gmx.li>
19965         * progmodes/f90.el (f90-break-line): If breaking inside comment delete
19966         all whitespace around breakpoint.  (Bug#9553)
19967         (f90-find-breakpoint): Only break at whitespace inside a comment.
19969 2011-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19971         * minibuffer.el (completion-file-name-table): Keep track of errors.
19972         (completion-table-with-predicate): Handle the case where pred1 is nil.
19973         * pcomplete.el (pcomplete-completions-at-point): Simplify.
19975 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19977         * emacs-lisp/debug.el (debugger-args): Give it a docstring.
19978         (debugger-return-value): Signal an error if the debugging context does
19979         not await any return value.
19981         * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
19982         * image-mode.el (image-toggle-display-text)
19983         (image-toggle-display-image): Stay away from evil `intangible'.
19985 2011-09-19  Leo Liu  <sdl.web@gmail.com>
19987         * replace.el (occur-revert-arguments): Make it permanent-local.
19988         (occur-mode): Don't call font-lock-defontify.
19990 2011-09-19  Chong Yidong  <cyd@stupidchicken.com>
19992         * net/ldap.el (ldap-search-internal): Don't push empty search
19993         result (Bug#9508).
19995 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19997         * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
19999 2011-09-19  Michael Albinus  <michael.albinus@gmx.de>
20001         * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
20002         Suggested by Liam Stitt <stittl@cuug.ab.ca>.
20004 2011-09-18  Juri Linkov  <juri@jurta.org>
20006         * buff-menu.el (Buffer-menu-mode-map):
20007         * dired.el (dired-mode-map):
20008         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
20009         (lisp-interaction-mode-map):
20010         * emacs-lisp/package.el (package-menu-mode-map):
20011         * epa.el (epa-key-list-mode-map):
20012         * menu-bar.el (menu-bar-showhide-tool-bar-menu)
20013         (menu-bar-options-menu):
20014         * outline.el (outline-mode-menu-bar-map):
20015         * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
20016         * vc/vc-dir.el (vc-dir-menu-map):
20017         * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
20018         Capitalize non-function content words in menu item strings.
20020         * dired.el (dired-mode-map): Add menu item for
20021         `image-dired-dired-toggle-marked-thumbs'.
20023 2011-09-18  Juri Linkov  <juri@jurta.org>
20025         * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
20026         to `isearch-case-fold-search' and restore its original value
20027         after the `isearch-mode' call.
20029 2011-09-18  Juri Linkov  <juri@jurta.org>
20031         * progmodes/grep.el (grep-process-setup): Don't check code for 1
20032         because `zgrep' returns 1 for successful matches (bug#9226).
20034 2011-09-18  Juri Linkov  <juri@jurta.org>
20036         * info.el (Info-extract-menu-node-name): Check the second match
20037         for empty string (second test-case of bug#9528).
20038         (Info-last-preorder): Let-bind `Info-history' to nil to not add
20039         intermediate nodes to the history (first test-case of bug#9528).
20041 2011-09-18  Juri Linkov  <juri@jurta.org>
20043         * info.el (Info-mode-syntax-table): New variable.
20044         (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
20046 2011-09-18  Juri Linkov  <juri@jurta.org>
20048         * info.el (Info-file-supports-index-cookies):
20049         Increment line-beginning-position's arg from 3 to 4 because makeinfo
20050         outputs one more line for long file names (bug#4142).
20052 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
20054         * newcomment.el (comment-normalize-vars): If prompting for
20055         comment-start, set comment-start-skip too (Bug#8424).
20057 2011-09-18  Johan BockgÃ¥rd  <bojohan@gnu.org>
20059         * icomplete.el: Fix previous fix of Bug#5849.
20060         (icomplete-mode): Don't set completion-show-inline-help.
20061         (icomplete-minibuffer-setup): Set completion-show-inline-help
20062         locally during icompletion.
20064 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
20066         * woman.el (woman2-process-escapes): Don't delete unrecognized
20067         escapes (Bug#7843).
20069         * files.el (inhibit-first-line-modes-regexps): Add image files.
20070         (hack-local-variables-prop-line): Return nil for malformed
20071         prop-lines (Bug#9044).
20073 2011-09-18  Michael Albinus  <michael.albinus@gmx.de>
20075         * net/tramp.el (top): Don't require 'shell.
20076         (tramp-methods): Fix docstring.
20077         (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
20078         Return complete remote file name.  Handle "smb" case.
20079         Use `tramp-tmpdir', if defined for the respective method.
20080         (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
20082         * net/tramp-compat.el (top): Require 'shell.
20084         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
20085         (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
20086         `tramp-current-host'.
20087         (tramp-get-remote-tmpdir): Remove.
20089         * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
20090         `tramp-tmpdir' entries.
20091         (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
20092         (tramp-smb-handle-file-attributes): Ignore errors.
20093         (tramp-smb-wait-for-output): Check also for process end.
20095 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20097         * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
20098         when sending QUIT (bug#9312).
20100 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
20102         * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
20103         (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
20104         occur-mode-display-occurrence.
20105         (occur-edit-mode): Add usage message.
20106         (occur-cease-edit): New command.
20107         (occur-after-change-function): Use text properties to find the
20108         position of the prefix text.
20109         (occur-engine): Set stickiness of prefix text properties.
20111 2011-09-17  Glenn Morris  <rgm@gnu.org>
20113         * progmodes/etags.el (complete-tag):
20114         Fix call to completion-in-region.  (Bug#9526)
20116 2011-09-17  Juri Linkov  <juri@jurta.org>
20118         * textmodes/ispell.el (ispell-word): Add to the error message
20119         the word, ispell program name and current dictionary (bug#9121).
20120         (ispell-tex-arg-end): Capitalize "error" in the error message.
20122 2011-09-17  Andreas Schwab  <schwab@linux-m68k.org>
20124         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
20125         check.  (Bug#4251)
20127 2011-09-17  Juri Linkov  <juri@jurta.org>
20129         * window.el (window-safe-min-height, window-safe-min-width):
20130         Fix typos (followup to bug#9522).
20132 2011-09-17  Sven Joachim  <svenjoac@gmx.de>
20134         * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
20136 2011-09-16  Eli Zaretskii  <eliz@gnu.org>
20138         * simple.el (line-move): If goal-column is set, move by logical
20139         lines, not by display lines.  (Bug#971)
20140         (next-line, previous-line, goal-column, line-move-visual): Doc fix
20141         to reflect the above change.
20143 2011-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20145         * image.el (imagemagick-register-types): Use regexp-opt.
20147 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
20149         * window.el (display-buffer-base-action): Rename from
20150         display-buffer-default-action.  Make default value empty.
20151         (display-buffer-overriding-action): Convert to defvar.
20152         (display-buffer-fallback-action): New var.
20154 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
20156         * emacs-lisp/package.el (package-alist): Fix risky-local-variable
20157         declaration.
20158         (package--add-to-archive-contents): If there is a duplicate entry
20159         with an older version, remove it.
20160         (package-menu-mark-delete, package-menu-mark-install)
20161         (package-menu-mark-unmark): Make unused args optional.
20162         (package-menu-mark-obsolete-for-deletion):
20163         Use package-menu-get-status instead of a regexp search.
20164         (package-menu-get-status): Use tabulated-list-entry.
20165         (package-menu-mark-upgrades): New command.
20166         (package-menu-mode-map): Bind it to U.  Add it to menu bar.
20167         (package-menu-execute): Do installation before deletion.
20168         (package-menu-refresh, package-menu-execute): Use derived-mode-p
20169         instead of checking major-mode.
20170         (package-menu--find-upgrades): New function.
20172 2011-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20174         * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
20175         passwords in the log buffer.
20176         (smtpmail-process-filter): Update the process marker so that the
20177         "broken by peer" status message is inserted in the right place.
20179 2011-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20181         * textmodes/bibtex.el (bibtex-complete-string-cleanup)
20182         (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
20183         bibtex-completion-at-point-function.
20184         (bibtex-completion-at-point-function): Use them.
20186         * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
20188         * mpc.el (mpc-constraints-tag-lookup): New function.
20189         (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
20190         also to browser "album|playlist".
20192 2011-09-14  Juri Linkov  <juri@jurta.org>
20194         * isearch.el (isearch-fail-pos): Add new arg `msg'.  Doc fix.
20195         (isearch-edit-string): Use length of `isearch-string' when
20196         `isearch-fail-pos' returns nil.
20197         (isearch-message): Remove duplicate code and call
20198         `isearch-fail-pos' with arg `t'.
20200 2011-09-14  Chong Yidong  <cyd@stupidchicken.com>
20202         * replace.el (occur-mode-goto-occurrence): Don't force using other
20203         window (Bug#9499).
20205         * dired-aux.el (dired-do-chmod): Don't provide initial input.
20207 2011-09-14  Martin Rudalics  <rudalics@gmx.at>
20209         * window.el (display-buffer-window): Remove.
20210         (display-buffer-record-window): Use help-setup window parameter
20211         instead of variable display-buffer-window.
20212         (display-buffer-function, special-display-buffer-names)
20213         (special-display-function): Mention help-setup parameter instead
20214         of display-buffer-window in doc-string.
20215         * help.el (help-window-setup): New argument help-window.
20216         Use help-window-setup parameter instead of display-buffer-window.
20217         Reword some messages.
20218         (with-help-window): Pass window used for displaying the buffer
20219         to help-window-setup.  Don't set display-buffer-window.
20221 2011-09-13  Glenn Morris  <rgm@gnu.org>
20223         * emacs-lisp/debug.el (debugger-make-xrefs):
20224         Preserve point.  (Bug#9462)
20226 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
20228         * window.el (window-deletable-p): Use next-frame.
20230 2011-09-13  Martin Rudalics  <rudalics@gmx.at>
20232         * window.el (window-auto-delete): Remove.
20233         (window-deletable-p): Remove argument FORCE.  Don't deal with
20234         dedication and previous buffers.
20235         (switch-to-prev-buffer): Don't delete window.
20236         (delete-windows-on): Delete a window's frame if and only if the
20237         window is dedicated.
20238         (replace-buffer-in-windows): Delete buffer's window or frame if
20239         and only if window is dedicated.
20240         (quit-window): Handle quit-restore as before last change.
20241         (bury-buffer): Delete window only if window-deletable-p returns t.
20243 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
20245         * window.el (window-deletable-p): Never delete the last frame on a
20246         given terminal.
20248 2011-09-13  Glenn Morris  <rgm@gnu.org>
20250         * help.el (describe-key-briefly): Copy previous standard-output change.
20252 2011-09-13  PJ Weisberg  <pj@irregularexpressions.net>
20254         * help.el (where-is): Respect non-standard standard-output.  (Bug#9030)
20256 2011-09-13  Glenn Morris  <rgm@gnu.org>
20258         * emacs-lisp/lisp-mode.el (lisp-indent-function):
20259         * progmodes/scheme.el (scheme-indent-function): Doc fixes.
20261 2011-09-12  Chong Yidong  <cyd@stupidchicken.com>
20263         * dired-aux.el (dired-mark-read-string): Don't return default
20264         value on empty input (Bug#9361).
20265         (dired-do-chxxx): Treat empty input for "touch" as no -t option.
20266         Omit initial minibuffer contents.
20267         (dired-do-chmod): Signal an error on empty input.
20268         (dired-mark-read-string): Don't return default on empty input.
20270         * files.el (file-modes-symbolic-to-number): Doc fix.
20272 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20274         * international/mule-cmds.el (ucs-completions): Remove.
20275         (read-char-by-name): Use complete-with-action instead; add metadata.
20277 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
20279         * window.el (display-buffer--action-function-custom-type)
20280         (display-buffer--action-custom-type): New vars.
20281         (display-buffer-alist, display-buffer-default-action)
20282         (display-buffer-overriding-action): Add defcustom types.
20284         * frame.el (delete-other-frames): Doc fix (Bug#276).
20286 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20288         * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
20290 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
20292         Change modes that used same-window-* vars to use switch-to-buffer.
20294         * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
20295         Use switch-to-buffer.
20297         * cus-edit.el (customize-group, custom-buffer-create)
20298         (customize-browse, custom-buffer-create-other-window):
20299         Use switch-to-buffer or switch-to-buffer-other-window.
20301         * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
20302         (Info-prev, Info-up, Info-speedbar-goto-node)
20303         (info-display-manual): Use switch-to-buffer.
20304         (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
20306         * mail/sendmail.el (mail): Use switch-to-buffer.
20307         (mail-recover): Use switch-to-buffer-other-window.
20309         * cmuscheme.el (run-scheme, switch-to-scheme):
20310         * ielm.el (ielm):
20311         * shell.el (shell):
20312         * net/rlogin.el (rlogin):
20313         * net/telnet.el (telnet, rsh):
20314         * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
20316 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
20318         * dired.el (dired-sort-toggle-or-edit): Revert last changes.
20320 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20322         * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
20323         so don't mention it (bug#9301).
20324         (dired-sort-toggle-or-edit): Clarify string further.
20326         * faces.el (face-spec-set-match-display): Make `(type graphic)'
20327         match `x', `w32' and `ns', like the manual says (bug#9029).
20329         * subr.el (eval-after-load): Doc string clarification (bug#9125).
20330         (process-kill-buffer-query-function): Mention the buffer name in
20331         the query.
20333         * image-mode.el (image-next-line): The line parameter is mandatory
20334         (bug#9258).
20336         * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
20337         which can be useful (bug#9301).
20339         * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
20341         * subr.el (match-string): Mention that the current buffer should
20342         be the same as the search was done in (bug#9282).
20344         * facemenu.el: Disable the remove-* commands if the mark isn't
20345         active (bug#9162).
20347 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
20349         * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
20350         of display-buffer.
20351         (Buffer-menu-2-window): Use switch-to-buffer-other-window.
20353         * replace.el (occur-mode-goto-occurrence)
20354         (occur-mode-display-occurrence) Use second arg of pop-to-buffer
20355         and display-buffer.
20357         * mail/reporter.el (reporter-submit-bug-report): Use second arg of
20358         display-buffer.
20360         * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
20361         special-display and same-window variables.
20362         (mail-other-window): Use switch-to-buffer-other-window.
20363         (mail-other-frame): USe switch-to-buffer-other-frame.
20365         * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
20366         Use display-buffer-other-frame.
20367         (gdb-display-gdb-buffer): Use pop-to-buffer.
20369         * progmodes/gud.el (gud-goto-info): Use info-other-window.
20371         * progmodes/python.el: Don't set same-window-buffer-names.
20373         * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
20375         * window.el (display-buffer-alist): Add *Python*.
20377 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
20379         * window.el (display-buffer-alist): Add entry for buffers
20380         previously handled same-window-*.
20381         (display-buffer-alist, display-buffer-default-action)
20382         (display-buffer-overriding-action): Mark as risky.
20383         (display-buffer-alist): Document action function changes.
20384         (display-buffer--same-window-action)
20385         (display-buffer--other-frame-action): New variables.
20386         (switch-to-buffer, display-buffer-other-frame): Use them.
20387         (display-buffer): Rename reuse-frame entry to reusable-frames.
20388         (display-buffer-reuse-selected-window): Function deleted.
20389         (display-buffer-reuse-window): Handle reusable-frames alist entry.
20390         If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
20391         (display-buffer-special): New function.
20392         (display-buffer--maybe-pop-up-frame-or-window): Rename from
20393         display-buffer-reuse-or-pop-window.  Split off special-display
20394         part into display-buffer-special.
20395         (display-buffer-use-some-window): Don't perform any special
20396         pop-up-frames handling.
20397         (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
20398         (display-buffer--maybe-same-window): Rename from
20399         display-buffer-maybe-same-window.
20401         * info.el: Don't set same-window-regexps.
20402         (info-setup): New function.
20403         (info-other-window, info): Call it.
20405         * cus-edit.el: Don't set same-window-regexps.
20406         (customize-group): New argument.
20407         (customize-group-other-window): Use it.
20408         (customize-face, customize-face-other-window): Likewise.
20409         (custom-buffer-create-other-window): Use pop-to-buffer directly.
20411         * net/rlogin.el:
20412         * net/telnet.el:
20413         * progmodes/gud.el: Don't set same-window-regexps.
20415         * cmuscheme.el:
20416         * ielm.el:
20417         * shell.el:
20418         * mail/sendmail.el:
20419         * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
20421 2011-09-10  Juri Linkov  <juri@jurta.org>
20423         * isearch.el (isearch-edit-string): Remove obsolete mention of
20424         `C-w' (`isearch-yank-word-or-char') from docstring.
20425         (isearch-query-replace): Fix typo in docstring (bug#9466).
20427 2011-09-10  Juri Linkov  <juri@jurta.org>
20429         * paren.el (show-paren-function): Don't show escaped parens.
20430         Let-bind `unescaped' to `t' when paren is not escaped.  (Bug#9461)
20432 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
20434         * mail/sendmail.el (mml-to-mime, mml-attach-file)
20435         (mm-default-file-encoding): Remove autoload forms, they are
20436         replaced with autoload cookies in mml.el and mm-encode.el.
20437         (mail-add-attachment): New command.
20438         (mail-mode-map): Add a menu-bar item for mail-add-attachment.
20439         (mail-mode): Mention mail-insert-file and mail-add-attachment in
20440         the doc string.
20441         (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
20443 2011-09-10  Reuben Thomas  <rrt@sc3d.org>
20445         * simple.el (count-words-region): Use buffer if there's no region
20446         (bug#9429).
20448 2011-09-09  Juri Linkov  <juri@jurta.org>
20450         * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
20451         `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
20452         (wdired-isearch-filter-read-only): New function.  (Bug#6362)
20454 2011-09-09  Alan Mackenzie  <acm@muc.de>
20456         * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
20457         spuriously generating `awk-mode-syntax-table'.  (Bug #9448).
20459 2011-09-09  Eli Zaretskii  <eliz@gnu.org>
20461         Fix for Savannah bug#9392.
20462         * simple.el (mail-encode-mml): New defvar.
20464         * mail/rmail.el (mail-encode-mml): Add a defvar.
20465         (rmail-enable-mime-composing): Default to t.
20466         (rmail-forward): Use MIME method of forwarding only if both
20467         rmail-enable-mime-composing and rmail-enable-mime are non-nil.
20468         Set mail-encode-mml non-nil if the MIME method was used.
20470         * mail/sendmail.el (mml-to-mime): Add autoload form.
20471         (mail-encode-mml): Add a defvar.
20472         (mail-mode): Make mail-encode-mml buffer-local and initialize it
20473         to nil.
20474         (mail-send): If mail-encode-mml is non-nil, run the outgoing
20475         message through mml-to-mime, and reset mail-encode-mml to nil.
20477 2011-09-09  Glenn Morris  <rgm@gnu.org>
20479         * woman.el (woman-if-body): When processing an .el block,
20480         do not delete the next .el block as well.  (Bug#9447)
20481         (woman-special-characters): Add oq, cq, and hy characters.
20483 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
20485         * window.el (window-deletable-p): Make sure window is live before
20486         invoking window-prev-buffers.
20488 2011-09-08  Leo Liu  <sdl.web@gmail.com>
20490         * net/rcirc.el (rcirc-cmd-invite): New rcirc command.  (Bug#9453)
20492 2011-09-08  Juri Linkov  <juri@jurta.org>
20494         * progmodes/compile.el (compilation-environment): Make it
20495         a defcustom (bug#8340).
20497 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
20499         * window.el (frame-auto-delete): Rename to window-auto-delete.
20500         Make it control auto-deletion of windows and/or frames.
20501         (window-deletable-p): New argument FORCE.  Rewrite conditions
20502         for deleting window/frame.  (Bug#9419)
20503         (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
20504         Rewrite handling of case when window/frame can be deleted.
20505         (delete-windows-on): Call window-deletable-p with new FORCE
20506         argument t.  (Bug#9456)
20508 2011-09-07  Chong Yidong  <cyd@stupidchicken.com>
20510         * help-mode.el (help-mode): Restore autoload.
20512 2011-09-07  Juri Linkov  <juri@jurta.org>
20514         * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
20515         `compilation-environment'.  Set buffer-local
20516         `compilation-environment' to `thisenv' later after (funcall mode).
20517         (Bug#8340)
20519         * vc/vc-git.el (vc-git-grep): Remove --no-color.  (Bug#9408)
20520         (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
20521         instead of replacing its value.  (Bug#8340)
20523 2011-09-07  Juri Linkov  <juri@jurta.org>
20525         * progmodes/grep.el (grep-regexp-alist): Calculate column positions
20526         based on text properties put by `grep-filter' instead of matching
20527         escape sequences.
20528         (grep-mode): Set buffer-local `compilation-error-screen-columns'
20529         to the value of `grep-error-screen-columns' (bug#9438).
20531 2011-09-07  Juri Linkov  <juri@jurta.org>
20533         * simple.el (next-error-highlight, next-error-highlight-no-select):
20534         Doc fix (bug#9432).
20536 2011-09-07  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
20538         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
20539         Check for null c-opt-block-decls-with-vars-key.  (Bug#9443)
20541 2011-09-07  Leo Liu  <sdl.web@gmail.com>
20543         * net/rcirc.el (rcirc-mode): Conditionally initialize
20544         rcirc-input-ring.
20546 2011-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20548         * emacs-lisp/find-func.el (find-function-C-source): Only set
20549         find-function-C-source-directory after checking that we found a source
20550         file there (bug#9440).
20552 2011-09-06  Alan Mackenzie  <acm@muc.de>
20554         * isearch.el (isearch-other-meta-char): Wherever a key list is
20555         unread, "unread" the prefix arg, too.  This fixes bug #8901.
20557 2011-09-05  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
20559         * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
20561 2011-09-05  Juri Linkov  <juri@jurta.org>
20563         * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
20565 2011-09-05  Juri Linkov  <juri@jurta.org>
20567         * progmodes/grep.el (grep-filter): Avoid incomplete processing by
20568         keeping point where processing of grep matches begins, and
20569         continue to delete remaining escape sequences from the same point.
20570         (grep-filter): Make leading zero optional in "0?1;31m" because
20571         git-grep emits "\033[1;31m" escape sequences unlike expected
20572         "\033[01;31m" as GNU Grep does (bug#9408).
20573         (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
20575 2011-09-05  Juri Linkov  <juri@jurta.org>
20577         * subr.el (y-or-n-p): Capitalize "yes".
20579 2011-09-04  Michael Albinus  <michael.albinus@gmx.de>
20581         * net/tramp.el (top): Require 'shell.  Use `tramp-unload-hook' but
20582         `tramp-cache-unload-hook' where appropriate.
20583         (tramp-methods): Rename `tramp-remote-sh' to
20584         `tramp-remote-shell'.  Add `tramp-remote-shell-args'.
20585         (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
20587         * net/tramp-sh.el (top): Don't require 'shell.
20588         (tramp-methods): Add `tramp-remote-shell' and
20589         `tramp-remote-shell-args' entries.
20590         (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
20591         (tramp-sh-handle-shell-command): Remove.
20592         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
20593         Use `tramp-remote-shell'.
20595 2011-09-03  Chong Yidong  <cyd@stupidchicken.com>
20597         * mail/sendmail.el (sendmail-query-once-function): Delete.
20598         (sendmail-query-once): Save directly to send-mail-function.
20599         Update message-send-mail-function too.
20601         * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
20603 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
20605         * progmodes/python.el (python-mode-map): Use correct function to
20606         start python interpreter from menu-bar (as reported by Geert
20607         Kloosterman).
20608         (inferior-python-mode-map): Fix typo.
20609         (python-shell-map): Remove.
20611 2011-09-03  Deniz Dogan  <deniz@dogan.se>
20613         * net/rcirc.el (rcirc-print): Simplify code for
20614         rcirc-scroll-show-maximum-output.  There is no need to walk
20615         through all windows to find the right one.
20617 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
20619         * help.el (help-return-method): Doc fix.
20621 2011-09-03  Martin Rudalics  <rudalics@gmx.at>
20623         * window.el (window-deletable-p): Don't return a non-nil value
20624         when there's a buffer that was shown in the window before.
20625         (Bug#9419)
20626         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
20627         Set window's previous buffers to nil.
20629 2011-09-03  Eli Zaretskii  <eliz@gnu.org>
20631         * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
20632         newline before and after the tag line, so it doesn't interfere
20633         with determining the paragraph direction of bidirectional text.
20635 2011-09-03  Leo Liu  <sdl.web@gmail.com>
20637         * files.el (find-file-not-true-dirname-list): Remove.  (Bug#9422)
20639 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
20641         * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
20642         (pop-to-buffer): Change interactive spec.  Pass second argument
20643         directly to display-buffer.
20644         (display-buffer): Fix interactive spec.  Use functionp to
20645         distinguish between a function and a list of functions.
20647         * abbrev.el (edit-abbrevs):
20648         * arc-mode.el (archive-extract):
20649         * autoinsert.el (auto-insert):
20650         * bookmark.el (bookmark-bmenu-list):
20651         * files.el (find-file):
20652         * view.el (view-buffer):
20653         * progmodes/compile.el (compilation-goto-locus):
20654         * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
20656 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
20658         * window.el (display-buffer-alist): Doc fix.
20659         (display-buffer): Add docstring.  Don't treat
20660         display-buffer-default specially.
20661         (display-buffer-reuse-selected-window)
20662         (display-buffer-same-window, display-buffer-maybe-same-window)
20663         (display-buffer-reuse-window, display-buffer-pop-up-frame)
20664         (display-buffer-pop-up-window)
20665         (display-buffer-reuse-or-pop-window)
20666         (display-buffer-use-some-window): New functions.
20667         (display-buffer-default-action): Use them.
20668         (display-buffer-default): Delete.
20669         (pop-to-buffer-1): Fix choice of actions.
20671 2011-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20673         * minibuffer.el (completion--insert-strings): Don't get confused by
20674         completion entries that end with an LF char.
20676 2011-09-01  Eli Zaretskii  <eliz@gnu.org>
20678         * window.el (frame-auto-delete, window-deletable-p): Doc fix.
20680 2011-09-01  Chong Yidong  <cyd@stupidchicken.com>
20682         * window.el (display-buffer): Restore interactive spec.
20683         (display-buffer-same-window, display-buffer-other-window):
20684         New functions.
20685         (pop-to-buffer-1): New function.  Use the above.
20686         (pop-to-buffer, pop-to-buffer-same-window): Use it.
20687         (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
20689         * view.el (view-buffer-other-window, view-buffer-other-frame):
20690         Just use pop-to-buffer.
20692 2011-09-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
20694         * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories.  (Bug#9391)
20696 2011-09-01  Wilfred Hughes  <wilfred@potatolondon.com>  (tiny change)
20698         * vc/vc-git.el (vc-git-grep): Use --no-color.  (Bug#9408)
20700 2011-08-31  Richard Stallman  <rms@gnu.org>
20702         * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
20703         of the separation of rmail-view-buffer from rmail-buffer.
20704         If you say no to "replace original", the decrypt is in the
20705         view buffer.  If you say yes, the decrypt goes into the
20706         rmail buffer also.
20708 2011-08-31  Martin Rudalics  <rudalics@gmx.at>
20710         * window.el (display-buffer-window): Rewrite doc-string.
20711         (display-buffer-record-window): New function.
20712         (display-buffer-macro-specifiers)
20713         (display-buffer-even-window-sizes, display-buffer-set-height)
20714         (display-buffer-set-width, display-buffer-in-window)
20715         (display-buffer-reuse-window, display-buffer-split-specifiers)
20716         (display-buffer-side-specifiers, display-buffer-split-window-1)
20717         (display-buffer-split-window, display-buffer-split-atom-window)
20718         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
20719         (display-buffer-pop-up-side-window, display-buffer-in-side-window)
20720         (display-buffer-other-window-means-other-frame)
20721         (display-buffer-normalize-special)
20722         (display-buffer-normalize-default)
20723         (display-buffer-normalize-argument)
20724         (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
20725         (display-buffer-normalize-specifiers, display-buffer-frame)
20726         (display-buffer-same-window, display-buffer-same-frame)
20727         (display-buffer-other-window)
20728         (display-buffer-same-frame-other-window)
20729         (display-buffer-other-frame, pop-to-buffer-same-window)
20730         (pop-to-buffer-same-frame, pop-to-buffer-other-window)
20731         (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
20732         (switch-to-buffer-same-frame)
20733         (switch-to-buffer-other-window-same-frame)
20734         (display-buffer-alist-of-strings-p, display-buffer-alist-add)
20735         (display-buffer-alist-set-1, display-buffer-alist-set-2)
20736         (display-buffer-alist-set): Remove.
20737         (display-buffer-function, special-display-buffer-names)
20738         (special-display-regexps, special-display-function):
20739         In doc-string refer to display-buffer-window and quit-restore
20740         parameter.
20741         (pop-up-frame-alist, pop-up-frame-function, special-display-p)
20742         (special-display-frame-alist, special-display-popup-frame)
20743         (same-window-buffer-names, same-window-regexps, same-window-p)
20744         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
20745         (split-window-preferred-function, split-height-threshold)
20746         (split-width-threshold, window-splittable-p)
20747         (split-window-sensibly, window--try-to-split-window)
20748         (window--frame-usable-p, even-window-heights)
20749         (window--even-window-heights, window--display-buffer-1)
20750         (window--display-buffer-2, display-buffer-other-frame):
20751         Restore old Emacs 23 code, order and doc-strings where applicable.
20752         (display-buffer-default, display-buffer-assq-regexp): New functions.
20753         (display-buffer-alist): Rewrite doc-string.
20754         (display-buffer-default-action)
20755         (display-buffer-overriding-action): New variables.
20756         (display-buffer, switch-to-buffer): Rewrite.
20757         (pop-to-buffer): Restore Emacs 23 behavior but use
20758         window-normalize-buffer-to-display.
20759         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
20760         Restore Emacs 23 behavior but use
20761         window-normalize-buffer-to-switch-to.
20762         (pop-to-buffer-same-window): Rewrite.
20763         (pop-to-buffer-other-window, pop-to-buffer-other-frame):
20764         Rewrite using Emacs 23 options.
20766 2011-08-31  Michael Albinus  <michael.albinus@gmx.de>
20768         * net/tramp.el (tramp-root-regexp): Remove.
20769         (tramp-completion-file-name-regexp-unified)
20770         (tramp-completion-file-name-regexp-separate)
20771         (tramp-completion-file-name-regexp-url): Don't use leading volume
20772         letter on w32 systems.  (Bug#5303, Bug#9311)
20773         (tramp-drop-volume-letter): Simplify definition.
20774         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20776 2011-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20778         * subr.el (event-modifiers): Fix "missing modifier" part of docstring
20779         (bug#9356).
20781 2011-08-30  Reuben Thomas  <rrt@sc3d.org>  (tiny change)
20783         * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
20785 2011-08-29  Juri Linkov  <juri@jurta.org>
20787         * isearch.el (isearch-done): Don't display message "Mark saved"
20788         when arg `edit' is non-nil to prevent its flicker in the echo area.
20790 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
20792         * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
20793         obsolete packages for deletion.
20795 2011-08-28  Christoph Scholtes  <cschol2112@googlemail.com>
20797         * help-mode.el (help-mode-map): Add special-mode-map to parent.
20798         (help-mode): Derive help-mode from special-mode.  Don't invoke
20799         view-mode from help-mode.
20800         (help-xref-override-view-map): Remove.
20801         (help-make-xrefs): Remove minor-mode-overriding-map-alist since
20802         view-mode is not used anymore.
20804 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
20806         * server.el (server-port): Doc fix.
20808         * cus-theme.el (custom-theme-choose-mode): Inherit from
20809         special-mode (Bug#9124).
20810         (custom-theme-choose-mode-map): Add special-mode to parent.
20812 2011-08-28  Alan Mackenzie  <acm@muc.de>
20814         * progmodes/cc-fonts.el
20815         (c-make-font-lock-BO-decl-search-function): New function.
20816         (c-basic-matchers-after - "Fontify the clauses after various
20817         keywords"): Extract the three keyword lists for the 3 erroneous
20818         constructs from the list of four, and use the new function above
20819         in place of an old one.
20821 2011-08-28  Deniz Dogan  <deniz@dogan.se>
20823         * net/rcirc.el (rcirc-insert-prev-input)
20824         (rcirc-insert-next-input): Remove unused argument.
20826 2011-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20828         * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
20830 2011-08-27  Alan Mackenzie  <acm@muc.de>
20832         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
20833         handle function pointer parameters properly.
20835 2011-08-27  Martin Rudalics  <rudalics@gmx.at>
20837         * window.el (display-buffer-reuse-window): Fix case where
20838         selected window was reused with non-nil OTHER-WINDOW argument.
20839         (Bug#9381)
20841 2011-08-27  Deniz Dogan  <deniz@dogan.se>
20843         * net/rcirc.el (rcirc-check-auth-status): Adding support for
20844         oftc's NickServ messages.
20846 2011-08-27  Glenn Morris  <rgm@gnu.org>
20848         * saveplace.el (save-place-limit): Make it finite.  (Bug#9352)
20850 2011-08-26  Chong Yidong  <cyd@stupidchicken.com>
20852         * emacs-lisp/package.el (package-install): Call package-initialize
20853         if called interactively.
20855 2011-08-26  Leo Liu  <sdl.web@gmail.com>
20857         * emacs-lisp/cl-macs.el (defstruct): Fix format.  (Bug#9357)
20859 2011-08-25  Juri Linkov  <juri@jurta.org>
20861         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
20862         `search-whitespace-regexp' (bug#9364).
20864 2011-08-25  Juri Linkov  <juri@jurta.org>
20866         * isearch.el (isearch-edit-string): Let-bind `search-ring' and
20867         `regexp-search-ring' to their global values to protect from
20868         updating by `read-from-minibuffer' (bug#9185).
20870 2011-08-25  Juri Linkov  <juri@jurta.org>
20872         * textmodes/ispell.el (ispell-command-loop): Add newline
20873         at the end of the "Use option `i'..." line.
20875 2011-08-25  Juri Linkov  <juri@jurta.org>
20877         * battery.el (display-battery-mode): If `battery-status-function'
20878         or `battery-mode-line-format' is nil, display the message and set
20879         `display-battery-mode' to nil (bug#9363).
20881 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
20883         * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
20884         bidi-string-mark-left-to-right; they are unnecessary now.
20886 2011-08-25  Deniz Dogan  <deniz@dogan.se>
20888         * net/quickurl.el: Documentation typo fixes.
20890 2011-08-25  Chong Yidong  <cyd@stupidchicken.com>
20892         * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
20894 2011-08-25  Glenn Morris  <rgm@gnu.org>
20896         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
20898         * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
20899         (smtpmail-via-smtp): Handle nil response from smtp.
20901 2011-08-24  Juri Linkov  <juri@jurta.org>
20903         * proced.el (proced-marked): Inherit from `error' instead of
20904         `font-lock-warning-face'.
20906         * ibuffer.el (ibuffer-marked-face): Change default face from
20907         `font-lock-warning-face' to `warning'.
20908         (ibuffer-deletion-face): Change default face from
20909         `font-lock-type-face' to `error'.
20911         * battery.el (battery-update): Use the face `error' instead of
20912         `font-lock-warning-face' (bug#6117).
20914 2011-08-24  Juri Linkov  <juri@jurta.org>
20916         * faces.el (success): Change face color from "Green3" to
20917         "ForestGreen" on light background (bug#9353).
20919 2011-08-24  Chong Yidong  <cyd@stupidchicken.com>
20921         * window.el (quit-window): Rename from quit-restore-window.
20922         Use same arglist as old quit-window.
20923         (frame-auto-delete): Doc fix.
20925         * view.el (view-mode-exit): Use quit-window.
20927 2011-08-24  Juri Linkov  <juri@jurta.org>
20929         * isearch.el (isearch-ring-adjust1): Start visiting previous
20930         search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
20931         (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
20932         for empty search string (when the last search string is reused
20933         automatically) to adjust the isearch ring to the last element and
20934         prepare the correct index for further M-p commands (bug#9185).
20936 2011-08-24  Kenichi Handa  <handa@m17n.org>
20938         * international/ucs-normalize.el: If decomposition property of
20939         CHAR is the default one (i.e. a list of CHAR itself), treat it as
20940         nil.
20941         (nfd, nfkd): Likewise.
20943 2011-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20945         * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
20946         from process filters aren't reliably transmitted to the surrounding
20947         accept-process-output.
20948         (mpc-proc-check): New function.
20949         (mpc-proc-sync): Use it (bug#8293)
20951 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20953         * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
20954         Add compatibility functions (bug#9313).
20956 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
20958         * cus-start.el (all): Add entry for bidi-paragraph-direction.
20960         * international/uni-bidi.el: Regenerate.
20962 2011-08-23  Kenichi Handa  <handa@m17n.org>
20964         * international/charprop.el:
20965         * international/uni-bidi.el:
20966         * international/uni-category.el:
20967         * international/uni-combining.el:
20968         * international/uni-comment.el:
20969         * international/uni-decimal.el:
20970         * international/uni-decomposition.el:
20971         * international/uni-digit.el:
20972         * international/uni-lowercase.el:
20973         * international/uni-mirrored.el:
20974         * international/uni-name.el:
20975         * international/uni-numeric.el:
20976         * international/uni-old-name.el:
20977         * international/uni-titlecase.el:
20978         * international/uni-uppercase.el: Regenerate.
20980 2011-08-23  Martin Rudalics  <rudalics@gmx.at>
20982         * help.el (help-window-setup): Fix message displayed when other
20983         window is reused.  (Bug#9341)
20985 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20987         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
20988         * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
20990         * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
20991         Mark obsolete.
20992         * shell.el (shell-parse-pcomplete-arguments): New function.
20993         (shell-completion-vars): Use it instead (bug#9160).
20995 2011-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20997         * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
20998         strings and comments (bug#9333).
21000         * emacs-lisp/debug.el (debug-arglist): New function.
21001         (debug-convert-byte-code): Use it.  Handle lexical byte-codes.
21002         (debug-on-entry-1): Handle interpreted closures (bug#9120).
21004 2011-08-22  Juri Linkov  <juri@jurta.org>
21006         * progmodes/compile.el (compilation-mode-font-lock-keywords):
21007         Revert regexp that highlights output switches to its old
21008         pre-2010-10-28 value and remove one `?' from it (bug#9319).
21010         * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
21011         to check for empty output (bug#9226).
21013 2011-08-22  Chong Yidong  <cyd@stupidchicken.com>
21015         * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
21016         symbol-constituent as the default, as that stops font-lock from
21017         working properly (Bug#8843).
21019 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21021         * mail/smtpmail.el (smtpmail-via-smtp): Only bind
21022         `coding-system-for-*' around the process open call to avoid
21023         auth-source side effects.
21024         (smtpmail-try-auth-methods): Expand the secret password.
21025         (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
21026         probe hangs.
21028 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
21030         * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
21032         * emacs-lisp/find-func.el (find-function-noselect): New arg
21033         lisp-only.
21035         * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
21036         signal an error for built-in functions (Bug#6664).
21038 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21040         * mail/smtpmail.el (smtpmail-smtp-user): New variable.
21041         (smtpmail-try-auth-methods): Use it.
21043 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
21045         * font-lock.el (font-lock-fontify-region)
21046         (font-lock-unfontify-region, font-lock-default-fontify-buffer)
21047         (font-lock-default-unfontify-buffer)
21048         (font-lock-default-fontify-region)
21049         (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
21051         * progmodes/compile.el (compilation-error-properties):
21052         Fix confusion between file struct and message struct (Bug#9319).
21053         (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
21054         `ant' regexp.
21056         * net/browse-url.el (browse-url-firefox): Don't call
21057         browse-url-firefox-sentinel unless using -remote (Bug#9328).
21059 2011-08-20  Glenn Morris  <rgm@gnu.org>
21061         * tutorial.el (help-with-tutorial): Avoid an error on short screens.
21063         * tutorial.el (tutorial--default-keys): Update some default bindings.
21065         * files.el (hack-local-variables): Fully ignore case for "mode:".
21067 2011-08-20  Alan Mackenzie  <acm@muc.de>
21069         Resolve invalid use of a regexp in regexp-opt.
21071         * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
21072         detection for a java annotation.
21074         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
21075         detection for a java annotation.
21077         * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
21078         handling for java.
21079         (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
21081 2011-08-20  Chong Yidong  <cyd@stupidchicken.com>
21083         * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
21084         (Bug#9274).
21086 2011-08-20  Alan Mackenzie  <acm@muc.de>
21088         Fontify CPP expressions correctly when starting in the middle of
21089         such a construct.  Mainly for when jit-lock etc. starts a chunk
21090         here.
21092         * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
21093         variable.
21094         (c-make-font-lock-search-form): New function, extracted from
21095         c-make-font-lock-search-function.
21096         (c-make-font-lock-search-function): Use the above function.
21097         (c-make-font-lock-context-search-function): New function.
21098         (c-cpp-matchers): Enhance the preprocessor expression case with
21099         the above function
21100         (c-font-lock-complex-decl-prepare): Test for being in a CPP form
21101         which takes an expression.
21103         * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
21105 2011-08-20  Martin Rudalics  <rudalics@gmx.at>
21107         * window.el (display-buffer-reuse-window)
21108         (display-buffer-pop-up-window): Don't reuse or split a side
21109         window.
21111 2011-08-19  Glenn Morris  <rgm@gnu.org>
21113         * files.el (hack-local-variables-prop-line, hack-local-variables):
21114         Downcase "Mode:".  (Bug#9331)
21116 2011-08-18  Chong Yidong  <cyd@stupidchicken.com>
21118         * international/characters.el: Add L and R categories.
21120         * subr.el (bidi-string-mark-left-to-right): Rename from
21121         string-mark-left-to-right.  Use category search.
21123         * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
21125 2011-08-18  Juri Linkov  <juri@jurta.org>
21127         * faces.el (error, warning, success): New faces with definitions
21128         copied from old default values of `font-lock-warning-face',
21129         `compilation-warning', `compilation-info' (bug#6117).
21131         * font-lock.el (font-lock-warning-face): Inherit from `error'.
21133         * progmodes/compile.el (compilation-error): Inherit from `error'.
21134         (compilation-warning): Inherit from `warning'.
21135         (compilation-info): Inherit from `success'.
21137         * dired.el (dired-marked): Inherit from `warning'.
21138         (dired-flagged): Inherit from `error'.
21140 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21142         * mail/smtpmail.el (auth-source): Require to avoid problems with
21143         binding variables (bug#9298).  Also clean up some unused
21144         autoloads.
21146         * net/network-stream.el (network-stream-open-starttls):
21147         Support using starttls.el without using gnutls-cli.
21149 2011-08-17  Juri Linkov  <juri@jurta.org>
21151         * progmodes/grep.el (rgrep): Handle the case when
21152         `grep-find-command' is a cons cell (bug#9278).
21154 2011-08-17  Martin Rudalics  <rudalics@gmx.at>
21156         * window.el (display-buffer-pop-up-frame): Run frame creation
21157         function with BUFFER current (as special-display-popup-frame
21158         does).  Reported by Drew Adams.
21160 2011-08-17  Daiki Ueno  <ueno@unixuser.org>
21162         * epa-mail.el: Simplify GnuPG group expansion using
21163         epg-expand-group.
21164         (epa-mail-group-alist, epa-mail-group-modtime)
21165         (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
21166         (epa-mail-sync-groups, epa-mail-expand-recipient-1)
21167         (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
21168         Remove.
21170 2011-08-16  Feng Li  <fengli@gmail.com>  (tiny change)
21172         * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
21174 2011-08-16  Alan Mackenzie  <acm@muc.de>
21176         * progmodes/cc-engine.el (c-state-cache-non-literal-place):
21177         Correct, to avoid the inside of macros.
21179 2011-08-16  Richard Stallman  <rms@gnu.org>
21181         * epa-mail.el: Handle GnuPG group definitions.
21182         (epa-mail-group-alist, epa-mail-group-modtime)
21183         (epa-mail-gnupg-conf-file): New variables.
21184         (epa-mail-parse-groups, epa-mail-sync-groups)
21185         (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
21186         (epa-mail-expand-recipients): New functions.
21187         (epa-mail-encrypt): Call epa-mail-expand-recipients.
21189         * mail/rmail.el (rmail-epa-decrypt): New command.
21191         * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
21192         Don't bind buffer-read-only, just inhibit-read-only.
21193         (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
21194         (epa-decrypt-armor-in-region): Make error message clearer.
21196 2011-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
21198         * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
21199         and "a2b" to "ab" for `prefix'.
21201 2011-08-14  Chong Yidong  <cyd@stupidchicken.com>
21203         * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
21204         filter groups.
21205         (ibuffer-included-in-filter-p-1): Use it.  Suggested by Rafaël
21206         Fourquet (Bug#8804).
21208 2011-08-12  Juanma Barranquero  <lekktu@gmail.com>
21210         * startup.el (argi): Declare as global variable (bug#9275).
21212 2011-08-12  Chong Yidong  <cyd@stupidchicken.com>
21214         * subr.el (string-mark-left-to-right): Search the entire string
21215         for RTL script, not just the terminating character.  Doc fix.
21217 2011-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21219         * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
21220         New function.
21221         (js--regexp-literal, js-syntax-propertize-function): Remove.
21222         (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
21223         (js-mode-map): Don't rebind electric keys.
21224         (js-insert-and-indent): Remove.
21225         (js-mode): Setup electric-layout and electric-indent instead.
21227         * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
21229 2011-08-12  Daiki Ueno  <ueno@unixuser.org>
21231         * epa.el (epa-progress-callback-function): Fix the logic of
21232         displaying progress.
21233         * epa-file.el (epa-file-insert-file-contents): Make progress
21234         display more user-friendly.
21235         (epa-file-write-region): Ditto.
21237 2011-08-10  Chong Yidong  <cyd@stupidchicken.com>
21239         * subr.el (string-mark-left-to-right): New function.
21241         * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
21242         Use string-mark-left-to-right.
21243         (list-buffers-noselect): Caller changed.
21245         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
21246         Use string-mark-left-to-right.
21247         (tabulated-list-print): Recenter after moving point.
21249 2011-08-10  Juri Linkov  <juri@jurta.org>
21251         * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
21252         This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
21253         intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
21255 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
21257         * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
21258         (Bug#7554).
21260 2011-08-09  Andreas Schwab  <schwab@linux-m68k.org>
21262         * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
21263         character.  (Bug#6594)
21265 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
21267         * image-dired.el: Don't use find-file for temporary work (Bug#7895).
21268         (image-dired--with-db-file): New macro.
21269         (image-dired-write-tags, image-dired-remove-tag)
21270         (image-dired-create-gallery-lists, image-dired-write-comments)
21271         (image-dired-get-comment, image-dired-mark-tagged-files)
21272         (image-dired-list-tags, image-dired-gallery-generate): Use it.
21273         (image-dired-gallery-generate): Use insert-file-contents.
21275         * time.el (display-time-world-list, display-time-world-display):
21276         * time-stamp.el (time-stamp-string):
21277         * vc/add-log.el (add-change-log-entry): Use setenv instead of
21278         set-time-zone-rule (Bug#7337).
21280 2011-08-08  Daiki Ueno  <ueno@unixuser.org>
21282         * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
21283         (epg-error-to-string, epg-errors-to-string): New function.
21284         (epg-wait-for-completion): Reverse errors list.
21285         (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
21286         (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
21287         (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
21288         (epg-sign-keys, epg-generate-key-from-file)
21289         (epg-generate-key-from-string): Format errors by using
21290         epg-errors-to-string (bug#9255).
21291         (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
21293 2011-08-07  Juri Linkov  <juri@jurta.org>
21295         * faces.el (list-faces-display): Remove extra angle bracket
21296         from `help-mode-map'.
21298         * info.el (Info-history-toc-nodes): Doc fix.
21300         * longlines.el (longlines-mode): Doc fix.
21302 2011-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21304         * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
21305         of statements and in a few more cases (bug#9183).
21307         * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
21308         New functions.
21309         (cl-transform-lambda): Use them (bug#9239).
21311 2011-08-05  Martin Rudalics  <rudalics@gmx.at>
21313         * window.el (display-buffer-same-window)
21314         (display-buffer-same-frame, display-buffer-other-window)
21315         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
21316         (pop-to-buffer-other-window)
21317         (pop-to-buffer-same-frame-other-window)
21318         (pop-to-buffer-other-frame): Make them defuns.
21319         (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
21321 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21323         * subr.el (make-composed-keymap): Move from C.  Change calling
21324         convention, and improve docstring to bring attention to a subtle point.
21325         * minibuffer.el (completing-read-default): Adjust accordingly.
21327 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
21329         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
21330         (tramp-open-shell): Use `tramp-shell-quote-argument'.
21332         * net/trampver.el: Update release number.
21334 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21336         * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
21337         "in" (bug#9190).
21339 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21341         * mail/sendmail.el (sendmail-query-once): Restore the current
21342         buffer after querying (bug#9074).
21344         * dired.el (dired-flagged): Use different faces for marked and
21345         flagged files (bug#6117).
21347         * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
21348         (bug#4433).
21350         * ido.el (ido-mode): Switch off the message if called
21351         non-interactively.
21353         * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
21354         before 587, since it appears that that's more likely to work for
21355         more people.
21357         * cus-edit.el (custom-file): When running under emacs -q, always
21358         refuse to save the customizations, even if the .emacs file doesn't
21359         exist.
21361         * info.el: Remove the `Info-beginning-of-buffer' function
21362         (bug#8325).
21364         * net/network-stream.el (network-stream-open-starttls):
21365         Use `starttls-available-p' to see whether starttls.el can be used.
21367 2011-08-01  Martin Rudalics  <rudalics@gmx.at>
21369         * window.el (display-buffer-in-window): Don't set dedicated status
21370         of window here (Bug#9215).
21371         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
21372         (display-buffer-pop-up-side-window)
21373         (display-buffer-in-side-window): Set dedicated status of window here.
21375 2011-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21377         * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
21378         before binding generated-autoload-file.
21380 2011-08-01  Deniz Dogan  <deniz@dogan.se>
21382         * net/rcirc.el (rcirc-handler-333): Clarify docstring.
21384 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
21386         Sync with Tramp 2.2.2.
21388         * net/trampver.el: Update release number.
21390 2011-07-30  Juri Linkov  <juri@jurta.org>
21392         * dired-aux.el (dired-touch-initial): Remove function.
21393         (dired-do-chxxx): For op-symbol `touch', set `initial' to the
21394         current time, and `default' to the last modification time of the
21395         current marked file (bug#6887).
21397 2011-07-28  Jose E. Marchesi  <jemarch@gnu.org>
21399         * simple.el (goto-line): Use string-to-number to provide a
21400         numeric argument to read-number (bug#9163).
21402 2011-07-27  Michael Albinus  <michael.albinus@gmx.de>
21404         * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
21405         connection process, it could be nil.
21407 2011-07-27  Leo Liu  <sdl.web@gmail.com>
21409         Simplify url handling in rcirc-mode.
21411         * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
21412         (rcirc-browse-url-at-mouse): Remove.
21413         * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
21415 2011-07-26  Alan Mackenzie  <acm@muc.de>
21417         Fontify bitfield declarations properly.
21419         * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
21420         (c-symbol-chars): Now exported as a lang variable.
21421         (c-not-primitive-type-keywords): New lang variable.
21423         * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
21424         QT keyword "more" to prevent "more slots: ...." being spuriously
21425         parsed as a bitfield declaration.
21427         * progmodes/cc-engine.el (c-beginning-of-statement-1):
21428         Refactor and enhance to handle bitfield declarations.
21429         (c-punctuation-in): New function.
21430         (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
21431         declarations properly.
21433 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
21435         * calendar/icalendar.el (icalendar--all-events): Take care of
21436         multiple vcalendars in a single file.
21437         (icalendar--convert-float-to-ical): Checkdoc fixes.
21439 2011-07-25  Deniz Dogan  <deniz@dogan.se>
21441         * image.el (insert-image): Clarifying docstring.
21443 2011-07-24  Michael Albinus  <michael.albinus@gmx.de>
21445         * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
21446         `tramp-send-command-and-check' if there is no error.
21447         (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
21449 2011-07-22  Alan Mackenzie  <acm@muc.de>
21451         Prevent cc-langs.elc being loaded at run time.
21453         * progmodes/cc-mode.el: Remove two autoload forms which loaded
21454         cc-langs.
21456         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
21457         "(require 'cc-langs)".  Quote a form so it will evaluate at
21458         (cc-mode's) compilation time.
21460 2011-07-22  Michael Albinus  <michael.albinus@gmx.de>
21462         * net/tramp.el (tramp-file-name-handler): Avoid recursive
21463         loading.  (Bug#9114)
21465 2011-07-21  Martin Rudalics  <rudalics@gmx.at>
21467         * window.el (display-buffer-pop-up-window)
21468         (display-buffer-pop-up-side-window)
21469         (display-buffer-in-side-window): Call display-buffer-set-height
21470         and display-buffer-set-width after setting the new window's
21471         buffer so `fit-window-to-buffer' and friends work on the right buffer.
21473 2011-07-20  Sam Steingold  <sds@gnu.org>
21475         * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
21476         (etags-tags-included-tables): Call `convert-standard-filename' on
21477         the file names contained in TAGS so that windows Emacs can handle
21478         TAGS files created by cygwin ctags.
21480 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21482         * proced.el (proced-update): Revert yesterday's bug#1779 patch,
21483         which apparently didn't work.
21485 2011-07-19  Roland Winkler  <winkler@gnu.org>
21487         * proced.el (proced-send-signal): For *Marked Processes* buffer
21488         put point at beginning of buffer.
21490 2011-07-19  Stephen Berman  <stephen.berman@gmx.net>
21492         * proced.el (proced-format): Make header lines align with the text
21493         (bug#1779).
21495 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21497         * view.el (view-buffer): Allow running in `special' modes if we're
21498         visiting a file (bug#8615).
21500 2011-07-19  Martin Rudalics  <rudalics@gmx.at>
21502         * window.el (display-buffer-alist-of-strings-p)
21503         (display-buffer-alist-set-1, display-buffer-alist-set-2):
21504         New functions.
21505         (display-buffer-alist-set): Rewrite to handle Emacs 23 options
21506         more accurately.
21508 2011-07-18  Alan Mackenzie  <acm@muc.de>
21510         Fontify declarators properly when, e.g., a jit-lock chunk begins
21511         inside a declaration.
21513         * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
21515         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
21516         New function.
21517         (c-complex-decl-matchers): Insert reference to
21518         c-font-lock-enclosing-decls.
21520         * progmodes/cc-engine.el (c-backward-single-comment):
21521         (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
21522         to nil around calls to (forward-comment -1).
21524 2011-07-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21526         * image.el (put-image): Doc typo fix.
21528         * progmodes/etags.el (tags-search): Doc typo fix.
21530         * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
21531         password if we get errors 550 to 554.
21533 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21535         * net/gnutls.el (gnutls-log-level): Remove.
21537         * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
21538         indentation character (bug#6380).
21540         * files.el (buffer-offer-save): Made permanently local (bug#6241).
21542         * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
21543         to clarify what the problem is (bug#4291).
21545         * simple.el (current-kill): Clarify what
21546         `interprogram-paste-function' does (bug#7500).
21547         (auto-fill-mode): Document `auto-fill-function' in relation to
21548         `auto-fill-mode' (bug#2470).
21550 2011-07-16  Lawrence Mitchell  <wence@gmx.li>
21552         * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
21553         method if slot is read-only (bug#9035).
21555 2011-07-16  Martin Rudalics  <rudalics@gmx.at>
21557         * frame.el (select-frame-set-input-focus): New argument NORECORD.
21558         * window.el (pop-to-buffer): Select window used even if it was
21559         selected before, see discussion of (Bug#8615), (Bug#6954).
21560         Pass argument NORECORD on to select-frame-set-input-focus.
21562 2011-07-15  Glenn Morris  <rgm@gnu.org>
21564         * subr.el (read-char-choice): Allow quitting.  (Bug#9001)
21565         Respect help-form.
21567 2011-07-09  Lawrence Mitchell  <wence@gmx.li>
21569         * net/gnutls.el (gnutls-min-prime-bits): New variable.
21570         (gnutls-negotiate): Use it.
21572 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21574         * net/gnutls.el (gnutls-negotiate):
21575         Upcase `gnutls-algorithm-priority'.
21577 2011-07-15  Glenn Morris  <rgm@gnu.org>
21579         * jka-compr.el (jka-compr-verbose): Move from here...
21580         * jka-cmpr-hook.el (jka-compr-verbose): ... to here.  (Bug#9090)
21581         Add missing :version tag.
21582         * info.el: No need to require jka-compr when compiling.
21584 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21586         * net/gnutls.el (gnutls-algorithm-priority): New variable.
21587         (gnutls-negotiate): Use it.
21589         * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
21591         * info.el (Info-beginning-of-buffer): New command.
21592         (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
21593         announcing `b' as the key (bug#8325).
21594         (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
21596         * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
21598         * international/mule-cmds.el
21599         (describe-specified-language-support): Make the error message
21600         clearer (bug#8905).
21602         * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
21604         * isearch.el (isearch-barrier): Add a doc string, since it's
21605         mentioned in a function doc string (bug#8678).
21607 2011-07-15  Martin Rudalics  <rudalics@gmx.at>
21609         * window.el (switch-to-buffer): Call pop-to-buffer with normalized
21610         buffer argument (Bug#9083) and self-identifying label argument.
21612 2011-07-15  Glenn Morris  <rgm@gnu.org>
21614         * emacs-lisp/debug.el (debug): Doc fix.  (Bug#8273)
21616 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21618         * man.el (Man-fontify-manpage): Fix message when formatting the
21619         man page (bug#7929).
21621 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
21623         * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
21624         argument LRM; if non-nil, append an invisible LRM character to the
21625         buffer name.
21626         (list-buffers-noselect): Call Buffer-menu-buffer+size with the
21627         last argument non-nil, when formatting buffer names.
21628         (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
21629         paragraph direction.
21631 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21633         * man.el (Man-bgproc-sentinel): Skip any arguments and only output
21634         the man page name (bug#7929).
21636         * image.el (put-image): Mention the `put-image' overlay property
21637         (bug#7834).
21639         * scroll-bar.el (set-scroll-bar-mode): Mention that
21640         `scroll-bar-mode' lists the values (bug#7772).
21642         * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
21643         command (bug#7729).
21645         * rect.el (apply-on-rectangle): Return the point after the last
21646         operation.
21647         (string-rectangle): Go to the point after the last operation
21648         (bug#7522).
21650         * printing.el (pr-toggle-region): Clarify the documentation
21651         slightly (bug#7493).
21653         * time.el (display-time-update):
21654         Allow `display-time-mail-function' to return nil (bug#7158).
21655         Fix suggested by Detlev Zundel.
21657         * vc/diff.el (diff): Clarify the order the file names are read
21658         (bug#7111).
21660         * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
21661         the doc string (bug#7015).
21663         * font-lock.el (font-lock-maximum-decoration): Mention what
21664         numeric levels mean (bug#6935).
21666         * startup.el (initial-buffer-choice): Don't mention the `none'
21667         selection, which is against policy.
21669 2011-07-14  Martin Rudalics  <rudalics@gmx.at>
21671         * window.el (display-buffer-normalize-special):
21672         Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
21674 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
21676         * subr.el (version<, version<=, version=): Mention "-CVS" and
21677         "-12345" alpha version numbers.
21679 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
21681         * bindings.el: Add advertised binding for set-mark-command
21682         (Bug#5772).
21684 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
21686         * bindings.el (mode-line-other-buffer):
21687         * bookmark.el (bookmark-bmenu-2-window):
21688         * bs.el (bs-cycle-next, bs-cycle-previous):
21689         * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
21690         switch-to-buffer.
21692         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
21693         Delete.
21695 2011-07-14  Juanma Barranquero  <lekktu@gmail.com>
21697         * follow.el (follow-debug-message, follow-redisplay):
21698         * jka-cmpr-hook.el (with-auto-compression-mode):
21699         Fix typos in docstrings.
21701 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21703         * subr.el (with-silent-modifications): Clarify somewhat what the
21704         macro inhibits (bug#6525).
21706         * simple.el (eval-expression): Note what it does if called
21707         interactively (bug#6495).
21709 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
21711         * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
21712         Use pop-to-buffer buffer-or-name if it is nil.
21714         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21715         Remove switch-to-buffer.
21717 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21719         * files.el (make-directory): Clarify that an error will be raised
21720         if there's an error (bug#6397).
21722         * startup.el (initial-buffer-choice): Add `none' as a choice
21723         (bug#6234).
21725         * subr.el (add-hook): Clarify section about buffer-local hooks
21726         (bug#6218).
21728         * dired.el (dired-flagged): Clarify doc string (bug#6117).
21730 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
21732         * tabify.el (untabify): Preserve the current column so that point
21733         doesn't move (bug#6032).
21735 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21737         * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
21738         Rewrite to avoid awkward possessive "s" (bug#5986).
21740 2011-07-13  Glenn Morris  <rgm@gnu.org>
21742         * dired.el (dired-use-ls-dired): Doc fix.  (Bug#9039).
21743         (dired-insert-directory): Give a message the first time
21744         if ls is found not to support --dired.
21746 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21748         * simple.el (toggle-truncate-lines): Clarify what is toggled
21749         (bug#5580).  Text by Drew Adams.
21751 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
21753         * simple.el (blink-matching-open): Make the error message from the
21754         last change less verbose.
21756 2011-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
21758         * font-lock.el (font-lock-comment-face): Use the high contrast
21759         "yellow" color for font-lock-comment-face on low color terminals
21760         using a dark background color (bug#4221).
21762 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21764         * dired.el (dired-insert-set-properties): Make the doc string
21765         reflect what it does now (bug#5325).
21767         * simple.el (blink-matching-open): Say that we were unable to find
21768         the match within the limit, if we're limited (bug#5122).
21770         * international/mule-cmds.el (prefer-coding-system): Add an
21771         example (bug#4869).
21773         * progmodes/etags.el (tags-search): Document `file-list-form'
21774         (bug#4731).
21776 2011-07-13  Lawrence Mitchell  <wence@gmx.li>
21778         * net/browse-url.el (browse-url-default-browser)
21779         (browse-url-browser-function): Make the default browser choice a
21780         bit more logical (bug#4300).  Also clean up the doc string.
21782 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
21784         * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
21785         binary endings (bug#4440).
21787 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21789         * info.el (info-insert-file-contents): Inhibit jka-compr messages,
21790         which can be pretty annoying (bug#8971).
21792         * jka-compr.el (jka-compr-verbose): New variable, and use
21793         throughout (bug#8971).
21795         * info.el (Info-find-file): Fall back on the installation
21796         directory if we can't find the info node anywhere else.
21798 2011-07-13  Sergei Organov  <osv@javad.com>  (tiny change)
21800         * vc/vc.el (vc-revert-file):
21801         Don't set file time-stamp in the past.  (Bug#5181)
21803 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21805         * files.el (after-find-file): Give a better error message when
21806         trying to find a symlink that points to a file that doesn't exist
21807         (bug#4398).
21809         * progmodes/cc-vars.el: Remove (probably) misleading comment
21810         (bug#4396).
21812 2011-07-12  Johan BockgÃ¥rd  <bojohan@gnu.org>
21814         * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
21816 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
21818         * mouse-sel.el: Hack restoring functionality, while keeping
21819         compatibility with 2010-07-03 changes to mouse selection.
21820         (mouse-sel-primary-overlay): New var.
21821         (mouse-sel-selection-alist): Use it.
21822         (mouse-sel-mode): Doc fix; remove points that are default features
21823         of mouse.el.
21825 2011-07-12  Johan BockgÃ¥rd  <bojohan@gnu.org>
21827         * progmodes/compile.el (compilation-error-regexp-alist-alist):
21828         Fix previous fix (bug#2490).
21830 2011-07-12  Roland Winkler  <winkler@gnu.org>
21832         * textmodes/bibtex.el (bibtex-initialize):
21833         Use pop-to-buffer-same-window.
21834         (bibtex-search-entries): Fix interactive call.
21836 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21838         * progmodes/compile.el (compilation-error-regexp-alist-alist):
21839         Fontise bytecomp Error lines more correctly (bug#2490).
21840         Fix suggested by Johan BockgÃ¥rd.
21842         * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
21844         * dired-x.el (dired-guess-default): Use `delete-dups'.
21846 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
21848         * dired.el (dired-mark-prompt):
21849         * dired-aux.el (dired-read-shell-command): Doc fix.
21851 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21853         * mail/sendmail.el (sendmail-query-once):
21854         Use `customize-save-variable' unconditionally, now that it works under
21855         emacs -Q.
21857         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
21859         * cus-edit.el (custom-file): Take an optional no-error variable.
21860         (customize-save-variable): Set the variable, and give a warning if
21861         running under "emacs -q".
21863 2011-07-11  Juanma Barranquero  <lekktu@gmail.com>
21865         * loadhist.el (unload-feature-special-hooks):
21866         Add `auto-coding-functions', `fill-nobreak-predicate' and
21867         `find-directory-functions' (bug#5327).
21869 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21871         * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
21873         * cus-edit.el (custom-guess-name-alist): -alist variables should
21874         use the `alist' type (bug#3120).  Suggested by Drew Adams.
21876         * printing.el: Add documentation to all the `pr-toggle-' commands.
21878 2011-07-11  Leo Liu  <sdl.web@gmail.com>
21880         * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
21881         backends where it makes sense (bug#2623).
21883 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21885         * dired-x.el (dired-guess-default): Remove duplicate shell command
21886         entries (bug#2028).
21887         (dired-guess-default): Fix grammar in doc string (bug#2028).
21888         (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
21890         * subr.el (remove-duplicates): New conveniency function.
21892 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21894         * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
21895         (bug#1526).
21897 2011-07-10  Martin Rudalics  <rudalics@gmx.at>
21899         * window.el (display-buffer-normalize-default): Don't invert
21900         meaning of even-window-heights.  Reported by Eli Zaretskii
21901         <eliz@gnu.org>.
21903 2011-07-10  Bob Rogers  <rogers@rgrjr.dyndns.org>
21905         * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
21907 2011-07-10  Chong Yidong  <cyd@stupidchicken.com>
21909         * window.el (display-buffer): Fix arguments to
21910         display-buffer-reuse-window in last change.
21912         * faces.el (link): Use a less saturated blue on light backgrounds.
21914         * startup.el (fancy-startup-text, fancy-about-text)
21915         (fancy-startup-tail): Use font-lock faces, for background safety.
21917 2011-07-09  Bob Nnamtrop  <bobnnamtrop@gmail.com>  (tiny change)
21919         * emulation/viper-cmd.el (viper-change-state-to-vi):
21920         Limit triggering of abbrev expansion (Bug#9038).
21922 2011-07-09  Martin Rudalics  <rudalics@gmx.at>
21924         * window.el (display-buffer-default-specifiers): Remove.
21925         (display-buffer-macro-specifiers): Remove default specifiers.
21926         (display-buffer-alist): Default to nil.
21927         (display-buffer-reuse-window): New optional argument other-window.
21928         (display-buffer-pop-up-window): Allow splitting internal
21929         windows.  Check whether a live window was created.
21930         (display-buffer-other-window-means-other-frame)
21931         (display-buffer-normalize-arguments): Rename to
21932         display-buffer-normalize-argument and rewrite.  Set the
21933         other-window specifier.
21934         (display-buffer-normalize-special): New function.
21935         (display-buffer-normalize-options): Rename to
21936         display-buffer-normalize-default and rewrite.
21937         (display-buffer-normalize-options-inhibit): Remove.
21938         (display-buffer-normalize-specifiers): Rewrite.
21939         (display-buffer): Process other-window specifier and call
21940         display-buffer-reuse-window with it.  Emulate Emacs 23 behavior
21941         more faithfully.
21942         (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
21943         (display-buffer-alist-set): Don't handle 'unset default values.
21944         (display-buffer-in-window, display-buffer-alist-set):
21945         Replace symbol "dedicated" by "dedicate".  Reported by Tassilo Horn
21946         <tassilo@member.fsf.org>.
21948 2011-07-09  Leo Liu  <sdl.web@gmail.com>
21950         * register.el (insert-register): Restore accidental change on
21951         2011-06-26.  (Bug#9028)
21953 2011-07-09  Glenn Morris  <rgm@gnu.org>
21955         * subr.el (remq): Handle the empty list.  (Bug#9024)
21957 2011-07-08  Andreas Schwab  <schwab@linux-m68k.org>
21959         * mail/sendmail.el (send-mail-function): No longer delay custom
21960         initialization.
21961         * custom.el (custom-initialize-delay): Doc fix.
21963 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21965         * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
21967 2011-07-08  Michael Albinus  <michael.albinus@gmx.de>
21969         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
21970         human-friendly prompt.
21972 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21974         * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
21975         provided by a particular plugin.
21977 2011-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21979         * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
21980         save customizations (with "emacs -Q"), just set the variable
21981         instead of erroring out.
21983         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
21985 2011-07-08  Juri Linkov  <juri@jurta.org>
21987         * arc-mode.el (archive-zip-expunge, archive-zip-update)
21988         (archive-zip-update-case): Use 7z if found by `executable-find'.
21989         The order of searching the available programs is the same as in
21990         `archive-zip-extract' (bug#8968).
21992 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
21994         * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
21995         (menu-bar-options-menu): Tweak descriptions.
21997 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21999         * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
22000         menu items into verb phrases (bug#1421).  Also refill to fit under
22001         80 columns.
22003 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
22005         * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
22006         (Info-read-node-name): Doc fix (Bug#1084).
22008         * thingatpt.el (forward-thing, bounds-of-thing-at-point)
22009         (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
22010         (end-of-sexp, beginning-of-sexp)
22011         (thing-at-point-bounds-of-list-at-point, forward-whitespace)
22012         (forward-symbol, forward-same-syntax, word-at-point)
22013         (sentence-at-point): Doc fix (Bug#1144).
22015 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22017         * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
22018         should cover it (bug#1281).
22020         * cus-edit.el (custom-show): Mark as obsolete.
22022         * net/network-stream.el (network-stream-open-starttls): If GnuTLS
22023         negotiation fails, then possibly try again with a non-encrypted
22024         connection (bug#9017).
22026         * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
22027         be used.
22029 2011-07-07  Richard Stallman  <rms@gnu.org>
22031         * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
22032         property, and handle its changed format.
22033         Look for the correct line number.
22034         Use file's line contents (but not past first =) to find
22035         correct line in message.
22037 2011-07-07  Kenichi Handa  <handa@m17n.org>
22039         * international/characters.el (build-unicode-category-table):
22040         Delete it.
22041         (unicode-category-table): Set it by unicode-property-table-internal.
22043         * international/mule-cmds.el (char-code-property-alist): Move to
22044         to src/chartab.c.
22045         (get-char-code-property): Call unicode-property-table-internal to
22046         load a file.  Call get-unicode-property-internal where necessary.
22047         (put-char-code-property): Call unicode-property-table-internal to
22048         load a file.  Call put-unicode-property-internal where necessary.
22049         put-unicode-property-internal where necessary.
22050         (char-code-property-description):
22051         Call unicode-property-table-internal to load a file.
22053         * international/charprop.el:
22054         * international/uni-bidi.el:
22055         * international/uni-category.el:
22056         * international/uni-combining.el:
22057         * international/uni-comment.el:
22058         * international/uni-decimal.el:
22059         * international/uni-decomposition.el:
22060         * international/uni-digit.el:
22061         * international/uni-lowercase.el:
22062         * international/uni-mirrored.el:
22063         * international/uni-name.el:
22064         * international/uni-numeric.el:
22065         * international/uni-old-name.el:
22066         * international/uni-titlecase.el:
22067         * international/uni-uppercase.el: Regenerate.
22069         * loadup.el: Load international/charprop.el before
22070         international/characters.
22072 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
22074         * window.el (next-buffer, previous-buffer): Signal an error if
22075         called from a minibuffer window.
22077         * bindings.el: Revert 2011-07-04 change.
22079 2011-07-06  Richard Stallman  <rms@gnu.org>
22081         * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
22082         (rmail-mime-insert-bulk, rmail-mime-insert-text):
22083         Treat markers like ints.
22084         (rmail-mime-entity): Doc fix.
22086 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22088         * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
22089         defcustom again for backwards compatibility.
22091         * simple.el (shell-command-on-region): Fill.
22093         * dired-aux.el (dired-kill-line): Add a doc string.
22095         * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
22096         to "\\sw\\|\\s_" (bug#358).
22098         * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
22099         (dired-unmark-backward): Ditto.
22100         (dired-flag-backup-files): Ditto.
22102         * dired-x.el (dired-mark-sexp): Ditto.
22104 2011-07-06  Richard Stallman  <rms@gnu.org>
22106         * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
22107         (rmail-mime-entity): New arg TRUNCATED.
22108         (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
22109         New functions.
22110         (rmail-mime-save): Warn if entity is truncated.
22111         (rmail-mime-toggle-hidden): Likewise, for showing.
22112         (rmail-mime-process-multipart): Record when an entity is truncated.
22114         * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
22115         if ENTITY is a string.
22117 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22119         * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
22120         of faces when `M-C-x'-ing their definitions (bug#8378).
22121         Also clean up the code slightly.
22123         * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
22124         because that makes the colors go away.
22126         * mail/sendmail.el (send-mail-function): Change the default to
22127         `sendmail-query-once'.
22128         (sendmail-query-once): Add an autoload cookie.
22130         * net/network-stream.el (network-stream-open-starttls): Try using
22131         a plain connection even if the server offered STARTTLS, and we
22132         kinda wanted to use it, if Emacs doesn't have any STARTTLS
22133         capability.  This should make smtpmail.el work in slightly more
22134         configurations.
22136 2011-07-06  Michael Albinus  <michael.albinus@gmx.de>
22138         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
22139         New defun.
22140         * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
22142 2011-07-06  Michael R. Mauger  <mmaug@yahoo.com>
22144         * progmodes/sql.el: Version 3.0
22145         (sql-product-alist): Add product :completion-object,
22146         :completion-column, and :statement attributes.
22147         (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
22148         (sql-mode-syntax-table): Mark all punctuation.
22149         (sql-font-lock-keywords-builder): Temporarily remove fallback on
22150         ansi keywords.
22151         (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
22152         (sql-mode-oracle-font-lock-keywords): Improve.
22153         (sql-oracle-show-reserved-words): New function for development.
22154         (sql-product-font-lock): Simplify for source code buffers.
22155         (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
22156         New functions.
22157         (sql-highlight-product): Set product specific syntax table.
22158         (sql-mode-map): Add statement movement functions.
22159         (sql-ansi-statement-starters, sql-oracle-statement-starters):
22160         New variable.
22161         (sql-statement-regexp, sql-beginning-of-statement)
22162         (sql-end-of-statement, sql-signum): New functions.
22163         (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
22164         (sql-show-sqli-buffer): Bug fix.
22165         (sql-interactive-mode): Store connection data as buffer local.
22166         (sql-connect): Add NEW-NAME parameter.  Redesign interaction
22167         with sql-interactive-mode.
22168         (sql-save-connection): Save buffer local settings.
22169         (sql-connection-menu-filter): Change menu entry name.
22170         (sql-product-interactive): Bug fix.
22171         (sql-preoutput-hold): New variable.
22172         (sql-interactive-remove-continuation-prompt): Bug fixes.
22173         (sql-debug-redirect): New variable.
22174         (sql-str-literal): New function.
22175         (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
22176         Redesign.
22177         (sql-oracle-save-settings, sql-oracle-restore-settings)
22178         (sql-oracle-list-all, sql-oracle-list-table): New functions.
22179         (sql-completion-object, sql-completion-column)
22180         (sql-completion-sqlbuf): New variables.
22181         (sql-build-completions-1, sql-build-completions)
22182         (sql-try-completion): New functions.
22183         (sql-read-table-name): Use them.
22184         (sql-contains-names): New buffer local variable.
22185         (sql-list-all, sql-list-table): Use it.
22186         (sql-oracle-completion-types): New variable.
22187         (sql-oracle-completion-object, sql-sqlite-completion-object)
22188         (sql-postgres-completion-object): New functions.
22190 2011-07-06  Glenn Morris  <rgm@gnu.org>
22192         * window.el (pop-to-buffer): Doc fix.
22194 2011-07-06  Markus Heiser  <markus.heiser@darmarit.de>  (tiny change)
22196         * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
22198 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
22200         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
22202         * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
22204 2011-07-05  Chong Yidong  <cyd@stupidchicken.com>
22206         * button.el (button): Inherit from link face.  Suggested by Dan
22207         Nicolaescu.
22209 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
22211         * progmodes/gdb-mi.el: Fit in 80 columns.
22212         (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
22213         switch-to-buffer.
22215         * progmodes/which-func.el (which-func-ff-hook): Don't output a message
22216         if imenu is simply not configured (bug#8941).
22218 2011-07-05  Ken Manheimer  <ken.manheimer@gmail.com>
22220         * allout.el (allout-post-undo-hook): New allout outline-change
22221         event hook to signal undo activity.
22222         (allout-post-command-business): Run allout-post-undo-hook if an
22223         undo just occurred.
22224         (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
22225         * allout-widgets.el (allout-widgets-after-undo-function):
22226         Ensure the integrity of the current item's decoration after it has been
22227         in the vicinity of an undo.
22228         (allout-widgets-mode): Include allout-widgets-after-undo-function
22229         on the new allout-post-undo-hook.
22231 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
22233         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
22234         Let define-derived-mode define it.
22235         * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
22236         cycles of abbrev-table inheritance (bug#8998).
22238 2011-07-05  Roland Winkler  <winkler@gnu.org>
22240         * textmodes/bibtex.el: Add support for biblatex.
22241         (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
22242         (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
22243         (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
22244         (bibtex-entry-alist, bibtex-field-alist): New variables.
22245         (bibtex-entry-field-alist): Obsolete alias for
22246         bibtex-BibTeX-entry-alist.
22247         (bibtex-entry-alist, bibtex-field-alist): New widgets.
22248         (bibtex-set-dialect): New command.
22249         (bibtex-entry-type, bibtex-entry-head)
22250         (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
22251         Bind via bibtex-set-dialect.
22252         (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
22253         (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
22254         (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
22255         (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
22256         Define via bibtex-set-dialect.
22257         (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
22258         Obey bibtex-no-opt-remove-re.
22259         (bibtex-vec-push, bibtex-vec-incr): New functions.
22260         (bibtex-format-entry, bibtex-field-list)
22261         (bibtex-print-help-message, bibtex-validate)
22262         (bibtex-search-entries): Use new format of bibtex-entry-alist.
22264 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
22266         * progmodes/compile.el (compilation-goto-locus):
22267         * net/tramp-cmds.el (tramp-append-tramp-buffers):
22268         * bs.el (bs-cycle-next, bs-cycle-previous):
22269         * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
22270         * bindings.el (mode-line-other-buffer):
22271         * autoinsert.el (auto-insert):
22272         * arc-mode.el (archive-extract):
22273         * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
22275 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
22277         * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
22278         Fix check of `emacs-lock-unlockable-modes'.
22279         Coerce true values of `emacs-lock--try-unlocking' to t.
22281 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
22283         * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
22284         * emacs-lock.el: New file.
22286 2011-07-05  Julien Danjou  <julien@danjou.info>
22288         * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
22289         than `boundp' to check if face is set.
22291 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
22293         * register.el (registerv-make):
22294         * window.el (window-min-height): Fix typos in docstrings.
22296 2011-07-05  Jan Djärv  <jan.h.d@swipnet.se>
22298         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
22299         Update doc string.
22301 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
22303         * server.el (server-execute): Catch quit and call
22304         `server-return-error' to pass the error back to emacsclient and
22305         close the connection (bug#8942).
22307 2011-07-04  Ken Manheimer  <ken.manheimer@gmail.com>
22309         * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
22310         insecure exception for current topic.  Also note that auto-saves
22311         are handled differently.
22313         (allout-auto-save-temporarily-disabled, allout-just-did-undo):
22314         State variables for tracking auto-save inhibition situation.
22316         (allout-write-contents-hook-handler): Rename from
22317         'allout-write-file-hook-handler', and describe how it depends on
22318         write-contents-functions sensitivity to non-nil value to prevent
22319         file write.
22321         (allout-auto-save-hook-handler): Remove.  auto-save does not check
22322         this in individual buffers, only in the starting buffer, so this
22323         is not the right way for us to inhibit auto-save in a buffer
22324         according to its condition.
22326         (allout-mode): Use new allout-write-contents-hook-handler, and
22327         only with write-contents-functions.  Remove auto-save provisions -
22328         they're implemented elsewhere.
22330         (allout-before-change-handler): If undo is in progress, note that
22331         for attention of allout-post-command-business.
22333         (allout-post-command-business): If the command we're following was
22334         an undo, check for change in the status of encrypted items and
22335         adjust auto-save inhibitions accordingly.
22337         (allout-toggle-subtree-encryption): Adjust auto-save inhibition
22338         according to whether there are or aren't any plain-text topics
22339         pending encryption.
22341         (allout-inhibit-auto-save-info-for-decryption):
22342         Adjust buffer-saved-size and some allout state to inhibit auto-saves
22343         if there are plain-text topics pending encryption.
22345         (allout-maybe-resume-auto-save-info-after-encryption): Adjust
22346         buffer-saved-size and some allout state to not inhibit auto-saves
22347         if there are no longer any plain-text topics pending encryption.
22349         (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
22350         No longer provide for exemption of the current topic.
22352 2011-07-04  Juri Linkov  <juri@jurta.org>
22354         Add 7z operations to delete and save changed members (bug#8968).
22355         * arc-mode.el (archive-7z-expunge, archive-7z-update):
22356         New defcustoms.
22357         (archive-7z-write-file-member): New function.
22358         (archive-7z-summarize): Fix the number of dashes in the
22359         listing output.
22361 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
22363         * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
22364         (bug#8958).
22366 2011-07-04  Chong Yidong  <cyd@stupidchicken.com>
22368         * bindings.el: Ignore next-buffer and previous-buffer in
22369         minibuffer-local-map.
22371         * font-lock.el (font-lock-builtin-face): Change light background
22372         color to dark slate blue (Bug#6693).
22374 2011-07-04  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
22376         * progmodes/gdb-mi.el (gdb): Use completion-at-point.
22378 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
22380         * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
22381         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
22382         Add switch-to-buffer.
22384 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22386         * isearch.el (isearch-search-fun-function): Clarify further the
22387         meaning of the function returned.
22389 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
22391         * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
22393         * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
22394         (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
22395         Use it.
22396         (tramp-remote-path): Add "/bin" and "/usr/bin".  On busyboxes,
22397         `tramp-default-remote-path' does not exist.
22398         (tramp-send-command-and-read): New optional argument NOERROR.
22399         (tramp-open-connection-setup-interactive-shell)
22400         (tramp-get-remote-path, tramp-get-remote-stat): Use it.
22401         (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
22402         (tramp-process-sentinel): Flush also process' connection property.
22403         (tramp-sh-handle-start-file-process): Do not set process
22404         sentinel.  It is done now ...
22405         (tramp-maybe-open-connection): ... here.  (Bug#8929)
22407 2011-07-04  MON KEY  <monkey@sandpframing.com>
22409         * play/animate.el (animate-string): Doc fixes and allow changing
22410         the buffer name (bug#5417).
22412 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22414         * play/animate.el (animation-buffer-name): Rename from *animate*.
22416 2011-07-04  Paul Eggert  <eggert@cs.ucla.edu>
22418         * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
22419         This is simpler and helps future-proof the code.
22420         (timer-until): Use time-subtract and float-time.
22421         (timer--time-less-p): Use time-less-p.
22423 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
22425         * type-break.el (timep): Use the value of `float-time' to avoid a
22426         byte-compiler warning.
22428         * server.el (server-eval-and-print): Return any result, even nil.
22430 2011-07-03  Paul Eggert  <eggert@cs.ucla.edu>
22432         * type-break.el: Accept time formats that the builtins accept.
22433         (timep, type-break-time-difference): Accept any format that
22434         float-time accepts, rather than insisting on (HIGH LOW USECS) format.
22435         This is simpler and helps future-proof the code.
22436         (type-break-time-difference): Round rather than ignoring
22437         subseconds components.
22439 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22441         * info.el (Info-apropos-matches): Make non-interactive, since it
22442         doesn't seem to do anything useful as a command (bug#8829).
22444 2011-07-03  Chong Yidong  <cyd@stupidchicken.com>
22446         * frame.el (frame-background-mode, frame-set-background-mode):
22447         Move from faces.el.
22448         (frame-default-terminal-background): New function.
22450         * custom.el (custom-push-theme): Don't record faces in `changed'
22451         theme; this doesn't work correctly for per-frame face settings.
22452         (disable-theme): Use face-set-after-frame-default to reset faces.
22453         (custom--frame-color-default): New function.
22455 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22457         * dired.el (dired-flagging-regexp): Remove unused variable
22458         (bug#8769).
22460 2011-03-29  Kevin Ryde  <user42@zip.com.au>
22462         * progmodes/compile.el (compilation-error-regexp-alist-alist):
22463         `perl-Test2' extend to match possible "fail #N" rep count
22464         (bug#8377).
22466 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22468         * mail/feedmail.el (feedmail-buffer-to-smtpmail):
22469         `smtpmail-via-smtp' now returns the error instead of nil.
22471         * isearch.el (isearch-search-fun-function): Clarify the doc string
22472         (bug#8101).
22474 2011-07-03  Richard Kim  <emacs18@gmail.com>  (tiny change)
22476         * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
22477         unnecessary spaces (bug#8987).
22479 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22481         * net/network-stream.el (open-network-stream): Use the
22482         :end-of-capability command thoughout.
22484 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
22486         * net/network-stream.el (open-network-stream): Add the
22487         :end-of-capability command parameter, used by pop3.el.
22489 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22491         * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
22493         * fringe.el (fringe-query-style): Remove redundant text " (type ?
22494         for list)" (bug#6475).
22496         * files.el (file-expand-wildcards): Ignore non-readable
22497         sub-directories while trying to find matches instead of signaling
22498         an error (bug#6297).
22500         * man.el (Man-reference-regexp): Allow matching possible
22501         word-wrapped references (bug#6289).
22503         * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
22504         for consistency with the other vc buffers (bug#6197).
22505         (vc-checkin): Ditto.
22507         * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
22509         * longlines.el (longlines-mode): Document what ARG does (bug#6150).
22511 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22513         * custom.el (defcustom): Clarify that :set is only used in the
22514         Customize user interface (bug#6089).
22516         * progmodes/flymake.el (flymake-mode): If the buffer isn't
22517         associated with a file, refuse to run instead of erroring out
22518         (bug#6084).
22520         * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
22521         the doc string, since it appears that using `fill-column' always
22522         controls the width (bug#7845).
22524         * simple.el (shell-command-on-region): Say where the error output
22525         went if `shell-command-default-error-buffer' is set (bug#6857).
22527 2011-07-02  Ken Manheimer  <ken.manheimer@gmail.com>
22529         * allout.el (allout-yank-processing): Adjust cursor position for
22530         backwards-deleted space.
22532         (allout-rebullet-heading): Register changes with
22533         allout-exposure-changed-hook, so the modified topic is properly
22534         decorated.
22536 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22538         * minibuffer.el (completion-in-region): Document PREDICATE
22539         (bug#7136).
22541         * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
22542         of keyword/argument pairs (bug#6904).
22544         * replace.el (multi-occur):
22545         Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
22547 2011-07-02  Drew Adams  <drew.adams@oracle.com>
22549         * dired.el (dired-mark-if): Make the message about whether it's
22550         marking or unmarking clearer (bug#8523).
22552 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22554         * disp-table.el (display-table-print-array): New function.
22555         (describe-display-table): Use it to print the vectors more pretty
22556         (Bug#8859).
22558 2011-07-02  Martin Rudalics  <rudalics@gmx.at>
22560         * window.el (window-state-get-1): Don't assign clone numbers.
22561         Add clone-of item to list of window parameters.
22562         (window-state-put-2): Don't process clone numbers.
22563         (display-buffer-alist): Fix doc-string.
22565 2011-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
22567         * subr.el (remq): Don't allocate if it's not needed.
22568         (keymap--menu-item-binding, keymap--menu-item-with-binding)
22569         (keymap--merge-bindings): New functions.
22570         (keymap-canonicalize): Use them to refine the canonicalization.
22571         * minibuffer.el (minibuffer-local-completion-map)
22572         (minibuffer-local-must-match-map): Move initialization from C.
22573         (minibuffer-local-filename-completion-map): Move initialization from C;
22574         don't inherit from anything here.
22575         (minibuffer-local-filename-must-match-map): Make obsolete.
22576         (completing-read-default): Use make-composed-keymap to combine
22577         minibuffer-local-filename-completion-map with either
22578         minibuffer-local-must-match-map or
22579         minibuffer-local-filename-completion-map.
22581 2011-07-01  Glenn Morris  <rgm@gnu.org>
22583         * type-break.el (type-break-time-sum): Use dolist.
22585         * textmodes/flyspell.el (flyspell-word-search-backward):
22586         Replace CL function.
22588 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22590         * mouse.el (mouse--strip-first-event): New function.
22591         (function-key-map): Use it to map fringe clicks to normal clicks
22592         by default.
22594         * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
22595         (vc-bzr-revision-completion-table): Add support for annotate and date.
22597         * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
22598         inherit from parent.
22600 2011-07-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22602         * dired-aux.el (dired-diff): Doc fixup (bug#8816).
22603         (dired-show-file-type): Doc fixup (bug#8818).
22605         * dired.el (dired-mode): Fix up the doc string as suggested by
22606         Drew Adams (bug#8817).
22608         * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
22609         cookie, since the manual says that it should be possible to add
22610         this function to `find-file-hook' (bug#8709).
22612 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
22614         * progmodes/cfengine.el: Moved all cfengine3.el functionality
22615         here.  Noted Ted Zlatanov as the maintainer.
22616         (cfengine-common-settings, cfengine-common-syntax): New functions
22617         to set up common things between `cfengine-mode' and
22618         `cfengine3-mode'.
22619         (cfengine3-mode): New mode.
22620         (cfengine3-defuns cfengine3-defuns-regex
22621         (cfengine3-class-selector-regex cfengine3-category-regex)
22622         (cfengine3-vartypes cfengine3-font-lock-keywords)
22623         (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
22624         (cfengine3-indent-line): Add from cfengine3.el.
22626 2011-07-01  Michael Albinus  <michael.albinus@gmx.de>
22628         * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
22630         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
22632 2011-07-01  Martin Rudalics  <rudalics@gmx.at>
22634         * window.el (same-window-buffer-names, same-window-regexps)
22635         (same-window-p, special-display-frame-alist)
22636         (special-display-popup-frame, special-display-function)
22637         (special-display-buffer-names, special-display-regexps)
22638         (special-display-p, pop-up-frame-alist, pop-up-frame-function)
22639         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
22640         (split-window-preferred-function, split-height-threshold)
22641         (split-width-threshold, even-window-heights)
22642         (display-buffer-mark-dedicated, window-splittable-p)
22643         (split-window-sensibly, window-safely-shrinkable-p):
22644         Un-obsolete.
22645         (display-buffer): Don't spread args with function specifier
22646         because special-display-popup-frame won't like it.
22648 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
22650         Time-stamp simplifications and fixes.
22651         These improve accuracy slightly, and future-proof the code
22652         against some potential changes to current-time format.
22654         * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
22655         by using time-since and float-time.
22657         * vc/ediff-util.el (ediff-calc-command-time): Use time-since
22658         and float-time.  Say "NNN.NNN seconds" rather than "NNN seconds
22659         + NNN microseconds".
22661         * type-break.el (type-break-time-sum): Rewrite using time-add.
22663         * play/hanoi.el (hanoi-current-time-float): Remove.
22664         All uses replaced by float-time.
22666         * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
22667         This yields a more-accurate answer.
22668         (rng-time-to-float): Remove; no longer needed.
22670         * emacs-lisp/timer.el (timer-relative-time): Use time-add.
22672         * calendar/timeclock.el (timeclock-seconds-to-time):
22673         Defalias to seconds-to-time, since they're the same thing.
22675         * emacs-lisp/elp.el (elp-elapsed-time):
22676         * emacs-lisp/benchmark.el (benchmark-elapse):
22677         * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
22679 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22681         * window.el (bury-buffer): Don't iconify the only frame.
22682         (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
22683         to pop-to-buffer.  Use pop-to-buffer-same-frame if you don't like that.
22685 2011-07-01  Chong Yidong  <cyd@stupidchicken.com>
22687         * eshell/em-smart.el (eshell-smart-display-navigate-list):
22688         Add mouse-yank-primary.
22690 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
22692         * progmodes/cfengine3.el: New file to support CFEngine 3.x.
22694 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22696         * emacs-lisp/find-func.el (find-library--load-name): New fun.
22697         (find-library-name): Use it to find relative load names when provided
22698         absolute file name (bug#8803).
22700 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22702         * textmodes/flyspell.el (flyspell-word): Consider words that
22703         differ only in case as potential doublons (bug#5687).
22705         * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
22706         Remove two rather uninteresting debugging-like messages to make
22707         debbugs.el more silent.
22709         * comint.el (comint-password-prompt-regexp): Accept "Response" as
22710         a password-like phrase.
22712 2011-06-30  Masatake YAMATO  <yamato@redhat.com>
22714         * progmodes/cc-guess.el: New file.
22716         * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
22718         * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
22719         derived from `c-basic-common-init'.
22721         * progmodes/cc-mode.el (top-level): Require cc-guess.
22722         (c-basic-common-init): Use `cc-choose-style-for-mode'.
22724 2011-06-30  Lawrence Mitchell  <wence@gmx.li>
22726         * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
22728 2011-06-30  Alan Mackenzie  <acm@muc.de>
22730         * progmodes/cc-engine.el (c-guess-continued-construct):
22731         Correct the handling of template-args-cont, particularly for when font
22732         lock is disabled.  Name this case as "CASE G".
22734 2011-06-30  Ken Manheimer  <ken.manheimer@gmail.com>
22736         * allout.el (allout-yank-processing): Fix injection of extra space
22737         between bullet and non-whitespace character in first topic when
22738         pasting, ensuring that the actual spacing in the pasted topic
22739         following the bullet char is preserved.  This extra space was
22740         causing pasted encrypted topics to get a decrypted status even
22741         when the content was actually still encrypted.  Now the decryption
22742         status from before the paste is preserved.
22744         (allout-flag-region): Set all allout overlays so they evaporate
22745         when reduced to zero length (evanescent), to prevent overlay
22746         leakage.
22748 2011-06-30  Glenn Morris  <rgm@gnu.org>
22750         * w32-fns.el (w32-charset-info-alist): Declare.
22752         * find-dired.el (find-grep-options): Simplify.
22754         * term/ns-win.el (ns-set-resource): Declare.
22756         * ses.el (row, col): Declare dynamic variables honestly.
22758         * textmodes/reftex-parse.el (index-tags): Declare.
22760 2011-06-30  Chong Yidong  <cyd@stupidchicken.com>
22762         * cus-edit.el (customize-push-and-save): New function.
22764         * files.el (hack-local-variables-confirm): Use it.
22766         * custom.el (load-theme): New arg NO-CONFIRM.
22767         Use customize-push-and-save (Bug#8720).
22768         (custom-enabled-themes): Doc fix.
22770         * cus-theme.el (customize-create-theme)
22771         (custom-theme-merge-theme): Callers to load-theme changed.
22773 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22775         * thingatpt.el (thing-at-point-short-url-regexp): Require that
22776         short URLs have at least one dot in them (bug #7614).
22778         * progmodes/grep.el (rgrep): Bind `process-connection-type' to
22779         nil, because using a pty is apparently too slow (bug #895).
22781 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22783         * mail/sendmail.el (sendmail-query-once): New function.
22784         (sendmail-query-once-function): New variable.
22786 2011-06-29  Glenn Morris  <rgm@gnu.org>
22788         * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
22790         * ses.el (top-level): Require cl when compiling.
22791         (ses-set-localvars): Fix error statement.
22792         Call it at compile time to silence a storm of warnings.
22794 2011-06-29  Martin Rudalics  <rudalics@gmx.at>
22796         * window.el (normalize-live-buffer): Rename to
22797         window-normalize-buffer.
22798         (normalize-live-frame): Rename to window-normalize-frame.
22799         (normalize-any-window): Rename to window-normalize-any-window.
22800         (normalize-live-window): Rename to window-normalize-live-window.
22801         (make-window-atom): Rename to window-make-atom.
22802         (window-resize-reset): Rename to window--resize-reset.
22803         (window-resize-reset-1): Rename to window--resize-reset-1.
22804         (resize-mini-window): Rename to window--resize-mini-window.
22805         (resize-subwindows-skip-p): Rename to
22806         window--resize-subwindows-skip-p.
22807         (resize-subwindows-normal): Rename to
22808         window--resize-subwindows-normal.
22809         (resize-subwindows): Rename to window--resize-subwindows.
22810         (resize-other-windows): Rename to window--resize-siblings.
22811         (resize-this-window): Rename to window--resize-this-window.
22812         (resize-root-window): Rename to window--resize-root-window.
22813         (resize-root-window-vertically): Rename to
22814         window--resize-root-window-vertically.
22815         (normalize-buffer-to-display): Rename to
22816         window-normalize-buffer-to-display.
22817         (normalize-buffer-to-switch-to): Rename to
22818         window-normalize-buffer-to-switch-to.
22819         Correspondingly update all callers of the functions listed
22820         above.
22821         (display-buffer-alist, display-buffer-normalize-arguments)
22822         (display-buffer-normalize-options, display-buffer)
22823         (display-buffer-alist-set): Use "function" instead of
22824         "fun-with-args".
22826 2011-06-28  Chong Yidong  <cyd@stupidchicken.com>
22828         * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
22829         addresses more clearly.  Add hyperlinks for bug-gnu-emacs and
22830         debbugs.gnu.org.  Mention acknowledgment email.
22832 2011-06-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22834         * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
22835         buffer multibyteness, since it shouldn't matter.
22837 2011-06-28  Martin Rudalics  <rudalics@gmx.at>
22839         * window.el (display-buffer-in-side-window): Handle dedicated
22840         windows as in display-buffer-reuse-window.
22841         (display-buffer-normalize-alist): Use value of override
22842         specifier.
22843         (display-buffer-normalize-specifiers): Use value of
22844         other-window-means-other-frame specifier.
22845         (display-buffer-alist): Rewrite some texts in widgets.
22846         (display-buffer): Spread arguments when calling function
22847         specified by fun-with-args.
22849 2011-06-28  Deniz Dogan  <deniz@dogan.se>
22851         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
22852         Unnest `let'.
22854         * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
22855         selectors (Bug#5732).
22856         (css-proprietary-nmstart-re): Use `regexp-opt'.
22858 2011-06-27  Jari Aalto  <jari.aalto@cante.net>
22860         * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
22861         (eshell-ls-date-format): New defcustom.
22862         (eshell-ls-file): Use it.
22864 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
22866         * help-fns.el (describe-variable): Fix message for terminal-local vars.
22868 2011-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22870         * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
22871         (ange-ftp-make-tmp-name): New arg.
22872         (ange-ftp-file-local-copy): Use it.
22874 2011-06-27  Jambunathan K  <kjambunathan@gmail.com>
22876         * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
22877         no-conversion (Bug#8870).
22879 2011-06-27  Martin Rudalics  <rudalics@gmx.at>
22881         * window.el (window-right, window-left, window-child)
22882         (window-child-count, window-last-child)
22883         (window-iso-combination-p, walk-window-tree-1)
22884         (window-atom-check-1, window-tree-1, delete-window)
22885         (window-state-get-1, display-buffer-even-window-sizes): Adapt to
22886         new naming conventions - window-vchild, window-hchild,
22887         window-next and window-prev are now called window-top-child,
22888         window-left-child, window-next-sibling and window-prev-sibling
22889         respectively.
22890         (resize-window-reset): Rename to window-resize-reset.
22891         (resize-window-reset-1): Rename to window-resize-reset-1.
22892         (resize-window): Rename to window-resize.
22893         (window-min-height, window-min-width)
22894         (resize-mini-window, resize-this-window, resize-root-window)
22895         (resize-root-window-vertically, adjust-window-trailing-edge)
22896         (enlarge-window, shrink-window, maximize-window)
22897         (minimize-window, delete-window, quit-restore-window)
22898         (split-window, balance-windows, balance-windows-area-adjust)
22899         (balance-windows-area, window-state-put-2)
22900         (display-buffer-even-window-sizes, display-buffer-set-height)
22901         (display-buffer-set-width, set-window-text-height)
22902         (fit-window-to-buffer): Rename all "resize-window" prefixed
22903         calls to use the "window-resize" prefix convention.
22904         (display-buffer-alist): Fix symbol for label specifier.
22905         (display-buffer-reuse-window): Set reuse-dedicated to cdr of
22906         corresponding specifier.
22907         Reported by Juanma Barranquero <lekktu@gmail.com>.
22909 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
22911         * ses.el (ses-destroy-cell-variable-range): Fix heading comment
22912         convention.
22913         (ses-call-printer): Does not pass an empty string to formatter when the
22914         cell is empty to keep from barking printer Calc math-format-value.
22916 2011-06-27  Richard Stallman  <rms@gnu.org>
22918         * battery.el (battery-mode-line-limit): New variable.
22919         (battery-update): Handle it.
22921         * mail/rmailmm.el (rmail-mime-process-multipart):
22922         Handle truncated messages.
22924 2011-06-27  Glenn Morris  <rgm@gnu.org>
22926         * progmodes/flymake.el (flymake-err-line-patterns):
22927         Allow for column numbers in the ant/javac pattern.  (Bug#8866)
22929 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
22931         * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
22932         (ses--clean-!, ses--clean-_): New functions.
22933         (ses-range): Add configurability of readout order, and conversion
22934         to Calc vector.
22936         * ses.el (ses-repair-cell-reference-all): New function.
22937         (ses-cell-symbol): Set macro as safe, so that it can be used in
22938         formulas.
22940         * ses.el: Update cycle detection algorithm.
22941         (ses-localvars): Add ses--Dijkstra-attempt-nb and
22942         ses--Dijkstra-weight-bound, and initial values thereof when applicable.
22943         (ses-set-localvars): New function.
22944         (ses-make-cell): Add property-list as a cell element.
22945         (ses-cell-property-get-fun, ses-cell-property-get)
22946         (ses-cell-property-delq-fun, ses-cell-property-set-fun)
22947         (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
22948         New functions.
22949         (ses-cell-property-set, ses-cell-property-pop)
22950         (ses-cell-property-get-handle): New macro.
22951         (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
22952         New aliases, used for code readability.
22953         (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
22954         cycle detection.
22955         (ses-self-reference-early-detection): New defcustom.
22956         (ses-formula-references): Robustify against self-referring cells.
22957         (ses-mode): Use ses-set-localvars.
22958         (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
22959         before lauching the update processing.
22960         (ses-initialize-Dijkstra-attempt): New function.
22961         (ses-recalculate-cell): Update for cycle detection based on
22962         Dijkstra algorithm.
22964         * ses.el: Fix commenting and indenting convention.
22966 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
22968         * bs.el (bs-cycle-next): Complete last change.
22970 2011-06-27  Drew Adams  <drew.adams@oracle.com>
22972         * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
22974 2011-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22976         * net/network-stream.el (network-stream-open-starttls):
22977         Don't re-get capabilities unless we've reestablished connection.
22978         (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
22980         * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
22981         to binary to possibly avoid line encoding issues on Windows (among
22982         other things).
22984 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22986         * net/network-stream.el (open-network-stream): Return an :error
22987         saying what the problem was, if possible.
22989         * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
22990         server.
22992         * net/network-stream.el (network-stream-open-starttls): If we
22993         wanted to use STARTTLS, and the server offered it, but we weren't
22994         able to because we had no STARTTLS support, then close the connection.
22995         (open-network-stream): Return an :error element, if present.
22997 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
22999         * hl-line.el (hl-line-sticky-flag): Doc fix.
23000         (global-hl-line-sticky-flag): New option (Bug#8323).
23001         (global-hl-line-highlight): Obey it.
23003         * vc/vc.el (vc-revert-show-diff): Default to t.
23005 2011-06-26  Ken Manheimer  <ken.manheimer@gmail.com>
23007         * allout-widgets.el (allout-widgets-post-command-business):
23008         Stop decorating intermediate isearch matches.  They're not being
23009         undecorated when an isearch is continued past, and isearch
23010         automatically collapses them.  This leads to "widget leaks", where
23011         decorated items accumulate in collapsed areas.  Lines with lots of
23012         hidden widgets can slow down cursor travel, substantially.
23013         Too much complicated machinery would be needed to ensure undecoration,
23014         so we're doing without this nicety.
23016         (allout-widgets-tally-string): Don't try to do a hash-table-count
23017         of allout-widgets-tally when it's nil.  This eliminates spurious "Error
23018         during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
23019         *Messages* when allout-widgets-maintain-tally is t.
23021 2011-06-26  Martin Rudalics  <rudalics@gmx.at>
23023         * window.el (display-buffer-normalize-argument): Rename to
23024         display-buffer-normalize-arguments.  Handle special meaning of
23025         LABEL argument.  Respect special-display-function when popping up
23026         a new frame.  Fix code searching for a window showing the buffer
23027         on another frame.
23028         (display-buffer-normalize-specifiers):
23029         Call display-buffer-normalize-arguments.
23030         (display-buffer-in-window): Don't undedicate the window if its
23031         buffer remains the same.
23032         Reported by Drew Adams <drew.adams@oracle.com>.
23033         (display-buffer-alist): Add choice for same-window macro
23034         specfier.
23035         (display-buffer): Mention special meaning of LABEL argument in
23036         doc-string.  Fix quoting.  Don't pop up a new frame even as
23037         fallback.
23039 2011-06-26  Juanma Barranquero  <lekktu@gmail.com>
23041         * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
23042         avoid deleting the current window in some cases (bug#8911).
23044 2011-06-26  Andreas Schwab  <schwab@linux-m68k.org>
23046         * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
23047         (Bug#8934)
23049 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23051         * net/network-stream.el (network-stream-open-starttls):
23052         Use built-in TLS support if `gnutls-available-p' is true.
23053         (network-stream-open-tls): Ditto.
23055 2011-06-26  Leo Liu  <sdl.web@gmail.com>
23057         * register.el (registerv): New struct.
23058         (registerv-make): New function.
23059         (jump-to-register, describe-register-1, insert-register):
23060         Support the jump-func, print-func and insert-func slot of a registerv
23061         struct.  (Bug#8415)
23063 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
23065         * vc/vc.el (vc-revert-show-diff): New defcustom.
23066         (vc-diff-internal): New arg specifying diff buffer.
23067         (vc-revert): Obey vc-revert-show-diff.  If we show a diff, don't
23068         reuse an existing *vc-diff* buffer (Bug#8927).
23070         * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
23072 2011-06-26  Glenn Morris  <rgm@gnu.org>
23074         * progmodes/f90.el (f90-critical-indent): New option.
23075         (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
23076         (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
23077         (f90-mode): Doc fix.
23078         (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
23079         (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
23080         (f90-beginning-of-block, f90-next-block, f90-indent-region)
23081         (f90-match-end): Handle block, critical.
23083 2011-06-25  Glenn Morris  <rgm@gnu.org>
23085         * calendar/diary-lib.el (diary-included-files): Doc fix.
23086         (diary-include-files): New function, extracted from
23087         diary-include-other-diary-files and diary-mark-included-diary-files.
23088         (diary-include-other-diary-files, diary-mark-included-diary-files):
23089         Just call diary-include-files.
23090         (diary-mark-entries): Reset diary-included-files on first call.
23092         * calendar/diary-lib.el (diary-mark-entries)
23093         (diary-mark-included-diary-files):
23094         Visit included diary-files in temp buffers.
23096         * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
23097         (f90-blocks-re, f90-program-block-re, f90-end-block-re)
23098         (f90-start-block-re, f90-imenu-generic-expression)
23099         (f90-looking-at-program-block-start, f90-no-block-limit):
23100         Add support for submodules.
23102         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
23103         (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
23105 2011-06-25  Eli Zaretskii  <eliz@gnu.org>
23107         * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
23108         buffer-file-type before setting its value, to avoid disastrous
23109         global effects on decoding files for DOS/Windows systems.  (Bug#8780)
23111 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
23113         * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
23115         * ses.el (ses-unload-function):
23116         * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
23118         * proced.el (proced-unload-function):
23119         * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
23121 2011-06-25  Andreas Rottmann  <a.rottmann@gmx.at>
23123         * server.el (server-create-window-system-frame): Add parameters arg.
23124         (server-process-filter): Doc fix.  Handle frame-parameters.
23126 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
23128         Fix bug#8730, bug#8781.
23130         * loadhist.el (unload--set-major-mode): New function.
23131         (unload-feature): Use it.
23133         * progmodes/python.el (python-after-info-look): Add autoload cookie.
23134         (python-unload-function): New function.
23136 2011-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
23138         * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
23140 2011-06-25  Giuseppe Scrivano  <gscrivano@gnu.org>
23142         * net/browse-url.el (browse-url-firefox-program): Add icecat to
23143         the candidates list.
23145 2011-06-24  Juanma Barranquero  <lekktu@gmail.com>
23147         * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
23149 2011-06-23  Richard Stallman  <rms@gnu.org>
23151         * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
23152         (rmail-variables): Set next-error-move-function.
23153         (rmail-what-message): Take argument POS.
23154         (rmail-next-error-move): New function.
23156 2011-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
23158         * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
23159         messages for adjacent non-terminals.
23161 2011-06-23  Richard Stallman  <rms@gnu.org>
23163         * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
23164         (rmail-show-message-1): Preserve buffer modified flag.
23165         (rmail-start-mail): Don't specify use of rmail-mail-return;
23166         that's done by mail-bury now.
23167         (rmail-mail-return): Handle arg NEWBUF.
23169 2011-06-23  Michael Albinus  <michael.albinus@gmx.de>
23171         * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
23172         SIZE is a number.
23174 2011-06-23  Martin Rudalics  <rudalics@gmx.at>
23176         * window.el (get-lru-window, get-mru-window)
23177         (get-largest-window): Never return a minibuffer window.
23178         (display-buffer-pop-up-window): Fix a bug that could lead to
23179         reusing the minibuffer window.
23180         (display-buffer): Pass original specifier argument to
23181         display-buffer-function instead of the normalized one.
23182         Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
23184 2011-06-22  Leo Liu  <sdl.web@gmail.com>
23186         * minibuffer.el (completing-read-function)
23187         (completing-read-default): Move from minibuf.c.
23189 2011-06-22  Richard Stallman  <rms@gnu.org>
23191         * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
23192         to Rmail even if not started by a special Rmail command.
23194         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
23195         Copy the buffer currently showing just one message.
23197 2011-06-22  Roland Winkler  <winkler@gnu.org>
23199         * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
23200         (bibtex-clean-entry): First delete the old key so that a
23201         customized algorithm for generating the new key does not get
23202         confused by the old key.
23203         (bibtex-url): Obey regexp of first step.
23204         (bibtex-search-entries): Do not use add-to-list with local
23205         list-var.
23207 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23209         * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
23210         stored a user name, then query for the password first, instead of
23211         waiting for SMTP to give an error message and the trying again.
23213 2011-06-22  Lawrence Mitchell  <wence@gmx.li>
23215         * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
23216         BUFFER in call-process.
23218 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23220         * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
23221         QUIT twice.
23222         (smtpmail-try-auth-methods): Require user name and password from
23223         auth-source.
23225 2011-06-22  Martin Rudalics  <rudalics@gmx.at>
23227         * window.el (display-buffer-default-specifiers)
23228         (display-buffer-alist): Remove entries for pop-up-frame-alist.
23229         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
23230         (split-window): Normalize SIDE argument (Bug#8916).
23232         * frame.el (pop-up-frame-alist, pop-up-frame-function)
23233         (special-display-frame-alist, special-display-popup-frame):
23234         Remove duplicate declarations.  These are now in window.el.
23236 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23238         * mail/smtpmail.el (smtpmail-via-smtp):
23239         Set :use-starttls-if-possible so that we always use STARTTLS if the
23240         server supports it.  SMTP servers that support STARTTLS commonly
23241         require it.
23243         * net/network-stream.el (network-stream-open-starttls): Support
23244         upgrading to STARTTLS always, even if we don't have built-in support.
23245         (open-network-stream): Add the :always-query-capabilities keyword.
23247         * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
23248         upgrades with `open-network-stream', and rely solely on
23249         auth-source for all credentials.  Big changes throughout the file,
23250         but in particular:
23251         (smtpmail-auth-credentials): Remove.
23252         (smtpmail-starttls-credentials): Remove.
23253         (smtpmail-via-smtp): Check for servers saying they want AUTH after
23254         MAIL FROM, too.
23256         * net/network-stream.el (network-stream-open-starttls):
23257         Provide support for client certificates both for external and built-in
23258         STARTTLS.
23259         (auth-source): Require.
23260         (open-network-stream): Document the :client-certificate keyword.
23261         (network-stream-certificate): Change cert-cert to cert and
23262         cert-key to key.
23264 2011-06-21  Michael Albinus  <michael.albinus@gmx.de>
23266         * net/tramp-cache.el (top): Don't load the persistency file when
23267         "emacs -Q" has been called.
23269 2011-06-21  Tim Harper  <timcharper@gmail.com>
23271         * term/ns-win.el (ns-initialize-window-system):
23272         Set application-specific `ApplePressAndHoldEnabled' system
23273         resource to NO as it is not yet supported by the NS port.
23275 2011-06-21  Juanma Barranquero  <lekktu@gmail.com>
23277         * misc.el (list-dynamic-libraries--refresh): Compute header here...
23278         (list-dynamic-libraries): ...not here.
23280 2011-06-21  Leo Liu  <sdl.web@gmail.com>
23282         * subr.el (sha1): Implement sha1 using secure-hash.
23284 2011-06-21  Martin Rudalics  <rudalics@gmx.at>
23286         * window.el (display-buffer-alist): In default value do not
23287         enforce searching a window on any but the selected frame.
23288         Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
23289         (display-buffer-select-window): Remove function.
23290         (display-buffer-in-window): When a window on another frame gets
23291         reused, do not select it any more but just raise its frame if
23292         necessary (Bug#8851) and (Bug#8856).
23293         (display-buffer-normalize-options): Handle pop-up-frames related
23294         options more faithfully.
23295         (pop-to-buffer): Don't rely on `display-buffer' selecting the
23296         window if it is on another frame.
23297         (display-buffer-alist, display-buffer-default-specifiers):
23298         Don't make new frame unsplittable by default.
23299         (display-buffer-normalize-argument): Fix doc-string typo and use
23300         'same-frame-other-window instead of 'other-window when associating
23301         with display-buffer-macro-specifiers.
23303 2011-06-21  Vincent Belaïche  <vincent.b.1@hotmail.fr>
23305         * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
23306         New functions.
23307         (5x5-mode-map, 5x5-mode-menu): Bind them.
23308         (5x5-draw-grid): Tweak the solver's rendering.
23310 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23312         * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
23313         `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
23315 2011-06-21  Drew Adams  <drew.adams@oracle.com>
23317         * menu-bar.el: Use function variable instead of switch-to-buffer.
23318         (menu-bar-select-buffer-function): New variable.
23319         (menu-bar-update-buffers): Use it (bug#8876).
23321 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23323         * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
23324         variable's status.
23326 2011-06-20  Jan Djärv  <jan.h.d@swipnet.se>
23328         * x-dnd.el (x-dnd-version-from-flags)
23329         (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
23330         and long as number (Bug#8899).
23331         (x-dnd-handle-xdnd): Call functions above (Bug#8899).
23333 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23335         * minibuffer.el (completion-metadata): Add `metadata' to the alist.
23336         (completion-try-completion, completion-all-completions): Compute the
23337         metadata argument if it's missing; make it optional (bug#8795).
23339         * wid-edit.el: Use lex-bind and move towards completion-at-point.
23340         (widget-complete): Use new :completion-function property.
23341         (widget-completions-at-point): New function.
23342         (default): Use :completion-function instead of :complete.
23343         (widget-default-completions): Rename from widget-default-complete;
23344         Rewrite.
23345         (widget-string-complete, widget-file-complete, widget-color-complete):
23346         Remove functions.
23347         (file, symbol, function, variable, coding-system, color):
23348         * international/mule-cmds.el (default-input-method, charset)
23349         (language-info-custom-alist):
23350         * cus-edit.el (face): Use new property :completions.
23352         * progmodes/pascal.el (pascal-completions-at-point): New function.
23353         (pascal-mode): Use it.
23354         (pascal-mode-map): Use completion-at-point.
23355         (pascal-toggle-completions): Make obsolete.
23356         (pascal-complete-word, pascal-show-completions):
23357         * progmodes/octave-mod.el (octave-complete-symbol):
23358         Redefine as obsolete alias.
23359         * progmodes/octave-inf.el (inferior-octave-completion-at-point):
23360         Signal absence of completion info for old Octave,
23361         (inferior-octave-complete): Redefine as obsolete alias.
23362         * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
23363         (meta-completions-at-point): Rename from meta-complete-symbol and
23364         adapt it for use on completion-at-point-functions.
23365         (meta-common-mode): Use it.
23366         (meta-looking-at-backward, meta-match-buffer): Remove.
23367         (meta-complete-symbol): Redefine as obsolete alias.
23368         (meta-common-mode-map): Use completion-at-point.
23369         * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
23370         (makefile-mode-map): Use completion-at-point.
23371         (makefile-completions-at-point): Rename from makefile-complete and
23372         adapt it for use on completion-at-point-functions.
23373         (makefile-mode): Use it.
23374         (makefile-complete): Redefine as obsolete alias.
23376 2011-06-20  Deniz Dogan  <deniz@dogan.se>
23378         * net/rcirc.el: Delete trailing whitespaces once and for all.
23380 2011-06-20  Daniel Colascione  <dan.colascione@gmail.com>
23382         * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
23384 2011-06-19  Chong Yidong  <cyd@stupidchicken.com>
23386         * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
23388         * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
23390 2011-06-19  Martin Rudalics  <rudalics@gmx.at>
23392         * window.el (display-buffer-other-window-means-other-frame):
23393         Call display-buffer-normalize-alist.
23394         (display-buffer-normalize-specifiers-1): Rename to
23395         display-buffer-normalize-argument.  New argument other-frame.
23396         Rewrite.
23397         (display-buffer-normalize-specifiers-2): Rename to
23398         display-buffer-normalize-options.
23399         (display-buffer-normalize-alist-1): New function.
23400         (display-buffer-normalize-specifiers-3): Rename to
23401         display-buffer-normalize-alist.
23402         Call display-buffer-normalize-alist-1.
23403         (display-buffer-normalize-options-inhibit): New variable.
23404         (display-buffer-normalize-specifiers): Rewrite calling
23405         display-buffer-normalize-alist,
23406         display-buffer-normalize-argument, and
23407         display-buffer-normalize-options.  Don't call the latter if
23408         display-buffer-normalize-options-inhibit is non-nil.
23409         (frame-auto-delete): New option.
23410         (window-deletable-p): Use frame-auto-delete.
23411         (window-list-no-nils, window-state-ignored-parameters)
23412         (window-state-get-1, window-state-get, window-state-put-list)
23413         (window-state-put-1, window-state-put-2, window-state-put):
23414         New functions.
23415         (display-buffer-normalize-options): Move special-display-p group
23416         after pop-up-frame group (Bug#8851) and (Bug#8856).
23418 2011-06-18  Chong Yidong  <cyd@stupidchicken.com>
23420         * emacs-lisp/rx.el (rx-constituents): Add support for numbered
23421         groups (Bug#8776).
23422         (rx-submatch-n): New function.
23423         (rx): Document it.
23425         * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
23426         (Bug#8768).
23428         * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
23430         * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
23432         * cus-face.el (custom-declare-face): Call custom-theme-recalc face
23433         anytime existing face settings are present (Bug#8889).
23435         * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
23436         (delphi-mode): Use define-derived-mode to inherit from prog-mode.
23437         Remove unused argument.
23439 2011-06-18  Martin Rudalics  <rudalics@gmx.at>
23441         * window.el (display-buffer-default-specifiers):
23442         Remove pop-up-frame.  Add pop-up-window-min-height,
23443         pop-up-window-min-width, and another reuse-window specifier
23444         (Bug#8882).  Reported by Dan Nicolaescu <dann@gnu.org>.
23445         (display-buffer-normalize-specifiers-2):
23446         Handle split-height-threshold and split-width-threshold also when
23447         pop-up-windows is unset.  Add a reuse-window specifier for the
23448         case popping up a new window fails.
23449         (special-display-popup-frame): Remove double quoting.
23450         (display-buffer-normalize-specifiers-1): Fix thinko.
23452 2011-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
23454         * shell.el (shell-completion-vars): Set pcomplete-termination-string
23455         according to comint-completion-addsuffix.
23457         * pcomplete.el: Convert to lexical binding and fix bug#8819.
23458         (pcomplete-suffix-list): Mark as obsolete.
23459         (pcomplete-completions-at-point): Capture pcomplete-norm-func and
23460         pcomplete-seen in the closure.
23461         (pcomplete-comint-setup): Setup completion-at-point as well.
23462         (pcomplete--entries): New function.
23463         (pcomplete--env-regexp): New var.
23464         (pcomplete-entries): Rewrite to work with partial-completion and
23465         without relying on pcomplete-suffix-list.
23466         (pcomplete-pare-list): Remove, unused.
23468 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
23470         * window.el (display-buffer-alist): Set pop-up-window-min-height
23471         and pop-up-window-min-width in default value.  Reported by
23472         Thierry Volpiatto <thierry.volpiatto@gmail.com>.  New specifier
23473         other-window-means-other-frame.
23474         (display-buffer-macro-specifiers): Comment out entry for
23475         other-window specifier.
23476         (display-buffer-other-window-means-other-frame): New function.
23477         (display-buffer-normalize-specifiers-1): New arguments
23478         buffer-name and label.  Treat other-window case specially.
23479         (display-buffer-normalize-specifiers-2): Treat other-window case
23480         specially.
23481         (display-buffer-normalize-specifiers-3): New function.
23482         (display-buffer-normalize-specifiers):
23483         Call display-buffer-normalize-specifiers-3.
23485 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
23487         * window.el (same-window-p): Fix two typos introduced when
23488         adding with-no-warnings.
23489         (display-buffer-normalize-specifiers-1): Don't check
23490         pop-up-frames for 'unset initialization.
23491         (display-buffer-normalize-specifiers-2): Major rewrite using
23492         special-display-p and same-window-p (Bug#8851) and (Bug#8856).
23493         (pop-up-frames, display-buffer-reuse-frames)
23494         (display-buffer-mark-dedicated): Don't initialize to 'unset.
23495         Suggested by David Engster <deng@randomsample.de>.
23496         (even-window-heights): Initialize to 'unset.
23497         (display-buffer-alist-set): Handle new 'unset initializations.
23498         (display-buffer-macro-specifiers): Don't pop up a new frame in the
23499         other window case.
23501 2011-06-16  Martin Rudalics  <rudalics@gmx.at>
23503         * window.el (display-buffer-normalize-specifiers-1):
23504         Respect current value of pop-up-frames for most reasonable values of
23505         second argument of display-buffer (Bug#8865).
23506         (switch-to-buffer-same-frame, switch-to-buffer-other-window)
23507         (switch-to-buffer-other-window-same-frame)
23508         (switch-to-buffer-other-frame): Fix doc-strings.  Reported by Drew
23509         Adams (Bug#8875).
23510         (display-buffer): Don't check noninteractive when calling
23511         display-buffer-pop-up-frame.
23512         (display-buffer-pop-up-frame): Never pop up a frame in
23513         noninteractive mode (Bug#8857).
23514         (enlarge-window, shrink-window): Don't report an error when the
23515         window can't be resized as requested (Bug#8862).
23517 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
23519         * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
23521         * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
23523         * abbrev.el (define-abbrev-table): Don't add a table multiple times.
23525 2011-06-15  Alan Mackenzie  <acm@muc.de>
23527         * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
23528         for declarators, disable knr checking to speed up for normal files.
23529         2: Refactor, replacing a sequence of nested if forms by a cond form.
23531 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23533         * net/network-stream.el (open-network-stream): Add the keyword
23534         :always-query-capabilities for the case where you want to force a
23535         `plain' network connection, but the protocol still requires the
23536         capabilitiy command (i.e., SMTP and EHLO).
23538         * subr.el (process-live-p): Rename from `process-alive-p' for
23539         consistency with other `-live-p' functions.
23541 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
23543         * window.el (same-window-buffer-names, same-window-regexps)
23544         (special-display-frame-alist, special-display-popup-frame)
23545         (special-display-function, special-display-buffer-names)
23546         (special-display-regexps, pop-up-frame-alist)
23547         (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
23548         (pop-up-windows, split-window-preferred-function)
23549         (split-height-threshold, split-width-threshold, even-window-heights)
23550         (display-buffer-mark-dedicated): Don't encourage the use of
23551         display-buffer-alist from Elisp code.
23553 2011-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
23555         * progmodes/python.el (python-mode): Derive from prog-mode.
23556         * progmodes/ps-mode.el (ps-mode):
23557         * progmodes/mixal-mode.el (mixal-mode):
23558         * progmodes/cfengine.el (cfengine-mode):
23559         * progmodes/ld-script.el (ld-script-mode): Likewise.
23561 2011-06-15  Martin Rudalics  <rudalics@gmx.at>
23563         * window.el (display-buffer-alist): Trim default value to avoid
23564         popping up a new frame (Bug#8857) or reusing an arbitrary window
23565         on another frame.
23566         (display-buffer): Do not fall back on popping up a new frame in
23567         batch mode (Bug#8857).
23569 2011-06-14  Chong Yidong  <cyd@stupidchicken.com>
23571         * cus-theme.el (describe-theme-1): Use custom-theme-p.
23572         (custom-theme-summary): New function.
23573         (customize-themes): Use it.
23575 2011-06-13  Glenn Morris  <rgm@gnu.org>
23577         * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
23579 2011-06-13  Martin Rudalics  <rudalics@gmx.at>
23581         * help.el (help-window): Remove variable.
23582         (help-window-point-marker, temp-buffer-max-height)
23583         (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
23584         (help-print-return-message): Don't set help-window.
23585         (resize-temp-buffer-window): Rewrite cod eand doc-string.
23586         (help-window-setup-finish): Remove.
23587         (help-window-display-message, help-window-setup)
23588         (with-help-window): Major rewrite based on new
23589         display-buffer-window variable.
23591         * help-mode.el (help-mode-finish): Remove help-window related
23592         code.
23594         * view.el (view-exits-all-viewing-windows): Remove reference to
23595         view-return-to-alist in doc-string.
23596         (view-return-to-alist): Make obsolete.
23597         (view-buffer): Call pop-to-buffer-same-window and remove
23598         undo-window code.
23599         (view-buffer-other-window): Call pop-to-buffer-other-window and
23600         simplify code.  Ignore second argument.
23601         (view-buffer-other-frame): Call pop-to-buffer-other-frame and
23602         simplify code.  Ignore second argument.
23603         (view-return-to-alist-update): Make obsolete.
23604         (view-mode-enter): Rename second argument to QUIT-RESTORE.
23605         Rewrite using quit-restore window parameters.
23606         (view-mode-exit): Rename second argument to EXIT-ONLY.
23607         Rewrite using quit-restore-window.
23608         (View-exit, View-exit-and-edit, View-leave, View-quit)
23609         (View-quit-all, View-kill-and-leave): Call view-mode-exit with
23610         appropriate arguments.
23611         (view-end-message): Use quit-restore window parameter.
23613         * window.el (display-buffer-function): Rewrite doc-string.
23614         (display-buffer-window, display-buffer-alist): New variables.
23615         (display-buffer-split-specifiers)
23616         (display-buffer-side-specifiers)
23617         (display-buffer-macro-specifiers): New constants.
23618         (display-buffer-even-window-sizes, display-buffer-set-height)
23619         (display-buffer-set-width, display-buffer-select-window)
23620         (display-buffer-in-window, display-buffer-reuse-window)
23621         (display-buffer-split-window-1, display-buffer-split-window)
23622         (display-buffer-split-atom-window, display-buffer-pop-up-window)
23623         (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
23624         (display-buffer-in-side-window, normalize-buffer-to-display)
23625         (display-buffer-normalize-specifiers-1)
23626         (display-buffer-normalize-specifiers-2)
23627         (display-buffer-normalize-specifiers, display-buffer-frame):
23628         New functions.
23629         (display-buffer): Major rewrite.
23630         (display-buffer-other-window, display-buffer-other-frame)
23631         (pop-to-buffer, switch-to-buffer-other-window)
23632         (switch-to-buffer-other-frame): Rewrite.
23633         (display-buffer-same-window, display-buffer-same-frame)
23634         (display-buffer-same-frame-other-window)
23635         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
23636         (pop-to-buffer-other-window)
23637         (pop-to-buffer-same-frame-other-window)
23638         (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
23639         (switch-to-buffer-other-window-same-frame): New functions.
23640         (same-window-p, special-display-p): Rewrite disabling warnings.
23641         Make obsolete.
23642         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
23643         (display-buffer-mark-dedicated): Initialize to symbol 'unset.
23644         Make obsolete
23645         (same-window-buffer-names, same-window-regexps)
23646         (special-display-frame-alist, special-display-popup-frame)
23647         (special-display-function, special-display-buffer-names)
23648         (special-display-regexps, pop-up-frame-alist)
23649         (pop-up-frame-function, split-window-preferred-function)
23650         (split-height-threshold, split-width-threshold)
23651         (even-window-heights): Make obsolete.
23653 2011-06-12  Glenn Morris  <rgm@gnu.org>
23655         * term/xterm.el (terminal-init-xterm): `version' may be nil.  (Bug#8838)
23656         Misc simplifications.
23658 2011-06-12  Martin Rudalics  <rudalics@gmx.at>
23660         * window.el (window-safely-shrinkable-p): Restore function which
23661         was inadvertently removed in change from 2011-06-11.  Declare as
23662         obsolete.
23664         * calendar/calendar.el (calendar-generate-window):
23665         Use window-iso-combined-p instead of combination of one-window-p and
23666         window-safely-shrinkable-p.
23668 2011-06-12  Glenn Morris  <rgm@gnu.org>
23670         * progmodes/fortran.el (fortran-mode-syntax-table):
23671         * progmodes/f90.el (f90-mode-syntax-table):
23672         Set % to punctuation.  (Bug#8820)
23673         (f90-find-tag-default): Remove, no longer needed.
23675 2011-06-12  Daniel Colascione  <dan.colascione@gmail.com>
23677         * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
23679 2011-06-11  Chong Yidong  <cyd@stupidchicken.com>
23681         * image.el (image-animated-p): Return animation delay in seconds.
23682         Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
23683         (image-animate-timeout): Remove DELAY argument.  Don't assume
23684         every subimage has the same delay; get it from image-animated-p.
23685         (image-animate): Caller changed.
23687 2011-06-11  Michael Albinus  <michael.albinus@gmx.de>
23689         * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
23690         to ignored backtrace functions.
23692 2011-06-11  Glenn Morris  <rgm@gnu.org>
23694         * calendar/appt.el (appt-disp-window-function): Doc fix.
23695         (appt-check): Handle overlapping appointments.  (Bug#8337)
23697 2011-06-11  Martin Rudalics  <rudalics@gmx.at>
23699         * window.el (window-tree-1, window-tree): New functions, moving
23700         the latter to window.el.
23701         (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
23702         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
23703         (bw-refresh-edges): Remove.
23704         (balance-windows-1, balance-windows-2): New functions.
23705         (balance-windows): Rewrite in terms of window tree functions,
23706         balance-windows-1 and balance-windows-2.
23707         (bw-adjust-window): Remove.
23708         (balance-windows-area-adjust): New function with functionality of
23709         bw-adjust-window but using resize-window.
23710         (set-window-text-height): Rewrite doc-string.
23711         Use normalize-live-window and resize-window.
23712         (enlarge-window-horizontally, shrink-window-horizontally):
23713         Rename argument to DELTA.
23714         (window-buffer-height): New function.
23715         (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
23716         Rewrite using new window resize routines.
23717         (kill-buffer-and-window, mouse-autoselect-window-select):
23718         Use ignore-errors instead of condition-case.
23719         (quit-window): Call delete-frame instead of delete-windows-on
23720         for the only buffer on frame.
23722 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
23724         * loadup.el (top-level): Load window before files for the sake
23725         of replace-buffer-in-windows.
23727         * files.el (read-buffer-to-switch)
23728         (switch-to-buffer-other-window)
23729         (switch-to-buffer-other-frame, display-buffer-other-frame):
23730         Move to window.el.
23732         * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
23733         (previous-buffer): Move to window.el.
23735         * bindings.el (unbury-buffer): Move to window.el.
23737         * window.el (delete-other-windows-vertically): Move after
23738         definition of delete-other-windows.
23739         (other-window, delete-windows-on, replace-buffer-in-windows):
23740         Move here from window.c.
23741         (record-window-buffer, unrecord-window-buffer)
23742         (set-window-buffer-start-and-point, switch-to-prev-buffer)
23743         (switch-to-next-buffer): New functions.
23744         (get-next-valid-buffer, last-buffer, next-buffer): Move here
23745         from simple.el.  Call switch-to-next-buffer.
23746         (previous-buffer): Move here from simple.el.
23747         Call switch-to-prev-buffer.
23748         (bury-buffer): Move here from buffer.c.  Switch to previous
23749         buffer when window cannot be deleted.
23750         (unbury-buffer): Move here from bindings.el.
23751         (ctl-x-map): Move binding for other-window from window.c to
23752         here.
23753         (read-buffer-to-switch, switch-to-buffer-other-window)
23754         (switch-to-buffer-other-frame): Move here from files.el.
23755         (normalize-buffer-to-switch-to): New functions.
23756         (switch-to-buffer): Move here from buffer.c.
23757         Use read-buffer-to-switch and normalize-buffer-to-switch-to.
23759 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
23761         * window.el (window-min-height, window-min-width): Move here
23762         from window.c.  Add defcustoms and rewrite doc-strings.
23763         (resize-mini-window, resize-window): New functions.
23764         (adjust-window-trailing-edge, enlarge-window, shrink-window):
23765         Move here from window.c.
23766         (maximize-window, minimize-window): New functions.
23767         (delete-window, delete-other-windows, split-window): Move here
23768         from window.c.
23769         (window-split-min-size): New function.
23770         (split-window-keep-point): Mention split-window-above-each-other
23771         instead of split-window-vertically.
23772         (split-window-above-each-other, split-window-vertically):
23773         Rename split-window-vertically to split-window-above-each-other
23774         and provide defalias for old definition.
23775         (split-window-side-by-side, split-window-horizontally):
23776         Rename split-window-horizontally to split-window-side-by-side
23777         and provide defalias for the old definition.
23778         (ctl-x-map): Move bindings for delete-window,
23779         delete-other-windows and enlarge-window here from window.c.
23780         Replace bindings for split-window-vertically and
23781         split-window-horizontally by bindings for
23782         split-window-above-each-other and split-window-side-by-side.
23784         * cus-start.el (all): Remove entries for window-min-height and
23785         window-min-width.  Add entries for window-splits and
23786         window-nest.
23788 2011-06-09  Glenn Morris  <rgm@gnu.org>
23790         * calendar/appt.el (appt-mode-line): New function.
23791         (appt-check, appt-disp-window): Use it.
23793         * files.el (hack-one-local-variable-eval-safep):
23794         Allow minor-modes with explicit +/-1 arguments.
23796 2011-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
23798         * term/xterm.el (xterm): Add defgroup.
23799         (xterm-extra-capabilities): Add defcustom to supply known xterm
23800         capabilities, skip querying them, or query them (default).
23801         (terminal-init-xterm): Use it.
23802         (terminal-init-xterm-modify-other-keys): New function to set up
23803         modifyOtherKeys support to simplify `terminal-init-xterm'.
23805 2011-06-09  Martin Rudalics  <rudalics@gmx.at>
23807         * window.el (resize-window-reset, resize-window-reset-1)
23808         (resize-subwindows-skip-p, resize-subwindows-normal)
23809         (resize-subwindows, resize-other-windows, resize-this-window)
23810         (resize-root-window, resize-root-window-vertically)
23811         (window-deletable-p, window-or-subwindow-p)
23812         (frame-root-window-p): New functions.
23814 2011-06-09  Glenn Morris  <rgm@gnu.org>
23816         * net/ange-ftp.el (ange-ftp-switches-ok): New function.
23817         (ange-ftp-get-files): Use it.
23819 2011-06-09  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
23821         * mail/sendmail.el (mail-recover-1, mail-recover):
23822         * files.el (recover-file, recover-session):
23823         Handle dired-listing-switches not being just a single short option.
23825 2011-06-09  Glenn Morris  <rgm@gnu.org>
23827         * calendar/appt.el (appt-display-message, appt-disp-window):
23828         Handle lists of appointments.
23830 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
23832         * window.el (one-window-p): Move down in code.
23833         Rewrite doc-string.
23834         (window-current-scroll-bars): Rewrite doc-string.
23835         Normalize live window argument.
23836         (walk-windows, get-window-with-predicate, count-windows):
23837         Rewrite doc-string.  Use window-list-1.
23838         (window-in-direction-2, window-in-direction, get-mru-window):
23839         New functions.
23841 2011-06-08  Reuben Thomas  <rrt@sc3d.org>
23843         * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
23844         Doc fix (Bug#8713).
23846 2011-06-08  Chong Yidong  <cyd@stupidchicken.com>
23848         * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
23850 2011-06-08  Juanma Barranquero  <lekktu@gmail.com>
23852         * loadhist.el (unload-feature-special-hooks):
23853         Add `comint-output-filter-functions'.
23855 2011-06-08  Ivan Kanis  <gnu@kanis.fr>
23857         * calendar/appt.el (appt-check): Move some initializations into the let.
23859 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
23861         * window.el (window-height): Defalias to window-total-height.
23862         (window-width): Defalias to window-body-width.
23864 2011-06-07  Chong Yidong  <cyd@stupidchicken.com>
23866         * image-mode.el (image-toggle-animation): New command.
23867         (image-mode-map): Bind it to RET.
23868         (image-mode): Update message.
23869         (image-toggle-display-image): Avoid a spurious cache flush.
23870         (image-transform-rotation): Doc fix.
23871         (image-transform-properties): Return quickly in the normal case.
23872         (image-animate-loop): Rename from image-animate-max-time.
23874         * image.el (image-animate-max-time): Move to image-mode.el.
23875         (create-animated-image): Remove unnecessary function.
23876         (image-animate): Rename from image-animate-start.  New arg.
23877         (image-animate-stop): Remove; just use image-animate-timer.
23878         (image-animate-timer): Use car-safe.
23879         (image-animate-timeout): Rename argument.
23881 2011-06-07  Martin Rudalics  <rudalics@gmx.at>
23883         * window.el (get-lru-window, get-largest-window): Move here from
23884         window.c.  Rename first argument to ALL-FRAMES.
23885         Rephrase doc-strings.
23886         (get-buffer-window-list): Rewrite using window-list-1.
23887         Rephrase doc-string.
23888         (window-safe-min-height, window-safe-min-width): New constants.
23889         (window-size-ignore, window-min-size, window-min-size-1)
23890         (window-sizable, window-sizable-p, window-size-fixed-1)
23891         (window-size-fixed-p, window-min-delta-1, window-min-delta)
23892         (window-max-delta-1, window-max-delta, window-resizable)
23893         (window-resizable-p, window-total-height, window-total-width)
23894         (window-body-width): New functions.
23895         (window-full-height-p, window-full-width-p): Rewrite using
23896         window-total-size.
23897         (window-body-height): Rewrite using window-body-size.
23899 2011-06-06  Martin Rudalics  <rudalics@gmx.at>
23901         * window.el (window-right, window-left, window-child)
23902         (window-child-count, window-last-child, window-any-p)
23903         (normalize-live-buffer, normalize-live-frame)
23904         (normalize-any-window, normalize-live-window)
23905         (window-iso-combination-p, window-iso-combined-p)
23906         (window-iso-combinations)
23907         (walk-window-tree-1, walk-window-tree, walk-window-subtree)
23908         (windows-with-parameter, window-with-parameter)
23909         (window-atom-root, make-window-atom, window-atom-check-1)
23910         (window-atom-check, window-side-check, window-check):
23911         New functions.
23912         (ignore-window-parameters, window-sides, window-sides-vertical)
23913         (window-sides-slots): New variables.
23914         (window-size-fixed): Move down in code.  Minor doc-string fix.
23916 2011-06-05  Andreas Schwab  <schwab@linux-m68k.org>
23918         * comint.el (comint-dynamic-complete-as-filename)
23919         (comint-dynamic-complete-filename): Correctly call
23920         completion-in-region.
23922 2011-06-05  Deniz Dogan  <deniz@dogan.se>
23924         * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
23925         in last change.
23927 2011-06-05  Deniz Dogan  <deniz@dogan.se>
23929         * net/rcirc.el (rcirc-prompt-for-encryption): New function.
23930         (rcirc): Use it to prompt for encryption.
23932 2011-06-05  Roland Winkler  <winkler@gnu.org>
23934         * textmodes/bibtex.el (bibtex-search-buffer): New variable.
23935         (bibtex-search-entries): New command bound to C-c C-a.
23936         (bibtex-display-entries): New function.
23938 2011-06-05  Roland Winkler  <winkler@gnu.org>
23940         * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
23941         (bibtex-insert-kill): After yanking insert newline if necessary.
23942         (bibtex-initialize): Call bibtex-string-files-init only once.
23943         (bibtex-mode): Do not call easy-menu-add.
23944         (bibtex-validate-globally): Use save-excursion in bibtex buffers.
23945         (bibtex-yank): Set arg properly if nil.
23947 2011-06-05  Roland Winkler  <winkler@gnu.org>
23949         * textmodes/bibtex.el (bibtex-search-entry-globally):
23950         New variable.
23951         (bibtex-search-entry): Use it.
23953 2011-06-05  Roland Winkler  <winkler@gnu.org>
23955         * textmodes/bibtex.el (bibtex-entry-format): New option
23956         sort-fields.
23957         (bibtex-format-entry, bibtex-reformat): Honor this option.
23958         (bibtex-parse-entry): Return fields in proper order.
23960 2011-06-05  Juanma Barranquero  <lekktu@gmail.com>
23962         * doc-view.el (doc-view-remove-if): Move computation of result out
23963         of `dolist' to silence misleading lexical-binding warning.
23965 2011-06-04  Chong Yidong  <cyd@stupidchicken.com>
23967         * emacs-lisp/timer.el (timer-activate): Remove unused arg.
23968         (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
23970 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
23972         * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
23973         "SunOS 5.10".
23975 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
23977         * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
23978         (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
23979         (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
23980         (tramp-parse-putty):
23981         * net/tramp-sh.el (tramp-completion-function-alist-rsh)
23982         (tramp-completion-function-alist-ssh)
23983         (tramp-completion-function-alist-telnet)
23984         (tramp-completion-function-alist-su)
23985         (tramp-completion-function-alist-putty): Set `tramp-autoload'
23986         cookie.
23988         * net/tramp-ftp.el:
23989         * net/tramp-sh.el:
23990         * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
23991         load "tramp.el" `tramp-set-completion-function'.
23993 2011-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
23995         * shell.el: Require and use pcomplete.
23996         (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
23997         (shell-completion-vars): Set pcomplete-default-completion-function.
23999 2011-06-04  Deniz Dogan  <deniz@dogan.se>
24001         * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
24002         `memq' (Bug#8799).
24004 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
24006         * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
24008 2011-06-02  Juanma Barranquero  <lekktu@gmail.com>
24010         * bs.el (bs--mark-unmark, bs--nth-wrapper):
24011         * mpc.el (mpc-select-extend, mpc-songpointer-context):
24012         * vc/log-view.el (log-view-beginning-of-defun):
24013         * vc/smerge-mode.el (smerge-apply-resolution-patch)
24014         (smerge-refine-forward, smerge-refine-chopup-region):
24015         Silence warning for unused `dotimes' counter variables.
24017 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
24019         * net/tramp.el (tramp-with-progress-reporter): Rename from
24020         with-progress-reporter.  Use `declare'.
24021         * net/tramp-smb.el:
24022         * net/tramp-sh.el:
24023         * net/tramp-gvfs.el: Update all uses.
24025 2011-06-02  Jay Belanger  <jay.p.belanger@gmail.com>
24027         * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
24028         buffer isn't killed before making it current.
24030 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
24032         Silence various byte-compiler warnings.
24033         * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
24034         `access-type' and new obsolescence format.
24035         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
24036         new format.
24037         (byte-compile-check-variable): New `access-type' argument.
24038         Only warn if the access-type is obsolete.
24039         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
24040         (byte-compile-variable-set): Adjust callers.
24041         * help-fns.el (describe-variable): Adjust to new obsolescence format.
24042         * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
24043         setting it as obsolete.
24044         * simple.el (minibuffer-completing-symbol):
24045         * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
24046         access as obsolete.
24047         * minibuffer.el (minibuffer-completing-file-name): Don't make it
24048         obsolete yet.
24049         * international/quail.el (quail-mouse-choose-completion): Remove unused
24050         code referring to obsolete var.
24051         (quail-choose-completion-string): Remove.
24052         * server.el (server-clients-with, server-kill-buffer-query-function)
24053         (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
24054         * proced.el (proced-send-signal):
24055         * emacs-lisp/lisp.el (lisp-complete-symbol):
24056         Replace completion-annotate-function with completion-extra-properties.
24058 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
24060         * simple.el (goto-line): Use read-number.
24061         (overriding-map-is-bound): Remove.
24062         (saved-overriding-map): Change default.
24063         (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
24064         Take the map as argument.
24065         (universal-argument, negative-argument, digit-argument): Use it.
24066         (restore-overriding-map): Adjust.
24067         (do-auto-fill): Use fill-forward-paragraph.
24068         (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
24070         * minibuffer.el (minibuffer-inactive-mode-map): New var.
24071         (minibuffer-inactive-mode): New major mode.
24072         * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
24073         the *Messages* buffer" hack.
24074         (mouse-popup-menubar): Don't burp if the event is a normal key.
24076         Miscellaneous tweaks.
24077         * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
24078         lexical scoping as in subr.el's dolist and dotimes.
24079         * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
24080         Silence compiler warning.
24081         * thingatpt.el (forward-whitespace): Trivial coding style fix.
24082         * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
24083         * international/ccl.el (ccl-compile): Trivial simplification.
24084         * help-fns.el (help-do-arg-highlight): Silence compiler warning.
24085         * emacs-lisp/testcover.el (testcover-end): Remove spurious
24086         `printflag' argument.
24087         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
24088         Purecopy the whole obsolescence data.
24090 2011-06-01  Leo Liu  <sdl.web@gmail.com>
24092         * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
24093         improve doc-string as suggested by Marco Pessotto
24094         <melmothx@gmail.com>.
24095         (rcirc-print): Fix last change.
24097 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
24099         * minibuffer.el (complete-with-action): Return nil for the metadata and
24100         boundaries of non-functional tables.
24101         (completion-table-dynamic): Return nil for the metadata.
24102         (completion-table-with-terminator): Add default case, using
24103         complete-with-action.
24104         (completion--metadata): New function.
24105         (completion-all-sorted-completions, minibuffer-completion-help): Use it
24106         to try and avoid pathological performance problems.
24107         (completion--embedded-envvar-table): Return `category' metadata.
24109 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24111         * subr.el (process-alive-p): New tiny convenience function.
24113 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
24115         * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
24116         content but also its previous major mode.
24118 2011-05-31  Helmut Eller  <eller.helmut@gmail.com>
24120         * emacs-lisp/debug.el (debug): Restore the previous content of the
24121         *Backtrace* buffer when we exit with C-M-c.
24123 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
24125         * minibuffer.el: Add metadata method to completion tables.
24126         (completion-category-overrides): New defcustom.
24127         (completion-metadata, completion--field-metadata)
24128         (completion-metadata-get, completion--styles)
24129         (completion--cycle-threshold): New functions.
24130         (completion-try-completion, completion-all-completions):
24131         Add `metadata' argument to choose completion-styles.
24132         (completion--do-completion): Use metadata to choose cycling.
24133         (completion-all-sorted-completions): Use metadata for sorting.
24134         Remove :completion-cycle-penalty which is not needed any more.
24135         (completion--try-word-completion): Add `metadata' argument.
24136         (minibuffer-completion-help): Check metadata for annotation function
24137         and sorting.
24138         (completion-file-name-table): Return `category' metadata.
24139         (minibuffer-completing-file-name): Make obsolete.
24140         * simple.el (minibuffer-completing-symbol): Make obsolete.
24141         * icomplete.el (icomplete-completions): Pass new `metadata' param to
24142         completion-try-completion.
24144 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24146         * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
24148 2011-05-30  Leo Liu  <sdl.web@gmail.com>
24150         * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
24151         (rcirc-print): Decode all incoming messages (bug#8744).
24152         (rcirc-decode-coding-system): Allow value nil for automatic coding
24153         system detection.
24155 2011-06-01  Glenn Morris  <rgm@gnu.org>
24157         * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
24159 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
24161         * image.el (image-animate-max-time): Allow nil and t values.
24162         Default to nil.
24163         (create-animated-image): Doc fix.
24164         (image-animate-start): Remove second arg; just use
24165         image-animate-max-time.
24166         (image-animate-timeout): Doc fix.  Args changed.
24168         * image-mode.el (image-toggle-display-image): Ensure that the
24169         image spec passed to the animate timer is the same object as in
24170         the buffer's display property (Bug#6981).
24171         (image-transform-properties): Doc fix.
24173         * image.el (image-animate-max-time): Default to nil.
24175 2011-05-29  Martin Rudalics  <rudalics@gmx.at>
24177         * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
24178         entire buffer list (Bug#8184).
24180 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
24182         * image.el (imagemagick-types-inhibit)
24183         (imagemagick-register-types): Doc fix.
24185 2011-05-29  Deniz Dogan  <deniz@dogan.se>
24187         * net/rcirc.el (rcirc): Use the user's stored encryption method by
24188         default.
24190 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
24192         * select.el: Don't perform clipboard-manager saving in hooks;
24193         leave the hooks empty.
24195 2011-05-28  Leo Liu  <sdl.web@gmail.com>
24197         * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
24198         (occur-mode-map): Bind occur-edit-mode.  Use occur-menu-map.
24199         (occur-edit-mode): New major mode (Bug#8463).
24200         (occur-after-change-function): New function.
24201         (occur-engine): Give Occur tags a read-only property.
24203 2011-05-28  Kevin Ryde  <user42@zip.com.au>
24205         * subr.el (def-edebug-spec): Doc fix (Bug#8430).
24207 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
24209         * bindings.el (help-echo): Make the initial non-indicator dash
24210         empty on graphical terminals (Bug#7295).
24212         * files.el (auto-mode-alist): Move config rule after the
24213         in-stripping one (Bug#8547).
24215         * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
24217         * startup.el (normal-splash-screen): Remove gratuitous mode-line
24218         setting (Bug#8740).
24220 2011-05-28  Alp Aker  <aker@pitt.edu>  (tiny change)
24222         * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
24223         (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
24224         (Bug#8539).
24226 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
24228         * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
24230 2011-05-28  Dima Kogan  <dkogan@cds.caltech.edu>  (tiny change)
24232         * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
24233         (hs-hide-block-at-point, hs-find-block-beginning)
24234         (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
24235         (Bug#8279).
24237 2011-05-28  Glenn Morris  <rgm@gnu.org>
24239         * startup.el (fancy-about-screen): Use standard mode line.  (Bug#8740)
24241 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
24243         * help-fns.el (describe-function-1): If the function is a derived
24244         major mode, print the parent mode.
24246         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
24247         (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
24249 2011-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24251         * minibuffer.el (completion--capf-wrapper): Check applicability before
24252         returning non-nil for non-exclusive completion data.
24253         * progmodes/etags.el (tags-completion-at-point-function):
24254         * info-look.el (info-lookup-completions-at-point): Mark as
24255         non-exclusive.
24256         (info-complete): Adjust accordingly.
24258         * info-look.el: Convert to lexical-binding and completion-at-point.
24259         (info-lookup-completions-at-point): New function.
24260         (info-complete): Use it and completion-in-region.
24262 2011-05-28  Drew Adams  <drew.adams@oracle.com>
24264         * isearch.el: Let M-e start with point at the first mismatched char.
24265         (isearch-fail-pos): New function.
24266         (isearch-edit-string): Use it.
24268 2011-05-28  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
24270         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
24272 2011-05-27  Toby Cubitt  <toby-predictive@dr-qubit.org>
24274         * emacs-lisp/avl-tree.el: New avl-tree-stack datatype.  Add new
24275         traversal functions for avl-trees.
24276         (avl-tree--stack): New struct.
24277         (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
24278         (avl-tree-enter): Add optional `updatefun' arg.
24279         (avl-tree--do-enter): Add optional `updatefun' arg.
24280         Change return value.
24281         (avl-tree-delete): Add optional `test' and `nilflag' args.
24282         (avl-tree--do-delete): Add `test' and `nilflag' args.
24283         Change return value.
24284         (avl-tree-member): Add optional `nilflag'
24285         (avl-tree-member-p): New function.
24286         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
24287         (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
24288         (avl-tree-stack-empty-p): New functions.
24290         * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
24291         avl-tree--del-balance1 and make it work both ways.
24292         (avl-tree--del-balance2): Remove.
24293         (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
24294         make it work both ways.
24295         (avl-tree--enter-balance2): Remove.
24296         (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
24297         New macros.
24298         (avl-tree--mapc, avl-tree-map): Add direction argument.
24300 2011-05-27  David Michael  <fedora.dm0@gmail.com>  (tiny change)
24302         * files.el (interpreter-mode-alist): Add rbash (bug#8745).
24304 2011-05-27  Chong Yidong  <cyd@stupidchicken.com>
24306         * select.el: Support clipboard managers with built-in function
24307         x-clipboard-manager-save, via delete-frame-functions and
24308         kill-emacs-hook.
24309         (xselect-convert-to-targets): Add MULTIPLE target to list.
24310         (xselect-convert-to-save-targets): New function.
24312 2011-05-27  Kenichi Handa  <handa@m17n.org>
24314         * mail/sendmail.el (mail-encode-header): Avoid double encoding by
24315         let-binding rfc2047-encode-encoded-words to nil.
24317 2011-05-27  Glenn Morris  <rgm@gnu.org>
24319         * mail/emacsbug.el: Don't require url-util.
24321         * shell.el (shell-directory-tracker): Case matters.  (Bug#8735)
24323         * files.el (set-auto-mode):
24324         Also respect mode: entries at the end of the file.  (Bug#8586)
24326 2011-05-26  Glenn Morris  <rgm@gnu.org>
24328         * files.el (hack-local-variables-prop-line, hack-local-variables):
24329         Downcase mode names, as seems to be traditional.
24330         (hack-local-variables, hack-local-variables-apply): Doc fixes.
24332         * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
24333         (report-emacs-bug-hook): Try to validate the From address.  (Bug#8038)
24335 2011-05-25  Julien Danjou  <julien@danjou.info>
24337         * textmodes/rst.el (rst-define-level-faces): Do not define face
24338         symbol if it is already defined.
24340 2011-05-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
24342         * play/5x5.el (5x5-new-game, 5x5-randomize):
24343         Reset 5x5-solver-output to nil when a new grid is cast.
24344         (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
24345         these debugging traces, as defmacro breaks the compiled code.
24347 2011-05-24  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
24349         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
24351 2011-05-24  Leo Liu  <sdl.web@gmail.com>
24353         * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
24354         (vc-bzr-sha1): Adapt.
24356         * sha1.el: Remove.  Function `sha1' is now builtin.
24358         * bindings.el: Provide sha1 feature.
24360 2011-05-24  Kenichi Handa  <handa@m17n.org>
24362         * mail/sendmail.el: Require `rfc2047'.
24363         (mail-insert-from-field): Do not perform RFC2047 encoding.
24364         (mail-encode-header): New function.
24365         (sendmail-send-it): Set buffer-file-coding-system of the work
24366         buffer to the return value of select-message-coding-system.
24367         Call mail-encode-header.
24369         * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
24371 2011-05-24  Sean Neakums  <sneakums@zork.net>  (tiny change)
24373         * mail/supercite.el (sc-default-cite-frame):
24374         Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
24376 2011-05-24  Glenn Morris  <rgm@gnu.org>
24378         * progmodes/python.el (brm-menu): Declare.
24380         * emulation/viper.el (viper-set-hooks): Declare.
24382         * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
24383         (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
24384         (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
24385         (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
24386         (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
24387         (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
24389 2011-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
24391         Add an :exit-function for completion-at-point.
24393         * minibuffer.el (completion--done): New fun.
24394         (completion--do-completion): Use it.  New arg `expect-exact'.
24395         (minibuffer-complete, minibuffer-complete-word): Don't output message,
24396         since completion--do-completion does it for us now.
24397         (minibuffer-force-complete): Use completion--done and
24398         completion--replace.  Handle sole-completion case with more care.
24399         (minibuffer-complete-and-exit): Use new `expect-exact' arg.
24400         (completion-extra-properties): New var.
24401         (completion-annotate-function): Make obsolete.
24402         (minibuffer-completion-help): Adjust accordingly.
24403         Use completion-list-insert-choice-function.
24404         (completion-at-point, completion-help-at-point):
24405         Bind completion-extra-properties.
24406         (completion-pcm-word-delimiters): Add | (for uniquify, for example).
24407         * simple.el (completion-list-insert-choice-function): New var.
24408         (completion-setup-function): Preserve it.
24409         (choose-completion): Pay attention to it, shuffle the code a bit.
24410         (choose-completion-string): New arg `insert-function'.
24412         * textmodes/bibtex.el: Convert to lexical binding.
24413         (bibtex-mode-map): Use completion-at-point.
24414         (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
24415         (bibtex-completion-at-point-function): New fun, from bibtex-complete.
24416         (bibtex-complete): Define as obsolete alias.
24417         (bibtex-complete-internal): Remove.
24418         (bibtex-format-entry): Remove unused sub-group in regexp.
24419         * shell.el (shell--command-completion-data)
24420         (shell-environment-variable-completion):
24421         * pcomplete.el (pcomplete-completions-at-point):
24422         * comint.el (comint--complete-file-name-data): Use :exit-function
24423         instead of completion-table-with-terminator so it also works for
24424         choose-completion.
24426 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
24428         * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
24430         * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
24431         (bug#8710).
24433         * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
24435 2011-05-23  Ken Manheimer  <ken.manheimer@gmail.com>
24437         * allout.el (allout-inhibit-auto-fill-on-headline): Create new
24438         customization variable and implement: If non-nil, auto-fill will
24439         be inhibited while on topic's header line.
24441 2011-05-23  Vincent Belaïche  <vincentb1@users.sourceforge.net>
24443         * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
24444         click on.  II/ Make 5x5 multisession.  III/ Ensure that random grids
24445         always have a solution in grid size = 5 cases.
24446         (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
24447         (5x5-solver-output, 5x5-log-buffer): New vars.
24448         (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
24449         Make these variables buffer local to achieve 5x5 multi-session-ness.
24450         (5x5): Set 5x5-grid-size only if SIZE is non-negative.
24451         (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
24452         (5x5-solve-suggest): New funs.
24453         (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
24454         randomize a grid so that we ensure that there is always a solution.
24455         (5x5-make-random-grid): Allow other movement than flipping.
24457 2011-05-23  Kevin Ryde  <user42@zip.com.au>
24459         * emacs-lisp/advice.el (ad-read-advised-function):
24460         Use `function-called-at-point' as the default, if it has
24461         advice and passes PREDICATE.
24463 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
24465         * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
24466         byte-compile-lambda if it's actually a lambda.
24468         * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
24469         Fix function quoting.  Use backquote better.
24471 2011-05-22  Yuanle Song  <sylecn@gmail.com>
24473         * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
24474         matching (Bug#8516).
24476 2011-05-22  Jari Aalto  <jari.aalto@cante.net>
24478         * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
24479         different face (Bug#8178).
24481 2011-05-22  Chong Yidong  <cyd@stupidchicken.com>
24483         * vc/diff-mode.el (diff-changed): Don't use terminal specs for
24484         defface (Bug#8144).
24486 2011-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24488         * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
24489         funcall as well (bug#8712).  Warn when performing those conversions.
24490         * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
24492         * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
24494 2011-05-22  Glenn Morris  <rgm@gnu.org>
24496         * files.el (hack-local-variables-prop-line): Small simplifications.
24497         (hack-local-variables, hack-local-variables-prop-line):
24498         If MODE-ONLY, return the mode, rather than just `t'.
24500 2011-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
24502         * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
24504 2011-05-21  Glenn Morris  <rgm@gnu.org>
24506         * files.el (hack-local-variables-prop-line, hack-local-variables):
24507         If only interested in the mode, don't bother doing the other stuff.
24509         * image-mode.el (image-after-revert-hook):
24510         Redraw all frames on which the image is visible.  (Bug#8567)
24512         * dired-aux.el (dired-touch-initial): Just use current-time.  (Bug#6887)
24514         * wid-edit.el (widget-checklist-match-inline):
24515         Fix 2011-04-19 change.  (Bug#8649)
24517 2011-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24519         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
24520         Also allow singlespace after single-letter capitals followed by a dot.
24522         * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
24523         enabled.  Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
24525 2011-05-20  Nix  <nix@esperi.org.uk>
24527         * files.el (basic-save-buffer-2):
24528         Fix handling of break-hardlink-on-save with non-existent files.
24530 2011-05-19  Deniz Dogan  <deniz@dogan.se>
24532         * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
24533         (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
24535 2011-05-19  Glenn Morris  <rgm@gnu.org>
24537         * progmodes/f90.el (f90-type-def-re):
24538         Handle "type, bind(c)".  (Bug#8691)
24540         * emacs-lisp/autoload.el (batch-update-autoloads):
24541         Set autoload-excludes by parsing loadup.el rather than Makefiles.
24543 2011-05-18  Michael Albinus  <michael.albinus@gmx.de>
24545         * net/tramp.el (tramp-process-actions): Set "first-password-request"
24546         property for the correct connection in case of multihops.
24548 2011-05-18  Glenn Morris  <rgm@gnu.org>
24550         * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
24551         * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
24553         Rationalize calendar handling of day and month abbrev-arrays.
24554         * calendar/calendar.el (calendar-customized-p): New function.
24555         (calendar-abbrev-construct, calendar-make-alist): Change what it does.
24556         (calendar-day-name-array, calendar-month-name-array): Doc fix.
24557         Add :set function.
24558         (calendar-abbrev-length, calendar-day-abbrev-array)
24559         (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
24560         (calendar-day-abbrev-array, calendar-month-abbrev-array):
24561         Elements may no longer be nil.
24562         (calendar-day-name, calendar-month-name):
24563         Update for changed nature of abbrev arrays.
24564         * calendar/diary-lib.el (diary-name-pattern):
24565         Update for changed nature of abbrev arrays.
24566         (diary-mark-entries-1): Update calendar-make-alist calls.
24567         (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
24568         * calendar/cal-html.el (cal-html-day-abbrev-array):
24569         Simply inherit from calendar-day-abbrev-array.
24571 2011-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
24573         * progmodes/grep.el (grep-mode): Disable default
24574         compilation-directory-matcher setting (bug#8684).
24576 2011-05-17  Michael Albinus  <michael.albinus@gmx.de>
24578         * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
24579         instead of "head" and "tail".  There were problems with SunOS 5.9,
24580         and it performs better.
24582 2011-05-17  Glenn Morris  <rgm@gnu.org>
24584         * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
24586         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
24587         Replace obsolete function.
24589         * shell.el (pcomplete-parse-arguments-function): Declare.
24591         * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
24592         (appt-display-diary, appt-display-interval, appt-prev-comp-time)
24593         (appt-check): Doc fixes.
24594         (appt-disp-window-function, appt-delete-window-function):
24595         Remove needless special case in custom :type.
24596         (appt-display-count): Default to 0, not nil.
24597         (appt-check): Reset appt-display-count to 0, not nil.
24599 2011-05-17  Juanma Barranquero  <lekktu@gmail.com>
24601         * progmodes/python.el (python-font-lock-keywords):
24602         Add the Python 3.X keyword "nonlocal" (bug#8639).
24604 2011-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
24606         * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
24608 2011-05-16  Kevin Ryde  <user42@zip.com.au>
24610         * info-look.el (makefile-automake-mode): New setups, looking in
24611         automake manual, then makefile-mode.
24612         (makefile-mode): Remove automake manual, have it just in
24613         makefile-automake-mode since there's various things different or
24614         not relevant to plain make.
24615         (makefile-mode): Remove "other-modes" non-existent automake-mode,
24616         believe a hypothetical automake-mode would go to makefile-mode,
24617         not the other way around.
24619 2011-05-15  Chong Yidong  <cyd@stupidchicken.com>
24621         * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
24622         hunk-end tags (Bug#8672).
24624         * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
24625         vc-annotate-show-diff-revision-at-line (Bug#8671).
24627 2011-05-14  Glenn Morris  <rgm@gnu.org>
24629         * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
24630         in the middle of an existing one with multiple authors.  (Bug#8645)
24631         (change-log-font-lock-keywords): Also handle multiple author lines
24632         with leading tabs.  (Bug#8644)
24634         * calendar/appt.el (appt-check): Rename some local variables.
24635         Some simplification/reordering.
24637         * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
24638         (feedmail-sendmail-f-doesnt-sell-me-out)
24639         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
24640         (feedmail-debug-sit-for, feedmail-queue-express-hook)
24641         (feedmail-queue-runner-message-sender): Set :version.
24642         (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
24643         (bbdb-dwim-net-address, vm-mail): Declare.
24644         (feedmail-binmail-gnulinuxish-template):
24645         Rename from feedmail-binmail-linuxish-template.
24646         (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
24647         Use insert-buffer-substring.
24649 2011-05-14  Bill Carpenter  <bill@carpenter.org>
24651         * mail/feedmail.el (feedmail-patch-level): Increase.
24652         (feedmail-debug): New custom group.
24653         (feedmail-confirm-outgoing-timeout)
24654         (feedmail-sendmail-f-doesnt-sell-me-out)
24655         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
24656         (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
24657         (feedmail-sender-line, feedmail-from-line)
24658         (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
24659         (feedmail-spray-this-address)
24660         (feedmail-spray-address-fiddle-plex-list)
24661         (feedmail-queue-use-send-time-for-date)
24662         (feedmail-queue-use-send-time-for-message-id)
24663         (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
24664         (feedmail-buffer-eating-function):
24665         Doc fixes.
24666         (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
24667         (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
24668         (feedmail-message-action-scroll-down): New functions.
24669         (feedmail-queue-directory, feedmail-queue-draft-directory):
24670         Use expand-file-name.
24671         (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
24672         Remove C-v help entry.
24673         (feedmail-queue-buffer-file-name): New variable.
24674         (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
24675         (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
24676         (feedmail-message-action-send-strong, feedmail-message-action-edit)
24677         (feedmail-message-action-draft, feedmail-message-action-draft-strong)
24678         (feedmail-message-action-queue, feedmail-message-action-queue-strong)
24679         (feedmail-message-action-toggle-spray)
24680         (feedmail-run-the-queue-no-prompts)
24681         (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
24682         (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
24683         (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
24684         (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
24685         (feedmail-envelope-deducer, feedmail-fiddle-from)
24686         (feedmail-fiddle-sender, feedmail-default-date-generator)
24687         (feedmail-fiddle-date, feedmail-fiddle-message-id)
24688         (feedmail-fiddle-spray-address)
24689         (feedmail-fiddle-list-of-spray-fiddle-plexes)
24690         (feedmail-fiddle-list-of-fiddle-plexes)
24691         (feedmail-fill-to-cc-function, feedmail-fill-this-one)
24692         (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
24693         (feedmail-queue-runner-message-sender, feedmail-binmail-template):
24694         Change default.  Doc fix.
24695         (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
24696         (feedmail-binmail-linuxish-template): New constant.
24697         (feedmail-buffer-to-sendmail): Doc fix.  Add debug call.
24698         Respect feedmail-sendmail-f-doesnt-sell-me-out.
24699         (feedmail-send-it): Add debug call.
24700         Use feedmail-queue-buffer-file-name, and
24701         feedmail-send-it-immediately-wrapper.
24702         (feedmail-message-action-send): Add debug call.
24703         Use feedmail-send-it-immediately-wrapper.
24704         (feedmail-queue-express-to-queue): Add debug call.
24705         Run feedmail-queue-express-hook.
24706         (feedmail-message-action-help): Add debug call.  Use feedmail-p-h-b-n.
24707         (feedmail-message-action-help-blat):
24708         Rename from feedmail-queue-send-edit-prompt-help-first.
24709         (feedmail-run-the-queue): Add debug call.  Set buffer-file-type.
24710         Check line-endings.  Handle errors better.
24711         (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
24712         Doc fix.  Add debug call.
24713         (feedmail-queue-send-edit-prompt): Doc fix.  Add debug call.
24714         Use feedmail-queue-send-edit-prompt-inner.
24715         (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
24716         (feedmail-queue-send-edit-prompt-inner): New function, extracted
24717         from feedmail-queue-send-edit-prompt.
24718         (feedmail-queue-send-edit-prompt-help)
24719         (feedmail-queue-send-edit-prompt-help-later): Remove functions.
24720         (feedmail-tidy-up-slug): Add debug call.
24721         Respect feedmail-queue-slug-suspect-regexp.
24722         (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
24723         (feedmail-dump-message-to-queue): Add debug call.
24724         Expand queue-directory.
24725         (feedmail-dump-message-to-queue): Change message slightly.
24726         Use feedmail-say-chatter.
24727         (feedmail-rfc822-date): Add debug call.  Bind system-time-locale.
24728         (feedmail-send-it-immediately-wrapper): New function.
24729         (feedmail-send-it-immediately): Add debug calls.  Use let not let*.
24730         Insert empty string rather than newline.  Handle full-frame case.
24731         Use catch/throw.  Use feedmail-say-chatter.
24732         (feedmail-fiddle-from): Try mail-host-address.
24733         (feedmail-default-message-id-generator): Doc fix.
24734         Bind system-time-locale.  Handle missing end.
24735         (feedmail-fiddle-x-mailer): Add debug call.
24736         Handle feedmail-x-mailer-line being nil.
24737         (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
24738         Add debug call.  Use buffer-substring-no-properties.
24739         (feedmail-say-debug, feedmail-say-chatter): New functions.
24740         (feedmail-find-eoh): Give an explicit error.
24742 2011-05-13  Ulf Jasper  <ulf.jasper@web.de>
24744         * net/newst-treeview.el (newsticker-treeview-face): Change default
24745         family from helvetica to sans.
24746         (newsticker-treeview-tool-bar-map): Move tool-bar icons to
24747         etc/images/newsticker.
24749         * net/newst-reader.el (newsticker-feed-face): Change default
24750         family from helvetica to sans.
24752         * net/newst-plainview.el (newsticker-new-item-face)
24753         (newsticker-old-item-face, newsticker-immortal-item-face)
24754         (newsticker-obsolete-item-face, newsticker-date-face)
24755         (newsticker-statistics-face): Change default family from
24756         helvetica to sans.
24757         (newsticker--plainview-tool-bar-map): Move tool-bar icons to
24758         etc/images/newsticker.
24760         * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
24761         (newsticker--process-auto-mark-filter-match): Tell user about
24762         auto-marking.
24764 2011-05-13  Didier Verna  <didier@xemacs.org>
24766         Common Lisp indentation improvements on defmethod and lambda-lists.
24767         * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
24768         TODO entries.
24769         (lisp-lambda-list-keyword-parameter-indentation)
24770         (lisp-lambda-list-keyword-parameter-alignment)
24771         (lisp-lambda-list-keyword-alignment): New customizable user options.
24772         (lisp-indent-defun-method): Improve docstring.
24773         (extended-loop-p): Fix comment.
24774         (lisp-indent-lambda-list-keywords-regexp): New variable.
24775         (lisp-indent-lambda-list): New function.
24776         (lisp-indent-259): Use it.
24777         (lisp-indent-defmethod): Support for more than one
24778         method qualifier and properly indent methods lambda-lists.
24779         (defgeneric): Provide a missing common-lisp-indent-function property.
24781 2011-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
24783         * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
24784         bounds for the empty string (bug#8667).
24786 2011-05-13  Glenn Morris  <rgm@gnu.org>
24788         * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
24790         * mail/sendmail.el (sendmail-program): Try executable-find first.
24791         (sendmail-send-it): `sendmail-program' cannot be unbound.
24793         * calendar/appt.el (appt-make-list): Simplify.
24794         (appt-time-msg-list): Doc fix.
24795         (appt-check): Change mode-line message at the time of the appointment.
24797 2011-05-12  Andreas Schwab  <schwab@linux-m68k.org>
24799         * progmodes/ld-script.el (ld-script-keywords)
24800         (ld-script-builtins): Update keywords list.
24802 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
24804         * progmodes/grep.el (grep-filter): Don't trip on partial lines.
24806         * shell.el (shell-completion-vars): New function.
24807         (shell-mode):
24808         * simple.el (read-shell-command): Use it.
24809         (blink-matching-open): No need for " [...]" in minibuffer-message.
24811 2011-05-12  Glenn Morris  <rgm@gnu.org>
24813         * calendar/appt.el (appt-now-displayed): Remove pointless variable.
24814         (appt-check): Simplify.
24816 2011-05-12  Eli Zaretskii  <eliz@gnu.org>
24818         * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
24819         literal "/dev/null".
24821 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
24823         * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
24824         Fix typo.
24826 2011-05-12  Ralph Schleicher  <rs@ralph-schleicher.de>
24828         * progmodes/which-func.el (which-function):
24829         Use add-log-current-defun instead of add-log-current-defun-function,
24830         which might not be defined (Bug#8260).
24832 2011-05-12  Glenn Morris  <rgm@gnu.org>
24834         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
24835         Let byte-compile-initial-macro-environment always take precedence.
24837 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
24839         * net/rcirc.el: Add support for SSL/TLS connections.
24840         (rcirc-server-alist): New field `encryption'.
24841         (rcirc): Check `encryption' settings.
24842         (rcirc-connect): New arg `encryption'.  Use open-network-stream.
24843         Merge make-local-variable into `set'.
24844         (rcirc--connection-open-p): New function.
24845         (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
24846         the process is not a network process (e.g. running gnutls-cli).
24847         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
24848         Make rcirc-(en|de)code-coding-system local here.
24849         (rcirc-mode): Merge make-local-variable into `set'.
24850         (rcirc-parent-buffer): Make permanent buffer-local.
24851         (rcirc-multiline-minor-mode): Don't do it here.
24852         (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
24853         there's no server buffer.
24855 2011-05-11  Glenn Morris  <rgm@gnu.org>
24857         * newcomment.el (comment-kill): Prefix "unused" local.
24859         * term/w32console.el (get-screen-color): Declare.
24861         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
24862         Handle symbol elements of byte-compile-initial-macro-environment.
24864 2011-05-10  Leo Liu  <sdl.web@gmail.com>
24866         * bookmark.el (bookmark-bmenu-mode-map):
24867         Bind bookmark-bmenu-search to `/'.
24869         * mail/footnote.el: Convert to utf-8 encoding.
24870         (footnote-unicode-string, footnote-unicode-regexp): New variable.
24871         (Footnote-unicode): New function.
24872         (footnote-style-alist): Add unicode style to the list.
24873         (footnote-style): Doc fix.
24875 2011-05-10  Jim Meyering  <meyering@redhat.com>
24877         Fix doubled-word typos.
24878         * international/quail.el (quail-insert-kbd-layout): and and -> and
24879         * kermit.el: and and -> and
24880         * net/ldap.el (ldap-search-internal): to to -> to
24881         * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
24882         * progmodes/js.el (js-mode): and and -> and
24883         * textmodes/artist.el (artist-move-to-xy): at at -> at
24884         (artist-draw-region-trim-line-endings): if if -> if
24885         And Safetyc -> Safety.
24886         * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
24888 2011-05-10  Glenn Morris  <rgm@gnu.org>
24889             Stefan Monnier  <monnier@iro.umontreal.ca>
24891         * files.el (hack-one-local-variable-eval-safep):
24892         Consider "eval: (foo-mode)" to be safe.  (Bug#8613)
24894 2011-05-10  Glenn Morris  <rgm@gnu.org>
24896         * calendar/diary-lib.el (diary-list-entries-hook)
24897         (diary-mark-entries-hook, diary-nongregorian-listing-hook)
24898         (diary-nongregorian-marking-hook, diary-list-entries)
24899         (diary-include-other-diary-files, diary-mark-entries)
24900         (diary-mark-included-diary-files): Doc fixes.
24902 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
24904         * misc.el: Require tabulated-list.el during compilation.
24906 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
24908         * progmodes/compile.el (compilation-start):
24909         Run compilation-filter-hook for the async case too.
24910         (compilation-filter-hook): Doc fix.
24912 2011-05-09  Deniz Dogan  <deniz@dogan.se>
24914         * wdired.el: Remove outdated installation comment.  Fix usage
24915         comment.
24917 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
24919         * misc.el: Implement new command `list-dynamic-libraries'.
24920         (list-dynamic-libraries--loaded-only-p): New variable.
24921         (list-dynamic-libraries--refresh): New function.
24922         (list-dynamic-libraries): New command.
24924 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
24926         * progmodes/compile.el (compilation-error-regexp-alist-alist):
24927         Fix the ant regexp to handle end-line and end-column info from jikes.
24928         Re-introduce maven regexp.  Give the ruby-Test::Unit regexp a
24929         higher priority to avoid clobbering by gnu.
24931 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
24933         * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
24934         if the face has existing theme settings (Bug#8454).
24936 2011-05-08  Ralph Schleicher  <rs@ralph-schleicher.de>
24938         * progmodes/perl-mode.el (perl-imenu-generic-expression):
24939         Only match variables declared via `my' or `our' (Bug#8261).
24941         * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
24942         special file names `.' and `..' (Bug#8259).
24944 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
24946         * progmodes/grep.el (grep-mode-font-lock-keywords):
24947         Remove buffer-changing entries.
24948         (grep-filter): New function.
24949         (grep-mode): Add it to compilation-filter-hook.
24951         * progmodes/compile.el (compilation-filter-hook)
24952         (compilation-filter-start): New defvars.
24953         (compilation-filter): Call compilation-filter-hook prior to
24954         updating the process mark.
24956 2011-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
24958         * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
24960 2011-05-07  Eli Zaretskii  <eliz@gnu.org>
24962         * mail/sendmail.el (send-mail-function): On MS-Windows, default to
24963         mailclient-send-it even if window-system is nil.  (Bug#8595)
24965         * term/w32console.el (terminal-init-w32console):
24966         Call get-screen-color and use its output to set the frame
24967         background-mode.  (Bug#8597)
24969 2011-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
24971         Make bytecomp.el understand that defmethod defines funs (bug#8631).
24972         * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
24973         New functions.
24974         (defgeneric, eieio--defmethod): Use them.
24975         (eieio-defgeneric): Remove.
24976         (defmethod): Call defgeneric in a way visible to the byte-compiler.
24978 2011-05-07  Glenn Morris  <rgm@gnu.org>
24980         * calendar/timeclock.el (timeclock-log-data): Remove unused local.
24981         Use let rather than let*.
24982         (timeclock-find-discrep): Remove unused local.
24984         * calendar/diary-lib.el (diary-comment-start): Doc fix.
24986         * calendar/appt.el (appt-time-msg-list): Doc fix.
24988 2011-05-06  Noah Friedman  <friedman@splode.com>
24990         * apropos.el (apropos-print-doc): Only use
24991         emacs-lisp-docstring-fill-column when it is bound to an integer,
24992         per that variable's documentation.
24994 2011-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24996         * lpr.el (print-region-1): Echo lpr-program's output, so error messages
24997         and warnings are not silently discarded (e.g. use -d instead of -P).
24999 2011-05-06  Glenn Morris  <rgm@gnu.org>
25001         * calendar/appt.el (appt-message-warning-time): Doc fix.
25002         (appt-warning-time-regexp): New option.
25003         (appt-make-list): Respect appt-message-warning-time.
25005         * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
25006         New options.
25007         (diary-add-to-list): Strip comments from the displayed string.
25008         (diary-mode): Set comment-start and comment-end.
25010         * vc/diff-mode.el (smerge-refine-subst): Declare.
25011         (diff-refine-hunk): Don't require smerge-mode when compiling.
25013 2011-05-06  Juanma Barranquero  <lekktu@gmail.com>
25015         * simple.el (list-processes): Return nil as the docstring says.
25017 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
25019         * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
25020         to "".
25021         (ange-ftp-write-region, ange-ftp-insert-file-contents)
25022         (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
25023         determining of binary transfer.  (Bug#7383)
25025 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
25027         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
25028         Fix port computation bug.  (Bug#8618)
25030 2011-05-05  Glenn Morris  <rgm@gnu.org>
25032         * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
25034         * simple.el (shell-dynamic-complete-functions)
25035         (comint-dynamic-complete-functions): Declare.
25037         * net/network-stream.el (gnutls-negotiate):
25038         * simple.el (tabulated-list-print): Fix declarations.
25040         * progmodes/gud.el (syntax-symbol, syntax-point):
25041         Remove unnecessary and incorrect declarations.
25043         * emacs-lisp/check-declare.el (check-declare-scan):
25044         Handle byte-compile-initial-macro-environment in bytecomp.el.
25046 2011-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
25048         Fix earlier half-done eieio-defmethod change (bug#8338).
25049         * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
25050         Streamline and change calling convention.
25051         (defmethod): Adjust accordingly and simplify.
25052         (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
25053         new eieio--defmethod.
25054         (slot-boundp): Minor CSE simplification.
25056 2011-05-05  Milan Zamazal  <pdm@zamazal.org>
25058         * progmodes/glasses.el (glasses-separate-capital-groups): New option.
25059         (glasses-make-readable): Use glasses-separate-capital-groups.
25061 2011-05-05  Juanma Barranquero  <lekktu@gmail.com>
25063         * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
25064         (warning-series): Doc fix.
25065         (display-warning): Don't try to create the buffer if we just found it.
25067 2011-05-04  Chong Yidong  <cyd@stupidchicken.com>
25069         * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
25070         (autoload-find-generated-file): New function.
25071         (generate-file-autoloads): Bind generated-autoload-file to
25072         buffer-file-name.
25073         (update-file-autoloads, update-directory-autoloads):
25074         Use autoload-find-generated-file.  If called interactively, prompt for
25075         output file (Bug#7989).
25076         (batch-update-autoloads): Doc fix.
25078 2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
25080         * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
25082 2011-05-04  Glenn Morris  <rgm@gnu.org>
25084         * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
25085         function, so it follows changes in calendar-date-style.
25086         (diary-fancy-date-matcher): New function.
25087         (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
25088         (diary-fancy-font-lock-fontify-region-function):
25089         Use diary-fancy-date-pattern as a function.
25091         * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
25092         non-numbers for `year' etc pseudo-variables.  (Bug#8583)
25094 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
25096         * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
25097         instead of positional arguments.  Allow :keylist and :crlfiles
25098         arguments.
25099         (open-gnutls-stream): Call it.
25101         * net/network-stream.el (network-stream-open-starttls): Adjust to
25102         call `gnutls-negotiate' with :process and :hostname arguments.
25104 2011-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
25106         * minibuffer.el (completion--message): New function.
25107         (completion--do-completion, minibuffer-complete)
25108         (minibuffer-force-complete, minibuffer-complete-word): Use it.
25109         (completion--do-completion): Don't ignore completion-auto-help when in
25110         icomplete-mode.
25112         * whitespace.el (whitespace-trailing-regexp): Don't rely on the
25113         internal encoding (e.g. tibetan zero is not whitespace).
25114         (global-whitespace-mode): Prefer save-current-buffer.
25115         (whitespace-trailing-regexp): Remove useless save-match-data.
25116         (whitespace-empty-at-bob-regexp): Minor simplification.
25118 2011-05-03  Chong Yidong  <cyd@stupidchicken.com>
25120         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
25122 2011-05-03  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
25124         * textmodes/ispell.el (ispell-add-per-file-word-list):
25125         Use `concat' to create string for insertion.
25127 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
25129         * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
25130         Avoid open-line which runs post-self-insert-hook.
25131         (bibtex-fill-entry): Remove unused `end' var.
25133 2011-05-03  Dirk Ullrich  <dirk.ullrich@googlemail.com>  (tiny change)
25135         * textmodes/ispell.el (ispell-add-per-file-word-list):
25136         Protect against `nil' value of `comment-start' (Bug#8579).
25138 2011-05-03  Leo Liu  <sdl.web@gmail.com>
25140         * isearch.el (isearch-yank-pop): New command.
25141         (isearch-mode-map): Bind it to `M-y'.
25142         (isearch-forward): Mention it.
25144 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
25146         * simple.el (minibuffer-complete-shell-command): Remove.
25147         (minibuffer-local-shell-command-map): Use completion-at-point.
25148         (read-shell-command): Setup completion vars here instead.
25149         (read-expression-map): Bind TAB to symbol completion.
25151         * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
25152         error directly rather via storing it into `results'.
25154 2011-05-02  Leo Liu  <sdl.web@gmail.com>
25156         * vc/diff.el: Fix description.
25158 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25160         * server.el (server-eval-at): New function.
25162 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25164         * net/network-stream.el (open-network-stream): Take a :nowait
25165         parameter and pass it on to `make-network-process'.
25166         (network-stream-open-plain): Ditto.
25168 2011-04-30  Andreas Schwab  <schwab@linux-m68k.org>
25170         * faces.el (face-spec-set-match-display): Don't match toolkit
25171         options on terminal frames.
25173 2011-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
25175         * progmodes/pascal.el: Use lexical binding.
25176         (pascal-mode-map): Remove author preferences.
25178         * pcomplete.el (pcomplete-std-complete): Don't abuse
25179         completion-at-point.
25181 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
25183         * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
25184         removing code that has been dead since 1991 or so.
25186         * startup.el (command-line): When warning about "_emacs", use a
25187         delayed warning to allow the user to filter it out.
25189 2011-04-28  Deniz Dogan  <deniz@dogan.se>
25191         * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
25192         user has not joined.
25194 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
25196         * pcomplete.el (pcomplete-completions-at-point): Return nil if there
25197         aren't any completions at point.
25199 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
25201         * subr.el (display-delayed-warnings): New function.
25202         (delayed-warnings-hook): New variable.
25204 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
25206         * minibuffer.el (completion-at-point, completion-help-at-point):
25207         Don't presume that a given completion-at-point-function will always
25208         use the same calling convention.
25210         * pcomplete.el (pcomplete-completions-at-point):
25211         Obey pcomplete-ignore-case.  Don't call pcomplete-norm-func unless
25212         pcomplete-seen is non-nil.
25213         (pcomplete-comint-setup): Also recognize the new comint/shell
25214         completion functions.
25215         (pcomplete-do-complete): Don't call pcomplete-norm-func unless
25216         pcomplete-seen is non-nil.
25218 2011-04-27  Niels Giesen  <niels.giesen@gmail.com>
25220         * calendar/icalendar.el (diary-lib): Add require statement.
25221         (icalendar--create-uid): Read out a uid from a text-property on
25222         the first character in the entry.  This allows for code to add its
25223         own uid to the entry.
25224         (icalendar--convert-float-to-ical): Add export of
25225         `diary-float'-entries save for those with the optional DAY
25226         argument.
25228 2011-04-27  Daniel Colascione  <dan.colascione@gmail.com>
25230         * subr.el (shell-quote-argument): Use alternate escaping strategy
25231         when we spot a variable reference in a string.
25233 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
25235         * cus-start.el (all): Define customization for debug-on-event.
25237 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
25239         * subr.el (shell-quote-argument): Escape correctly under Windows.
25241 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
25243         * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
25245 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
25247         * net/tramp.el (tramp-process-actions): Add POS argument.
25248         Delete region between POS and (pos).
25250         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
25251         Use `nil' position in `tramp-process-actions' call.
25252         (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
25254         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
25255         position in `tramp-process-actions' call.
25257         * net/trampver.el: Update release number.
25259 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
25261         * custom.el (defcustom): Obey lexical-binding.
25263         Fix octave-inf completion problems reported by Alexander Klimov.
25264         * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
25265         Inherit from octave-mode-syntax-table.
25266         (inferior-octave-mode): Set info-lookup-mode.
25267         (inferior-octave-completion-at-point): New function.
25268         (inferior-octave-complete): Use it and completion-in-region.
25269         (inferior-octave-dynamic-complete-functions): Use it as well, and use
25270         comint-filename-completion.
25271         * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
25272         symbol elements which shouldn't be word elements.
25273         (octave-font-lock-keywords, octave-beginning-of-defun)
25274         (octave-function-header-regexp): Adjust regexps accordingly.
25275         (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
25277 2011-04-25  Juanma Barranquero  <lekktu@gmail.com>
25279         * net/gnutls.el (gnutls-errorp): Declare before first use.
25281 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
25283         * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
25284         verify-error, and verify-hostname-error parameters.  Check whether
25285         default trustfile exists before going to use it.  Add missing
25286         argument to gnutls-message-maybe call.  Return value.
25287         Reported by Claudio Bley <claudio.bley@gmail.com>.
25288         (open-gnutls-stream): Add usage example.
25290         * net/network-stream.el (network-stream-open-starttls): Give host
25291         parameter to `gnutls-negotiate'.
25292         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
25293         * subr.el (shell-quote-argument): Escape correctly under Windows.
25295 2011-04-24  Daniel Colascione  <dan.colascione@gmail.com>
25297         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
25298         Use correct match group (bug#8438).
25300 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
25302         * emacs-lisp/package.el (package-built-in-p): Fix typo.
25303         (package-menu--generate): New arg specifying packages to show.
25304         (package-menu-refresh, package-menu-execute, list-packages):
25305         Callers changed.
25306         (package-show-package-list): New function, replacing deleted
25307         package--list-packages (renamed because it is non-internal).
25309         * finder.el (finder-list-matches): Use package-show-package-list
25310         instead of deleted package--list-packages.
25312         * vc/vc-annotate.el (vc-annotate-goto-line): New command.
25313         Based on a previous implementation by Juanma Barranquero (Bug#8366).
25314         (vc-annotate-mode-map): Bind it to RET.
25316 2011-04-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
25318         * progmodes/etags.el (next-file): Don't use set-buffer to change
25319         buffers (Bug#8478).
25321 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
25323         * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
25325         * apropos.el (apropos-label-face): Avoid variable-pitch face.
25326         (apropos-accumulator): Doc fix.
25327         (apropos-function, apropos-macro, apropos-command)
25328         (apropos-variable, apropos-face, apropos-group, apropos-widget)
25329         (apropos-plist): Add face property.
25330         (apropos-symbols-internal): Fix indentation.
25331         (apropos-print): Simplify help, and recognize apropos-multi-type.
25332         (apropos-print-doc): Use button-type-get to extract the button's
25333         face property.  Fill docstring (Bug#8352).
25335 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
25337         * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
25339         * play/mpuz.el (mpuz-silent): Doc fix.
25340         (mpuz-mode-map): Use mapc.
25341         (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
25342         (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
25343         Fix typos in docstrings.
25345         * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
25346         (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
25348         * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
25350 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
25352         * minibuffer.el (completion--do-completion): Avoid the "Next char
25353         not unique" prompt if icomplete-mode is enabled (Bug#5849).
25355         * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
25356         mouse-2 into unread-command-events, it is interpreted correctly.
25358         * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
25359         (image-toggle-display): Doc fix.
25361 2011-04-23  Stephen Berman  <stephen.berman@gmx.net>
25363         * textmodes/page.el (what-page): Use line-number-at-pos to
25364         calculate line number (Bug#6825).
25366 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
25368         * eshell/esh-mode.el (find-tag-interactive): Declare function.
25369         (eshell-find-tag): Remove `with-no-warnings', unneeded now.
25370         Pass argument NO-DEFAULT to `find-tag-interactive'.
25372 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
25374         Lexical-binding cleanup.
25376         * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
25377         (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
25378         * progmodes/ada-prj.el (ada-prj-initialize-values)
25379         (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
25380         (ada-prj-show-value):
25381         * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
25382         * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
25383         (antlr-invalidate-context-cache, antlr-options-menu-filter)
25384         (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
25385         * progmodes/bug-reference.el (bug-reference-push-button):
25386         * progmodes/fortran.el (fortran-line-length):
25387         * progmodes/glasses.el (glasses-change):
25388         * progmodes/octave-mod.el (octave-fill-paragraph):
25389         * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
25390         (python-pdbtrack-grub-for-buffer, python-sentinel):
25391         * progmodes/sql.el (sql-save-connection):
25392         * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
25393         * progmodes/xscheme.el (xscheme-enter-debugger-mode):
25394         Mark unused parameters.
25396         * progmodes/compile.el (compilation--flush-directory-cache)
25397         (compilation--flush-parse, compile-internal): Mark unused parameters.
25398         (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
25399         (compilation-next-error-function): Remove unused variable `timestamp'.
25401         * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
25402         (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
25404         * progmodes/dcl-mode.el (dcl-end-of-command):
25405         Remove unused variable `start'.
25406         (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
25407         (dcl-option-value-basic, dcl-option-value-offset)
25408         (dcl-option-value-margin-offset, dcl-option-value-comment-line):
25409         Mark unused parameters.
25410         (dcl-save-local-variable): Remove unused variable `val'.
25411         (mode): Declare.
25413         * progmodes/delphi.el (delphi-save-state, delphi-after-change):
25414         Mark unused parameters.
25415         (delphi-ignore-changes): Move before first use.
25416         (delphi-charset-token-at): Remove unused variable `start'.
25417         (delphi-else-start): Remove unused variable `if-count'.
25418         (delphi-comment-block-start, delphi-comment-block-end):
25419         Remove unused variable `kind'.
25420         (delphi-indent-line): Remove unused variable `new-point'.
25422         * progmodes/ebrowse.el (ebrowse-files-list)
25423         (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
25424         Mark unused parameters.  Don't quote `lambda'.
25425         (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
25426         Don't quote `lambda'.
25427         (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
25428         (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
25429         (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
25430         (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
25431         Use `ignore-errors'.
25432         (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
25433         (ebrowse-view/find-file-and-search-pattern)
25434         (ebrowse-view/find-member-declaration/definition):
25435         Rename parameter TAGS-FILE-NAME to TAGS-FILE.
25436         (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
25437         Rename parameter PREFIX-ARG to PREFIX.
25438         (ebrowse-tags-read-name): Remove unused variables `start' and
25439         `member-info'.
25440         (ebrowse-display-member-buffer): Rename variable `tags-file-name'
25441         to `tags-file'.
25443         * progmodes/etags.el (local-find-tag-hook): Declare.
25444         (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
25445         Mark unused parameters.
25447         * progmodes/executable.el (compilation-error-regexp-alist): Declare.
25448         (executable-interpret): Mark unused parameter.
25450         * progmodes/flymake.el (flymake-process-sentinel)
25451         (flymake-after-change-function)
25452         (flymake-create-temp-with-folder-structure)
25453         (flymake-get-include-dirs-dot): Mark unused parameters.
25454         (flymake-safe-delete-directory): Remove unused variable `err'.
25456         * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
25457         (speedbar-timer-fn, speedbar-line-text)
25458         (speedbar-change-expand-button-char, speedbar-delete-subblock)
25459         (speedbar-center-buffer-smartly): Declare functions.
25460         (gdb-find-watch-expression): Remove unused variable `array'.
25461         (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
25462         (gdb-starting): Mark unused parameters.
25463         (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
25464         (gdb-table-string): Remove unused variable `res'.
25465         (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
25466         (gdb-disassembly-handler-custom): Remove unused variable `pos'.
25467         (gdb-display-buffer): Remove unused variable `cur-size'.
25469         * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
25470         allow lexical-binding compilation.
25471         (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
25472         (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
25473         (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
25474         Mark unused parameters.
25475         (gud-gdb-marker-filter): Remove unused variable `match'.
25476         (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
25477         lambda expressions and funcall them, instead of using `fset'.
25479         * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
25480         HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
25482         * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
25483         variable `header-beg'; use `let'.
25485         * progmodes/icon.el (indent-icon-exp): Remove unused variables
25486         `restart', `last-sexp' and `at-do'.
25488         * progmodes/js.el (js--debug): Mark unused parameter.
25489         (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
25490         (js--splice-into-items): Remove unused variable `item'.
25491         (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
25493         * progmodes/make-mode.el (makefile-make-font-lock-keywords):
25494         Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
25495         (makefile-complete): Remove unused variable `try'.
25496         (makefile-fill-paragraph, makefile-match-function-end):
25497         Mark unused parameters.
25499         * progmodes/octave-inf.el (inferior-octave-complete):
25500         Remove unused variable `proc'.
25501         (inferior-octave-output-digest): Mark unused parameter.
25503         * progmodes/perl-mode.el (perl-calculate-indent):
25504         Remove unused variable `err'.
25506         * progmodes/prolog.el (prolog-mode-keybindings-inferior)
25507         (prolog-indent-line): Mark unused parameters.
25508         (prolog-indent-line): Remove unused variable `beg'.
25510         * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
25511         (reporter-dont-compact-list): Declare.
25513         * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
25514         Remove unused variable `char'.
25515         (sh-debug): Mark unused parameter.
25516         (sh-get-indent-info): Remove unused variable `start'.
25517         (sh-calculate-indent): Remove unused variable `var'.
25519         * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
25520         (simula-electric-keyword): Remove unused variable `null'.
25521         (simula-search-backward, simula-search-forward): Remove unused
25522         variables `begin' and `end'.
25524         * progmodes/vera-mode.el (vera-guess-basic-syntax):
25525         Remove unused variable `pos'.
25526         (vera-electric-tab, vera-comment-uncomment-region):
25527         Mark unused parameters.
25528         (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
25530 2011-04-22  Chong Yidong  <cyd@stupidchicken.com>
25532         * emacs-lisp/package.el (package--builtins, package-alist)
25533         (package-load-descriptor, package-built-in-p, package-activate)
25534         (define-package, package-installed-p)
25535         (package-compute-transaction, package-buffer-info)
25536         (package--push): Doc fix.  Distinguish more clearly between
25537         version strings and version lists.
25539 2011-04-21  Juanma Barranquero  <lekktu@gmail.com>
25541         Lexical-binding cleanup.
25543         * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
25544         (5x5-make-mutate-best):
25545         * play/fortune.el (fortune-in-buffer):
25546         * play/gomoku.el (gomoku-init-display):
25547         * play/solitaire.el (solitaire, solitaire-do-check):
25548         * play/tetris.el (tetris-default-update-speed-function):
25549         Mark unused parameters.
25551         * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
25552         (bubbles--shift): Remove unused variable `char-org'.
25553         (bubbles--set-faces): Remove unused variable `fg-col'.  Simplify.
25554         (bubbles--show-images): Remove unused variable `char'.
25556         * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
25557         (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
25558         (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
25559         (decipher-analyze-buffer): Use ?\s.
25560         (decipher-make-checkpoint): Remove unused variable `mapping'.
25562         * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
25564         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
25565         Remove unused variable `result'; use `let'.
25567         * play/gametree.el (gametree-current-layout, gametree-apply-layout):
25568         Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
25569         (gametree-children-shown-p, gametree-compute-reduced-score):
25570         Use `ignore-errors'.
25572         * play/handwrite.el (ps-lpr-switches): Declare.
25573         (handwrite): Remove unused variables `pmin' and `lastp'.
25575         * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
25577         * play/landmark.el (landmark-init-display)
25578         (landmark-update-naught-weights): Mark unused parameters.
25579         (landmark-y): Remove unused variable `noise'.  Simplify.
25580         (landmark-human-plays): Remove unused variable `score'.
25582         * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
25583         (mpuz-try-proposal): Remove unused variable `game'.
25585         * play/zone.el (life-patterns): Declare.
25587 2011-04-20  Juanma Barranquero  <lekktu@gmail.com>
25589         * vc/vc.el (ediff-vc-internal): Declare function.
25591 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25593         * shell.el: Use lexical-binding and std completion UI.
25594         (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
25595         (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
25596         comint-preoutput-filter-functions rather than on
25597         comint-output-filter-functions.
25598         (shell-command-completion, shell--command-completion-data)
25599         (shell-filename-completion, shell-environment-variable-completion)
25600         (shell-c-a-p-replace-by-expanded-directory): New functions.
25601         (shell-dynamic-complete-functions, shell-dynamic-complete-command)
25602         (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
25603         (shell-dynamic-complete-environment-variable): Use them.
25604         (shell-dynamic-complete-as-environment-variable)
25605         (shell-dynamic-complete-as-command): Remove.
25606         (shell-match-partial-variable): Match past point.
25607         * comint.el: Clean up use of completion-at-point-functions.
25608         (comint-completion-at-point): New function.
25609         (comint-mode): Use it completion-at-point-functions.
25610         (comint-dynamic-complete): Make it obsolete.
25611         (comint-replace-by-expanded-history-before-point): Add dry-run arg.
25612         (comint-c-a-p-replace-by-expanded-history): New function.
25613         (comint-dynamic-complete-functions)
25614         (comint-replace-by-expanded-history): Use it.
25615         * minibuffer.el (completion-table-with-terminator): Allow dynamic
25616         termination strings.  Try harder to avoid second try-completion.
25617         (completion-in-region-mode-map): Disable bindings that don't work yet.
25619         * comint.el: Use lexical-binding.  Require CL.
25620         (comint-dynamic-complete-functions): Use comint-filename-completion.
25621         (comint-completion-addsuffix): Tweak custom type.
25622         (comint-filename-completion, comint--common-suffix)
25623         (comint--common-quoted-suffix, comint--table-subvert)
25624         (comint--complete-file-name-data): New functions.
25625         (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
25626         (comint-dynamic-list-filename-completions): Use them.
25627         (comint-dynamic-simple-complete): Make obsolete.
25629         * minibuffer.el (completion-in-region-mode):
25630         Keep completion-in-region-mode--predicate global.
25631         (completion-in-region--postch):
25632         Assume completion-in-region-mode--predicate is not null.
25634         * progmodes/flymake.el (flymake-start-syntax-check-process):
25635         Obey `dir'.  Simplify.
25637         * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
25638         we're in VC after all.
25640 2011-04-20  Christoph Scholtes  <cschol2112@googlemail.com>
25642         * vc/vc.el (vc-diff-build-argument-list-internal)
25643         (vc-version-ediff, vc-ediff): New commands.
25644         (vc-version-diff): Use vc-diff-build-argument-list-internal.
25646 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25648         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
25649         add sanity check.
25651         * obsolete/erc-hecomplete.el: Make obsolete.
25652         * obsolete/: Standardize obsolescence info in the header.
25654 2011-04-20  Glenn Morris  <rgm@gnu.org>
25656         * calendar/solar.el (solar-horizontal-coordinates):
25657         Use the longitude argument rather than `calendar-longitude'.
25658         (solar-date-next-longitude): Remove unused locals.
25660 2011-04-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
25662         * whitespace.el: New version 13.2.1.
25664 2011-04-20  felix  <EmacsWiki>  (tiny change)
25666         * whitespace.el (global-whitespace-mode): Keep highlight when
25667         switching between major modes on a file.
25669 2011-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
25671         * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
25672         (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
25673         multi-line comments as well.
25675 2011-04-19  Juanma Barranquero  <lekktu@gmail.com>
25677         Lexical-binding cleanup.
25679         * arc-mode.el (archive-mode-revert):
25680         * cmuscheme.el (scheme-interactively-start-process):
25681         * custom.el (custom-initialize-delay):
25682         * dnd.el (dnd-open-local-file, dnd-open-remote-url):
25683         * dos-w32.el (direct-print-region-helper, direct-print-region-function):
25684         * emacs-lock.el (emacs-lock-clear-sentinel):
25685         * ezimage.el (defezimage):
25686         * follow.el (follow-avoid-tail-recenter):
25687         * fringe.el (set-fringe-mode-1):
25688         * generic-x.el (bat-generic-mode-compile):
25689         * help-mode.el (help-info-variable, help-do-xref)
25690         (help-mode-revert-buffer):
25691         * help.el (view-emacs-todo):
25692         * iswitchb.el (iswitchb-completion-help):
25693         * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
25694         * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
25695         (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
25696         * locate.el (locate-update):
25697         * longlines.el (longlines-encode-region)
25698         (longlines-after-change-function):
25699         * outline.el (outline-isearch-open-invisible):
25700         * ps-def.el (declare-function, charset-dimension, char-width)
25701         (encode-char):
25702         * ps-mule.el (ps-mule-plot-string):
25703         * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
25704         (recentf-edit-list-select, recentf-edit-list-validate)
25705         (recentf-open-files-action):
25706         * rect.el (delete-whitespace-rectangle-line)
25707         (rectangle-number-line-callback):
25708         * register.el (window-configuration-to-register)
25709         (frame-configuration-to-register):
25710         * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
25711         * select.el (xselect-convert-to-string, xselect-convert-to-length)
25712         (xselect-convert-to-targets, xselect-convert-to-delete)
25713         (xselect-convert-to-filename, xselect-convert-to-charpos)
25714         (xselect-convert-to-lineno, xselect-convert-to-colno)
25715         (xselect-convert-to-os, xselect-convert-to-host)
25716         (xselect-convert-to-user, xselect-convert-to-class)
25717         (xselect-convert-to-name, xselect-convert-to-integer)
25718         (xselect-convert-to-atom, xselect-convert-to-identity):
25719         * subr.el (declare, ignore, process-kill-without-query)
25720         (text-clone-maintain):
25721         * terminal.el (te-get-char, te-tic-sentinel):
25722         * tool-bar.el (tool-bar-make-keymap):
25723         * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
25724         * type-break.el (type-break-mode, type-break-noninteractive-query):
25725         * view.el (View-back-to-mark):
25726         * wid-browse.el (widget-browse-action, widget-browse-widget)
25727         (widget-browse-widgets, widget-browse-sexp):
25728         * widget.el (define-widget-keywords):
25729         * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
25730         Mark unused parameters.
25732         * align.el (align-adjust-col-for-rule): Mark unused parameter.
25733         (align-areas): Remove unused variable `look'.
25734         (align-region): Remove unused variables `real-end' and `pos-list'.
25736         * apropos.el (apropos-score-doc): Remove unused variable `i'.
25738         * bindings.el (mode-line-modified, mode-line-remote):
25739         Mark unused parameters.
25740         (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
25742         * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
25743         (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
25745         * comint.el (comint-history-isearch-pop-state)
25746         (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
25747         (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
25748         (comint-substitute-in-file-name): Doc fix.
25750         * completion.el (cmpl-statistics-block): Mark unused parameter.
25751         (add-completions-from-tags-table, add-completions-from-lisp-buffer)
25752         (save-completions-to-file, load-completions-from-file):
25753         Remove unused local variable `e'.
25755         * composite.el (compose-chars): Remove unused variable `len'.
25756         (lgstring-insert-glyph): Remove unused variable `g'.
25757         (compose-glyph-string): Remove unused variables `ascent',
25758         `descent', `lbearing' and `rbearing'.
25759         (compose-glyph-string-relative): Remove unused variables
25760         `lbearing', `rbearing' and `wadjust'.
25761         (compose-gstring-for-graphic): Remove unused variables `header',
25762         `wadjust', `xoff' and `yoff'.  Use `let', not `let*'.
25763         (compose-gstring-for-terminal): Remove unused variables `header'
25764         and `nchars'.  Use `let', not `let*'.
25766         * cus-edit.el (Custom-set, Custom-save, custom-reset)
25767         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
25768         (Custom-buffer-done, custom-buffer-create-internal)
25769         (custom-browse-visibility-action, custom-browse-group-tag-action)
25770         (custom-browse-variable-tag-action, custom-browse-face-tag-action)
25771         (widget-magic-mouse-down-action, custom-toggle-parent)
25772         (custom-add-parent-links, custom-toggle-hide-variable)
25773         (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
25774         (custom-toggle-hide-face, face, hook, custom-group-link-action)
25775         (custom-face-menu-create, custom-variable-menu-create, get)
25776         (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
25777         (custom-reset-standard-save-and-update): Remove unused variable `value'.
25778         (customize-apropos): Remove unused variable `tests'.
25779         (custom-group-value-create): Remove unused variable `hidden-p'.
25780         (sort-fold-case): Declare.
25782         * cus-theme.el (custom-reset-standard-faces-list)
25783         (custom-reset-standard-variables-list): Declare.
25784         (customize-create-theme, custom-theme-revert, custom-theme-write)
25785         (custom-theme-choose-mode, customize-themes, custom-theme-save):
25786         Mark unused parameters.
25788         * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
25790         * delim-col.el (delimit-columns-max): Move defvar before first use.
25792         * descr-text.el (describe-char-categories): Don't quote `lambda'.
25793         (describe-char): Don't quote `lambda'.  Mark unused parameter.
25795         * desktop.el (desktop-save-buffer-p): Mark unused parameter.
25796         (auto-insert): Declare.
25797         (desktop-restore-file-buffer): Rename desktop-* parameters;
25798         mark unused ones.
25799         (desktop-create-buffer): Rename desktop-* parameters and bind them.
25800         (desktop-buffer): Rename desktop-* parameters.
25802         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
25803         (dframe-reposition-frame-xemacs, dframe-help-echo)
25804         (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
25805         Mark unused parameters.
25807         * dired-aux.el (backup-extract-version-start, overwrite-query)
25808         (overwrite-backup-query, rename-regexp-query)
25809         (rename-non-directory-query): Declare.
25810         (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
25811         (dired-add-entry): Remove unused variable `orig-file-name'.
25812         (dired-copy-file-recursive): Remove unused variable `dirfailed'.
25813         Use parameter PRESERVE-TIME instead of accessing dynamic variable
25814         `dired-copy-preserve-time' directly.
25815         (dired-do-create-files-regexp): Remove unused variable `fn-count'.
25816         (dired-insert-subdir-newpos): Rename unused variable `pos'.
25818         * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
25819         (dired-virtual-revert, dired-make-relative-symlink):
25820         Mark unused parameters.
25821         (manual-program): Declare.
25822         (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
25823         (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
25824         wrapped in `with-no-warnings' to avoid replacing one warning by another.
25826         * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
25828         * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
25830         * echistory.el (electric-history-in-progress, Helper-return-blurb):
25831         Declare.
25833         * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
25835         * electric.el (Electric-command-loop): Rename parameter
25836         INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
25838         * expand.el (expand-in-literal): Remove unused variable `here'.
25840         * facemenu.el (facemenu-add-new-color):
25841         Remove unused variable `docstring'.
25843         * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
25844         (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
25845         (face-attr-construct): Mark unused parameter.  Doc fix.
25846         (read-color): Remove unused variable `hex-string'.
25848         * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
25849         (locate-dominating-file): Remove unused vars `prev-file' and `user'.
25850         (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
25851         (display-buffer-other-frame): Remove unused variable `old-window'.
25852         (kill-buffer-hook): Declare.
25853         (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
25854         Mark unused parameters.
25855         (after-find-file): Pass 1 to `auto-save-mode', not t.
25857         * files-x.el (auto-insert): Declare.
25858         (modify-file-local-variable-prop-line): Remove unused variable `val'.
25860         * find-lisp.el (find-lisp-find-dired-internal): Remove unused
25861         variable `buf'.  Mark unused parameter.
25862         (find-lisp-insert-directory): Mark unused parameter.
25864         * format.el (format-decode-run-method): Mark unused parameter; doc fix.
25865         (format-encode-region): Remove unused variables `cur-buf' and `result'.
25866         (format-common-tail): Remove, unused.
25867         (format-deannotate-region): Remove unused variable `loc'.
25868         (format-annotate-region): Remove unused variable `p'.
25869         (format-annotate-single-property-change): Remove unused variables
25870         `default' and `tail'.
25872         * forms.el (read-file-filter): Declare.
25873         (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
25875         * frame.el (frame-creation-function-alist): Mark unused parameter.
25876         (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
25878         * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
25879         Remove unused parameters.
25880         (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
25881         (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
25883         * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
25884         (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
25885         (hfy-prepare-tag-map): Mark unused parameters.
25886         (htmlfontify-buffer): Use `called-interactively-p'.
25888         * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
25889         (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
25890         (ibuffer-do-occur): Mark unused parameters.
25891         (ibuffer-forward-next-marked): Remove unused variable `curmark'.
25892         (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
25894         * ibuffer.el: Don't quote `lambda'.
25895         (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
25896         (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
25897         Mark unused parameters.
25899         * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
25900         (ido-completing-read): Mark unused parameters.
25901         (ido-copy-current-word): Mark unused parameters;
25902         remove unused variable `name'.
25903         (ido-sort-merged-list): Remove unused parameter `dirs'.
25905         * ielm.el (ielm-input-sender): Mark unused parameter.
25906         (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
25907         (ielm-output, ielm-wbuf, ielm-pmark): Declare.
25908         (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
25909         `ielm-string' as a dynamic variable accessible from the IELM prompt.
25910         Bind `ielm-string' to INPUT-STRING.  Remove unused variable `err'.
25912         * image-dired.el (image-dired-display-thumbs): Remove unused
25913         variables `curr-file' and `count'.
25914         (image-dired-remove-tag): Remove unused variable `start'.
25915         (image-dired-tag-files, image-dired-create-thumbs): Remove unused
25916         variable `curr-file'
25917         (image-dired-rotate-original): Remove unused variable `temp-file'.
25918         (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
25919         Remove unused variable `file'.
25920         (image-dired-gallery-generate): Remove unused variable `curr'.
25921         (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
25923         * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
25925         * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
25927         * informat.el (texinfo-command-start, texinfo-command-end): Declare.
25929         * isearch.el (minibuffer-history-symbol): Declare.
25930         (isearch-edit-string): Remove unused variable `err'.
25931         (isearch-message-prefix, isearch-message-suffix):
25932         Mark unused parameters.
25934         * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
25936         * macros.el (insert-kbd-macro): Remove unused variable `mods'.
25938         * makesum.el (double-column): Remove unused variable `cnt'.
25940         * misearch.el (multi-isearch-pop-state): Mark unused parameter.
25941         (ido-ignore-item-temp-list): Declare.
25943         * mouse-drag.el (mouse-drag-throw): Remove unused variables
25944         `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
25945         `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
25946         (mouse-drag-drag): Remove unused variables `mouse-delta' and
25947         `mouse-col-delta'.
25949         * mouse-sel.el (mouse-extend-internal):
25950         Remove unused variable `orig-window-frame'.
25952         * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
25953         (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
25954         Move declarations before first use.
25955         (pcomplete-opt): Mark unused parameters; doc fix.
25957         * proced.el (proced-revert): Mark unused parameter.
25958         (proced-send-signal): Remove unused variable `err'.
25960         * ps-print.el (ps-print-preprint-region, ps-print-preprint):
25961         Rename parameter PREFIX-ARG to ARG.
25962         (ps-basic-plot-string, ps-basic-plot-whitespace):
25963         Mark unused parameters.
25965         * replace.el (replace-count): Define.
25966         (occur-revert-function): Mark unused parameters.
25967         (ido-ignore-item-temp-list, isearch-error, isearch-forward)
25968         (isearch-case-fold-search, isearch-string): Declare.
25969         (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
25970         bind `case-fold-search'.  Remove unused variables `beg' and `end',
25971         and simplify.
25972         (replace-eval-replacement): Rename parameter REPLACE-COUNT to
25973         COUNT and bind `replace-count'.
25974         (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
25975         to COUNT.
25977         * savehist.el (print-readably, print-string-length): Declare.
25979         * shadowfile.el (shadow-expand-cluster-in-file-name):
25980         Remove unused variable `cluster'.
25981         (shadow-copy-file): Remove unused variable `i'.
25982         (shadow-noquery, shadow-clusters, shadow-site-cluster)
25983         (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
25984         (shadow-define-literal-group, shadow-define-regexp-group)
25985         (shadow-make-group, shadow-shadows-of): Clean up docstrings.
25987         * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
25988         (shell): Use `called-interactively-p'.
25989         (shell-directory-tracker): Remove unused variable `chdir-failure'.
25991         * simple.el (compilation-context-lines, comint-file-name-quote-list)
25992         (comint-file-name-chars, comint-delimiter-argument-list): Declare.
25993         (delete-backward-char): Remove unused variable `ocol'.
25994         (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
25995         (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
25996         (event-apply-hyper-modifier, event-apply-shift-modifier)
25997         (event-apply-control-modifier, event-apply-meta-modifier):
25998         Mark unused parameters.
25999         (undo-make-selective-list): Remove duplicate variable `undo-elt'.
26000         (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
26002         * speedbar.el (speedbar-ignored-directory-expressions)
26003         (speedbar-supported-extension-expressions, speedbar-directory-buttons)
26004         (speedbar-find-file, speedbar-dir-follow)
26005         (speedbar-directory-buttons-follow, speedbar-tag-find)
26006         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
26007         (speedbar-buffers-line-directory, speedbar-buffer-click):
26008         Mark unused parameters.
26009         (speedbar-tag-file): Remove unused variable `mode'.
26010         (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
26012         * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
26014         * talk.el (talk): Remove unused variable `display'.
26016         * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
26017         (tar-write-region-annotate): Mark unused parameter.
26019         * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
26020         (minutes, seconds, time-zone, day, year, monthname, month, dayname):
26021         Declare them, wrapped in `with-no-warnings' to avoid replacing one
26022         warning by another.
26024         * time-stamp.el (time-stamp-string-preprocess):
26025         Remove unused variable `require-padding'.
26027         * tree-widget.el (widget-glyph-enable): Declare.
26028         (tree-widget-action): Mark unused parameter.
26030         * w32-fns.el (x-get-selection): Mark unused parameter.
26031         (autoload-make-program, generated-autoload-file): Declare.
26033         * wdired.el (wdired-revert): Mark unused parameters.
26034         (wdired-xcase-word): Remove unused variable `err'.
26036         * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
26037         (whitespace-help-scroll): Remove unused variable `data-help'.
26039         * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
26040         (widget-image-insert, widget-after-change, default)
26041         (widget-default-format-handler, widget-default-notify)
26042         (widget-default-prompt-value, widget-info-link-action)
26043         (widget-url-link-action, widget-function-link-action)
26044         (widget-variable-link-action, widget-file-link-action)
26045         (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
26046         (widget-field-prompt-internal, widget-field-action, widget-field-match)
26047         (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
26048         (widget-insert-button-action, widget-delete-button-action, visibility)
26049         (widget-documentation-link-action, widget-documentation-string-action)
26050         (widget-const-prompt-value, widget-regexp-match, symbol)
26051         (widget-coding-system-prompt-value)
26052         (widget-key-sequence-value-to-external, sexp)
26053         (widget-sexp-value-to-internal, character, vector, cons)
26054         (widget-choice-prompt-value, widget-boolean-prompt-value)
26055         (widget-color--choose-action): Mark unused parameters.
26056         (widget-item-match-inline, widget-choice-match-inline)
26057         (widget-checklist-match, widget-checklist-match-inline)
26058         (widget-group-match): Rename parameter VALUES to VALS.
26059         (widget-field-value-set): Remove unused variable `size'.
26060         (widget-color-action): Remove unused variables `value' and `start'.
26062         * windmove.el (windmove-wrap-loc-for-movement): Remove unused
26063         variable `dir'.  Doc fix.
26064         (windmove-find-other-window): Don't pass it.
26066         * window.el (count-windows): Mark unused parameter.
26067         (bw-adjust-window): Remove unused variable `err'.
26069         * woman.el (woman-file-name): Remove unused variable `default'.
26070         (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
26071         WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
26072         (global-font-lock-mode): Declare.
26073         (woman-decode-region): Mark unused parameter.
26074         (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
26076         * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
26077         (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
26078         (x-dnd-handle-moz-url): Remove unused variable `title'.
26079         (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
26081         * xml.el (xml-parse-tag, xml-parse-attlist):
26082         Remove unused variable `pos'.
26084 2011-04-19  Glenn Morris  <rgm@gnu.org>
26086         * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
26087         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
26088         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
26089         (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
26090         * calendar/cal-html.el (cal-html-insert-minical):
26091         * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
26092         (calendar-mark-date-pattern):
26093         Prefix "unused" locals.
26095         * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
26096         optional argument `style'.
26098         * calendar/appt.el (appt-make-list):
26099         * calendar/cal-china.el (calendar-chinese-date-string):
26100         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
26101         (diary-hebrew-yahrzeit):
26102         * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
26103         * calendar/calendar.el (calendar-generate-window):
26104         * calendar/time-date.el (time-to-days):
26105         Remove unused local variables.
26107 2011-04-18  Chong Yidong  <cyd@stupidchicken.com>
26109         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
26110         glyphless-char-display table.
26111         (tabulated-list-glyphless-char-display): New var.
26113 2011-04-18  Sam Steingold  <sds@gnu.org>
26115         * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
26116         to acknowledgments.
26118 2011-04-17  Glenn Morris  <rgm@gnu.org>
26120         * calendar/diary-lib.el (diary-sexp-entry):
26121         * calendar/holidays.el (holiday-sexp):
26122         Set debug-on-error rather than the removed stack-trace-on-error.
26124 2011-04-16  Glenn Morris  <rgm@gnu.org>
26126         * progmodes/f90.el: Use lexical-binding.
26127         (f90-get-correct-indent): Remove unnecessary local variable `cont'.
26129 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
26131         * mail/sendmail.el (mail-mode-map): Use completion-at-point.
26132         (mail-mode): Setup mailalias completion here instead.
26133         * mail/mailalias.el: Use lexical-binding.
26134         (pattern, mailalias-done): Declare dynamic.
26135         (mail-completion-at-point-function): New function, from mail-complete.
26136         (mail-complete): Use it.
26137         (mail-completion-expand): New function.
26138         (mail-get-names): Use it.
26139         (mail-directory, mail-directory-process, mail-directory-stream):
26140         Don't use `pattern' for lexically bound arg.
26142         * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
26144         * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
26145         (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
26146         (hfy-etags-cmd-alist): Don't eval-and-compile any more.
26148         * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
26149         (byte-save-window-excursion, byte-temp-output-buffer-setup)
26150         (byte-interactive-p): Define them again, for use when inlining
26151         old code.
26153 2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
26155         * loadup.el: Use `string-to-number', not `string-to-int'.
26157 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
26159         * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
26160         gud-gdb-complete-command.
26161         (gud-gdb-completions): New function, from gud-gdb-complete-command.
26162         (gud-gdb-completion-at-point): New function.
26163         (gud-gdb-completions): Remove.
26165 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
26167         * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
26168         when the scripts fail.  Use `tramp-do-file-attributes-with-ls' then.
26169         (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
26170         whether `executable-find' is bound.
26172         * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
26174 2011-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
26176         * minibuffer.el (completion-in-region-mode-predicate)
26177         (completion-in-region-mode--predicate): New vars.
26178         (completion-in-region, completion-in-region--postch)
26179         (completion-in-region-mode): Use them.
26180         (completion--capf-wrapper): Also return the hook function.
26181         (completion-at-point, completion-help-at-point):
26182         Adjust and provide a predicate.
26184         Preserve arg names for advice of subr and lexical functions (bug#8457).
26185         * help-fns.el (help-function-arglist): Consolidate the subr and
26186         new-byte-code cases.  Add argument `preserve-names' to extract names
26187         from the docstring when needed.
26188         * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
26189         (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
26190         (ad-arglist): Use help-function-arglist's new arg.
26191         (ad-definition-type): Use cond.
26193 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
26195         * autorevert.el (auto-revert-handler):
26196         Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
26197         which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
26198         Don't quote lambda.
26200         * image-mode.el (image-transform-set-scale):
26201         Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
26203 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26205         * net/network-stream.el (network-stream-open-starttls): Only do
26206         opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
26207         Upgrades via gnutls-cli are too slow to be done opportunistically.
26209 2011-04-12  Juanma Barranquero  <lekktu@gmail.com>
26211         * dframe.el (dframe-current-frame): Remove spurious quote.
26213 2011-04-12  Glenn Morris  <rgm@gnu.org>
26215         * calendar/cal-tex.el (cal-tex-end-document):
26216         Try to automatically use latin1 input if needed.
26218         * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
26219         Don't try to cons a mark onto an empty element.
26221 2011-04-11  Leo Liu  <sdl.web@gmail.com>
26223         * ido.el (ido-buffer-internal): Allow method 'kill for virtual
26224         buffers.
26225         (ido-kill-buffer-at-head): Support killing virtual buffers.
26227 2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
26229         * minibuffer.el (completion-show-inline-help): New var.
26230         (completion--do-completion, minibuffer-complete)
26231         (minibuffer-force-complete, minibuffer-complete-word):
26232         Inhibit minibuffer messages if completion-show-inline-help is nil.
26234         * icomplete.el (icomplete-mode): Bind completion-show-inline-help
26235         to avoid interference from inline help (Bug#5849).
26237 2011-04-10  Leo Liu  <sdl.web@gmail.com>
26239         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
26240         Fix typo.
26242 2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
26244         * image-mode.el (image-toggle-display-image): Signal an error if
26245         not in Image mode.
26246         (image-transform-mode, image-transform-resize)
26247         (image-transform-set-rotation): Doc fix.
26248         (image-transform-set-resize): Delete.
26249         (image-transform-set-scale, image-transform-fit-to-height)
26250         (image-transform-fit-to-width): Handle image-toggle-display-image
26251         and image-transform-resize directly.
26253 2011-04-08  Sho Nakatani  <lay.sakura@gmail.com>
26255         * doc-view.el (doc-view-fit-width-to-window)
26256         (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
26257         New functions for fitting the shown image to the Emacs window size.
26258         (doc-view-mode-map): Add bindings for the new functions.
26260 2011-04-08  Juanma Barranquero  <lekktu@gmail.com>
26262         * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
26263         Fix typo in docstring.
26265 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
26267         * files.el (file-size-human-readable): Produce one digit after
26268         decimal, like "ls -lh" does.
26270         * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
26271         the file size representation.
26273         * simple.el (list-processes): If async subprocesses are not
26274         available, error out with a clear error message.
26276 2011-04-08  Chong Yidong  <cyd@stupidchicken.com>
26278         * help.el (help-form-show): New function, to be called from C.
26279         Put help-form output in a buffer named differently than *Help*.
26281 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
26283         * files.el (file-size-human-readable): New function.
26285         * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
26286         computing the representation inline.  Don't require `cl'.
26288 2011-04-08  Glenn Morris  <rgm@gnu.org>
26290         * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
26292         * net/browse-url.el (browse-url-firefox):
26293         Test system-type, not system-configuration.
26295         * vc/log-edit.el (log-edit-empty-buffer-p): New function.
26296         (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
26297         Use log-edit-empty-buffer-p.  (Bug#7598)
26299         * net/rlogin.el (rlogin-process-connection-type): Simplify.
26300         (rlogin-mode-map): Initialize in the defvar.
26301         (rlogin): Use ignore-errors.
26303         * replace.el (occur-mode-map): Some fixes for menu items.
26305 2011-04-07  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
26307         * play/morse.el (denato-region): Handle varying case.  (Bug#8386)
26309 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
26311         * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
26312         issuing unused warnings.
26314         * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
26315         macro directly.
26317         * simple.el: Lisp reimplement of list-processes.  Based on an
26318         earlier reimplementation by Leo Liu, but using tabulated-list.el.
26319         (process-menu-mode): New major mode.
26320         (list-processes--refresh, list-processes):
26321         (process-menu-visit-buffer): New functions.
26323         * files.el (save-buffers-kill-emacs): Don't assume any return
26324         value of list-processes, which is undocumented anyway.
26326 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
26328         * emacs-lisp/tabulated-list.el: New file.
26330         * emacs-lisp/package.el: Use Tabulated List mode.
26331         (package-menu-mode-map): Inherit from tabulated-list-mode-map.
26332         (package-menu-mode): Derive from tabulated-list-mode.  Set up the
26333         table format using Tabulated List mode variables.
26334         (package--push): New macro, replacing package-list-maybe-add.
26335         (package-menu--generate): Use package--push.  Renamed from
26336         package--generate-package-list.
26337         (package-menu-refresh, list-packages): Use it.
26338         (package-menu--print-info): Rename from package-print-package.
26339         Return insertion data instead of inserting it directly.
26340         (package-menu-describe-package, package-menu-execute):
26341         Use tabulated-list-get-id.
26342         (package-menu-mark-delete, package-menu-mark-install)
26343         (package-menu-mark-unmark, package-menu-backup-unmark)
26344         (package-menu-mark-obsolete-for-deletion):
26345         Use tabulated-list-put-tag.
26346         (package--list-packages, package-menu-revert)
26347         (package-menu-get-package, package-menu-get-version)
26348         (package-menu-sort-by-column): Functions deleted.
26349         (package-menu-package-list, package-menu-sort-key): Vars deleted.
26350         (package-menu--status-predicate, package-menu--version-predicate)
26351         (package-menu--name-predicate)
26352         (package-menu--description-predicate): Handle arguments in the
26353         Tabulated List format.
26354         (package-list-packages-no-fetch): Call list-packages.
26356 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
26358         * files.el (after-find-file-from-revert-buffer): Remove variable.
26359         (after-find-file): Don't bind it.
26360         (revert-buffer-in-progress-p): New variable.
26361         (revert-buffer): Bind it.
26362         Pass nil for `after-find-file-from-revert-buffer'.
26364         * saveplace.el (save-place-find-file-hook): Use new variable
26365         `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
26367 2011-04-06  Glenn Morris  <rgm@gnu.org>
26369         * Makefile.in (AUTOGEN_VCS): New variable.
26370         (autoloads): Use $AUTOGEN_VCS.
26372         * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
26373         * calendar/calendar.el (calendar-mode-map):
26374         Check for toolkit scroll bars.  (Bug#8305)
26376 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
26378         * minibuffer.el (completion-in-region--postch)
26379         (completion-in-region-mode): Remove unnecessary messages.
26381 2011-04-05  Juanma Barranquero  <lekktu@gmail.com>
26383         * font-lock.el (font-lock-refresh-defaults):
26384         Don't bind `hi-lock--inhibit-font-lock-hook', removed in
26385         2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
26387         * info.el (Info-directory-list, Info-read-node-name-2)
26388         (Info-split-parameter-string): Doc fixes.
26389         (Info-virtual-nodes): Reflow docstring.
26390         (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
26391         (Info-apropos-toc-nodes, info-finder, Info-get-token)
26392         (Info-find-emacs-command-nodes, Info-speedbar-key-map):
26393         Fix typos in docstrings.
26394         (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
26395         (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
26396         (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
26397         (Info-restore-desktop-buffer): Mark unused parameters.
26398         (Info-directory-find-file, Info-directory-find-node)
26399         (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
26400         (Info-virtual-index-find-node, Info-apropos-find-file)
26401         (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
26402         Mark unused parameters; fix typos in docstrings.
26403         (Info-virtual-index): Remove unused local variable `nodename'.
26405 2011-04-05  Deniz Dogan  <deniz@dogan.se>
26407         * net/rcirc.el: Update my e-mail address.
26408         (rcirc-mode-map): Remove M-o binding.
26410 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
26412         * startup.el (command-line): Save the cursor's theme-face
26413         directly, instead of using face-override-spec.
26415         * custom.el (load-theme): Minor optimization in assigning faces.
26417 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
26419         * help-fns.el (describe-variable): Complete all variables having
26420         documentation, including keywords.
26421         http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
26423 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
26425         Convert to lexical-binding.
26427         * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
26428         (bs--get-marked-string, bs--get-modified-string)
26429         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
26430         (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
26431         (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
26433         * ehelp.el (electric-help-execute-extended)
26434         (electric-help-ctrl-x-prefix):
26435         * hexl.el (hexl-revert-buffer-function):
26436         * linum.el (linum-after-change, linum-after-scroll):
26437         * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
26439         * help-fns.el (help-describe-category-set): Remove unused ERR variable.
26441 2011-04-04  Daiki Ueno  <ueno@unixuser.org>
26443         * epa-dired.el:
26444         * epa-mail.el:
26445         * epa-hook.el:
26446         * epa-file.el:
26447         * epa.el:
26448         * epg.el: Use lexical binding.
26450 2011-04-03  Chong Yidong  <cyd@stupidchicken.com>
26452         * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
26454         * textmodes/flyspell.el (flyspell-word): Recognize default
26455         dictionary case for flyspell-mark-duplications-exceptions.
26456         Use regexp matching for languages.
26457         (flyspell-mark-duplications-exceptions): Add "that" and "had" for
26458         default dictionary (Bug#7926).
26460 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
26462         * emacs-lisp/package.el (package--with-work-buffer):
26463         Recognize https URLs.
26465         * net/network-stream.el: Move from gnus/proto-stream.el.
26466         Change prefix to network-stream throughout.
26467         (open-protocol-stream): Merge into open-network-stream, leaving
26468         open-protocol-stream as an alias.  Handle nil BUFFER args.
26470         * subr.el (open-network-stream): Move to net/network-stream.el.
26472 2011-04-02  Glenn Morris  <rgm@gnu.org>
26474         * find-dired.el (find-exec-terminator): New option.
26475         (find-ls-option): Test for -ls support.
26476         (find-ls-subdir-switches): Test for -b in find-ls-option.
26477         (find-dired, find-grep-dired): Doc fixes.
26478         (find-dired): Use find-exec-terminator.
26480         * find-dired.el (find-ls-option, find-ls-subdir-switches)
26481         (find-grep-options): Do not autoload these defcustoms, remove purecopy.
26482         (find-name-arg): Remove purecopy.
26484         * progmodes/grep.el (grep-find-use-xargs): Doc fix.
26485         (grep-compute-defaults): Check for `-exec COMMAND +' support.
26486         Set grep-find-use-xargs, grep-find-command, and grep-find-template
26487         accordingly.  Don't add the null-device if not needed.
26489         * files.el (save-some-buffers): Doc fix.
26491 2011-04-02  Eli Zaretskii  <eliz@gnu.org>
26493         * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
26495 2011-04-01  Juanma Barranquero  <lekktu@gmail.com>
26497         * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
26498         Use `dolist' rather than `mapcar'.
26500 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
26502         Add lexical binding.
26504         * subr.el (apply-partially): Use new closures rather than CL.
26505         (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
26506         (dolist, dotimes): Use slightly different expansion for lexical code.
26507         (functionp): Move to C.
26508         (letrec): New macro.
26509         (with-wrapper-hook): Use it and apply-partially instead of CL.
26510         (eval-after-load): Preserve lexical-binding.
26511         (save-window-excursion, with-output-to-temp-buffer): Turn them
26512         into macros.
26514         * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
26516         * help-fns.el (help-split-fundoc): Return nil if there's nothing else
26517         than the arglist.
26518         (help-add-fundoc-usage): Don't add `Not documented'.
26519         (help-function-arglist): Handle closures, subroutines, and new
26520         byte-code-functions.
26521         (help-make-usage): Remove leading underscores.
26522         (describe-function-1): Handle closures.
26523         (describe-variable): Use special-variable-p for completion.
26525         * files.el (lexical-binding): Declare safe.
26527         * emacs-lisp/pcase.el: Don't use destructuring-bind.
26528         (pcase--memoize): Rename from pcase-memoize.  Change weakness.
26529         (pcase): Add `let' pattern.
26530         Change memoization so it actually works.
26531         (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
26532         (pcase--u1) <guard, pred>: Fix possible shadowing problem.
26533         <let>: New case.
26535         * emacs-lisp/macroexp.el: Use lexical binding.
26536         (macroexpand-all-1): Check obsolete macros.  Expand compiler-macros.
26537         Don't convert ' to #' without checking that it's indeed quoting
26538         a lambda.
26540         * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
26541         Use eval-sexp-add-defvars.
26542         (eval-sexp-add-defvars): New fun.
26544         * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
26546         * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
26547         Don't autoload.
26548         (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
26549         than the internal `byte-compile-lambda'.
26550         (defmethod): Don't hide code under quotes.
26551         (eieio-defmethod): New `code' argument.
26553         * emacs-lisp/eieio-comp.el: Remove.
26555         * emacs-lisp/edebug.el (edebug-eval-defun)
26556         (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
26557         (edebug-toggle): Avoid `eval'.
26559         * emacs-lisp/disass.el (disassemble-internal): Handle new
26560         `closure' objects.
26561         (disassemble-1): Handle new byte codes.
26563         * emacs-lisp/cl.el (pushnew): Silence warning.
26565         * emacs-lisp/cl-macs.el (cl-byte-compile-block)
26566         (cl-byte-compile-throw): Remove.
26567         (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
26569         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
26570         closures.
26572         * emacs-lisp/cconv.el: New file.
26574         * emacs-lisp/bytecomp.el: Use lexical binding instead of
26575         a "bytecomp-" prefix.  Macroexpand everything as a separate phase.
26576         (byte-compile-initial-macro-environment):
26577         Handle declare-function here.
26578         (byte-compile--lexical-environment): New var.
26579         (byte-stack-ref, byte-stack-set, byte-discardN)
26580         (byte-discardN-preserve-tos): New lap codes.
26581         (byte-interactive-p): Don't use any more.
26582         (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
26583         New macros.
26584         (byte-compile-lapcode): Use them and handle new lap codes.
26585         (byte-compile-obsolete): Remove.
26586         (byte-compile-arglist-signature): Handle new byte-code arg"lists".
26587         (byte-compile-arglist-warn): Check late def of inlinable funs.
26588         (byte-compile-cl-warn): Don't silence warnings for compiler-macros
26589         since they should have been expanded by now.
26590         (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
26591         (byte-compile-from-buffer): Remove unused second arg.
26592         (byte-compile-preprocess): New function.
26593         (byte-compile-toplevel-file-form): New function to distinguish
26594         file-form calls from outside from file-form calls from hunk-handlers.
26595         (byte-compile-file-form): Simplify.
26596         (byte-compile-file-form-defsubst): Remove.
26597         (byte-compile-file-form-defmumble): Simplify now that
26598         byte-compile-lambda always returns a byte-code-function.
26599         (byte-compile): Preprocess.
26600         (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
26601         Remove, not used any more.
26602         (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
26603         (byte-compile-make-args-desc): New funs.
26604         (byte-compile-lambda): Handle lexical functions.  Always return
26605         a byte-code-function.
26606         (byte-compile-reserved-constants): New var, to make up room for
26607         closed-over variables.
26608         (byte-compile-constants-vector): Obey it.
26609         (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
26610         (byte-compile-macroexpand-declare-function): New function.
26611         (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
26612         byte-code-functions.
26613         (byte-compile-form): Check obsolescence here.
26614         (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
26615         (byte-compile-variable-ref): Remove.
26616         (byte-compile-dynamic-variable-op): New fun.
26617         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
26618         (byte-compile-variable-set): New funs.
26619         (byte-compile-discard): Add 2 args.
26620         (byte-compile-stack-ref, byte-compile-stack-set)
26621         (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
26622         (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
26623         macroexpand-all instead.
26624         (byte-compile-quote-form): Remove.
26625         (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
26626         (byte-compile-bind, byte-compile-unbind): New funs.
26627         (byte-compile-let): Handle let* and lexical binding.
26628         (byte-compile-let*): Remove.
26629         (byte-compile-catch, byte-compile-unwind-protect)
26630         (byte-compile-track-mouse, byte-compile-condition-case):
26631         Handle a new :fun-body form, used for lexical scoping.
26632         (byte-compile-save-window-excursion)
26633         (byte-compile-with-output-to-temp-buffer): Remove.
26634         (byte-compile-defun): Simplify.
26635         (byte-compile-stack-adjustment): New fun.
26636         (byte-compile-out): Use it.
26637         (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
26639         * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
26640         handler any more.
26642         * emacs-lisp/byte-opt.el: Use lexical binding.
26643         (byte-inline-lapcode): Remove (to bytecomp).
26644         (byte-compile-inline-expand): Pay attention to inlining to/from
26645         lexically bound code.
26646         (byte-compile-unfold-lambda): Don't handle byte-code-functions
26647         any more.
26648         (byte-optimize-form-code-walker): Don't handle save-window-excursion
26649         any more and don't call compiler-macros.
26650         (byte-compile-splice-in-already-compiled-code): Remove.
26651         (byte-code): Don't inline any more.
26652         (disassemble-offset): Receive `bytes' as argument rather than via
26653         dynamic scoping.
26654         (byte-compile-tag-number): Declare before first use.
26655         (byte-decompile-bytecode-1): Handle new byte-codes, don't change
26656         `return' even if make-spliceable.
26657         (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
26658         obsolete interactive-p.
26659         (byte-optimize-lapcode): Optimize new lap-codes.
26660         Don't trip up on new form of `byte-constant' lap code.
26662         * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
26664         * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
26666         * custom.el (custom-initialize-default, custom-declare-variable):
26667         Use `defvar'.
26669         * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
26670         New variables.
26671         (compile-onefile, .el.elc, compile-calc, recompile): Use them.
26672         (COMPILE_FIRST): Add macroexp and cconv.
26673         * makefile.w32-in: Mirror changes in Makefile.in.
26675         * vc/cvs-status.el:
26676         * vc/diff-mode.el:
26677         * vc/log-edit.el:
26678         * vc/log-view.el:
26679         * vc/smerge-mode.el:
26680         * textmodes/bibtex-style.el:
26681         * textmodes/css-mode.el:
26682         * startup.el:
26683         * uniquify.el:
26684         * minibuffer.el:
26685         * newcomment.el:
26686         * reveal.el:
26687         * server.el:
26688         * mpc.el:
26689         * emacs-lisp/smie.el:
26690         * doc-view.el:
26691         * dired.el:
26692         * abbrev.el: Use lexical binding.
26694 2011-04-01  Eli Zaretskii  <eliz@gnu.org>
26696         * info.el (info-display-manual): New function.
26698 2011-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
26700         * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
26702 2011-03-31  Tassilo Horn  <tassilo@member.fsf.org>
26704         * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
26705         an entry for that server in rcirc-authinfo.  (Bug#8385)
26707 2011-03-31  Glenn Morris  <rgm@gnu.org>
26709         * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
26711         * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
26713 2011-03-30  Christoph Scholtes  <cschol2112@googlemail.com>
26715         * progmodes/python.el (python-default-interpreter)
26716         (python-python-command-args, python-jython-command-args)
26717         (python-which-shell, python-which-args, python-which-bufname)
26718         (python-file-queue, python-comint-output-filter-function)
26719         (python-toggle-shells, python-shell): Remove obsolete defcustoms,
26720         variables and functions.
26722 2011-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
26724         * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
26725         (completion-in-region-mode): New minor mode.
26726         (completion-in-region): Use it.
26727         (completion-in-region--data, completion-in-region-mode-map): New vars.
26728         (completion-in-region--postch): New function.
26729         (completion--capf-misbehave-funs, completion--capf-safe-funs):
26730         New vars.
26731         (completion--capf-wrapper): New function.
26732         (completion-at-point): Use it to track well-behavedness of
26733         hook functions.
26734         (completion-help-at-point): New command.
26736 2011-03-30  Jason Merrill  <jason@redhat.com>  (tiny change)
26738         * vc/add-log.el (add-change-log-entry): Don't use whitespace
26739         syntax class to search for whitespace on a single line
26740         (Message-ID: <4D938140.4030905@redhat.com>).
26742 2011-03-30  Leo Liu  <sdl.web@gmail.com>
26744         * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
26745         New commands.
26746         (edit-abbrevs-map): Bind them here.
26747         (write-abbrev-file): New optinal arg VERBOSE.  (Bug#5937)
26749 2011-03-29  Ken Manheimer  <ken.manheimer@gmail.com>
26751         * allout.el (allout-hide-by-annotation, allout-flag-region):
26752         Reduce possibility of overlay leakage by making them volatile.
26754         * allout-widgets.el (allout-widgets-tally): Define as nil so the
26755         hash is not shared between buffers.  Mode initialization is
26756         responsible for giving it a useful starting value.
26757         (allout-item-span): Reduce possibility of overlay leakage by
26758         making them volatile.
26759         (allout-widgets-count-buttons-in-region): Add diagnostic function
26760         for tracking down button overlay leaks.
26762 2011-03-29  Leo Liu  <sdl.web@gmail.com>
26764         * ido.el (ido-read-internal): Use the default history var
26765         minibuffer-history if no HISTORY is specified.
26767 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
26769         * net/imap.el (imap-shell-open, imap-process-connection-type):
26770         Use imap-process-connection-type for 'shell' streams as well as
26771         Kerberos, SSL, other subprocesses.
26773 2011-03-28  Leo Liu  <sdl.web@gmail.com>
26775         * abbrev.el (abbrev-table-empty-p): New function.
26776         (prepare-abbrev-list-buffer): Place empty abbrev tables after
26777         nonempty ones.  (Bug#5937)
26779 2011-03-27  Jan Djärv  <jan.h.d@swipnet.se>
26781         * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
26783 2011-03-27  Leo Liu  <sdl.web@gmail.com>
26785         * ansi-color.el (ansi-color-names-vector): Allow cons cell value
26786         for foreground and background colors.
26787         (ansi-color-make-color-map): Adapt.
26789 2011-03-25  Leo Liu  <sdl.web@gmail.com>
26791         * midnight.el (midnight-time-float): Remove.  Note it calculates
26792         the microsecond component incorrectly and seconds-to-time does the
26793         same job.
26794         Remove redundant (require 'timer).
26796         * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
26797         (ido-completions): Remove unused arguments.  (Bug#8329)
26799 2011-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
26801         * minibuffer.el (completion--flush-all-sorted-completions):
26802         Remove itself from hook.
26803         (completion-at-point): Let the functions perform the completion
26804         immediately and return nil or t.
26805         * comint.el (comint-dynamic-complete-functions): Now identical to
26806         completion-at-point-functions.
26807         (comint-dynamic-list-input-ring): Remove unused var `index'.
26808         (comint--match-partial-filename, comint--unquote&expand-filename):
26809         New funs, split from comint-match-partial-filename.
26810         (comint-dynamic-complete): Use completion-at-point.
26811         (comint-dynamic-complete-filename): Use comint--match-partial-filename.
26813 2011-03-24  Drew Adams  <drew.adams@oracle.com>
26815         * thingatpt.el: Support `defun'.
26817 2011-03-23  Leo Liu  <sdl.web@gmail.com>
26819         * abbrevlist.el: Move to obsolete/abbrevlist.el.
26821         * help-mode.el (help-mode-finish): Tweak regexp.
26823 2011-03-23  Glenn Morris  <rgm@gnu.org>
26825         * eshell/esh-opt.el (eshell-eval-using-options):
26826         Do not bind unused local variable `eshell-option-stub'.
26828         * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
26830 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
26832         * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
26833         keymap variable in `with-no-warnings' to avoid a warning when the
26834         keymap has been already `defconst'ed.
26836 2011-03-22  Leo Liu  <sdl.web@gmail.com>
26838         * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
26839         encode all chars in abbrevs; otherwise use emacs-mule or
26840         utf-8-emacs.  (Bug#8308)
26842 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
26844         * simple.el (backward-delete-char-untabify):
26845         Avoid warning about using `delete-backward-char'.
26847         * image.el (image-type-file-name-regexps): Make it variable.
26848         `imagemagick-register-types' modifies it, and the user may want
26849         to add new extensions for known image types.
26850         (imagemagick-register-types): Throw error if not using ImageMagick.
26852 2011-03-22  Leo Liu  <sdl.web@gmail.com>
26854         * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
26855         located before rcirc-prompt-end-marker.
26856         (rcirc-complete): Error if point is not after rcirc prompt.
26857         Handle the case when table is nil.
26858         (rcirc-user-authenticated): Define to fix compiler warning.
26860 2011-03-22  Chong Yidong  <cyd@stupidchicken.com>
26862         * custom.el (custom--inhibit-theme-enable): Make it affect only
26863         custom-theme-set-variables and custom-theme-set-faces.
26864         (provide-theme): Ignore custom--inhibit-theme-enable.
26865         (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
26866         (custom-enabling-themes): Delete variable.
26867         (enable-theme): Accept only loaded themes as arguments.
26868         Ignore the special custom-enabled-themes variable.
26869         (custom-enabled-themes): Forbid themes from setting this.
26870         Eliminate use of custom-enabling-themes.
26871         (custom-push-theme): Quote "changed" custom var entry.
26873 2011-03-21  Leo Liu  <sdl.web@gmail.com>
26875         * ido.el (ido-read-internal): Add ido-selected to history instead
26876         of user input.
26878 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
26880         * subr.el (deferred-action-list, deferred-action-function):
26881         Mark obsolete.
26883 2011-03-21  Leo Liu  <sdl.web@gmail.com>
26885         * vc/log-view.el: Remove (require 'wid-edit), not needed after the
26886         change on 2011-02-13 (bug#8309).
26888         * minibuffer.el (read-file-name-function): Change default value.
26889         (read-file-name--defaults): Rename from read-file-name-defaults.
26890         (read-file-name-default): Rename from read-file-name.
26891         (read-file-name): Call read-file-name-function.
26893 2011-03-21  Glenn Morris  <rgm@gnu.org>
26895         * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
26896         Doc fixes.
26898 2011-03-21  Chong Yidong  <cyd@stupidchicken.com>
26900         * cus-theme.el: Add missing provide statement.
26901         (customize-create-theme): Extract theme value correctly.
26902         (custom-theme-visit-theme): Autoload.
26903         (customize-create-theme): Prompt before inserting default faces.
26905 2011-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
26907         * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
26908         units and musical notes.
26910 2011-03-20  Leo Liu  <sdl.web@gmail.com>
26912         * ido.el (ido-read-internal): Use completing-read-default.
26913         (ido-completing-read): Fix compatibility with completing-read.
26915 2011-03-20  Christian Ohler  <ohler@gnu.org>
26917         * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
26918         (ert-delete-all-tests): Use `called-interactively-p' rather than
26919         `interactive-p'.
26920         (ert--make-xrefs-region): Respect END.
26922 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
26924         * dired-aux.el (dired-create-directory): Signal an error if the
26925         directory already exists (Bug#8246).
26927         * facemenu.el (list-colors-display): Call list-faces-display
26928         inside with-help-window.
26929         (list-colors-print): Use display property to align the final
26930         column, instead of checking window-width.
26932 2011-03-19  Eli Zaretskii  <eliz@gnu.org>
26934         * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
26935         windows-nt systems.
26936         (emerge-protect-metachars): Quote correctly for ms-dos and
26937         windows-nt systems.
26939 2011-03-19  Ralph Schleicher  <rs@ralph-schleicher.de>
26941         * info.el (info-initialize): Replace all uses of `:' with
26942         path-separator for compatibility with non-Unix systems.
26943         Cache quoting of path-separator.  (Bug#8258)
26945 2011-03-19  Juanma Barranquero  <lekktu@gmail.com>
26947         * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
26948         (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
26949         (mouse-avoidance-mode): Fix typos in docstrings.
26951 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
26953         * startup.el (package-subdirectory-regexp): Move from package.el.
26954         Omit \\` and \\', and let callers add them.
26956         * emacs-lisp/package.el (package-strip-version)
26957         (package-load-all-descriptors): Add \\` and \\' to
26958         package-subdirectory-regexp before using it.
26959         (package-untar-buffer): New arg DIR; ensure that file untars only
26960         into this expected directory.  Remove superfluous delete-region.
26961         (package-unpack): Caller changed.
26962         (package-tar-file-info): Use package-subdirectory-regexp.
26964 2011-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
26966         * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
26967         diff-mode-shared-map (bug#8284).
26968         (diff-mode-shared-map): Re-introduce some bindings that were problematic.
26970 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26972         * calendar/time-date.el (format-seconds): Use assoc instead of
26973         assoc-string, since assoc-string doesn't exist in XEmacs.
26975 2011-03-17  Juanma Barranquero  <lekktu@gmail.com>
26977         * custom.el (custom-known-themes): Reflow docstring.
26978         (custom-theme-load-path): Fix typo in docstring.
26979         (load-theme): Fix typo in error message.
26980         (custom-available-themes, custom-variable-theme-value):
26981         Use `let', not `let*'.
26983 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
26985         * calc/README: Mention inclusion of musical notes.
26987         * calc/calc-units.el (calc-lu-quant): Rename from
26988         `calc-logunits-quantity'.
26989         (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
26990         (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
26991         (calc-db): Rename from `calc-dblevel'.
26992         (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
26993         (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
26994         (calc-np): Rename from `calc-nplevel'.
26995         (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
26996         (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
26997         (calc-lu-plus): Rename from `calc-logunits-add'.
26998         (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
26999         (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
27000         (calc-lu-minus): Rename from `calc-logunits-sub'.
27001         (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
27002         (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
27003         (calc-lu-times): Rename from `calc-logunits-mul'.
27004         (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
27005         (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
27006         (calc-lu-divide): Rename from `calc-logunits-div'.
27007         (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
27008         (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
27010         * calc/calc-ext.el (calc-init-extensions): Update the names of the
27011         functions being autoloaded.
27013         * calc/calc.el (calc-lu-power-reference): Rename from
27014         `calc-logunits-power-reference'.
27015         (calc-lu-field-reference): Rename from
27016         `calc-logunits-field-reference'.
27018         * calc/calc-help.el (calc-l-prefix-help):
27019         Mention musical note functions.
27021 2011-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
27023         * minibuffer.el (completion-all-sorted-completions):
27024         Use :completion-cycle-penalty text property if present.
27026 2011-03-16  Ken Manheimer  <ken.manheimer@gmail.com>
27028         * allout.el (allout-yank-processing): Adjust for new rebulleting
27029         regime so bullet being yanked is used without prompting the user
27030         for a choice.
27032 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
27034         * startup.el (command-line): Warn the user that _emacs is deprecated.
27036 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
27038         * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
27039         (delphi-verbose, delphi-comment-face, delphi-string-face)
27040         (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
27041         (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
27042         (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
27043         (delphi-new-comment-line, delphi-font-lock-defaults)
27044         (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
27045         Fix typos in docstrings.
27047 2011-03-15  Ken Manheimer  <ken.manheimer@gmail.com>
27049         * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
27050         Invert the roles of character and string values for INSTEAD, so a
27051         string is used for the more common case of a defaulting prompt.
27053 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
27055         * progmodes/ruby-mode.el (ruby-backward-sexp):
27056         * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
27057         * play/gamegrid.el (gamegrid-make-face):
27058         * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
27059         (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
27060         * notifications.el (notifications-notify):
27061         * net/xesam.el (xesam-search-engines):
27062         * net/quickurl.el (quickurl-list-insert):
27063         * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
27065 2011-03-15  Chong Yidong  <cyd@stupidchicken.com>
27067         * startup.el (command-line): Update package subdirectory regexp.
27069 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
27071         * allout.el (allout-abbreviate-flattened-numbering)
27072         (allout-mode-deactivate-hook): Fix up obsolescence "date".
27074         * subr.el (read-char-choice): Only show the cursor after the prompt,
27075         not after the answer.
27077 2011-03-15  Kevin Ryde  <user42@zip.com.au>
27079         * help-fns.el (variable-at-point): Skip leading quotes, if any
27080         (bug#8253).
27082 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
27084         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
27085         warning message.
27087 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
27089         * shell.el (shell): When called interactively, offer to change the
27090         shell file name on remote hosts.
27092 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
27094         * net/ldap.el (ldap-search-internal): Add `auth-source-search'
27095         integration for LDAP parameters.  The host, base, user or binddn,
27096         and secret tokens can be specified in a netrc file, for instance.
27097         This is optional because an `auth-source' parameter must be
27098         specified in the search attributes.
27100 2011-03-13  Juanma Barranquero  <lekktu@gmail.com>
27102         * help.el (describe-mode): Link to the mode's definition (bug#8185).
27104 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
27106         * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
27107         into declaration.  Remove redundant and harmful binding.
27109 2011-03-12  Eli Zaretskii  <eliz@gnu.org>
27111         * files.el (file-ownership-preserved-p): Pass `integer' as an
27112         explicit 2nd argument to `file-attributes'.  If the file's owner
27113         is the Administrators group on Windows, and the current user is
27114         Administrator, consider that a match.
27116         * server.el (server-ensure-safe-dir): Consider server directory
27117         safe on MS-Windows if its owner is the Administrators group while
27118         the current Emacs user is Administrator.  Use `=' to compare
27119         numerical UIDs, since they could be integers or floats.
27121 2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
27123         * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
27125 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
27127         Sync with Tramp 2.2.1.
27129         * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
27131         * net/trampver.el: Update release number.
27133 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
27135         * progmodes/compile.el (compilation--previous-directory): Fix up
27136         various nil/dead-marker mismatches (bug#8014).
27137         (compilation-directory-properties, compilation-error-properties):
27138         Don't call it at a position past the one we're about to change.
27140         * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
27141         Disable obsolescence warnings in the file that declares it.
27143 2011-03-11  Ken Manheimer  <ken.manheimer@gmail.com>
27145         * allout-widgets.el (allout-widgets-tally):
27146         Initialize allout-widgets-tally as a hash table rather than nil to
27147         prevent mode-line redisplay warnings.  Also, clarify the module
27148         description and fix a comment typo.
27150 2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
27152         * help-fns.el (describe-variable): Don't complete keywords.
27153         Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
27155 2011-03-10  Chong Yidong  <cyd@stupidchicken.com>
27157         * emacs-lisp/package.el (package-version-join): Impose a standard
27158         string representation for pre/alpha/beta version lists.
27159         (package-unpack-single): Standardize the directory name by passing
27160         it through package-version-join.
27161         (package-strip-rcs-id): Accept any version string that does not
27162         signal an error in version-to-list.
27164 2011-03-10  Michael Albinus  <michael.albinus@gmx.de>
27166         * simple.el (delete-trailing-whitespace): Return nil for the
27167         benefit of `write-file-functions'.
27169 2011-03-10  Glenn Morris  <rgm@gnu.org>
27171         * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
27173         * vc/vc-git.el (vc-git-program): New option.
27174         (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
27175         (vc-git--call): Use it.
27177         * eshell/esh-util.el (eshell-condition-case): Doc fix.
27179         * cus-edit.el (Custom-newline): If no button at point, look
27180         for a subgroup button at start-of-line.  (Bug#2298)
27182         * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
27184 2011-03-10  Julien Danjou  <julien@danjou.info>
27186         * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
27187         `cursor-type' is nil.
27189 2011-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
27191         * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
27193 2011-03-09  Ken Manheimer  <ken.manheimer@gmail.com>
27195         * allout.el: Change so yank of distinctive-bullet items
27196         preserves the existing header prefix, rebulleting it if necessary,
27197         rather than replacing it.  This is necessary for proper operation
27198         of cooperative addons like allout-widgets.
27199         (allout-make-topic-prefix, allout-rebullet-heading):
27200         Change SOLICIT arg to INSTEAD, and interpret additionally a string
27201         value as alternate bullet to be used, instead of prompting the user
27202         for a bullet character.
27204 2011-03-09  Michael Albinus  <michael.albinus@gmx.de>
27206         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
27207         Do not use `tramp-file-name-port', because this returns also
27208         `tramp-default-port'.
27210 2011-03-09  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
27212         * net/rcirc.el (rcirc-handler-001): Remove useless
27213         with-rcirc-process-buffer.
27214         (rcirc-check-auth-status): Swap arguments to string-match.
27216 2011-03-09  Glenn Morris  <rgm@gnu.org>
27218         * shell.el (shell-mode):
27219         Set comint-input-ring-size from HISTSIZE.  (Bug#7889)
27221         * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
27222         Check for GDBHISTFILE, HISTSIZE, etc.  (Bug#7889)
27224 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
27226         * emacs-lisp/package.el (package-refresh-contents)
27227         (package-menu-execute): Use condition-case-no-debug.
27229 2011-03-08  Michael Albinus  <michael.albinus@gmx.de>
27231         * simple.el (shell-command-to-string): Use `process-file'.
27233         * emacs-lisp/package.el (package-tar-file-info): Handle also
27234         remote files.
27236         * emacs-lisp/package-x.el (package-upload-buffer-internal):
27237         Use `equal' for upload base check.
27239 2011-03-08  Arni Magnusson  <arnima@hafro.is>  (tiny change)
27241         * textmodes/texinfo.el (texinfo-environments):
27242         Add deftypecv, deftypeivar, deftypemethod, deftypeop, html.  (Bug#2783)
27244 2011-03-08  Glenn Morris  <rgm@gnu.org>
27246         * cus-start.el (cursor-in-non-selected-windows):
27247         Fix :set quoting oddness.  (Bug#8192)
27249         * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
27250         in some setf expressions.  (Bug#2159)
27252 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
27254         * custom.el (custom-available-themes): Return themes in
27255         alphabetical order.
27257 See ChangeLog.15 for earlier changes.
27259 ;; Local Variables:
27260 ;; coding: utf-8
27261 ;; End:
27263   Copyright (C) 2011-2013 Free Software Foundation, Inc.
27265   This file is part of GNU Emacs.
27267   GNU Emacs is free software: you can redistribute it and/or modify
27268   it under the terms of the GNU General Public License as published by
27269   the Free Software Foundation, either version 3 of the License, or
27270   (at your option) any later version.
27272   GNU Emacs is distributed in the hope that it will be useful,
27273   but WITHOUT ANY WARRANTY; without even the implied warranty of
27274   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27275   GNU General Public License for more details.
27277   You should have received a copy of the GNU General Public License
27278   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.