Tweak byte-compile-file-form-autoload warnings
[emacs.git] / lisp / ChangeLog
blobf0c1bcb7a8bceb3f4ae2373f231f83d0242d8994
1 2013-05-22  Glenn Morris  <rgm@gnu.org>
3         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
4         Always delete the autoloaded function from the noruntime and
5         unresolved functions lists.
7         * allout.el: No need to load epa, epg, overlay when compiling.
8         (epg-context-set-passphrase-callback, epg-list-keys)
9         (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
10         (epg-key-user-id-list): Declare.
12         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
13         (viper-set-parsing-style-toggling-macro)
14         (viper-set-emacs-state-searchstyle-macros):
15         Use called-interactively-p on Emacs.
16         (viper-looking-back): Make it an obsolete alias.  Update callers.
17         * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
18         Use looking-back rather than viper-looking-back.
19         (viper-tmp-insert-at-eob, viper-enlarge-region)
20         (viper-read-string-with-history, viper-register-to-point)
21         (viper-append-to-register, viper-change-state-to-vi)
22         (viper-backward-char-carefully, viper-forward-char-carefully)
23         (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
24         (viper-change-state-to-emacs): Declare.
25         * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
26         (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
27         * emulation/viper-mous.el: Do not load viper-cmd.
28         (viper-backward-char-carefully, viper-forward-char-carefully)
29         (viper-forward-word, viper-adjust-window): Declare.
31         * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
33         * progmodes/idlw-help.el (idlwave-help-fontify):
34         Use called-interactively-p.
36         * term/w32console.el (w32-get-console-codepage)
37         (w32-get-console-output-codepage): Declare.
39         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
40         Remove unnecessary declarations.
41         (dframe-message): Doc fix.
43         * info.el (dframe-select-attached-frame, dframe-current-frame):
44         Declare.
46         * speedbar.el (speedbar-message): Make it an obsolete alias.
47         Update all callers.
48         (speedbar-with-attached-buffer)
49         (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
50         (speedbar-with-writable): Use backquote.
51         * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
52         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
53         Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
54         rather than speedbar- aliases.
55         * mail/rmail.el: Load dframe rather than speedbar when compiling.
56         (speedbar-make-specialized-keymap, speedbar-insert-button)
57         (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
58         (speedbar-do-function-pointer): Declare.
59         (rmail-speedbar-button, rmail-speedbar-find-file)
60         (rmail-speedbar-move-message):
61         Use dframe-with-attached-buffer rather than speedbar- alias.
62         * progmodes/gud.el: Load dframe rather than speedbar when compiling.
63         (dframe-message, speedbar-make-specialized-keymap)
64         (speedbar-add-expansion-list, speedbar-mode-functions-list)
65         (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
66         (speedbar-insert-button, dframe-select-attached-frame)
67         (dframe-maybee-jump-to-attached-frame)
68         (speedbar-change-initial-expansion-list)
69         (speedbar-previously-used-expansion-list-name): Declare.
70         (gud-speedbar-item-info, gud-gdb-goto-stackframe):
71         Use dframe-message, dframe-with-attached-buffer rather than
72         speedbar- aliases.
73         (gud-sentinel): Silence compiler.
74         * progmodes/vhdl-mode.el (speedbar-refresh)
75         (speedbar-do-function-pointer, speedbar-add-supported-extension)
76         (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
77         (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
78         (speedbar-extension-list-to-regex, speedbar-directory-buttons)
79         (speedbar-file-lists, speedbar-make-tag-line)
80         (speedbar-line-directory, speedbar-goto-this-file)
81         (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
82         (speedbar-delete-subblock, speedbar-position-cursor-on-line)
83         (speedbar-make-button, speedbar-reset-scanners)
84         (speedbar-files-item-info, speedbar-line-text)
85         (speedbar-find-file-in-frame, speedbar-set-timer)
86         (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
87         (speedbar-with-writable): Do not (re)define it.
88         (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
89         rather than speedbar- alias.
91 2013-05-21  Leo Liu  <sdl.web@gmail.com>
93         * progmodes/octave.el (octave-mode-menu): Update and re-organize
94         menu items.
95         (octave-mode): Tweak fill-nobreak-predicate.
96         (inferior-octave-startup): Check process to avoid infinite loop.
97         (inferior-octave): Pop to buffer first to show abornmal process
98         exit information.
100 2013-05-21  Glenn Morris  <rgm@gnu.org>
102         * printing.el (pr-menu-bar): Define when compiling.
104 2013-05-21  Leo Liu  <sdl.web@gmail.com>
106         * progmodes/octave.el (octave-auto-fill): Remove.
107         (octave-indent-new-comment-line): Improve.
108         (octave-mode): Use auto fill mode through
109         comment-line-break-function and fill-nobreak-predicate
110         (octave-goto-function-definition): Support DEFUN_DLD.
111         (octave-beginning-of-defun): Small Tweak
112         (octave-help): Show parent directory.
114 2013-05-21  Glenn Morris  <rgm@gnu.org>
116         * files.el (dired-unmark):
117         * progmodes/gud.el (gdb-input): Update declarations.
119         * calculator.el (electric, ehelp): No need to load when compiling.
120         (Electric-command-loop, electric-describe-mode): Declare.
122         * doc-view.el (doc-view-current-converter-processes): Move before use.
124         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
125         Move MODE-set-explicitly definition before use.
127         * international/mule-diag.el (mule-diag):
128         Don't use obsolete window-system-version.
130         * mail/feedmail.el (smtpmail): No need to load when compiling.
131         (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
133         * mail/mail-utils.el (rfc822): No need to load when compiling.
134         (rfc822-addresses): Autoload it.
135         (mail-strip-quoted-names): Trivial simplification.
137         * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
138         (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
140         * net/snmp-mode.el (tempo): Don't duplicate requires.
142         * progmodes/prolog.el (info): No need to load when compiling.
143         (comint): Require before shell requires it.
144         (Info-goto-node): Autoload it.
145         (Info-follow-nearest-node): Declare.
146         (prolog-help-info, prolog-goto-predicate-info): No need to require info.
148         * textmodes/artist.el (picture-mode-exit): Declare.
150         * textmodes/reftex-parse.el (reftex-parse-from-file):
151         Trivial rewrite so the compiler can parse it better.
153 2013-05-20  Leo Liu  <sdl.web@gmail.com>
155         * progmodes/octave.el (octave-help-mode-map)
156         (octave-help-mode-finish-hook): New variables.
157         (octave-help-mode, octave-help-mode-finish): New functions.
158         (octave-help): Use octave-help-mode.
160 2013-05-20  Glenn Morris  <rgm@gnu.org>
162         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
164 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
166         * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
167         start at point, so that expansion starting right after opening
168         slash in a regexp is recognized.
169         (ruby-syntax-before-regexp-re): New defvar, extracted from
170         ruby-syntax-propertize-function.  Since the value of this regexp
171         is looked up at runtime now, we should be able to turn
172         `ruby-syntax-methods-before-regexp' into a defcustom later.
173         (ruby-syntax-propertize-function): Split regexp matching into two
174         parts, for opening and closing slashes.  That allows us to skip
175         over string interpolations and support multiline regexps.
176         Don't call `ruby-syntax-propertize-expansions', instead use another rule
177         for them, which calls `ruby-syntax-propertize-expansion'.
178         (ruby-syntax-propertize-expansions): Move `remove-text-properties'
179         call to `ruby-syntax-propertize-function'.
180         (ruby-syntax-propertize-expansion): Extracted from
181         `ruby-syntax-propertize-expansions'.  Handles one expansion.
182         (ruby-syntax-propertize-percent-literal): Leave point right after
183         the percent symbol, so that the expression expansion rule can
184         propertize the contents.
185         (ruby-syntax-propertize-heredoc): Leave point at bol following the
186         heredoc openers.
187         (ruby-syntax-propertize-expansions): Remove.
189 2013-05-18  Juri Linkov  <juri@jurta.org>
191         * man.el (Man-default-man-entry): Remove `-' from the end
192         of the default value.  (Bug#14400)
194 2013-05-18  Glenn Morris  <rgm@gnu.org>
196         * comint.el (comint-password-prompt-regexp):
197         Allow "password for XXX" where XXX contains colons (eg https://...).
199 2013-05-18  Leo Liu  <sdl.web@gmail.com>
201         * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
202         instead.  Include "--no-gui" to prevent hangs for Octave > 3.7.
203         (octave-source-directories): Don't check process.
204         (octave-source-directories, octave-find-definition): Doc fix.
206 2013-05-18  Glenn Morris  <rgm@gnu.org>
208         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
209         Remove backspace/delete bindings.  (Bug#14392)
211         * cus-dep.el (custom-make-dependencies): Sort the output.
212         (custom-versions-load-alist): Convert comment to doc.
214 2013-05-17  Leo Liu  <sdl.web@gmail.com>
216         * newcomment.el (comment-search-backward): Stricter in finding
217         comment start.  (Bug#14303)
219         * progmodes/octave.el (octave-comment-start): Remove the SPC char.
220         (octave-comment-start-skip): Properly anchored.
222 2013-05-17  Leo Liu  <sdl.web@gmail.com>
224         * emacs-lisp/smie.el (smie-highlight-matching-block-mode): Clean
225         up when turned off.  (Bug#14395)
226         (smie--highlight-matching-block-overlay): No longer buffer-local.
227         (smie-highlight-matching-block): Adjust.
229 2013-05-17  Paul Eggert  <eggert@cs.ucla.edu>
231         Doc string fix for "nanoseconds" (Bug#14406).
232         * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
233         Fix doc string typo that had "nanoseconds" instead of "microseconds".
235 2013-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
237         * calc/calc-units.el (math-extract-units): Preserve powers
238         of units.
240 2013-05-17  Leo Liu  <sdl.web@gmail.com>
242         * subr.el (delete-consecutive-dups): New function.
243         * ido.el (ido-set-matches-1): Use it.
244         * progmodes/octave.el (inferior-octave-completion-table): Use it.
245         * ido.el (ido-remove-consecutive-dups): Remove.
247 2013-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
249         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
250         (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
251         regexp-opt's `words'.
253 2013-05-16  Leo Liu  <sdl.web@gmail.com>
255         * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
256         (smie--highlight-matching-block-overlay)
257         (smie--highlight-matching-block-lastpos)
258         (smie--highlight-matching-block-timer): New variables.
259         (smie-highlight-matching-block): New function.
260         (smie-highlight-matching-block-mode): New minor mode.  (Bug#14395)
261         (smie-setup): Conditionally enable smie-blink-matching-open.
263 2013-05-16  Wilson Snyder  <wsnyder@wsnyder.org>
265         Sync with upstream verilog-mode r840.
266         * progmodes/verilog-mode.el (verilog-mode-version)
267         (verilog-mode-release-date): Update.
268         (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
269         (verilog-sig-tieoff): Fix string error on
270         AUTORESET with colon define, bug594.  Reported by Andrew Hou.
271         (verilog-read-decls): Fix parameters confusing
272         AUTOINST interfaces, bug565.  Reported by Leith Johnson.
274 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
276         * subr.el (reveal-filename): New function.
278         * loadup.el: Compute Emacs executable versions on MS-Windows,
279         where executables have the .exe extension.  Add a hard link
280         emacs-XX.YY.ZZ.exe on MS-Windows.
282         * Makefile.in (XARGS_LIMIT): New variable.
283         (custom-deps, finder-data, autoloads)
284         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
285         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
286         ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
287         (compile-main): Limit xargs according to $(XARGS_LIMIT).
289 2013-05-16  Leo Liu  <sdl.web@gmail.com>
291         * progmodes/octave.el (octave-indent-defun): Mark obsolete.
292         (octave-mode-menu, octave-mode-map): Remove its uses.
294 2013-05-16  Reto Zimmermann  <reto@gnu.org>
296         Sync with upstream vhdl mode v3.34.2.
297         * progmodes/vhdl-mode.el: Use `push' throughout.
298         (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
299         (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
300         Add IBM & Quartus compiler.  Enhance entry for ADVance MS compiler.
301         (vhdl-actual-generic-name): New option to derive actual generic name.
302         (vhdl-port-paste-signals): Replace formal by actual generics.
303         (vhdl-beautify): New name for old group vhdl-align.  Update users.
304         (vhdl-beautify-options): New option.
305         (vhdl-last-input-event): New compat alias.  Use throughout.
306         (vhdl-goto-line): Replace user level function `goto-line'.
307         (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
308         vhdl-fix-statement-buffer.
309         (vhdl-create-mode-menu): Add some entries.
310         (vhdl-align-region-groups): Respect vhdl-beautify-options.
311         (vhdl-align-inline-comment-region-1): Handle "--" inside string.
312         (vhdl-fixup-whitespace-region): Handle symbols at EOL.
313         (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
314         to force statements on one line.
315         (vhdl-remove-trailing-spaces-region):
316         New, split from vhdl-remove-trailing-spaces.
317         (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
318         Respect vhdl-beautify-options.
319         (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
320         (vhdl-update-sensitivity-list): Not add with index if exists without.
321         Not include array index with signal.  Ignore keywords in comments.
322         (vhdl-get-visible-signals): Regexp tweaks.
323         (vhdl-template-component-inst): Handle empty library.
324         (vhdl-template-type): Add template for 'enum' type.
325         (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
326         Use vhdl-replace-string.
327         (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
328         (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
329         (vhdl-speedbar-initialize): Update for above name change.
330         (vhdl-compose-wire-components): Fix in handling of constants.
331         (vhdl-error-regexp-emacs-alist): New variable.
332         (vhdl-error-regexp-add-emacs): New function;
333         adds support for new compile.el (Emacs 22+)
334         (vhdl-generate-makefile-1): Change target order for single lib. units.
335         Allow use of absolute file names.
337 2013-05-16  Leo Liu  <sdl.web@gmail.com>
339         * simple.el (prog-indent-sexp): Indent enclosing defun.
341 2013-05-15  Glenn Morris  <rgm@gnu.org>
343         * cus-start.el (show-trailing-whitespace): Move to editing basics.
344         * faces.el (trailing-whitespace): Don't use whitespace-faces group.
345         * obsolete/old-whitespace.el (whitespace-faces): Remove group.
346         (whitespace-highlight): Move to whitespace group.
348         * comint.el (comint-source):
349         * pcmpl-linux.el (pcmpl-linux):
350         * shell.el (shell-faces):
351         * eshell/esh-opt.el (eshell-opt):
352         * international/ccl.el (ccl): Remove empty custom groups.
354         * completion.el (dynamic-completion-mode):
355         * jit-lock.el (jit-lock-debug-mode):
356         * minibuffer.el (completion-in-region-mode):
357         * type-break.el (type-break-mode-line-message-mode)
358         (type-break-query-mode):
359         * emulation/tpu-edt.el (tpu-edt-mode):
360         * progmodes/subword.el (global-subword-mode, global-superword-mode):
361         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
362         * term/vt100.el (vt100-wide-mode): Specify explicit :group.
364         * term/xterm.el (xterm): Change parent group to terminals.
366         * master.el (master): Remove empty custom group.
367         (master-mode): Remove unused :group argument.
368         * textmodes/refill.el (refill): Remove empty custom group.
369         (refill-mode): Remove unused :group argument.
371         * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
373         * cus-dep.el: Provide a feature.
374         (custom-make-dependencies): Ignore dotfiles (dir-locals).
375         Don't mistakenly ignore files whose basenames match a basename
376         from preloaded-file-list (eg cedet/ede/simple.el).
377         Add a fallback method for getting :group.
379 2013-05-15  Juri Linkov  <juri@jurta.org>
381         * isearch.el (isearch-char-by-name): Rename from
382         `isearch-insert-char-by-name'.  Doc fix.
383         (isearch-forward): Mention `isearch-char-by-name' in
384         the docstring.  (Bug#13348)
386         * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
387         `exit-minibuffer' instead of
388         `isearch-nonincremental-exit-minibuffer'.
389         (isearch-edit-string): Remove mention of
390         `isearch-nonincremental-exit-minibuffer' from docstring.
391         (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
392         (isearch-forward-exit-minibuffer)
393         (isearch-reverse-exit-minibuffer): Add docstring.  (Bug#13348)
395 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
397         * loadup.el: Just use unversioned DOC.
399         * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
400         literals as extending to EOB.
401         (nxml-last-fontify-end): Remove unused variable.
402         (nxml-after-change1): Use with-silent-modifications.
403         (nxml-extend-after-change-region): Simplify.
404         (nxml-extend-after-change-region1): Remove function.
405         (nxml-after-change1): Don't adjust for dependent regions.
406         (nxml-fontify-matcher): Simplify.
407         * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
408         (xmltok-add-dependent): Remove function.
409         (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
410         (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
411         (xmltok-scan-prolog-after-processing-instruction-open): Treat
412         unclosed <[[, <?, comment, and other literals as extending to EOB.
413         * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
414         (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
415         Remove functions.
416         (rng-do-some-validation-1): Don't mark dependent regions.
417         * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
418         (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
419         (nxml-clear-dependent-regions): Remove functions.
420         (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
421         (nxml-ensure-scan-up-to-date):
422         Don't clear&mark dependent regions.
424 2013-05-15  Leo Liu  <sdl.web@gmail.com>
426         * progmodes/octave.el (octave-goto-function-definition):
427         Improve and fix callers.
429 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
431         * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
432         the setter (bug#14387).
434         * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
435         surrounding group (bug#14402).
437 2013-05-14  Juri Linkov  <juri@jurta.org>
439         * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
440         (Bug#14390)
442 2013-05-14  Glenn Morris  <rgm@gnu.org>
444         * progmodes/f90.el (f90-imenu-generic-expression):
445         Fix typo in 2013-05-08 change.  (Bug#14402)
447 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
449         * progmodes/gdb-mi.el (gdb-running, gdb-starting):
450         Remove signals for which replies are never received.
452 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
454         * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
455         (gdb-handler-alist, gdb-handler-number): Remove variables.
456         (gdb-handler-list): New variable.
457         (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
458         (gdb-pending-handler-p, gdb-handle-reply)
459         (gdb-remove-all-pending-triggers): New functions.
460         (gdb-discard-unordered-replies): New defcustom.
461         (gdb-handler): New defstruct.
462         (gdb-wait-for-pending): Fix invalid backquote.  Use gdb-handler-list.
463         instead of gdb-pending-triggers.  Update docstring.
464         (gdb-init-1): Remove dead variables.  Initialize gdb-handler-list.
465         (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
466         (gdb-var-update-handler, def-gdb-auto-update-trigger)
467         (def-gdb-auto-update-handler, gdb-get-changed-registers)
468         (gdb-changed-registers-handler, gdb-get-main-selected-frame)
469         (gdb-frame-handler): Pending triggers are now automatically managed.
470         (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
471         Remove argument.
472         (gdb-input): Automatically handles pending triggers.  Update docstring.
473         (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
474         (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
475         Update comments.
476         (gdb-done-or-error): Now use gdb-handle-reply.
478 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
480         * progmodes/gdb-mi.el (gdb-input): Include token numbers in
481         gdb-debug-log.
483 2013-05-14  Glenn Morris  <rgm@gnu.org>
485         * subr.el (user-emacs-directory-warning): New option.
486         (locate-user-emacs-file): Handle non-accessible .emacs.d.  (Bug#13930)
488 2013-05-14  Leo Liu  <sdl.web@gmail.com>
490         * progmodes/octave.el (octave-font-lock-keywords): Fix error
491         during redisplay.
492         (octave-goto-function-definition, octave-find-definition): Minor tweaks.
493         (octave-font-lock-texinfo-comment): Fix invalid search bound
494         error: wrong side of point.
496 2013-05-14  Glenn Morris  <rgm@gnu.org>
498         * progmodes/flymake.el (flymake-xml-program): New option.
499         (flymake-xml-init): Use it.
501         * term/xterm.el: Provide a feature.
503         * term/sup-mouse.el: Move to obsolete/.  Provide a feature.
505 2013-05-13  Glenn Morris  <rgm@gnu.org>
507         * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
508         Add compat aliases as a hack workaround.  (Bug#14384)
510 2013-05-13  Leo Liu  <sdl.web@gmail.com>
512         * progmodes/octave.el (octave-indent-comment): Fix indentation for
513         ###, and %!.
514         (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
515         C-M-q.
516         (octave-comment-start-skip): Include %!.
517         (octave-mode): Set comment-start-skip to octave-comment-start-skip.
519 2013-05-12  Leo Liu  <sdl.web@gmail.com>
521         * progmodes/octave.el (inferior-octave-startup): Store the value
522         of __octave_srcdir__ for octave-source-directories.
523         (inferior-octave-check-process): New function refactored out of
524         inferior-octave-send-list-and-digest.
525         (octave-source-directories)
526         (octave-find-definition-filename-function): New variables.
527         (octave-source-directories)
528         (octave-find-definition-default-filename): New functions.
529         (octave-find-definition): Improve to find functions implemented in C++.
531 2013-05-12  Glenn Morris  <rgm@gnu.org>
533         * calendar/diary-lib.el (diary-outlook-format-1):
534         Don't include dayname in the output.  (Bug#14349)
536 2013-05-11  Glenn Morris  <rgm@gnu.org>
538         * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
540         * cus-dep.el (custom-make-dependencies): Only use safe local variables.
541         Treat cc-provide like provide.
543 2013-05-11  Kevin Ryde  <user42@zip.com.au>
545         * cus-dep.el (custom-make-dependencies):
546         Use generated-autoload-load-name for the sake of files such
547         such cedet/semantic/bovine/c.el, where the base file name
548         is not in load-path.  (Bug#5277)
550 2013-05-11  Glenn Morris  <rgm@gnu.org>
552         * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
553         Provide features.
555 2013-05-11  Leo Liu  <sdl.web@gmail.com>
557         * progmodes/octave.el (octave-indent-comment): Improve.
558         (octave-eldoc-message-style, octave-eldoc-cache): New variables.
559         (octave-eldoc-function-signatures, octave-eldoc-function):
560         New functions.
561         (octave-mode, inferior-octave-mode): Add eldoc support.
563 2013-05-11  Richard Stallman  <rms@gnu.org>
565         * epa.el (epa-decrypt-file): Take output file name as argument
566         and read it using `interactive'.
568 2013-05-11  Leo Liu  <sdl.web@gmail.com>
570         * progmodes/octave.el (octave-beginning-of-line)
571         (octave-end-of-line): Check before using up-list because it jumps
572         out of more syntactic contructs since moving to smie.
573         (octave-indent-comment): New function.
574         (octave-mode): Use it in smie-indent-functions.  (Bug#14350)
575         (octave-begin-keywords, octave-end-keywords)
576         (octave-reserved-words, octave-smie-bnf-table)
577         (octave-smie-rules): Add new keywords from Octave 3.6.4.
579 2013-05-11  Glenn Morris  <rgm@gnu.org>
581         * faces.el (internal-face-x-get-resource):
582         * frame.el (ns-display-monitor-attributes-list):
583         * calc/calc-aent.el (math-to-radians-2): Fix declarations.
585         * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
587         * calc/calc-menu.el: Make it loadable in isolation.
589         * net/eudcb-bbdb.el: Make it loadable without bbdb.
590         (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
591         (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
592         (eudc-bbdb-query-internal): Require 'bbdb.
594         * lpr.el (lpr-headers-switches):
595         * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
597         * progmodes/sql.el (sql-login-params): Fix and improve :type.
599         * emulation/edt-mapper.el: In batch mode, error rather than hang.
601         * term.el (term-set-escape-char): Make it idempotent.
603 2013-05-10  Leo Liu  <sdl.web@gmail.com>
605         * progmodes/octave.el (inferior-octave-completion-table):
606         No longer a function and all uses changed.  Use cache to speed up
607         completion due to bug#11906.
608         (octave-beginning-of-defun): Re-write to be more general.
610 2013-05-10  Glenn Morris  <rgm@gnu.org>
612         * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
614 2013-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
616         * comint.el (comint-redirect-send-command-to-process): Use :around
617         rather than :override for comint-redirect-filter.
618         (comint-redirect-filter): Add the corresponding `orig-filter' argument.
619         Call it instead of comint-redirect-original-filter-function (which
620         is gone).  Reported by Juanma Barranquero <lekktu@gmail.com>.
622 2013-05-09  Jan Djärv  <jan.h.d@swipnet.se>
624         * frame.el (display-monitor-attributes-list): Add NS case.
625         (ns-display-monitor-attributes-list): Declare.
627 2013-05-09  Ulrich Mueller  <ulm@gentoo.org>
629         * descr-text.el (describe-char): Fix %d/%x typo.  (Bug#14360)
631 2013-05-09  Glenn Morris  <rgm@gnu.org>
633         * international/fontset.el (vertical-centering-font-regexp):
634         Set standard-value.
636         * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
638         * bookmark.el (bookmark-search-delay):
639         * cus-start.el (vertical-centering-font-regexp):
640         * ps-mule.el (ps-mule-font-info-database-default):
641         * ps-print.el (ps-default-fg, ps-default-bg):
642         * type-break.el (type-break-good-break-interval):
643         * whitespace.el (whitespace-indentation-regexp)
644         (whitespace-space-after-tab-regexp):
645         * emacs-lisp/testcover.el (testcover-1value-functions)
646         (testcover-noreturn-functions, testcover-progn-functions)
647         (testcover-prog1-functions):
648         * emulation/viper-init.el (viper-emacs-state-cursor-color):
649         * eshell/em-glob.el (eshell-glob-translate-alist):
650         * play/tetris.el (tetris-tty-colors):
651         * progmodes/cpp.el (cpp-face-default-list):
652         * progmodes/flymake.el (flymake-allowed-file-name-masks):
653         * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
654         (idlwave-help-browser-generic-args):
655         * progmodes/make-mode.el (makefile-special-targets-list):
656         * progmodes/python.el (python-shell-virtualenv-path):
657         * progmodes/verilog-mode.el (verilog-active-low-regexp)
658         (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
659         (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
660         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
661         * textmodes/reftex-vars.el (reftex-format-label-function):
662         * textmodes/remember.el (remember-diary-file): Fix custom types.
664         * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
665         Add :version.
667 2013-05-09  Leo Liu  <sdl.web@gmail.com>
669         * progmodes/octave.el (inferior-octave-completion-at-point):
670         Restore file completion.  (Bug#14300)
671         (inferior-octave-startup): Fix incorrect highlighting for the
672         first prompt.
674 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
676         * progmodes/ruby-mode.el: First cut at SMIE support.
677         (ruby-use-smie): New var.
678         (ruby-smie-grammar): New constant.
679         (ruby-smie--bosp, ruby-smie--implicit-semi-p)
680         (ruby-smie--forward-token, ruby-smie--backward-token)
681         (ruby-smie-rules): New functions.
682         (ruby-mode-variables): Setup SMIE if applicable.
684 2013-05-08  Eli Zaretskii  <eliz@gnu.org>
686         * simple.el (line-move-visual): Signal beginning/end of buffer
687         only if vertical-motion moved less than it was requested.  Avoids
688         silly incorrect error messages when there are display strings with
689         multiple newlines at EOL.
691 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
693         * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
694         * progmodes/prolog.el (prolog-underscore-wordchar-flag)
695         (prolog-char-quote-workaround):
696         * progmodes/cperl-mode.el (cperl-under-as-char):
697         * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
698          Mark as obsolete.
699          (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
700         their declaration.
701         (vhdl-mode-syntax-table-init): Remove.
703         * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
704         last change.
706         * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
707         syntax for "_".
708         (ld-script-font-lock-keywords):
709         Change regexps to use things like \_< and \_>.
711         * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
712         Change all regexps to use things like \_< and \_>.
714         * progmodes/autoconf.el (autoconf-definition-regexp)
715         (autoconf-font-lock-keywords, autoconf-current-defun-function):
716         Handle a _ with symbol syntax.
717         (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
719         * progmodes/ada-mode.el (ada-mode-abbrev-table):
720         Consolidate declaration.
721         (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
722         the declaration.
723         (ada-create-syntax-table): Remove.
724         (ada-capitalize-word): Don't mess with the syntax of "_" since it
725         already has the right syntax nowadays.
726         (ada-goto-next-word): Don't change the syntax of "_".
728         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
729         with-wrapper-hook.
731 2013-05-08  Sam Steingold  <sds@gnu.org>
733         * thingatpt.el (thing-at-point): Accept optional second argument
734         NO-PROPERTIES to strip the text properties from the return value.
735         * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
736         to `thing-at-point' instead of stripping the properties ourselves.
737         Also, when `thing-at-point' fails to find a url, prepend "http://"
738         to the filename at point on the assumption that the user is
739         pointing at something like gnu.org/gnu.
741 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
743         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
744         * faces.el (crm-separator):
745         Silence byte-compiler.
747         * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
748         (tool-bar-map): Remove unneeded defvars.
750 2013-05-08  Leo Liu  <sdl.web@gmail.com>
752         Re-work a fix for bug#10994 based on Le Wang's patch.
753         * ido.el (ido-remove-consecutive-dups): New helper.
754         (ido-completing-read): Use it.
755         (ido-chop): Revert fix for bug#10994.
757 2013-05-08  Adam Spiers  <emacs@adamspiers.org>
759         * cus-edit.el (custom-save-variables):
760         Pretty-print long values.  (Bug#14187)
762 2013-05-08  Glenn Morris  <rgm@gnu.org>
764         * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
765         (m4-mode-syntax-table): Init in the defvar.
766         (m4-mode-abbrev-table): Let define-derived-mode define it.
768 2013-05-08  Tom Tromey  <tromey@redhat.com>
770         * progmodes/m4-mode.el (m4-mode-syntax-table):
771         Do not treat "_" as word constituent.  (Bug#14167)
773 2013-05-07  Glenn Morris  <rgm@gnu.org>
775         * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
776         Remove explicit eshell-isearch-cancel-map.
778         * progmodes/f90.el (f90-smart-end-names): New option.
779         (f90-smart-end): Doc fix.
780         (f90-end-block-optional-name): New constant.
781         (f90-block-match): Respect f90-smart-end-names.
783 2013-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
785         * progmodes/octave.el (octave-smie-forward-token): Be more careful
786         about implicit semi-colons (bug#14218).
788 2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
790         * frame.el (display-monitor-attributes-list)
791         (frame-monitor-attributes): New functions.
793 2013-05-06  Leo Liu  <sdl.web@gmail.com>
795         * progmodes/octave.el (octave-syntax-propertize-function): Change
796         \'s syntax to escape when inside double-quoted strings.  (Bug#14332)
797         (octave-font-lock-keywords): Use octave-operator-regexp.
798         (octave-completion-at-point): Rename from
799         octave-completion-at-point-function.
800         (inferior-octave-directory-tracker): Robustify.
801         (octave-text-functions): Remove and fix its uses.  No such things
802         any more.
804 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
806         * emacs-lisp/trace.el (trace--display-buffer): New function.
807         (trace-make-advice): Use it.
809 2013-05-06  Juri Linkov  <juri@jurta.org>
811         * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix.  (Bug#14344)
812         (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
813         Doc fix.
814         (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
815         in the help string.  (Bug#12985)
817 2013-05-06  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
819         * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
821 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
823         * progmodes/perl-mode.el: Add support for here documents.
824         (perl-syntax-propertize-function): Match here-doc markers.
825         (perl-syntax-propertize-special-constructs): Find their end.
826         (perl-imenu-generic-expression): Use [:alnum:].
828         * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
829         (advice--add-function): Refresh the advice if already present
830         (bug#14317).
832 2013-05-06  Ivan Andrus  <darthandrus@gmail.com>
834         * find-file.el (cc-other-file-alist): Add ".m" for ObjC.  (Bug#14339)
836 2013-05-06  Glenn Morris  <rgm@gnu.org>
838         * w32-fns.el (w32-charset-info-alist): Declare.
840         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
841         of its defcustom properties.
842         (eshell-cmpl-initialize): No need to load pcomplete.
844         * generic-x.el: No need to require comint when compiling.
846         * net/eudc-export.el: Make it loadable without bbdb.
847         (top-level): Use require rather than load-library.
848         (eudc-create-bbdb-record, eudc-bbdbify-phone)
849         (eudc-batch-export-records-to-bbdb)
850         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
851         Require bbdb.
853 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
855         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
856         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
857         some tweaks, instead.
859 2013-05-05  Leo Liu  <sdl.web@gmail.com>
861         * progmodes/octave.el (octave-font-lock-keywords)
862         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
863         (inferior-octave-send-list-and-digest): Improve error message.
864         (octave-mode, inferior-octave-mode): Use setq-local.
865         (octave-help): Set info-lookup-mode.
867 2013-05-05  Richard Stallman  <rms@gnu.org>
869         * vc/compare-w.el (compare-windows-whitespace):
870         Treat no-break space as whitespace.
872         * mail/rmailsum.el (rmail-summary-rmail-update):
873         Detect empty summary and don't change selected message.
874         (rmail-summary-goto-msg): Likewise.
876         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
877         Doc fixes, rename args.
879 2013-05-05  Alan Mackenzie  <acm@muc.de>
881         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
883 2013-05-05  Juri Linkov  <juri@jurta.org>
885         * info.el (Info-read-subfile): Use (point-min) instead of (point)
886         to not add the length of the summary segment to the return value.
887         (Bug#14125)
889 2013-05-05  Leo Liu  <sdl.web@gmail.com>
891         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
892         (inferior-octave-output-filter): Remove.
893         (octave-send-region, inferior-octave-startup): Fix callers.
894         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
895         (octave-binary-file-extensions): New user variable.
896         (octave-find-definition): Confirm if opening binary files.
897         (octave-help-file): Use octave-find-definition to get the binary
898         confirmation.
899         (octave-help): Adjust for octave-help-file change.
901 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
903         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
904         Merge the two entries that handle function definitions.
905         (pascal--syntax-propertize): New const.
906         (pascal-mode): Use it.  Use setq-local.
908 2013-05-04  Glenn Morris  <rgm@gnu.org>
910         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
911         (diary-from-outlook): Respect diary-from-outlook-function.
913 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
915         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
916         Move the declaration from C.
917         (read-minibuffer, eval-minibuffer): Move from C.
918         (completion-setup-function): Avoid minibuffer-completion-contents.
920 2013-05-03  Leo Liu  <sdl.web@gmail.com>
922         * progmodes/octave.el (octave-font-lock-keywords): Do not
923         dehighlight 'end' in comments or strings.
924         (octave-completing-read, octave-goto-function-definition):
925         New helpers.
926         (octave-help-buffer): New user variable.
927         (octave-help-file, octave-help-function): New button types.
928         (octave-help): New command and bind it to C-h ;.
929         (octave-find-definition): New command and bind it to M-.
930         (user-error): Alias to error if not defined.
932 2013-05-02  Leo Liu  <sdl.web@gmail.com>
934         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
935         for \.  (bug#14332)
936         (octave-font-lock-keywords): Include [ and {.
938 2013-05-02  Leo Liu  <sdl.web@gmail.com>
940         * progmodes/octave.el (inferior-octave-startup-file): Change default.
941         (inferior-octave): Remove calling comint-mode and return the buffer.
942         (inferior-octave-startup): Cosmetic changes.
944 2013-05-02  Leo Liu  <sdl.web@gmail.com>
946         * progmodes/octave.el (octave-syntax-propertize-function):
947         Include the case when ' is at line beginning.  (Bug#14336)
949 2013-05-02  Glenn Morris  <rgm@gnu.org>
951         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
952         * desktop.el (vc-dir-mode): Just autoload it here.
954 2013-05-02  Alan Mackenzie  <acm@muc.de>
956         Eliminate variable c-standard-font-lock-fontify-region-function.
957         * progmodes/cc-mode.el
958         (c-standard-font-lock-fontify-region-function): Remove.
959         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
961 2013-05-01  Leo Liu  <sdl.web@gmail.com>
963         * progmodes/octave.el: Compatible with older emacs-24 releases.
964         (inferior-octave-has-built-in-variables): Remove.  Built-in
965         variables were removed from Octave in 2007.
966         (inferior-octave-startup): Fix uses.
967         (comint-line-beginning-position): Remove compatibility code for
968         emacs 21.
970 2013-05-01  Juri Linkov  <juri@jurta.org>
972         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
974 2013-05-01  Juri Linkov  <juri@jurta.org>
976         * comint.el (comint-previous-matching-input): Don't print message
977         "History item: %d" when `isearch-mode' is active.
978         (comint-history-isearch-message): Print message "History item: %d"
979         when `comint-input-ring-index' is not empty and this function is
980         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
982 2013-05-01  Leo Liu  <sdl.web@gmail.com>
984         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
985         definitions.  Use completion-at-point to insert keywords.
986         (octave-abbrev-start): Remove.
987         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
989 2013-04-30  Leo Liu  <sdl.web@gmail.com>
991         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
992         change.
994 2013-04-30  Alan Mackenzie  <acm@muc.de>
996         Handle arbitrarily long C++ member initialisation lists.
997         * progmodes/cc-engine.el (c-back-over-member-initializers):
998         new function.
999         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
1000         (most) member init lists.
1002 2013-04-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1004         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
1005         variable.
1007 2013-04-30  Leo Liu  <sdl.web@gmail.com>
1009         * progmodes/octave.el (octave-variables): Remove.  No builtin
1010         variables any more.  All converted to functions.
1011         (octave-font-lock-keywords, octave-completion-at-point-function):
1012         Fix uses.
1013         (octave-font-lock-texinfo-comment): New user variable.
1014         (octave-texinfo-font-lock-keywords): New variable for texinfo
1015         comment block.
1016         (octave-function-comment-block): New face.
1017         (octave-font-lock-texinfo-comment): New function.
1018         (octave-mode): Font lock texinfo comment block.
1020 2013-04-29  Leo Liu  <sdl.web@gmail.com>
1022         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
1023         indexing expression.
1024         (octave-continuation-string): Do not use \.
1025         (inferior-octave-complete-impossible): Remove.
1026         (inferior-octave-completion-table)
1027         (inferior-octave-completion-at-point): Remove its uses.
1028         (inferior-octave-startup): completion_matches was introduced to
1029         Octave in 1996 so safe to assume it.
1030         (octave-function-file-comment): Improve to follow how Octave does it.
1031         (octave-update-function-file-comment): Tweak.
1033 2013-04-29  Leo Liu  <sdl.web@gmail.com>
1035         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
1036         (inferior-octave-startup): Remove inferior-octave-startup-hook.
1037         (octave-function-file-comment): Fix typo.
1038         (octave-sync-function-file-names): Use read-char-choice.
1040 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
1042         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
1043         to t for the less important warnings.
1045 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
1047         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
1049 2013-04-27  Glenn Morris  <rgm@gnu.org>
1051         * vc/log-view.el (log-view-current-entry):
1052         Treat "---" separator lines as part of the following rev.  (Bug#14169)
1054 2013-04-27  Juri Linkov  <juri@jurta.org>
1056         * subr.el (read-number): Doc fix about using it by interactive
1057         code letter `n'.  (Bug#14254)
1059 2013-04-27  Juri Linkov  <juri@jurta.org>
1061         * desktop.el (desktop-auto-save-timeout): New option.
1062         (desktop-file-checksum): New variable.
1063         (desktop-save): Add optional arg `auto-save' and don't auto-save
1064         if nothing changed.
1065         (desktop-auto-save-timer): New variable.
1066         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
1067         (after-init-hook): Call `desktop-auto-save-set-timer'.
1068         Suggested by Reuben Thomas <rrt@sc3d.org> in
1069         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
1071 2013-04-27  Leo Liu  <sdl.web@gmail.com>
1073         * progmodes/octave.el (octave-function-file-p)
1074         (octave-skip-comment-forward, octave-function-file-comment)
1075         (octave-update-function-file-comment): New functions.
1076         (octave-mode-map): Bind C-c ; to
1077         octave-update-function-file-comment.
1078         (octave-mode-menu): Add octave-update-function-file-comment.
1079         (octave-mode, inferior-octave-mode): Fix doc-string.
1080         (octave-insert-defun): Conform to Octave's coding convention.
1081         (Bug#14285)
1083         * files.el (basic-save-buffer): Don't let errors in
1084         before-save-hook prevent saving buffer.
1086 2013-04-20  Roland Winkler  <winkler@gnu.org>
1088         * faces.el (read-face-name): Use completing-read if arg multiple
1089         is nil.
1091 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
1093         * ls-lisp.el (ls-lisp-insert-directory): If no files are
1094         displayed, move point to after the totals line.
1095         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
1096         for the details.
1098 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1100         * emacs-lisp/package.el (package-autoload-ensure-default-file):
1101         Add current dir to the load-path.
1102         (package-generate-autoloads): Don't rely on
1103         autoload-ensure-default-file.
1105 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
1107         * textmodes/remember.el (remember-store-in-files): Document that
1108         the file name format is passed to `format-time-string'.
1110 2013-04-26  Leo Liu  <sdl.web@gmail.com>
1112         * progmodes/octave.el (octave-sync-function-file-names): New function.
1113         (octave-mode): Use it in before-save-hook.
1115 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1117         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
1118         (bug#14274).
1120         * progmodes/octave.el (octave-smie-forward-token): Properly skip
1121         \n and comment, even if it's not an implicit ; (bug#14218).
1123 2013-04-26  Glenn Morris  <rgm@gnu.org>
1125         * subr.el (read-number): Once more use `read' rather than
1126         `string-to-number', to trap non-numeric input.  (Bug#14254)
1128 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
1130         * emacs-lisp/syntax.el (syntax-propertize-multiline):
1131         Use `syntax-multiline' text property consistently instead of
1132         `font-lock-multiline'. (bug#14237).
1134 2013-04-26  Glenn Morris  <rgm@gnu.org>
1136         * emacs-lisp/shadow.el (list-load-path-shadows):
1137         No longer necessary to check for duplicate simple.el, since
1138         2012-07-07 change to init_lread to not include installation lisp
1139         directories in load-path when running uninstalled.  (Bug#14270)
1141 2013-04-26  Leo Liu  <sdl.web@gmail.com>
1143         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
1144         (octave-mode, inferior-octave-mode): Use setq-local.
1145         (octave-not-in-string-or-comment-p): Rename to
1146         octave-in-string-or-comment-p.
1147         (octave-in-comment-p, octave-in-string-p)
1148         (octave-in-string-or-comment-p): Replace defsubst with defun.
1150 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
1152         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
1154 2013-04-25  Bastien Guerry  <bzg@gnu.org>
1156         * textmodes/remember.el (remember-data-directory)
1157         (remember-directory-file-name-format): Fix custom types.
1159 2013-04-25  Leo Liu  <sdl.web@gmail.com>
1161         * progmodes/octave.el (octave-completion-at-point-function):
1162         Make use of inferior octave process.
1163         (octave-initialize-completions): Remove.
1164         (inferior-octave-completion-table): New function.
1165         (inferior-octave-completion-at-point): Use it.
1166         (octave-completion-alist): Remove.
1168 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1170         * progmodes/opascal.el: Use font-lock and syntax-propertize.
1171         (opascal-mode-syntax-table): New var.
1172         (opascal-literal-kind, opascal-is-literal-end)
1173         (opascal-literal-token-at): Rewrite.
1174         (opascal--literal-start-re, opascal-font-lock-keywords)
1175         (opascal--syntax-propertize): New constants.
1176         (opascal-font-lock-defaults): Adjust.
1177         (opascal-mode): Use them.  Set comment-<foo> variables as well.
1178         (delphi-comment-face, opascal-comment-face, delphi-string-face)
1179         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
1180         (delphi-other-face, opascal-other-face): Remove face variables.
1181         (opascal-save-state): Remove macro.
1182         (opascal-fontifying-progress-step): Remove constant.
1183         (opascal--ignore-changes): Remove var.
1184         (opascal-set-token-property, opascal-parse-next-literal)
1185         (opascal-is-stable-literal, opascal-complete-literal)
1186         (opascal-is-literal-start, opascal-face-of)
1187         (opascal-parse-region, opascal-parse-region-until-stable)
1188         (opascal-fontify-region, opascal-after-change)
1189         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
1190         (opascal-debug-parse-region, opascal-debug-parse-window)
1191         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
1192         (opascal-debug-fontify-buffer): Remove.
1193         (opascal-debug-mode-map): Adjust accordingly.
1195 2013-04-25  Leo Liu  <sdl.web@gmail.com>
1197         Merge octave-mod.el and octave-inf.el into octave.el with some
1198         cleanups.
1199         * progmodes/octave.el: New file renamed from octave-mod.el.
1200         * progmodes/octave-inf.el: Merged into octave.el.
1201         * progmodes/octave-mod.el: Renamed to octave.el.
1203 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
1205         * textmodes/reftex-vars.el
1206         (reftex-label-ignored-macros-and-environments): New defcustom.
1208         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
1210 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1212         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
1213         (smie-indent-keyword): Improve the check to ensure that the next
1214         comment is really on the same line.
1215         (smie-indent-comment): Don't align with a subsequent closer (or eob).
1217         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
1218         semi-colons if the line is not otherwise empty (bug#14218).
1220 2013-04-25  Glenn Morris  <rgm@gnu.org>
1222         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
1224 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1226         * progmodes/opascal.el (opascal-set-token-property): Rename from
1227         opascal-set-text-properties and only set `token' (bug#14134).
1228         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
1229         (opascal-literal-text-properties): Remove.
1230         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
1231         Adjust callers.
1233 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
1235         * textmodes/remember.el (remember-handler-functions): Add an
1236         option for a new handler `remember-store-in-files'.
1237         (remember-data-directory, remember-directory-file-name-format):
1238         New options.
1239         (remember-store-in-files): New function to store remember notes
1240         as separate files within a directory.
1242 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
1244         * progmodes/compile.el (compilation-next-error-function):
1245         Pass "formats" to compilation-find-file (bug#11777).
1247 2013-04-24  Glenn Morris  <rgm@gnu.org>
1249         * vc/vc-bzr.el (vc-bzr-print-log):
1250         * vc/vc-hg.el (vc-hg-print-log):
1251         * vc/vc-svn.el (vc-svn-print-log):
1252         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
1254         * vc/vc-bzr.el (vc-bzr-print-log):
1255         * vc/vc-cvs.el (vc-cvs-print-log):
1256         * vc/vc-git.el (vc-git-print-log):
1257         * vc/vc-hg.el (vc-hg-print-log):
1258         * vc/vc-mtn.el (vc-mtn-print-log):
1259         * vc/vc-rcs.el (vc-rcs-print-log):
1260         * vc/vc-sccs.el (vc-sccs-print-log):
1261         * vc/vc-svn.el (vc-svn-print-log):
1262         * vc/vc.el (vc-print-log-internal): Doc fixes.
1264 2013-04-23  Glenn Morris  <rgm@gnu.org>
1266         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
1267         Remove venerable code attempting to avoid substitute-command-keys.
1269 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
1271         * textmodes/reftex-vars.el (reftex-label-regexps):
1272         Call `reftex-compile-variables' after changes to this variable.
1274 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1276         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
1277         Use lexical-binding.
1278         (jit-lock-force-redisplay): Use markers, check buffer's continued
1279         existence and beware narrowed buffers.
1280         (jit-lock-fontify-now): Adjust call accordingly.
1282 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1284         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
1285         to avoid misleading the user.
1287 2013-04-22  Leo Liu  <sdl.web@gmail.com>
1289         * info-look.el: Prefer latex2e.info.  (Bug#14240)
1291 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
1293         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
1295         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
1296         * net/tramp.el (tramp-call-process): ... here
1297         (tramp-set-completion-function, tramp-parse-putty):
1298         * net/tramp-adb.el (tramp-adb-execute-adb-command):
1299         * net/tramp-gvfs.el (tramp-gvfs-send-command):
1300         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
1301         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
1302         (tramp-call-local-coding-command): Use `tramp-call-process'
1303         instead of `tramp-compat-call-process'.
1305         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
1306         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
1307         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
1308         (tramp-find-inline-compress):Improve traces.
1309         (tramp-maybe-send-script): Check for Perl binary.
1310         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
1312 2013-04-22  Daiki Ueno  <ueno@gnu.org>
1314         * epg.el (epg-context-pinentry-mode): New function.
1315         (epg-context-set-pinentry-mode): New function.
1316         (epg--start): Pass --pinentry-mode option to gpg command.
1318 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
1320         * comint.el: (comint-dynamic-complete-functions, comint-mode-map):
1321         `comint-dynamic-complete' is obsolete since 24.1, replaced by
1322         `completion-at-point'. (Bug#13774)
1324         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
1325         default key binding for `describe-distribution' has been moved to
1326         `C-h C-o'.  (Bug#13970)
1328 2013-04-21  Glenn Morris  <rgm@gnu.org>
1330         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
1331         Add doc strings.
1332         (vc-print-log): Clarify interactive prompt.
1334 2013-04-20  Glenn Morris  <rgm@gnu.org>
1336         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
1337         No longer include timestamp etc information.
1339 2013-04-20  Roland Winkler  <winkler@gnu.org>
1341         * faces.el (read-face-name): Bug fix, return just one face if arg
1342         multiple is nil.  (Bug#14209)
1344 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1346         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
1347         (remove-function): Autoload.
1349         * comint.el (comint-redirect-original-filter-function): Remove.
1350         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
1351         * vc/vc-cvs.el (vc-cvs-annotate-process-filter,vc-cvs-annotate-command):
1352         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
1353         * progmodes/prolog.el (prolog-consult-compile):
1354         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
1355         Use add/remove-function instead.
1356         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
1357         (gud-tooltip-process-output, gud-tooltip-tips):
1358         Use add/remove-function instead.
1359         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
1360         (scheme-interaction-mode, exit-scheme-interaction-mode):
1361         Use add/remove-function instead.
1363         * vc/vc-dispatcher.el: Use lexical-binding.
1364         (vc--process-sentinel): Rename from vc-process-sentinel.
1365         Change last arg to be the code to run.  Don't use vc-previous-sentinel
1366         and vc-sentinel-commands any more.
1367         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
1368         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
1370 2013-04-19 Masatake YAMATO  <yamato@redhat.com>
1372         * progmodes/sh-script.el (sh-imenu-generic-expression):
1373         Handle function names with a single character.   (Bug#14111)
1375 2013-04-19  Dima Kogan  <dima@secretsauce.net>    (tiny change)
1377         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
1378         for subroutines defined in an eval (bug#14182).
1380 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1382         * bookmark.el (bookmark-completing-read): Improve handling of empty
1383         string (bug#14176).
1385 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1387         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
1389 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1391         New faster Imenu implementation (bug#14058).
1392         * progmodes/python.el:
1393         (python-imenu-prev-index-position):
1394         (python-imenu-format-item-label-function)
1395         (python-imenu-format-parent-item-label-function)
1396         (python-imenu-format-parent-item-jump-label-function):
1397         New vars.
1398         (python-imenu-format-item-label)
1399         (python-imenu-format-parent-item-label)
1400         (python-imenu-format-parent-item-jump-label)
1401         (python-imenu--put-parent, python-imenu--build-tree)
1402         (python-imenu-create-index, python-imenu-create-flat-index)
1403         (python-util-popn): New functions.
1404         (python-mode): Set imenu-create-index-function to
1405         python-imenu-create-index.
1407 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1409         * winner.el (winner-active-region): Use region-active-p, activate-mark
1410         and deactivate-mark (bug#14225).
1412         * simple.el (deactivate-mark): Don't inline it.
1414 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
1416         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
1418 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
1420         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
1421         file extensions from the archive-mode entry in order to prefer
1422         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
1424 2013-04-18  Leo Liu  <sdl.web@gmail.com>
1426         * bindings.el (help-event-list): Add ?\?.
1428 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1430         * subr.el (with-wrapper-hook): Declare obsolete.
1431         * simple.el (filter-buffer-substring-function): New hook.
1432         (filter-buffer-substring): Use it.
1433         (filter-buffer-substring-functions): Mark obsolete.
1434         * minibuffer.el (completion-in-region-function): New hook.
1435         (completion-in-region): Use it.
1436         (completion-in-region-functions): Mark obsolete.
1437         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
1438         * abbrev.el (abbrev-expand-function): New hook.
1439         (expand-abbrev): Use it.
1440         (abbrev-expand-functions): Mark obsolete.
1441         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
1442         and :filter-return.
1444 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1446         * progmodes/python.el (python-nav--syntactically): Fix cornercases
1447         and do not care about match data.
1449 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1451         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
1452         completion tables when completing error conditions and
1453         `declare' arguments.
1454         (lisp-complete-symbol, field-complete): Mark as obsolete.
1455         (check-parens): Unmatched parens are user errors.
1456         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
1458 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
1460         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
1461         command changed buffer (ie. `flyspell-pre-buffer' is not current
1462         buffer), which prevents making decisions based on invalid value of
1463         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
1464         cause an error when `flyspell-pre-point' was nil after switching
1465         buffers.
1466         (flyspell-post-command-hook): No longer needs to change buffers when
1467         checking pre-word.  While at it remove unnecessary progn.
1469 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
1471         * textmodes/ispell.el (ispell-add-per-file-word-list):
1472         Fix `flyspell-correct-word-before-point' error when accepting
1473         words and `coment-padding' is an integer by using
1474         `comment-normalize-vars' (Bug #14214).
1476 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1478         New defun movement commands.
1479         * progmodes/python.el (python-nav--syntactically)
1480         (python-nav--forward-defun, python-nav-backward-defun)
1481         (python-nav-forward-defun): New functions.
1483 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1485         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
1486         (python-syntax-context): Use named compiler-macro for backwards
1487         compatibility with Emacs 24.x.
1489 2013-04-17  Leo Liu  <sdl.web@gmail.com>
1491         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
1492         octave-hide-process-buffer.
1494 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1496         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
1497         (bug#14216).
1499 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
1501         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
1502         Fix adjustment of offset when receiving incomplete responses from GDB
1503         (bug#14129).
1505 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1507         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
1508         python-mode-abbrev-table.
1509         (python-skeleton-define): Adjust accordingly.
1510         (python-mode-abbrev-table): New table that inherits from it so that
1511         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
1513         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
1514         (abbrev-symbol): Use it.
1515         (abbrev--before-point): Use it since we already handle inheritance.
1517 2013-04-16  Leo Liu  <sdl.web@gmail.com>
1519         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
1520         binding to info-lookup-symbol.
1522 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
1524         * minibuffer.el (completion--twq-all):
1525         * term/ns-win.el (ns-initialize-window-system):
1526         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
1528 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1530         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
1531         global bindings.
1533         * doc-view.el (doc-view-start-process): Handle url-handler directories.
1535 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
1537         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
1538         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
1539         to nil.
1540         (ruby-end-of-defun): Remove the unused arg, change the docstring
1541         to reflect that this function is only used as the value of
1542         `end-of-defun-function'.
1543         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
1544         to reflect an earlier change that beginning/end-of-defun functions
1545         jump between methods in a class definition, as well as top-level
1546         functions.
1548 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1550         * minibuffer.el (minibuffer-complete): Don't just scroll
1551         a *Completions* that's been iconified.
1552         (minibuffer-force-complete): Make sure repetitions do cycle when going
1553         through completion-in-region -> minibuffer-complete.
1555 2013-04-15  Alan Mackenzie  <acm@muc.de>
1557         Correct the placement of c-cpp-delimiters when there're #s not at
1558         col 0.
1560         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
1561         place a submatch around the #.
1562         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
1563         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
1564         on the #, not BOL.
1566 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1568         * emacs-lisp/nadvice.el: Properly test names when adding advice.
1569         (advice--member-p): New arg `name'.
1570         (advice--add-function, advice-member-p): Use it (bug#14202).
1572 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
1574         Reformulate java imenu-generic-expression.
1575         The old expression contained ill formed regexps.
1577         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
1578         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
1579         (cc-imenu-java-method-arg-regexp): New defconsts.
1580         (cc-imenu-java-build-type-args-regex): New defun.
1581         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
1582         handling of spaces in the regexp.
1584 2013-03-15  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
1586         * textmodes/ispell.el (ispell-command-loop): Remove
1587         flyspell highlight of a word when ispell accepts it (bug #14178).
1589 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
1591         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
1592         uses code from the previous `ange-ftp-run-real-handler'.
1593         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
1594         only in case that function exist.  This is needed for proper
1595         unloading of Tramp.
1597 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
1599         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
1601         * textmodes/reftex.el (reftex-compile-variables): Use it.
1603 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1605         * files.el (normal-mode): Only use default major-mode if no other mode
1606         was specified.
1608         * emacs-lisp/trace.el (trace-values): New function.
1610         * files.el: Allow : in local variables (bug#14089).
1611         (hack-local-variable-regexp): New var.
1612         (hack-local-variables-prop-line, hack-local-variables): Use it.
1614 2013-04-13  Roland Winkler  <winkler@gnu.org>
1616         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
1617         data before it gets modified by bibtex-beginning-of-entry.
1619 2013-04-13  Roland Winkler  <winkler@gnu.org>
1621         * textmodes/bibtex.el (bibtex-url): Doc fix.
1623 2013-04-13  Roland Winkler  <winkler@gnu.org>
1625         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
1626         does not visit a BibTeX file, exclude it from the list of buffers
1627         returned by bibtex-initialize.
1629 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
1631         * window.el (split-window): Remove interactive form, since as a
1632         command this function is a special case of split-window-below.
1633         Correct doc string.
1635 2013-04-12  Roland Winkler  <winkler@gnu.org>
1637         * faces.el (read-face-name): Do not override value of arg default.
1638         Allow single faces and strings as default values.  Remove those
1639         elements from return value that are not faces.
1640         (describe-face): Simplify.
1641         (face-at-point): New optional args thing and multiple so that this
1642         function can provide the same functionality previously provided by
1643         read-face-name.
1644         (make-face-bold, make-face-unbold, make-face-italic)
1645         (make-face-unitalic, make-face-bold-italic, invert-face)
1646         (modify-face, read-face-and-attribute): Use face-at-point.
1648         * cus-edit.el (customize-face, customize-face-other-window)
1649         * cus-theme.el (custom-theme-add-face)
1650         * face-remap.el (buffer-face-set)
1651         * facemenu.el (facemenu-set-face): Use face-at-point.
1653 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
1655         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
1657 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
1659         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
1660         off leading { and trailing } from field values.
1662 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1664         * emacs-lisp/timer.el (timer--check): New function.
1665         (timer--time, timer-set-function, timer-event-handler): Use it.
1666         (timer-set-idle-time): Simplify.
1667         (timer--activate): CSE.
1668         (timer-event-handler): Give more info in error message.
1669         (internal-timer-start-idle): New function, moved from C.
1671         * mpc.el (mpc-proc): Add `restart' argument.
1672         (mpc-proc-cmd): Use it.
1673         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
1674         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
1675         less often.
1677 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
1679         * progmodes/sh-script.el: Implement `sh-mode' own
1680         `add-log-current-defun-function' (bug#14112).
1681         (sh-current-defun-name): New function.
1682         (sh-mode): Use the function.
1684 2013-04-09  Bastien Guerry  <bzg@gnu.org>
1686         * simple.el (choose-completion-string): Fix docstring (bug#14163).
1688 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1690         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
1692         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
1693         timer (bug#14156).
1695 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
1697         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
1698         declaration.
1700 2013-04-07  Leo Liu  <sdl.web@gmail.com>
1702         * pcmpl-x.el: New file.
1704 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
1706         Do not set x-display-name until X connection is established.
1707         This is needed to prevent from weird situation described at
1708         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
1709         * frame.el (make-frame): Set x-display-name after call to
1710         window system initialization function, not before.
1711         * term/x-win.el (x-initialize-window-system): Add optional
1712         display argument and use it.
1713         * term/w32-win.el (w32-initialize-window-system):
1714         * term/ns-win.el (ns-initialize-window-system):
1715         * term/pc-win.el (msdos-initialize-window-system):
1716         Add compatible optional display argument.
1718 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
1720         * files.el (normal-backup-enable-predicate): On MS-Windows and
1721         MS-DOS compare truenames of temporary-file-directory and of the
1722         file, so that 8+3 aliases (usually found in $TEMP on Windows)
1723         don't fail comparison by compare-strings.  Also, compare file
1724         names case-insensitively on MS-Windows and MS-DOS.
1726 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1728         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
1729         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
1731 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
1733         * whitespace.el (whitespace-color-on, whitespace-color-off):
1734         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
1736 2013-04-05  Jacek ChrzÄ…szcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
1738         * ispell.el (ispell-set-spellchecker-params):
1739         Really set `ispell-args' for all equivs.
1741 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1743         * ido.el (ido-completions): Use extra elements of ido-decorations
1744         (bug#14143).
1745         (ido-decorations): Update docstring.
1747 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
1749         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
1750         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
1751         nil during initialization, in order not to miss changes since the
1752         file was opened.  (Bug#14140)
1754 2013-04-05  Leo Liu  <sdl.web@gmail.com>
1756         * kmacro.el (kmacro-call-macro): Fix bug#14135.
1758 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
1760         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
1762 2013-04-04  Glenn Morris  <rgm@gnu.org>
1764         * electric.el (electric-pair-inhibit-predicate): Add :version.
1766 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1768         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
1769         when a package is required several times (bug#14082).
1771 2013-04-04  Roland Winkler  <winkler@gnu.org>
1773         * faces.el (read-face-name): Behave as promised by the docstring.
1774         Assume that arg default is a list of faces.
1775         (describe-face): Call read-face-name with list of default faces.
1777 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1779         * bookmark.el: Fix deletion of bookmarks (bug#13972).
1780         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
1781         (bookmark-bmenu-execute-deletions): Only skip first line if it's
1782         the header.
1783         (bookmark-exit-hook-internal): Save even if list is empty.
1785 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
1787         * emacs-lisp/package.el (package-pinned-packages): New var.
1788         (package--add-to-archive-contents): Obey it (bug#14118).
1790 2013-04-03  Alan Mackenzie  <acm@muc.de>
1792         Handle `parse-partial-sexp' landing inside a comment opener
1793         (Bug#13244). Also adapt to the new values of element 7 of a parse
1794         state.
1796         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
1797         parameter `not-in-delimiter'.  Handle being inside comment opener.
1798         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
1799         character in case we're typing a '*' after a '/'.
1800         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
1801         instead by passing the parameter to c-state-pp-to-literal.
1803         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
1804         for elt. 7 of a parse state.
1806 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
1808         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
1809         * international/latin1-disp.el, international/mule-util.el:
1810         * language/cyril-util.el, language/european.el, language/ind-util.el:
1811         * language/lao-util.el, language/thai.el, language/tibet-util.el:
1812         * language/tibetan.el, language/viet-util.el:
1813         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
1815 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1817         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
1818         (electric-pair-post-self-insert-function): Use it.
1819         (electric-pair-default-inhibit): New function, extracted from
1820         electric-pair-post-self-insert-function.
1822 2013-03-31  Roland Winkler  <winkler@gnu.org>
1824         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
1826 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1828         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
1830 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
1832         Un-indent after "pass" and "return" statements (Bug#13888)
1833         * progmodes/python.el (python-indent-block-enders): New var.
1834         (python-indent-calculate-indentation): Use it.
1836 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
1838         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
1839         defun.  Defining it as defalias could introduce too eager
1840         byte-compiler optimization.  (Bug#14030)
1842 2013-03-30  Chong Yidong  <cyd@gnu.org>
1844         * iswitchb.el (iswitchb-read-buffer): Fix typo.
1846 2013-03-30  Leo Liu  <sdl.web@gmail.com>
1848         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
1849         (kmacro-execute-from-register): Pass the keyboard macro to
1850         kmacro-call-macro or repeating won't work correctly.
1852 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
1854         * progmodes/subword.el: Back to using `forward-symbol'.
1856         * subr.el (forward-whitespace, forward-symbol)
1857         (forward-same-syntax): Move from thingatpt.el.
1859 2013-03-29  Leo Liu  <sdl.web@gmail.com>
1861         * kmacro.el (kmacro-to-register): New command.
1862         (kmacro-execute-from-register): New function.
1863         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
1865 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1867         * mpc.el: Use defvar-local and setq-local.
1868         (mpc--proc-connect): Connection failures are not bugs.
1869         (mpc-mode-map): `follow-link' only applies to the buffer's content.
1870         (mpc-volume-map): Bind to the up-events.
1872 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1874         * progmodes/subword.el (superword-mode): Use `forward-sexp'
1875         instead of `forward-symbol'.
1877 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1879         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
1880         (edebug--recursive-edit): Use it.
1881         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
1882         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
1884 2013-03-28  Leo Liu  <sdl.web@gmail.com>
1886         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
1888 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
1890         * facemenu.el (list-colors-callback): New defvar.
1891         (list-colors-redisplay): New function.
1892         (list-colors-display): Install list-colors-redisplay as the
1893         revert-buffer-function.  (Bug#14063)
1895 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1897         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
1898         and suffixes don't overlap (bug#14061).
1900         * case-table.el: Use lexical-binding.
1901         (case-table-get-table): New function.
1902         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
1904 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
1906         * progmodes/subword.el: Add `superword-mode' to do word motion
1907         over symbol_words (parallels and leverages `subword-mode' which
1908         does word motion inside MixedCaseWords).
1910 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
1912         * eshell/em-unix.el: Move su and sudo to...
1913         * eshell/em-tramp.el: ...Eshell tramp module.
1915 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1917         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
1918         Change return value to be a sexp.  Delay `get-buffer' to after
1919         restoring the desktop (bug#13951).
1921 2013-03-26  Leo Liu  <sdl.web@gmail.com>
1923         * register.el: Move semantic tag handling back to
1924         cedet/semantic/senator.el.  (Bug#14052)
1926 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1928         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
1929         into the prompt either (bug#13963).
1931 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1933         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
1934         part of "(error-foo)".
1936 2013-03-24  Juri Linkov  <juri@jurta.org>
1938         * replace.el (list-matching-lines-prefix-face): New defcustom.
1939         (occur-1): Pass `list-matching-lines-prefix-face' to the function
1940         `occur-engine' if `face-differs-from-default-p' returns t.
1941         (occur-engine): Add `,' inside backquote construct to evaluate
1942         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
1943         Pass `prefix-face' to the functions `occur-context-lines' and
1944         `occur-engine-add-prefix'.
1945         (occur-engine-add-prefix, occur-context-lines): Add optional arg
1946         `prefix-face' and propertize the prefix with `prefix-face'.
1947         (Bug#14017)
1949 2013-03-24  Leo Liu  <sdl.web@gmail.com>
1951         * nxml/rng-valid.el (rng-validate-while-idle)
1952         (rng-validate-quick-while-idle): Guard against deleted buffer.
1953         (Bug#13999)
1955         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
1956         is the last entry in kill-buffer-hook.
1958         * files.el (kill-buffer-hook): Doc fix.
1960 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
1962         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
1963         Make it safe-local.
1965         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
1967 2013-03-23  Leo Liu  <sdl.web@gmail.com>
1969         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
1970         Remove.
1972         * nxml/rng-valid.el (rng-validate-mode)
1973         (rng-after-change-function, rng-do-some-validation):
1974         * nxml/rng-maint.el (rng-validate-buffer):
1975         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
1976         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
1977         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
1978         (nxml-extend-after-change-region): Use with-silent-modifications.
1980         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
1981         timer-idle-list.
1983         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
1984         (rng-next-error-1, rng-previous-error-1): Do not let-bind
1985         timer-idle-list.  (Bug#13999)
1987 2013-03-23  Juri Linkov  <juri@jurta.org>
1989         * info.el (info-index-match): New face.
1990         (Info-index, Info-apropos-matches): Add a nested subgroup to the
1991         main pattern and add text properties with the new face to matches
1992         in index entries relative to the beginning of the index entry.
1993         (Bug#14015)
1995 2013-03-21  Eric Ludlam  <zappo@gnu.org>
1997         * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
1998         Inhibit read only while inserting objects.
2000 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2002         * progmodes/cfengine.el: Update docs to mention
2003         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
2004         symbol motion.  Remove "_" from the word syntax.
2006 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
2008         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
2009         syntax for both `cfengine2-mode' and `cfengine3-mode'.
2011 2013-03-20  Juri Linkov  <juri@jurta.org>
2013         * info.el (Info-next-reference-or-link)
2014         (Info-prev-reference-or-link): New functions.
2015         (Info-next-reference, Info-prev-reference): Use them.
2016         (Info-try-follow-nearest-node): Handle footnote navigation.
2017         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
2019 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2021         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
2022         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
2024 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
2026         Suppress unnecessary non-ASCII chatter during build process.
2027         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
2028         (batch-skkdic-convert): Suppress most of the chatter.
2029         It's not needed so much now that machines are faster,
2030         and its non-ASCII component was confusing; see Dmitry Gutov in
2031         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
2033 2013-03-20  Leo Liu  <sdl.web@gmail.com>
2035         * ido.el (ido-chop): Fix bug#10994.
2037 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
2039         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
2040         Remove vars.
2041         (whitespace-color-on, whitespace-color-off):
2042         Use `font-lock-fontify-buffer' (Bug#13817).
2044 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2046         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
2047         remapping in mode-line.
2048         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
2050 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
2052         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
2053         value for `whitespace-line' face (Bug#13875).
2054         (whitespace-font-lock-keywords): Change description.
2055         (whitespace-color-on): Don't save `font-lock-keywords' value, save
2056         the constructed keywords instead.
2057         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
2059 2013-03-19  Leo Liu  <sdl.web@gmail.com>
2061         * progmodes/compile.el (compilation-display-error): New command.
2062         (compilation-mode-map, compilation-minor-mode-map): Bind it to
2063         C-o.  (Bug#13992)
2065 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
2067         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
2069 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
2071         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
2073 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
2075         * net/tramp-compat.el (tramp-compat-user-error): New defun.
2077         * net/tramp-adb.el (tramp-adb-handle-shell-command):
2078         * net/tramp-gvfs.el (top):
2079         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
2080         (tramp-handle-shell-command): Use it.
2081         (tramp-dissect-file-name): Raise an error when hostname is a
2082         method name, and neither method nor user is specified.
2084         * net/trampver.el: Update release number.
2086 2013-03-18  Leo Liu  <sdl.web@gmail.com>
2088         Make sure eldoc can be turned off properly.
2089         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
2090         eldoc-mode.
2091         (eldoc-display-message-p): Revert last change.
2092         (eldoc-display-message-no-interference-p)
2093         (eldoc-print-current-symbol-info): Tweak.
2095 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
2097         * doc-view.el (doc-view-new-window-function): Check the new window
2098         overlay's display property instead the char property of the
2099         buffer's first char.  Use `with-selected-window' instead of
2100         `save-window-excursion' with `select-window'.
2101         (doc-view-document->bitmap): Check the current doc-view overlay's
2102         display property instead the char property of the buffer's first char.
2104 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
2106         Automate the build of ja-dic.el (Bug#13984).
2107         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
2108         from the input, rather than assume that it's been done for us by the
2109         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
2110         the current date into a ja-dic.el comment, as that complicates
2111         regression testing.
2113 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2115         * whitespace.el: Fix double evaluation.
2116         (whitespace-space, whitespace-hspace, whitespace-tab)
2117         (whitespace-newline, whitespace-trailing, whitespace-line)
2118         (whitespace-space-before-tab, whitespace-indentation)
2119         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
2120         obsolete defvars.
2121         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
2122         (whitespace-color-on): Use a single font-lock-add-keywords call.
2123         Fix double-evaluation of face variables.
2125 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
2127         * net/tramp-adb.el (tramp-adb-parse-device-names):
2128         Use `start-process' instead of `call-process'.  Otherwise, the
2129         function might be blocked under MS Windows.  (Bug#13299)
2131 2013-03-17  Leo Liu  <sdl.web@gmail.com>
2133         Extend eldoc to display info in the mode-line.  (Bug#13978)
2134         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
2135         (eldoc-mode-line-string): New variable.
2136         (eldoc-minibuffer-message): New function.
2137         (eldoc-message-function): New variable.
2138         (eldoc-message): Use it.
2139         (eldoc-display-message-p)
2140         (eldoc-display-message-no-interference-p):
2141         Support eldoc-post-insert-mode.
2143         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
2144         (eval-expression): Run it.
2146 2013-03-17  Roland Winkler  <winkler@gnu.org>
2148         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
2149         strings in the list of return values.
2151 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
2153         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
2154         radix before checking for HMS forms.
2156 2013-03-16  Leo Liu  <sdl.web@gmail.com>
2158         * progmodes/scheme.el: Add indentation and font-locking for Î».
2159         (Bug#13975)
2161 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2163         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
2164         token before point (bug#13942).
2166 2013-03-16  Leo Liu  <sdl.web@gmail.com>
2168         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
2170 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
2172         * startup.el (command-line-normalize-file-name): Fix handling of
2173         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
2174         <xfq.free@gmail.com> in
2175         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
2177 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
2179         Sync with Tramp 2.2.7.
2181         * net/trampver.el: Update release number.
2183 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
2185         * doc-view.el Fix bug#13887.
2186         (doc-view-insert-image): Don't modify overlay associated to
2187         non-live windows, and implement horizontal centering of image in
2188         case it's smaller than the window.
2189         (doc-view-new-window-function): Force redisplay of new windows on
2190         doc-view buffers.
2192 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
2194         * saveplace.el (save-place-alist-to-file): Don't sort
2195         `save-place-alist', just pretty-print it (bug#13882).
2197 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
2199         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
2200         whether `default-file-name-coding-system' is bound.  It isn't in
2201         XEmacs.
2203 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2205         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
2206         backquotes for `obsolete' (bug#13929).
2208         * international/mule.el (find-auto-coding): Include file name in
2209         obsolescence warning (bug#13922).
2211 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
2213         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
2214         for CFEngine 3-specific indentation.
2215         (cfengine3-indent-line): Use it.  Fix up category regex.
2216         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
2218 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2220         * type-break.el (type-break-file-name):
2221         * textmodes/remember.el (remember-data-file):
2222         * strokes.el (strokes-file):
2223         * shadowfile.el (shadow-initialize):
2224         * saveplace.el (save-place-file):
2225         * ps-bdf.el (bdf-cache-file):
2226         * progmodes/idlwave.el (idlwave-config-directory):
2227         * net/quickurl.el (quickurl-url-file):
2228         * international/kkc.el (kkc-init-file-name):
2229         * ido.el (ido-save-directory-list-file):
2230         * emulation/viper.el (viper-custom-file-name):
2231         * emulation/vip.el (vip-startup-file):
2232         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
2233         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
2235 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
2237         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
2238         * language/thai-word.el: Switch to UTF-8.
2240 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2242         * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
2244 2013-03-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2246         * net/net-utils.el (net-utils-remove-ctrl-m-filter):
2247         Use with-current-buffer and don't move point.
2248         (net-utils-run-simple): Remove useless code.
2249         (net-utils-remove-ctl-m): Remove unused custom.
2251 2013-03-11  Per Starbäck  <starback@stp.lingfil.uu.se>
2253         * international/characters.el (glyphless-set-char-table-range): New fun.
2254         (update-glyphless-char-display): Use it (bug#13744).
2256 2013-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
2258         * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
2259         namespaces in the syntax, indent closer for hanging brace
2260         correctly, allow single-quote delimited 'strings', and make
2261         `cfengine3-mode' the default.
2263 2013-03-11  Jean-Philippe Gravel  <jpgravel@gmail.com>
2265         * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
2266         Use lexical-binding.  Fix up docstring according to conventions.
2267         (gdbmi-debug-mode): New var.
2268         (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
2269         (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
2270         (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
2271         (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
2272         (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
2273         (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
2274         (gdbmi-bnf-incomplete-record-result): New functions.
2275         (gdb-car<): Remove function.
2276         (gdbmi-record-list): Remove variable.
2277         (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
2278         (gdbmi-bnf-result-state-configs): New const.
2279         (gud-gdbmi-marker-filter): Rewrite.
2280         (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
2281         (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
2282         Add `token' argument.
2283         (gdb-done, gdb-error): New functions.
2284         (gdb-done-or-error): Add `is-complete' argument.  Change arg order.
2286 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2288         * term/xterm.el (xterm--report-background-handler): Don't burp
2289         upon timeout.
2290         (xterm--version-handler): Extract from terminal-init-xterm.
2291         (xterm--query): Don't mishandle timeout.  Remove debugging messages.
2292         Allow multiple handlers.
2293         (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
2295         * term/xterm.el: Don't discard input (bug#6758).  Use lexical-binding.
2296         (xterm--report-background-handler, xterm--query): New functions.
2297         (terminal-init-xterm): Use them.
2299 2013-03-11  Michael R. Mauger  <michael@mauger.com>
2301         * progmodes/sql.el Version 3.2
2302         Please note that my address changed to <michael@mauger.com>;
2303         the <mmaug@yahoo.com> address remains active.
2304         (sql-connection-alist): Updates documentation to fix bug#13715.
2305         (sql-connect): Handle missing `sql-connection-alist' correctly.
2306         (sql-mode-oracle-font-lock-keywords): Add missing keywords.
2307         (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
2308         property.
2309         (sql-default-value): New function.
2310         (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
2311         values were not used.
2312         (sql-rename-buffer): Make sure alternate buffer name has no text
2313         properties.
2314         (sql-input-sender, sql-execute-feature): Fetch variable with
2315         `buffer-local-value' rather than `with-current-buffer'.
2316         (sql-*): Use #' function syntax consistently.
2317         (sql-*): Use message/error/user-error consistently.
2319 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2321         * xt-mouse.el (xterm-mouse-event-read): Remove.
2322         (xterm-mouse--read-event-sequence-1000)
2323         (xterm-mouse--read-event-sequence-1006): Use read-event instead.
2325 2013-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2327         * term/xterm.el (xterm-function-map): Support format used with
2328         formatOtherKeys=1 (bug#13839).
2330         * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
2331         (with-no-warnings): Use `declare'.
2333         * whitespace.el (whitespace-enable-predicate): New variable.
2334         (whitespace-enable-predicate): Use it.
2336         * comint.el (comint-send-input, comint-snapshot-last-prompt)
2337         (comint-output-filter, comint-update-fence):
2338         Use with-silent-modifications.
2340 2013-03-10  Jambunathan K  <kjambunathan@gmail.com>
2342         * replace.el (occur-read-regexp-defaults-function): New var.
2343         (occur-read-regexp-defaults): New defun.
2344         (occur-read-primary-args): Propagate above change (bug#13892).
2346 2013-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2348         * mouse.el (mouse-drag-track): Remove left-over debugging code.
2350 2013-03-09  Michael Albinus  <michael.albinus@gmx.de>
2352         Major rewrite due to changed D-Bus interface of GVFS 1.14.
2354         * net/tramp-gvfs.el (top): Extend check for gvfs availability.
2355         (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
2356         (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
2357         New defconst.
2358         (tramp-gvfs-file-name-handler-alist) [directory-files]
2359         [directory-files-and-attributes, file-exists-p, file-modes]:
2360         Use Tramp default handler.
2361         [file-acl, file-selinux-context, process-file, set-file-acl]:
2362         [set-file-modes, set-file-selinux-context, shell-command]:
2363         [start-file-process]: Remove handler.
2364         [verify-visited-file-modtime]: New handler.
2365         (tramp-gvfs-dbus-string-to-byte-array)
2366         (tramp-gvfs-dbus-byte-array-to-string): New defuns.  Replace all
2367         calls of `dbus-string-to-byte-array' and
2368         `tramp-gvfs-dbus-byte-array-to-string'.
2369         (tramp-gvfs-handle-copy-file)
2370         (tramp-gvfs-handle-delete-directory)
2371         (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
2372         (tramp-gvfs-handle-file-directory-p)
2373         (tramp-gvfs-handle-file-executable-p)
2374         (tramp-gvfs-handle-file-name-all-completions)
2375         (tramp-gvfs-handle-file-readable-p)
2376         (tramp-gvfs-handle-file-writable-p)
2377         (tramp-gvfs-handle-insert-directory)
2378         (tramp-gvfs-handle-insert-file-contents)
2379         (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
2380         (tramp-gvfs-handle-set-visited-file-modtime)
2381         (tramp-gvfs-handle-write-region): Rewrite.
2382         (tramp-gvfs-handle-file-acl)
2383         (tramp-gvfs-handle-file-selinux-context)
2384         (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
2385         (tramp-gvfs-handle-set-file-modes)
2386         (tramp-gvfs-handle-set-file-selinux-context)
2387         (tramp-gvfs-handle-shell-command)
2388         (tramp-gvfs-handle-start-file-process)
2389         (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
2390         (tramp-gvfs-url-file-name): Do not use `file-truename', we work
2391         over the symlinks.  Fix user handling.
2392         (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
2393         of the D-Bus signals.
2394         (tramp-gvfs-connection-mounted-p): Handle different names of the
2395         D-Bus methods.
2396         (tramp-gvfs-mount-spec-entry): New defun.
2397         (tramp-gvfs-mount-spec): Use it.
2398         (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
2399         there is a share name.  Handle different names of the D-Bus
2400         signals and methods.  Set connection properties needed for
2401         `tramp-check-cached-permissions'.
2402         (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
2403         Return t or nil.
2405         * net/tramp.el (tramp-backtrace): Move up.
2406         (tramp-error): Dump a backtrace into the debug buffer when
2407         `tramp-verbose > 9.
2408         (tramp-file-mode-type-map, tramp-file-mode-from-int)
2409         (tramp-file-mode-permissions, tramp-get-local-uid)
2410         (tramp-get-local-gid, tramp-check-cached-permissions): Move from
2411         tramp-sh.el.
2413         * net/tramp-sh.el (tramp-file-mode-type-map)
2414         (tramp-check-cached-permissions, tramp-file-mode-from-int)
2415         (tramp-file-mode-permissions, tramp-get-local-uid)
2416         (tramp-get-local-gid): Move to tramp.el.
2418 2013-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2420         Separate mouse-1-click-follows-link from mouse-drag-region.
2421         * mouse.el (mouse--down-1-maybe-follows-link): New function.
2422         (key-translation-map): Use it to implement mouse-1-click-follows-link.
2423         (mouse-drag-line, mouse-drag-track):
2424         Remove mouse-1-click-follows-link code.
2425         (mouse--remap-link-click-p): Remove.
2427 2013-03-08  Jambunathan K  <kjambunathan@gmail.com>
2429         * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
2430         (hi-lock-read-regexp-defaults):  New defun.
2431         (hi-lock-line-face-buffer, hi-lock-face-buffer)
2432         (hi-lock-face-phrase-buffer): Propagate above change.
2433         Update docstring (bug#13892).
2435         * subr.el (find-tag-default-as-regexp): New defun.
2436         * replace.el (read-regexp): Propagate above change.
2438 2013-03-08  Jay Belanger  <jay.p.belanger@gmail.com>
2440         * calc/calc-units.el (calc-convert-units): Fix the way that default
2441         new units are stored.
2443 2013-03-07  Matthias Meulien  <orontee@gmail.com>
2445         * bookmark.el: Define a face to highlight bookmark names in
2446         bookmark menu buffers, where the default is a bold face similarly
2447         to buffer names in buffer menu buffers.
2448         (bookmark-menu-bookmark): New face to highlight bookmark names.
2449         (bookmark-insert-location): Remove duplicated text property to
2450         conform to buffer list (see `list-buffers').
2451         (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
2452         `bookmark-menu-bookmark' to bookmark names.
2454 2013-03-07  Matthias Meulien  <orontee@gmail.com>
2455             Karl Fogel  <kfogel@red-bean.com>
2457         * bookmark.el: Display the bookmark list header similarly to the
2458         buffer list header (see `list-buffers'), where the default is now
2459         an immovable/immutable header line.
2460         (bookmark-bmenu-use-header-line): New variable.
2461         (bookmark-bmenu-inline-header-height): New name for
2462         `bookmark-bmenu-header-height', to avoid confusion with the code
2463         for the new immovable header.  All references changed.
2464         (bookmark-bmenu-set-header): New function.
2465         (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
2466         Conditionalize header construction accordingly.
2467         (bookmark-bmenu-ensure-position): Conditionalize the skipping of
2468         the inline header height.
2469         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
2470         Conditionalize the skipping of the inline header height.
2472 2013-03-07  Dmitry Gutov  <dgutov@yandex.ru>
2474         * progmodes/js.el (js--multi-line-declaration-indentation):
2475         Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
2477 2013-03-06  Dmitry Gutov  <dgutov@yandex.ru>
2479         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2480         Only propertize regexp when not inside a string (Bug#13885).
2482 2013-03-06  Alan Mackenzie  <acm@muc.de>
2484         Correct the position of point in some line-up functions.
2485         * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
2486         (c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of
2487         point at column 0 rather than at a random place in the line.
2489 2013-03-05  Michael Albinus  <michael.albinus@gmx.de>
2491         * net/tramp-compat.el (tramp-compat-delete-directory):
2492         Implement TRASH argument.
2494 2013-03-05  Dmitry Gutov  <dgutov@yandex.ru>
2496         Keep pre-existing highlighting in completion candidates (Bug#13250).
2497         * minibuffer.el (completions-first-difference): State that the
2498         face is "added" in the docstring.
2499         (completions-common-part): Same.  And don't inherit from default.
2500         (completion-hilit-commonality): Prepend 'completions-common-part
2501         and 'completion-first-difference faces to the 'face property,
2502         instead of replacing the value(s).
2503         (completion--insert-strings): Same with 'completions-annotations face.
2504         (completion-hilit-commonality): Use 'face instead of
2505         'font-lock-face, because it gets priority if the completion
2506         strings already have 'face set.
2508 2013-03-04  Alan Mackenzie  <acm@muc.de>
2510         Replace `last-command-event' by `last-command-char' in XEmacs.
2511         * progmodes/cc-defs.el (c-last-command-char): New macro.
2512         * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
2513         (c-semi&comma-no-newlines-before-nonblanks)
2514         (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
2515         in place of `last-command-event'.
2516         * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
2517         (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
2518         (c-electric-paren, c-electric-continued-statement): Use the new
2519         macro in place of `last-command-event'.
2521 2013-03-04  Glenn Morris  <rgm@gnu.org>
2523         * files.el (inhibit-local-variables-regexps):
2524         Add .diff and .patch.  (Bug#13862)
2526 2013-03-03  Michael Albinus  <michael.albinus@gmx.de>
2528         * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
2529         whether the "su" command is available on the device.
2531 2013-03-01  Michael Albinus  <michael.albinus@gmx.de>
2533         * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
2534         (tramp-adb-handle-process-file): Remove superfluous setting.
2535         (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
2536         (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
2537         (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
2539 2013-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2541         * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
2542         (ispell-print-if-debug): Build `format' in.  Avoid end-of-buffer.
2543         (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
2544         Use dict-key rather than dict-name for the error message.
2546 2013-03-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2548         * net/net-utils.el (net-utils-run-simple): Don't display-buffer
2549         when reverting (bug#13831).
2551 2013-03-01  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
2553         * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
2554         Always expand affix-file before storing to protect against changed
2555         `default-directory'.
2556         (ispell-print-if-debug): Make sure message is printed at the end
2557         of the debug buffer.
2559 2013-03-01  Michael Albinus  <michael.albinus@gmx.de>
2561         * net/tramp.el (tramp-obsolete-methods): New defconst.
2562         (tramp-warned-obsolete-methods): New defvar.
2563         (tramp-find-method): Check for obsolete methods.  Map them to a
2564         replacement method if appropriate.
2566         * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
2567         Remove methods.
2568         (top): Remove completion functions for "scp1", "scp2", "ssh1",
2569         "ssh2" and "plink1".
2571 2013-02-28  Dale Sedivec  <dale@codefu.org>
2573         * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
2574         Return valid syntax-table property value when converting
2575         quotes within text from string syntax to punctuation syntax (bug#13844).
2577 2013-02-28  Juri Linkov  <juri@jurta.org>
2579         * dired-aux.el (dired-diff): If file at point is a backup file,
2580         use its original as the default value, and reverse the order
2581         of arguments to the `diff' call.  Doc fix.  (Bug#13772)
2583 2013-02-28  Michael Albinus  <michael.albinus@gmx.de>
2585         * net/tramp-adb.el (tramp-adb-sdk-dir): Remove.  Replaced by ...
2586         (tramp-adb-program): New defcustom.  Remove function.  Adapt calls.
2588 2013-02-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
2590         Initial support for hunspell dictionaries auto-detection (Bug#13639)
2592         * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
2593         Ask hunspell about available and default dictionaries.
2594         (ispell-parse-hunspell-affix-file): Extract relevant info from
2595         hunspell affix file.
2596         (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
2597         `ispell-dictionary-alist' entry for given dictionary after info
2598         provided by `ispell-parse-hunspell-affix-file'.
2599         (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
2600         of parsed hunspell dicts and associated affix files.
2601         (ispell-hunspell-dictionary-alist): New defvar to contain an alist
2602         of parsed hunspell dicts and associated parameters.
2603         (ispell-set-spellchecker-params):
2604         Call `ispell-find-hunspell-dictionaries' if hunspell and not
2605         previously done.
2606         (ispell-start-process):
2607         Call `ispell-hunspell-fill-dictionary-entry' for current
2608         dictionary if it is not initialized.
2610 2013-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2612         * imenu.el: Comment nitpicks.
2614 2013-02-28  Sam Steingold  <sds@gnu.org>
2616         * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
2617         See <http://stackoverflow.com/questions/14720205>.
2619 2013-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2621         * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
2622         (net-utils-mode): Use it.
2623         (net-utils--revert-cmd): New var.
2624         (net-utils-run-simple): Set it, and remove bogus interactive spec.
2625         (traceroute): Use net-utils-run-simple.
2627 2013-02-28  Glenn Morris  <rgm@gnu.org>
2629         * textmodes/paragraphs.el (mark-paragraph): Doc fix.
2631 2013-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2633         * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
2634         (doc-view-fallback-mode): Remove overlays here.
2635         (doc-view-toggle-display): Instead of here.  Don't throw away
2636         image-mode-winprops-alist.
2637         (doc-view-goto-page): Don't mess with hscroll.
2639 2013-02-27  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2641         * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
2642         &optional (bug#13819).
2644 2013-02-27  Michael Albinus  <michael.albinus@gmx.de>
2646         * net/tramp-adb.el (tramp-adb-parse-device-names)
2647         (tramp-adb-maybe-open-connection): Add timeouts.  (Bug#13299)
2649 2013-02-26  Michael Albinus  <michael.albinus@gmx.de>
2651         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
2652         Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
2653         defined.  POSIX environments fall back to the "C" locale then and
2654         emit a warning, which shall be suppressed.
2656 2013-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2658         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
2659         (easy-mmode-set-keymap-parents): Use make-composed-keymap.
2661 2013-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2663         * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
2665 2013-02-25  Juri Linkov  <juri@jurta.org>
2667         * replace.el (read-regexp): Let-bind `default' to the first
2668         element of `defaults' if it's a list, otherwise it should be
2669         a string or nil.  Let-bind `suggestions' to `defaults' if it's
2670         a list, otherwise make a list with the string value.  Doc fix.
2671         (Bug#13805)
2673 2013-02-25  Eli Zaretskii  <eliz@gnu.org>
2675         * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
2676         that match "\`\.#", to avoid compiling lock files, even if they
2677         are readable (as they are on MS-Windows).
2679 2013-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2681         * files.el (basic-save-buffer): Remove redundant directory-creation.
2683 2013-02-24  Jay Belanger  <jay.p.belanger@gmail.com>
2685         * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
2686         Add option to force `pi' to remain symbolic.
2687         * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
2688         (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
2689         (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
2690         derivatives, when necessary.
2692 2013-02-23  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
2694         * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
2695         (ps-mode-octal-region): Use string-make-unibyte.
2697 2013-02-23  Glenn Morris  <rgm@gnu.org>
2699         * emulation/viper-cmd.el (viper-submit-report):
2700         * progmodes/ps-mode.el (ps-mode-maintainer-address):
2701         * progmodes/vera-mode.el (vera-mode-help-address):
2702         * textmodes/artist.el (artist-maintainer-address):
2703         * textmodes/reftex.el (reftex-report-bug):
2704         * vc/ediff-util.el (ediff-submit-report):
2705         Add bug-gnu-emacs to bug report address.
2707         * progmodes/simula.el (simula-mode-menu, simula-mode-map):
2708         Remove bug report entries.
2709         (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
2711         * emacs-lisp/bytecomp.el (byte-compile-level): New.
2712         (byte-compile-file, byte-compile-from-buffer):
2713         Use separate input/output buffers for each level of recursive
2714         byte-compile-file calls.  (Bug#13787)
2716 2013-02-23  Michael Albinus  <michael.albinus@gmx.de>
2718         * net/tramp.el (tramp-methods): Fix docstring.
2719         (tramp-ssh-controlmaster-options): Rename it from
2720         `tramp-ssh-controlmaster-template'.  Return a string.
2721         (tramp-default-method): Adapt check for
2722         `tramp-ssh-controlmaster-options'.
2724         * net/tramp-sh.el (tramp-methods):
2725         Replace `tramp-ssh-controlmaster-template' by "%c".
2726         (tramp-do-copy-or-rename-file-out-of-band)
2727         (tramp-maybe-open-connection): Use it in format spec.  Ensure,
2728         that it is applied for the first hop only.
2730 2013-02-22  Juri Linkov  <juri@jurta.org>
2732         * isearch.el (isearch-lazy-highlight-new-loop):
2733         Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
2734         to `isearch-other-end' if it is not nil.  (Bug#13402)
2736         * replace.el (replace-highlight): Let-bind `isearch-other-end'
2737         to `match-beg'.
2739         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
2740         Let-bind `isearch-other-end' to `start', `isearch-forward' to t
2741         and `isearch-error' to nil.
2743 2013-03-16  Fabián Ezequiel Gallina  <fgallina@cuca>
2745         * progmodes/python.el (python-info-current-defun):
2746         Enhance match-data cluttering prevention.
2748 2013-02-22  Michael Albinus  <michael.albinus@gmx.de>
2750         * net/tramp.el (tramp-tramp-file-p): Fix docstring.
2752         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
2753         Handle multibyte file names.
2755 2013-02-22  Glenn Morris  <rgm@gnu.org>
2757         * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
2758         (sgml-transformation-function): Give it a :set function.
2759         (sgml-tag): Doc fix.
2761         * cmuscheme.el (scheme-buffer):
2762         * progmodes/inf-lisp.el (inferior-lisp-buffer):
2763         * progmodes/tcl.el (inferior-tcl-buffer):
2764         * textmodes/tex-mode.el (tex-command): Doc fixes.
2766         * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
2768         * htmlfontify.el (hfy-default-header): Encode title string.  (Bug#7457)
2770 2013-02-21  Bastien Guerry  <bzg@gnu.org>
2772         * cmuscheme.el (scheme-buffer): Fix docstring.  (Bug#13778)
2774 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
2776         * progmodes/python.el (python-info-current-defun):
2777         Enhance match-data cluttering prevention.
2779 2013-02-21  Glenn Morris  <rgm@gnu.org>
2781         * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
2782         loaded while outline-regexp is let bound.  (Bug#9584)
2784 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
2786         * progmodes/python.el (python-info-current-defun): Fix failed
2787         defun name retrieval because of unwanted match-data cluttering.
2789 2013-02-21  Michael Albinus  <michael.albinus@gmx.de>
2791         * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
2792         defconst.  Apply independent check for ControlPersist.
2794         * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
2795         temporarily, via "env".
2797 2013-02-21  Glenn Morris  <rgm@gnu.org>
2799         * info.el (Info-enable-edit): Remove.
2800         (Info-edit): Disable it rather than using Info-enable.
2801         (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
2802         (Info-cease-edit): Make editing of Info files obsolete.
2804         * informat.el (Info-tagify):
2805         Handle buffers not visiting files.  (Bug#13763)
2807 2013-02-21  Juanma Barranquero  <lekktu@gmail.com>
2809         * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
2811 2013-02-21  Glenn Morris  <rgm@gnu.org>
2813         * files.el (basic-save-buffer): Move check for existing parent
2814         directory after hooks.  (Bug#13773)
2816 2013-02-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2818         * simple.el (command-execute): Move from C.  Add obsolete check.
2819         (extended-command-history): Move from C.
2821 2013-02-20  Ulrich Müller  <ulm@gentoo.org>
2823         * jka-cmpr-hook.el (jka-compr-compression-info-list)
2824         (jka-compr-mode-alist-additions): Handle .txz suffix for
2825         XZ-compressed tar archives (bug#13770).
2827 2013-02-20  Bastien Guerry  <bzg@gnu.org>
2829         * outline.el (outline-regexp, outline-heading-end-regexp):
2830         Make variables, not options (bug#13731).
2832 2013-02-20  Glenn Morris  <rgm@gnu.org>
2834         * image.el (image-current-frame): Change from variable to function.
2835         (image-show-frame): Rename from image-nth-frame.  Update callers.
2836         * image-mode.el (image-multi-frame): New variable.
2837         (image-mode-map, image-mode, image-goto-frame):
2838         Use image-multi-frame rather than image-current-frame.
2839         (image-mode, image-goto-frame): Use image-current-frame as
2840         function rather than as variable.
2842         * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
2843         * emacs-lisp/cl-macs.el (cl--make-type-test)
2844         (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
2846 2013-02-19  Michael Albinus  <michael.albinus@gmx.de>
2848         * net/tramp-cache.el (tramp-get-hash-table): New defun.
2849         (tramp-get-file-property, tramp-set-file-property)
2850         (tramp-get-connection-property, tramp-set-connection-property): Use it.
2851         (tramp-flush-file-property, tramp-flush-directory-property):
2852         Rename argument to KEY.
2853         (tramp-flush-connection-property): Simplify a little bit.
2854         (tramp-connection-property-p): New defun.
2855         (top): Reapply saved values only if there isn't a corresponding
2856         entry in `tramp-connection-properties'.
2858 2013-02-19  Fabián Ezequiel Gallina  <fgallina@cuca>
2860         * progmodes/python.el (python-indent-context):
2861         Fix python-info-line-ends-backslash-p call.
2862         (python-info-line-ends-backslash-p)
2863         (python-info-beginning-of-backslash): Respect line-number argument.
2864         (python-info-current-line-comment-p):
2865         Fix behavior when not at beginning-of-line.
2866         (python-util-position): Remove function.
2867         (python-util-goto-line): New function.
2869 2013-02-19  Michael Albinus  <michael.albinus@gmx.de>
2871         * eshell/em-unix.el (eshell/su): Require tramp.
2872         (eshell/sudo): Require tramp.  Remove now unnecessary check.
2874         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
2875         `tramp-current-connection' in order to avoid an error when several
2876         commands are invoked in a short time in eshell and friends.
2878 2013-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2880         Cleanup some of EIEIO's namespace.
2881         * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
2882         Use it to define all the class-* and object-* field accessors (renamed
2883         to eieio--class-* and eieio--object-*).  Update all uses.
2884         (eieio--class-num-slots, eieio--object-num-slots): Rename from
2885         class-num-slots and object-num-slots.
2886         (eieio--check-type): New macro.
2887         (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
2888         (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
2889         (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
2890         (object-assoc-list-safe): Use it.
2891         (eieio-defclass): Tighten regexp.
2892         (eieio--defmethod): Use `memq'.  Signal an error for unknown method kind.
2893         Remove unreachable code.
2894         (object-class-fast): Declare obsolete.
2895         (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
2896         (eieio-object-class, eieio-object-class-name, eieio-class-parents)
2897         (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
2898         Rename from class-name, object-name, object-set-name-string,
2899         object-class, object-class-name, class-parents, class-children,
2900         class-precedence-list, class-parent; with obsolete alias.
2901         (class-of, class-direct-superclasses, class-direct-subclasses):
2902         Declare obsolete.
2903         (eieio-defmethod): Use `memq'; remove unreachable code.
2904         * emacs-lisp/eieio-base.el (eieio-persistent-read):
2905         * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
2906         (eieio-browse-tree, eieio-browse): Use eieio--check-type.
2908 2013-02-18  Aidan Gauland  <aidalgol@no8wireless.co.nz>
2910         * eshell/em-cmpl.el: Correct "context-related help" keybinding in
2911         commentary.
2913 2013-02-18  Michael Heerdegen  <michael_heerdegen@web.de>
2915         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
2916         Use font-lock-keyword-face for macros and special forms (bug#8345).
2918 2013-02-17  Didier Verna  <didier@didierverna.net>
2920         * net/network-stream.el (network-stream-open-starttls):
2921         Check that response to the starttls-command is non-nil.  (Bug#13706)
2923 2013-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2925         * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
2926         Don't assume all identifier chars have syntax word.
2927         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2928         Remove bar-not-symbol.  Adjust callers.
2929         (lisp-mode-variables): Don't set a font-lock-syntax-table.
2931 2013-02-17  Leo Liu  <sdl.web@gmail.com>
2933         * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
2935 2013-02-17  Glenn Morris  <rgm@gnu.org>
2937         * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
2939         * image-mode.el (image-mode-map): Add image-dired menu entry.
2941         * image-dired.el (tumme): Make this alias obsolete.
2943 2013-02-16  Glenn Morris  <rgm@gnu.org>
2945         * image.el (image-animated-types): Remove.
2946         (image-multi-frame-p): Rename from image-animated-p, and generalize.
2947         (image-animated-p): Make obsolete alias.
2948         (image-animate, image-nth-frame, image-animate-timeout):
2949         Use image-multi-frame-p.
2950         (image-animate-timeout): If no delay, use image-default-frame-delay.
2951         * image-mode.el (image-mode, image-toggle-animation):
2952         Use image-multi-frame-p.  (Bug#763, bug#10739)
2953         (image-mode): Adjust startup message for a multi-frame image.
2955         * image-mode.el (image-mode-map): Give it a menu.
2957 2013-02-16  Michael Albinus  <michael.albinus@gmx.de>
2959         * net/tramp-cache.el (tramp-connection-properties): New customer
2960         option.
2961         (tramp-get-connection-property): Use it.
2963         * net/tramp-compat.el (top): Require 'trampver.
2965         * net/tramp-sh.el (tramp-remote-process-environment):
2966         Set tramp-autoload cookie.
2968 2013-02-16  Kevin Ryde  <user42@zip.com.au>
2970         * info-look.el (info-lookup-select-mode): If major-mode has no
2971         info-lookup-alist entry then search up derived-mode-parent (bug#8660).
2973 2013-02-16  Jambunathan K  <kjambunathan@gmail.com>
2975         * replace.el (read-regexp): Tighten the regexp that matches tag.
2976         When tag is retrieved with `find-tag-default', use regexp that
2977         matches tag at point.  Also update docstring (Bug#13687).
2979 2013-02-16  Eli Zaretskii  <eliz@gnu.org>
2981         * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
2982         add watch for the file, not its parent directory, since w32notify
2983         sets up the watch for the directory internally.  (Bug#13725)
2985 2013-02-16  Glenn Morris  <rgm@gnu.org>
2987         * image.el (image-default-frame-delay): New variable.
2988         (image-animated-p): Use image-default-frame-delay.
2989         (image-minimum-frame-delay): New constant.
2990         (image-animate-timeout): Use image-minimum-frame-delay.
2992         * image.el (image-nth-frame): New, split from image-animate-timeout.
2993         (image-animate-timeout): Use image-nth-frame.
2994         * image-mode.el (image-goto-frame, image-next-frame)
2995         (image-previous-frame): New commands.
2996         (image-mode-map): Add new frame commands.
2998 2013-02-16  Jonas Bernoulli  <jonas@bernoul.li>
3000         * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
3001         If col-desc already has help-echo, use it.  (Bug#13563)
3003 2013-02-16  Glenn Morris  <rgm@gnu.org>
3005         * image.el (image-current-frame): New variable.
3006         (image-animate-timeout): Set image-current-frame.
3007         * image-mode.el (image-mode): For animated images,
3008         display a frame counter via mode-line-process.
3010         * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
3012 2013-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3014         * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
3016 2013-02-15  Alan Mackenzie  <acm@muc.de>
3018         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
3019         global minor mode has been enabled, call the minor mode function
3020         for a new buffer once only, after the major mode hook, whilst
3021         allowing that hook explicitly to disable the minor mode.
3022         (MODE-disable-in-buffer): New (generated) function.
3023         (disable-MODE): New (generated) buffer local variable.
3025 2013-02-15  Jambunathan K  <kjambunathan@gmail.com>
3027         * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
3028         `iswitchb-next-match' and `iswitchb-prev-match' resply.
3029         * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
3030         `ido-next-match' and `ido-prev-match' resply.
3031         * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
3032         Bind `C-.' and `C-,' to `icomplete-forward-completions' and
3033         `icomplete-backward-completions' (Bug#13708).
3035 2013-02-15  Glenn Morris  <rgm@gnu.org>
3037         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
3039 2013-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3041         * net/goto-addr.el (goto-address-fontify): Add start and end args.
3042         (goto-address-fontify-region): Use them instead of narrowing, so
3043         syntax-ppss has access to the whole buffer.
3045 2013-02-15  Fabián Ezequiel Gallina  <fgallina@cuca>
3047         * progmodes/python.el: Explain how to restore "cc-mode"-like
3048         forward-sexp movement in header documentation (Bug#13642).
3049         (python-nav--forward-sexp): Behave like emacs-lisp-mode in
3050         comments and strings (GH bug 114).
3052 2013-02-15  Fabián Ezequiel Gallina  <fgallina@cuca>
3054         * progmodes/python.el (python-info-current-defun): Fix current
3055         defun detection (Bug#13618).
3057 2013-02-15  Chong Yidong  <cyd@gnu.org>
3059         * xml.el (xml-parse-string): Fix typo in handling of bad character
3060         references.
3062 2013-02-15  Glenn Morris  <rgm@gnu.org>
3064         * play/fortune.el (fortune-compile): Simplify and fix previous change.
3066 2013-02-14  Michael Albinus  <michael.albinus@gmx.de>
3068         * net/tramp.el (tramp-debug-message):
3069         Add `tramp-condition-case-unless-debug'.
3070         (tramp-debug-on-error): New defvar.
3071         (tramp-condition-case-unless-debug): New defun.
3072         (tramp-file-name-handler): Use it.
3074 2013-02-14  Juri Linkov  <juri@jurta.org>
3076         * info.el (Info-isearch-filter): Treat non-nil values of
3077         `search-invisible' including its default value `open'
3078         like the value `t' to match hidden text.  (Bug#13402)
3080 2013-02-14  Glenn Morris  <rgm@gnu.org>
3082         * help-fns.el (find-lisp-object-file-name): Give special treatment
3083         to all ~/.foo.elc files, not just ~/.emacs.  (Bug#9007)
3085 2013-02-14  David Biesack  <sasdjb@d72933.na.sas.com>  (tiny change)
3087         * net/quickurl.el (quickurl-save-urls):
3088         Ensure quickurl-urls is not truncated on printing.  (Bug#9276)
3090 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
3092         * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
3093         depth for unfinished percent literal.  Not using it in the caller.
3094         (ruby-move-to-block): Jump over multiline literals of all types,
3095         ignoring code-looking contents inside them.
3096         (ruby-add-log-current-method): Improve performance at the expense
3097         of accuracy.  `ruby-block-contains-point' is relatively slow, so
3098         only use it for method and singleton class blocks.
3100 2013-02-13  Michael Albinus  <michael.albinus@gmx.de>
3102         Use ControlMaster where applicable.  (Bug#13677)
3104         * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
3105         replacing `tramp-detect-ssh-controlmaster'.
3106         (tramp-default-method): Use it.
3108         * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
3109         [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
3110         arguments.
3111         [scpc, rsyncc]: Remove methods.
3112         (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
3113         and "ssh2_old".
3114         (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
3115         (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
3117 2013-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3119         * emacs-lisp/package.el (package--initialized): Move before first use.
3121 2013-02-13  Jambunathan K  <kjambunathan@gmail.com>
3123         * icomplete.el (icomplete-hide-common-prefix): New user option.
3124         (icomplete-first-match): New face.
3125         (icomplete-completions): Correct handling of "complete but not
3126         unique" (Bug#12638).
3128 2013-02-13  YE Qianchuan  <stool.ye@gmail.com>  (tiny change)
3130         * descr-text.el (describe-char): Display the script (bug#13698).
3132 2013-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3134         * tmm.el: Use lexical-binding and current-active-maps.
3135         (tmm-menubar): Use map-keymap and pcase.
3136         (tmm--completion-table): New function.
3137         (tmm-prompt): Use it to fix the menu order.
3138         (tmm-get-keybind): Use current-active-maps.
3140 2013-02-12  Christopher Schmidt  <christopher@ch.ristopher.com>
3142         Add dired-hide-details-mode.  (Bug#6799)
3144         * locate.el (locate-mode): Set parent mode property to dired-mode.
3146         * find-dired.el (find-dired): Call dired-insert-set-properties on
3147         initial information line.  Set process mark on end of buffer.
3148         (find-dired-sentinel):
3149         Call dired-insert-set-properties on summary.
3151         * dired.el (dired-hide-details-hide-symlink-targets)
3152         (dired-hide-details-hide-information-lines): New options.
3153         (dired-insert-directory):
3154         Set properties after final treatment of output.
3155         (dired-insert-set-properties):
3156         Set dired-hide-details-* properties.
3157         (dired-mode-map): Bind dired-hide-details-mode.
3158         (dired-mode): Set buffer-invisibility-spec to a list.
3159         (dired-next-line): Skip hidden lines.
3160         (dired-previous-line): Use dired-next-line.
3161         (dired-hide-details-mode): New minor mode.
3162         (dired-hide-details-update-invisibility-spec): New function.
3164 2013-02-13  Glenn Morris  <rgm@gnu.org>
3166         * play/yow.el: Move to obsolete/.  (Bug#9384)
3168 2013-02-13  Juri Linkov  <juri@jurta.org>
3170         * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
3171         to select `ediff-control-frame' and set input focus correctly on Xfce.
3172         (Bug#12218)
3174 2013-02-13  Juri Linkov  <juri@jurta.org>
3176         * image-mode.el (image-mode-map):
3177         * doc-view.el (doc-view-mode-map):
3178         * vc/ediff-util.el (ediff-setup-keymap):
3179         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
3181 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
3183         * progmodes/ruby-mode.el (ruby-move-to-block): Improve
3184         performance.  Instead of recalculating indentation fully for each
3185         line, sum up indentation depth based only on visited lines.
3186         (ruby-parse-partial): Increase the depth after "do" even when END
3187         is right after it.
3188         (ruby-parse-partial): When END is in the middle of a percent
3189         literal, increase the depth if the delimiter chars belong to the
3190         paren syntax class.
3192 2013-02-13  Kirill A. Korinskiy  <catap@catap.ru>
3194         * play/fortune.el (fortune-compile): Also make the compiled file
3195         if it does not exist at all, not just if it is old.  (Bug#5338)
3197 2013-02-13  Glenn Morris  <rgm@gnu.org>
3199         * emacs-lisp/package.el (package-menu-execute): Doc fix.
3201 2013-02-13  Yves Baumes  <ybaumes@gmail.com>  (tiny change)
3203         * lisp/emacs-lisp/package.el (package-menu-execute):
3204         Add optional noquery argument.  (Bug#13625)
3206 2013-02-13  Michael Albinus  <michael.albinus@gmx.de>
3208         * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
3209         if DIR exists and PARENTS is non-nil.
3211 2013-02-13  Juanma Barranquero  <lekktu@gmail.com>
3213         * progmodes/js.el (js--multi-line-declaration-indentation):
3214         Silence byte-compiler warning.
3216 2013-02-12  Michael Albinus  <michael.albinus@gmx.de>
3218         * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
3220         * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
3221         only if it doesn't exist.
3223         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3224         Set process marker.
3226 2013-02-12  Tassilo Horn  <tsdh@gnu.org>
3228         * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
3229         UserInstallation when calling soffice to work around LibreOffice
3230         bug 37531.
3232 2013-02-12  Glenn Morris  <rgm@gnu.org>
3234         * files.el (basic-save-buffer):
3235         Offer to create a non-existing directory.  (Bug#3016)
3237         * calc/calc-graph.el (calc-graph-show-dumb):
3238         * calendar/calendar.el (calendar-mode-map):
3239         * cus-edit.el (custom-mode-map):
3240         * ehelp.el (electric-help-map):
3241         * emulation/vip.el (vip-mode-map):
3242         * epa.el (epa-key-list-mode-map):
3243         * info.el (Info-mode-map):
3244         * mail/rmail.el (rmail-mode-map):
3245         * mail/rmailsum.el (rmail-summary-mode-map):
3246         * man.el (Man-mode-map):
3247         * net/newst-plainview.el (newsticker-mode-map):
3248         * progmodes/cpp.el (cpp-edit-mode-map):
3249         * progmodes/grep.el (grep-mode-map):
3250         * progmodes/idlw-help.el (idlwave-help-mode-map):
3251         * simple.el (special-mode-map):
3252         * startup.el (splash-screen-keymap):
3253         * view.el (view-mode-map):
3254         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
3256 2013-02-11  Elias Pipping  <pipping@lavabit.com>
3258         * doc-view.el (doc-view-current-cache-dir): Beware % escapes
3259         (bug#13679).
3261 2013-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3263         * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
3265 2013-02-11  Glenn Morris  <rgm@gnu.org>
3267         * vc/diff.el (diff-use-labels): New variable.
3268         (diff-no-select): Use --label rather than -L, and first
3269         check that it is supported.  (Bug#11067)
3271         * files.el (enable-dir-local-variables): New variable.
3272         (hack-dir-local-variables): Respect enable-dir-local-variables.
3273         * tutorial.el (help-with-tutorial):
3274         Ignore directory-local variables.  (Bug#11127)
3276         * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
3277         (vc-svn-global-switches): ... to here.  (Bug#13513)
3279 2013-02-10  Christopher Schmidt  <christopher@ch.ristopher.com>
3281         * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
3282         Handle "foo (bar, default: xxx): " prompts.
3284 2013-02-10  Chong Yidong  <cyd@gnu.org>
3286         * files.el (basic-save-buffer-1): Do not set
3287         buffer-file-coding-system-explicit (Bug#4533).
3289         * mail/emacsbug.el (report-emacs-bug): Change binding of
3290         report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
3292 2013-02-09  Jay Belanger  <jay.p.belanger@gmail.com>
3294         * calc/calc.el (calc-allow-units-as-numbers): New variable.
3295         * calc/calc-units.el (calc-convert-units): Use new variable.
3297 2013-02-09  Eli Zaretskii  <eliz@gnu.org>
3299         * subr.el (buffer-file-type, default-buffer-file-type): Remove.
3301         * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
3302         buffer-file-type.
3304         * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
3305         (feedmail-run-the-queue, feedmail-dump-message-to-queue)
3306         (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
3307         coding-system-for-write instead.
3309         * jka-compr.el (jka-compr-write-region): Don't bind
3310         buffer-file-type.
3312         * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
3313         buffer-file-type.
3315         * files.el (file-name-buffer-file-type-alist): Remove defvar.
3316         (insert-file-contents-literally): Remove reference to
3317         file-name-buffer-file-type-alist.
3319         * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
3320         make-obsolete.
3321         (find-buffer-file-type-match, find-buffer-file-type): Remove.
3322         (find-buffer-file-type-coding-system): Remove references to
3323         find-buffer-file-type-match, find-buffer-file-type, and
3324         buffer-file-type.
3325         Don't put find-buffer-file-type-coding-system into
3326         file-coding-system-alist.
3327         (find-file-binary, find-file-text): Bind coding-system-for-read
3328         instead of file-name-buffer-file-type-alist.
3330 2013-02-09  Jambunathan K  <kjambunathan@gmail.com>
3332         * doc-view.el: Use (and prefer) soffice as default ODF->PDF
3333         converter (Bug#13622).
3334         (doc-view-unoconv-program): Make obsolete alias.
3335         (doc-view-odf->pdf-converter-program): New variable.
3336         (doc-view-odf->pdf-converter-function): New variable.
3337         (doc-view-mode-p): Use it.
3338         (doc-view-odf->pdf-converter-unoconv):
3339         Rename from `doc-view-odf->pdf-converter-unoconv'.
3340         (doc-view-odf->pdf-converter-soffice): New function.
3341         (doc-view-convert-current-doc):
3342         Use `doc-view-odf->pdf-converter-function'.
3344 2013-02-09  Chong Yidong  <cyd@gnu.org>
3346         * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
3347         view-echo-area-messages (Bug#13340).
3349         * help.el (view-echo-area-messages): Use display-buffer.
3351         * dired-x.el (dired-do-run-mail): Prompt for confirmation
3352         (Bug#13561).
3354 2013-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3356         * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
3357         Eval body right away, now that we do eager macroexpansion (bug#13605).
3359         * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
3360         (fundamental-mode): Use run-mode-hooks.
3362         * eshell/esh-proc.el (eshell/kill): Fix last change.
3363         * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
3365 2013-02-08  Aidan Gauland  <aidalgol@no8wireless.co.nz>
3367         * eshell/esh-proc.el (eshell/kill): Rewrite.
3369         * eshell/em-ls.el (show-almost-all): Declare.
3370         (eshell-do-ls): Add support for -A argument.
3372 2013-02-08  Jambunathan K  <kjambunathan@gmail.com>
3374         * icomplete.el (icomplete-forward-completions)
3375         (icomplete-backward-completions): Handle corner case (bug#13602).
3377 2013-02-07  Michael Albinus  <michael.albinus@gmx.de>
3379         * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
3380         be nil.  Handle this.  (Bug#13636)
3382 2013-02-07  Richard Stallman  <rms@gnu.org>
3384         * mail/rmail.el (rmail-variables): Specify `no-conversion' for
3385         `save-buffer-coding-system'.
3387 2013-02-07  Alan Mackenzie  <acm@muc.de>
3389         Fix bug in state cache mechanism.  Remove 'BOD "strategy".  Refactor.
3390         * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
3391         (c-parse-state-get-strategy): Don't return 'BOD any more.
3392         (c-append-lower-brace-pair-to-state-cache):
3393         Extra parameter HERE instead of narrowing.
3394         Widen to top of buffer before searching backwards for a brace pair.
3395         (c-state-push-any-brace-pair): Add HERE parameter to function call.
3396         (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
3397         Narrow to parameter HERE, in place of being called narrowed.
3398         (c-remove-stale-state-cache): Extra parameter HERE in place of
3399         narrowing.  Check there's an open brace in the cache before
3400         searching for its match.
3401         (c-invalidate-state-cache-1): Add HERE parameter to function call.
3402         (c-parse-state-1): Don't narrow here for 'forward strategy,
3403         instead passing extra parameter HERE to several functions.
3404         Remove 'BOD strategy.
3406 2013-02-06  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
3408         * emacs-lisp/package.el (describe-package-1): Tell what archive is
3409         used to install the package.
3411 2013-02-06  Glenn Morris  <rgm@gnu.org>
3413         * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
3414         if we can't get user input.  (Bug#6567)
3416         * startup.el (command-line): If simple.el is missing,
3417         test and warn about for some possible causes.
3419 2013-02-05  Jan Djärv  <jan.h.d@swipnet.se>
3421         * cus-start.el (all): Add ns-use-native-fullscreen.
3423 2013-02-05  Glenn Morris  <rgm@gnu.org>
3425         * profiler.el (profiler-report-mode-map): Add a restart menu entry.
3427         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
3428         Fix directory creation in fallback case.
3430 2013-02-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3432         * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
3433         (vc-update-change-log): Use dolist.
3435 2013-02-04  Chong Yidong  <cyd@gnu.org>
3437         * thingatpt.el: Rewrite the URL detection routines, absorbing some
3438         code from ffap.el.
3439         (thing-at-point-beginning-of-url-regexp): New var.
3440         (thing-at-point-uri-schemes): Update list of URI schemes.
3441         (thing-at-point-url-regexp): Variable deleted.
3442         (thing-at-point-markedup-url-regexp): Disallow newlines.
3443         (thing-at-point-newsgroup-regexp)
3444         (thing-at-point-newsgroup-heads)
3445         (thing-at-point-default-mail-uri-scheme): New variables.
3446         (thing-at-point-bounds-of-url-at-point): Rewrite.  Use ffap's
3447         method to find the possible bounds of the URI at point.
3448         New optional argument to find ill-formed URIs.
3449         (thing-at-point-url-at-point): Rewrite.  New arguments for finding
3450         ill-formed URIs.  Use thing-at-point-bounds-of-url-at-point, and
3451         the scheme-adding heuristics from ffap-url-at-point.
3452         (thing-at-point--bounds-of-well-formed-url): New function.
3453         Do parens matching to decide whether to include parens in the URI
3454         (Bug#9153).
3456         * ffap.el: Require thingatpt.
3457         (ffap-url-at-point): Delegate URI detection to thing-at-point.
3458         All URI-valid characters are now recognized (Bug#5673).
3459         (ffap-string-at-point): Use use-region-p.
3460         (ffap-url-regexp): Extra character is handled by thing-at-point.
3461         (ffap-string-at-point-mode-alist): Allow parentheses.
3462         (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
3463         Convert to aliases; code moved to thingatpt.el.
3464         (ffap-gnus-hook): Use setq-local.
3466 2013-02-04  Glenn Morris  <rgm@gnu.org>
3468         * emacs-lisp/ert.el (ert--explain-format-atom):
3469         Don't try to print non-characters as characters.  (Bug#13543)
3471 2013-02-03  Michael Albinus  <michael.albinus@gmx.de>
3473         * net/tramp.el (tramp-debug-message): Extend function exclude list.
3474         (tramp-backtrace): New defun.
3475         (tramp-handle-insert-file-contents): Use `visit' when inserting
3476         the local copy.
3478         * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
3479         Use `remote-file-name-inhibit-cache'.
3481 2013-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3483         * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
3484         (bug#13614).
3486         * subr.el (internal--called-interactively-p--get-frame): Avoid filling
3487         current-load-list (bug#13366).
3489 2013-02-02  Christopher Schmidt  <christopher@ch.ristopher.com>
3491         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3492         Identify g++ template instantiation trace.  (Bug#12287)
3493         (compilation-mode-hook, compilation-start-hook)
3494         (compilation-window-height): Simplify docstrings.  (Bug#13379)
3496 2013-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3498         * mouse.el (mouse-drag-track): Always deactivate the mark before
3499         running the final event's command since that command is in charge of
3500         activating the mark if needed (bug#13523).
3502 2013-02-02  Juri Linkov  <juri@jurta.org>
3504         * replace.el (perform-replace): Move let-bindings of isearch-*
3505         variables deeper to the loop that searches for the next match.
3506         Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
3507         Use `isearch-search-fun-default' instead of `isearch-search-fun'.
3508         (Bug#13579)
3510         * isearch.el (isearch-search-fun-default): Check for null
3511         first element of isearch-cmds as a precaution when it's used
3512         with inactive isearch.
3514 2013-02-02  Andrew W. Nosenko  <andrew.w.nosenko@gmail.com>  (tiny change)
3516         * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
3517         error when buffer in question is narrowed so position 1 is out of
3518         visible part.
3520 2013-02-02  Glenn Morris  <rgm@gnu.org>
3522         * textmodes/remember.el (remember-clipboard): Doc fix.
3524 2013-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3526         * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
3527         properties (bug#13179).
3529 2013-02-02  Juri Linkov  <juri@jurta.org>
3531         * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
3532         instead of hard-coded default face `match'.  (Bug#9438)
3534 2012-02-01  Christopher Schmidt  <christopher@ch.ristopher.com>
3536         * vc/vc-arch.el (vc-arch-registered):
3537         * vc/vc-bzr.el (vc-bzr-registered):
3538         * vc/vc-cvs.el (vc-cvs-registered):
3539         * vc/vc-git.el (vc-git-registered):
3540         * vc/vc-hg.el (vc-hg-registered):
3541         * vc/vc-mtn.el (vc-mtn-registered):
3542         * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
3543         (Bug#13139)
3545         * info.el (Info-next-reference, Info-prev-reference): Add numeric
3546         prefix argument.  (Bug#11656)
3548 2013-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3550         * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
3552 2013-02-01  Glenn Morris  <rgm@gnu.org>
3554         * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
3555         if the backend is known not to support it.
3557         * imenu.el (imenu-default-create-index-function):
3558         Tweak infinite loop test to check for forward motion as well as none.
3560 2013-02-01  Alex Harsanyi  <AlexHarsanyi@gmail.com>
3562         * net/soap-client.el (soap-invoke): Encode the string for
3563         `url-request-data' as UTF-8.
3564         Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
3566 2013-02-01  Glenn Morris  <rgm@gnu.org>
3568         * calc/calc-help.el (calc-view-news): Use view-emacs-news.
3570         * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
3572 2013-01-31  Michael Albinus  <michael.albinus@gmx.de>
3574         * net/tramp.el (tramp-tramp-file-p): Comment check for
3575         `string-as-unibyte'.  The function does not exist on XEmacs, and
3576         likely we need another approach.
3578         * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
3579         `tramp-gw-*' variables are bound.
3581 2013-01-31  Glenn Morris  <rgm@gnu.org>
3583         * files.el (basic-save-buffer-2): Choose coding system for
3584         writing the file before backing it up, to reduce delay between
3585         backing up and writing the new version.  (Bug#13522)
3587 2013-01-31  Michal Nazarewicz  <mina86@mina86.com>
3589         * simple.el (cycle-spacing): New command.
3590         (just-one-space): Use it.
3592 2013-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3594         * progmodes/opascal.el: Rename from delphi.el.  Use lexical-binding.
3595         (opascal-newline-always-indents): Remove custom.
3596         (opascal-tab, opascal-newline): Remove commands.
3597         (opascal-new-comment-line): Insert "\n" instead of calling newline.
3598         (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
3599         (opascal-save-match-data): Remove, use save-match-data instead.
3600         (opascal-save-state): Use with-silent-modifications.
3602         * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
3603         (bug#13585).
3605 2013-01-30  Juri Linkov  <juri@jurta.org>
3607         * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
3608         Use fullboth as an alias for fullscreen.  Suggested by Jan Djärv in
3609         <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
3611 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3613         * progmodes/make-mode.el (makefile-backslash-region): Don't compute
3614         column if we're just deleting the backslashes.
3615         (makefile-fill-paragraph): Use eolp.
3617 2013-01-30  Michael Albinus  <michael.albinus@gmx.de>
3619         * autorevert.el (auto-revert-use-notify): Fix docstring.
3621 2013-01-30  Leo Liu  <sdl.web@gmail.com>
3623         * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
3625 2013-01-30  Glenn Morris  <rgm@gnu.org>
3627         * mouse.el (mouse-drag-line): Avoid pushing same event onto
3628         unread-command-events twice in some cases.  This tries to implement
3629         the 2012-07-26 changes in a different way.  (Bug#13560)
3631 2013-01-30  Fabián Ezequiel Gallina  <fgallina@cuca>
3633         * progmodes/python.el
3634         (python-pdbtrack-comint-output-filter-function): Enhancements on
3635         stacktrace detection.  (thanks @gnovak)
3637 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3639         * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
3640         (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
3641         Use defvar-local.
3642         (jit-lock-register): Use setq-local.
3644 2013-01-30  Jay Belanger  <jay.p.belanger@gmail.com>
3646         * calc-units.el (math-default-units-table): Remove initial value.
3647         (calc-convert-units): Treat expressions where all the units cancel as
3648         if they didn't have units.
3650 2013-01-30  Michael Albinus  <michael.albinus@gmx.de>
3652         * net/tramp.el (tramp-process-connection-type): Fix docstring.
3653         (tramp-completion-reread-directory-timeout): Fix type.
3654         (tramp-connection-min-time-diff): New defcustom.
3656         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
3658 2013-01-30  Glenn Morris  <rgm@gnu.org>
3660         * imenu.el (imenu-default-create-index-function):
3661         Put back a version of the infinite loop test removed 2013-01-23.
3663 2013-01-30  Fabián Ezequiel Gallina  <fgallina@cuca>
3665         * progmodes/python.el (python-shell-parse-command):
3666         Find python-shell-interpreter with modified environment.
3668 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3670         * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
3672 2013-01-29  Alan Mackenzie  <acm@muc.de>
3674         Amend to fontify /regexp/s in actions correctly.
3675         * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
3676         (c-awk-harmless-string*-here-re): Braces, parens and semicolons
3677         are no longer included.
3678         (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
3679         What used to be these variables without "-line" in the name.
3680         (c-awk-neutral-re): { is no longer neutral.  Escaped newlines now are.
3681         (c-awk-non-arith-op-bra-re): Now also matches {.
3682         (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
3683         "return", and "case".
3684         (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
3685         by /.
3686         (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
3687         (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
3689 2013-01-29  Michael Albinus  <michael.albinus@gmx.de>
3691         * autorevert.el (auto-revert-use-notify):
3692         Use `custom-initialize-default' for initialization.  (Bug#13583)
3694         * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
3696         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3697         Catch `suppress'.  Otherwise, `tramp-run-real-handler' might be called
3698         in `tramp-file-name-handler'.
3699         (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
3700         compatibility.
3701         (tramp-compute-multi-hops): Check, whether
3702         `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
3704 2013-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3706         * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
3707         (bug#13297).
3709 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
3711         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
3712         checks made superfluous by the \_< operator.
3713         * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
3714         temporarily) broken indentation.
3715         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3716         Highlight nested constants, too.  \_< broke that.
3718 2013-01-27  Nobuyoshi Nakada  <nobu@ruby-lang.org>
3720         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
3721         instead of "\\b".
3723 2013-01-27  Michael Albinus  <michael.albinus@gmx.de>
3725         * autorevert.el (auto-revert-handler): Notifications which result
3726         from a saved file shall not be taken into account.  (Bug#13557)
3728 2013-01-26  Andreas Schwab  <schwab@linux-m68k.org>
3730         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
3731         parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
3732         (lisp-mode): Pass t for it.  (Bug#13556)
3734 2013-01-25  Alan Mackenzie  <acm@muc.de>
3736         AWK Mode: Fix indentation bug at top level.  Bug #12274.
3738         * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
3739         just before CASE 5D.
3741 2013-01-25  Dmitry Antipov  <dmantipov@yandex.ru>
3743         * net/socks.el (socks-nslookup-host): Use string-to-number.
3745 2013-01-25  Michael Albinus  <michael.albinus@gmx.de>
3747         * autorevert.el (auto-revert-remote-files)
3748         (auto-revert-notify-exclude-dir-regexp): New defcustoms.
3749         (auto-revert-notify-enabled, auto-revert-use-notify)
3750         (auto-revert-notify-watch-descriptor-hash-list)
3751         (auto-revert-notify-modified-p, auto-revert-notify-event-p)
3752         (auto-revert-notify-event-descriptor)
3753         (auto-revert-notify-event-action)
3754         (auto-revert-notify-event-file-name): Doc fix.
3755         (global-auto-revert-mode): Reorder checks.
3756         (auto-revert-notify-rm-watch): Respect changed values of
3757         `auto-revert-notify-watch-descriptor-hash-list'.
3758         (auto-revert-notify-add-watch): Check for
3759         `auto-revert-notify-exclude-dir-regexp'.  Adapt filters for
3760         `inotify-add-watch'.  Watch `default-directory' instead of
3761         `buffer-file-name'.  `auto-revert-notify-watch-descriptor-hash-list'
3762         has a changed meaning now.  (Bug#13540)
3763         (auto-revert-notify-handler): Change implementation wrt events
3764         returning from a directory.
3765         (auto-revert-handler): Reorder implementation for checks of remote
3766         files.
3767         (auto-revert-buffers): Fix parentheses error.
3769 2013-01-25  Fabián Ezequiel Gallina  <fgallina@cuca>
3771         * progmodes/python.el: Enhancements to header documentation about
3772         skeletons.  (Bug#5716)
3774         * imenu.el (imenu-default-create-index-function): Remove useless
3775         infinite loop check.  (Bug#13438)
3777 2013-01-25  Alan Mackenzie  <acm@muc.de>
3779         Fix a bug in the state cache mechanism.  Refactor this a bit.
3781         * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
3782         `cache-pos' element from the return value.
3783         (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
3784         buffer to enable proper searching from beyond HERE.  Amend the
3785         test for detecting the sought brace pair.  Amend the value written
3786         to the "brace desert cache" when the brace isn't found.
3787         (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
3788         and several other variables analogously.
3789         (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
3790         parameter to a locally calculated variable.
3791         (c-parse-state-1): Change the calling conventions to the two
3792         defuns involving `cache-pos'.
3794 2013-01-25  Chong Yidong  <cyd@gnu.org>
3796         * xml.el (xml-entity-or-char-ref-re): Fix regexp.
3798 2013-01-24  Aaron Ecay  <aaronecay@gmail.com>  (tiny change)
3800         * paren.el (show-paren-function): Make sure to set 'priority and
3801         'face only if the overlay does exist.
3803 2013-01-24  Michael Albinus  <michael.albinus@gmx.de>
3805         * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
3807         * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
3808         basic attributes.
3809         (tramp-sh-handle-set-file-acl): Improve error checking.
3811 2013-01-24  Dmitry Antipov  <dmantipov@yandex.ru>
3813         * doc-view.el (doc-view-display): Force mode line update until all
3814         document is converted.  Suggested by Stefan Monnier (Bug#13164).
3816 2013-01-23  Bastien Guerry  <bzg@gnu.org>
3818         * paren.el (show-paren-function): Make sure an overlay exists
3819         before trying to delete it.  Also use `pos' as a position only
3820         when it is an integer.
3822 2013-01-23  Dmitry Antipov  <dmantipov@yandex.ru>
3824         * play/gametree.el (gametree-break-line-here): Use point-marker.
3826 2013-01-22  Michael Albinus  <michael.albinus@gmx.de>
3828         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
3829         Mark descriptive parts with `display' property.
3831 2013-01-21  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
3833         * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
3834         New variable to map standard dict names to hunspell ones.
3835         (ispell-set-spellchecker-params): Make sure specific dict names
3836         are used for standard dicts with hunspell.
3838 2013-01-21  Tassilo Horn  <tsdh@gnu.org>
3840         * textmodes/reftex-cite.el (reftex-format-citation): Add format
3841         chars for note (%N) and url (%U).
3842         * textmodes/reftex-vars.el (reftex-cite-format): Document them.
3844 2013-01-21  Juri Linkov  <juri@jurta.org>
3846         * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
3847         in addition to existing separate binding `meta f10' in `global-map'.
3848         (Bug#13484)
3850 2013-01-21  Michael Albinus  <michael.albinus@gmx.de>
3852         Improve XEmacs compatibility.
3854         * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
3856         * net/tramp-adb.el (top): Require `time-date'.
3857         (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
3858         (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
3859         Use `tramp-file-name-handler'.
3860         (tramp-adb-maybe-open-connection):
3861         Use `tramp-compat-set-process-query-on-exit-flag'.
3863         * net/tramp-sh.el (tramp-sh-handle-file-acl):
3864         Use `tramp-compat-funcall'.
3866         * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
3867         `tramp-compat-funcall'.
3869 2013-01-21  Jürgen Hötzel  <juergen@archlinux.org>
3871         * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
3872         reimplementation using "adb shell command ..." instead of running
3873         remote shell interactively.
3875 2013-01-20  Glenn Morris  <rgm@gnu.org>
3877         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
3878         Add native profiler menu entries.
3880         * profiler.el (profiler-running-p): New function.
3881         (profiler-cpu-profile): Use profiler-running-p.
3882         (profiler-report-mode-map): Add some more menu entries.
3884 2013-01-19  Glenn Morris  <rgm@gnu.org>
3886         * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
3887         fixes 2012-12-07 change.  (Bug#13499)
3889 2013-01-19  Leo Liu  <sdl.web@gmail.com>
3891         * dired.el (dired-get-marked-files): Prune erroneous values due to
3892         last change.  (Bug#13152)
3894 2013-01-19  Glenn Morris  <rgm@gnu.org>
3896         * progmodes/etags.el (tags-table-check-computed-list):
3897         Preserve point in tags buffer.  (Bug#13412)
3899         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
3901 2013-01-19  Christian Wittern  <cwittern@gmail.com>  (tiny change)
3902             Chong Yidong  <cyd@gnu.org>
3904         * image-mode.el (image-next-file, image-previous-file):
3905         New commands (Bug#8453).
3906         (image-mode-map): Bind them to n and p.
3907         (image-mode--images-in-directory): New helper function.
3909 2013-01-19  Chong Yidong  <cyd@gnu.org>
3911         * image-mode.el (image-mode-fit-frame): Add a frame argument.
3912         Suggested by Drew Adams (Bug#7730).  Handle window decorations;
3913         save and restore the old window configuration.
3915 2013-01-18  Leo Liu  <sdl.web@gmail.com>
3917         * progmodes/js.el: Tweak autoload cookie for alias.
3919 2013-01-17  Michael Albinus  <michael.albinus@gmx.de>
3921         * autorevert.el (auto-revert-notify-watch-descriptor): Make it
3922         buffer local, again.  This was lost with the fix on 2013-01-12.
3924 2013-01-17  Jürgen Hötzel  <juergen@archlinux.org>
3926         * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
3927         order to support several eshell buffers in parallel.
3929 2013-01-17  Michael Albinus  <michael.albinus@gmx.de>
3931         * autorevert.el (auto-revert-use-notify): In the :set function, do
3932         not modify `kill-buffer-hook'.
3933         (auto-revert-notify-rm-watch):
3934         Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
3935         (auto-revert-notify-add-watch): Do not call
3936         `auto-revert-notify-rm-watch', but add it to a buffer local
3937         `kill-buffer-hook'.
3939 2013-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3941         * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
3942         call to `eval' rather than a backquoted lambda.
3944 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3946         * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
3947         to return an explicit nil.
3948         (advice--remove-function): Change accordingly.
3950         * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
3951         the use of nadvice.el.
3953         * progmodes/which-func.el (which-function): Silence imenu errors
3954         (bug#13433).
3956 2013-01-15  Michael R. Mauger  <mmaug@yahoo.com>
3958         * progmodes/sql.el (sql-imenu-generic-expression):
3959         (sql-mode-font-lock-object-name): Match schema qualified names.
3960         (sql-connect): Use string keys.
3961         (sql-product-interactive): Wait for interpreter prompt.
3962         (sql-comint-oracle): Set process coding based on NLS_LANG.
3964 2013-01-15  Michael R. Mauger  <mmaug@yahoo.com>
3966         * progmodes/sql.el (sql-output-to-send): Remove, unused.
3967         (sql-interactive-remove-continuation-prompt):
3968         (sql-send-magic-terminator, sql-interactive-mode): Remove references.
3970 2013-01-14  Leo Liu  <sdl.web@gmail.com>
3972         * calendar/calendar.el (calendar-redraw): Sync window-point and point.
3973         (Bug#13420)
3975 2013-01-14  Glenn Morris  <rgm@gnu.org>
3977         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3978         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
3980 2013-01-13  Fabián Ezequiel Gallina  <fgallina@cuca>
3982         * progmodes/python.el (python-nav-end-of-statement):
3983         Fix cornercase when handling multiline strings.
3985 2013-01-13  Richard Stallman  <rms@gnu.org>
3987         * mail/sendmail.el (mail-position-on-field): Add doc string.
3989         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
3990         Get current message boundaries and pass them to
3991         message-forward-make-body-mime.  Minor style changes.
3993 2013-01-13  Eli Zaretskii  <eliz@gnu.org>
3995         * cus-start.el (all): Avoid warnings about
3996         scroll-bar-adjust-thumb-portion on platforms where it is not defined.
3998 2013-01-11  Jan Djärv  <jan.h.d@swipnet.se>
4000         * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
4002 2013-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4004         * jit-lock.el (jit-lock-debug-mode): New minor mode.
4005         (jit-lock--debug-fontifying): New var.
4006         (jit-lock--debug-fontify): New function.
4007         * subr.el (condition-case-unless-debug): Don't prevent catching the
4008         error, just let the debbugger run.
4009         * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
4010         timer code and don't drop errors silently.
4012 2013-01-12  Michael Albinus  <michael.albinus@gmx.de>
4014         * autorevert.el (auto-revert-notify-watch-descriptor): Give it
4015         `permanent-local' property.
4016         (auto-revert-notify-handler): Use `file-equal-p'.
4018 2013-01-12  Eli Zaretskii  <eliz@gnu.org>
4020         * autorevert.el (auto-revert-notify-handler): Fix filtering of
4021         file notification by ACTION. For filtering by file name, compare
4022         only the non-directory part of the file name.
4024 2013-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4026         * autorevert.el: Use cl-lib instead of cl.
4028         * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
4029         (vc-bzr-checkin): Use it.
4030         * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
4031         will preserve match-data.
4033 2013-01-11  Felix H. Dahlke  <fhd@ubercode.de>
4035         * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
4036         (js--declaration-keyword-re): New var.
4037         (js--multi-line-declaration-indentation): New function.
4038         (js--proper-indentation): Use it.
4040 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
4042         * calc/calc.el (calc-highlight-selections-with-faces)
4043          (calc-dispatch):
4044         * comint.el (comint-history-isearch-message):
4045         * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
4046         * ffap.el (ffap-string-at-point-region, ffap-next)
4047         (ffap-string-at-point, ffap-string-around)
4048         (ffap-copy-string-as-kill, ffap-highlight-overlay)
4049         (ffap-literally):
4050         * font-lock.el (font-lock-keywords-alist)
4051         (font-lock-removed-keywords-alist):
4052         * help-mode.el (help-xref-symbol-regexp):
4053         * info.el (Info-find-emacs-command-nodes):
4054         * international/mule.el (add-to-coding-system-list):
4055         * isearch.el (isearch-message-function, isearch-fail-pos):
4056         * misearch.el (multi-isearch-next-buffer-function):
4057         * newcomment.el (comment-box):
4058         * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
4059         (pr-setting-database):
4060         * progmodes/cc-fonts.el (c-font-lock-keywords-3)
4061         (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
4062         (java-font-lock-keywords-3, idl-font-lock-keywords-3)
4063         (pike-font-lock-keywords-3):
4064         * progmodes/compile.el (compile):
4065         * progmodes/etags.el (tags-table-files)
4066         (tags-table-files-function, tags-included-tables-function):
4067         * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
4068         (gdb-restore-windows):
4069         * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
4070         (ps-n-up-filling-database):
4071         * server.el (server-buffer, server-log):
4072         * simple.el (newline, delete-backward-char, delete-forward-char)
4073         (minibuffer-history-isearch-message, kill-line, track-eol)
4074         (temporary-goal-column):
4075         * textmodes/flyspell.el (flyspell-mark-duplications-flag)
4076         (flyspell-default-deplacement-commands):
4077         * textmodes/ispell.el (ispell-accept-output):
4078         * textmodes/sgml-mode.el (html-tag-help):
4079         * vc/compare-w.el (compare-ignore-whitespace)
4080         (compare-ignore-case, compare-windows-dehighlight):
4081         * vc/diff.el (diff):
4082         * whitespace.el (whitespace-point)
4083         (whitespace-font-lock-refontify, whitespace-bob-marker)
4084         (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
4086 2013-01-11  Michael Albinus  <michael.albinus@gmx.de>
4088         * autorevert.el (top): Require 'cl in order to pacify byte compiler.
4089         (auto-revert-notify-rm-watch): Ignore errors.
4090         (auto-revert-notify-add-watch): Ignore errors.  Use '(modify) for
4091         inotify, and '(size last-write-time) for w32notify.
4092         Set buffer-local `auto-revert-use-notify' to nil when adding a file
4093         watch fails - this is a fallback to the file modification check.
4094         (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
4095         (auto-revert-notify-event-action)
4096         (auto-revert-notify-event-file-name): New defuns.
4097         (auto-revert-notify-handler): Use them.  Implement first
4098         plausibility checks.
4099         (auto-revert-handler): Handle also `auto-revert-tail-mode'.
4101 2013-01-11  Julien Danjou  <julien@danjou.info>
4103         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
4104         max are almost equal. Also return the correct value for V which is
4105         already between 0 and 1.
4107 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
4109         * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
4111 2013-01-11  Eli Zaretskii  <eliz@gnu.org>
4113         * autorevert.el (auto-revert-notify-rm-watch)
4114         (auto-revert-notify-add-watch): Fix typos in w32notify function
4115         names.
4117 2013-01-10  Michael Albinus  <michael.albinus@gmx.de>
4119         * autorevert.el (auto-revert-notify-enabled): Move up.
4120         (auto-revert-use-notify): New defcustom.
4121         (auto-revert-mode, global-auto-revert-mode)
4122         (auto-revert-notify-add-watch, auto-revert-handler)
4123         (auto-revert-buffers): Use `auto-revert-use-notify' instead of
4124         `auto-revert-notify-enabled'.
4126 2013-01-10  Elias Pipping  <pipping@exherbo.org>
4128         * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
4129         * doc-view.el (doc-view-document->bitmap):
4130         Use doc-view-single-page-converter-function instead of
4131         single-page-converter arg; adjust callers.
4133 2013-01-10  Feng Li  <fengli@gmail.com>  (tiny change)
4135         * progmodes/which-func.el (which-function): Understand Semantic's use
4136         of overlays in imenu--index-alist.
4138 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
4140         * man.el: Handle different "man -k" behaviors (bug#13160).  Use utf-8.
4141         (Man-man-k-use-anchor): New var.
4142         (Man-parse-man-k): New function.
4143         (Man-completion-table): Use it.
4144         (man): Flush the completion cache between uses.
4146 2013-01-10  Michael Albinus  <michael.albinus@gmx.de>
4148         * autorevert.el: Add file watch support.
4149         (auto-revert-notify-enabled): New defconst.
4150         (auto-revert-notify-watch-descriptor-hash-list)
4151         (auto-revert-notify-watch-descriptor)
4152         (auto-revert-notify-modified-p): New defvars.
4153         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
4154         (auto-revert-notify-handler): New defuns.
4155         (auto-revert-mode, global-auto-revert-mode): Remove file watches
4156         when mode is disabled.
4157         (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
4158         (auto-revert-buffers): Add file watches for active buffers.
4160 2013-01-10  Dmitry Antipov  <dmantipov@yandex.ru>
4162         * cus-start.el (toplevel): Only allow float values for
4163         scroll-up-aggressively and scroll-down-aggressively.
4164         Allow any number for line-spacing.
4166 2013-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4168         * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
4169         (doc-view-pdf->png-converter-function): Use mupdf if available.
4170         (doc-view-djvu->png-converter-function)
4171         (doc-view-ps->png-converter-function): Remove.
4172         (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
4173         (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
4174         (doc-view-already-converted-p): Adjust accordingly.
4175         (doc-view-mode-p): Simplify.
4176         (doc-view-enlarge): Use setq-local.
4177         (doc-view-pdf->png-converter-ghostscript)
4178         (doc-view-djvu->png-converter-ddjvu)
4179         (doc-view-pdf->png-converter-mupdf): Rework to call
4180         doc-view-start-process directly.
4181         (doc-view-pdf/ps->png): Simplify accordingly.
4182         (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
4183         (doc-view-document->bitmap): Rename from doc-view-document->png.
4184         (doc-view-convert-current-doc): Merge pdf and djvu cases.
4185         (doc-view-set-slice-from-bounding-box): Fix completion table.
4186         (doc-view-mode): Use add-hook for after-revert-hook.
4188 2013-01-10  Glenn Morris  <rgm@gnu.org>
4190         * emacs-lisp/authors.el (authors-ignored-files)
4191         (authors-valid-file-names, authors-renamed-files-alist):
4192         Add some more entries.
4194 2013-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4196         * image-mode.el (image-mode-winprops): Don't throw away the fallback
4197         `t' pseudo-window entry.
4199 2013-01-10  Alan Mackenzie  <acm@muc.de>
4201         Fix bugs in the c-parse-state mechanism.  Reuse some markers
4202         instead of continually generating new ones.
4204         * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
4205         (c-state-old-cpp-end-marker): New variables.
4206         (c-append-lower-brace-pair-to-state-cache): Start a backward
4207         search for "}" definitively outside CPP constructs.
4208         (c-remove-stale-state-cache): Inform the caller of a need to
4209         search back for a brace pair in certain circumstances.
4210         (c-state-maybe-marker): New macro.
4211         (c-parse-state): Reuse markers when appropriate.
4213 2013-01-10  Glenn Morris  <rgm@gnu.org>
4215         * simple.el (execute-extended-command): Doc fix.
4216         Bind prefix-arg around read-extended-command, for prompt.  (Bug#13395)
4218 2013-01-10  Chong Yidong  <cyd@gnu.org>
4220         * faces.el (read-face-name): Doc fix.
4222 2013-01-10  Roland Winkler  <winkler@gnu.org>
4224         * emacs-lisp/crm.el: Allow any regexp for separators.
4225         (crm-default-separator): All spaces around the default comma separator.
4226         (crm--completion-command): New macro.
4227         (crm-completion-help, crm-complete, crm-complete-word): Use it.
4228         (crm-complete-and-exit): Handle non-single-char separators.
4230 2013-01-09  Elias Pipping  <pipping@lavabit.com>
4232         * doc-view.el: Add support for DjVu (bug#13164).
4233         (doc-view-djvu->png-converter-function): New config var.
4234         (doc-view-single-page-converter-function, doc-view--image-type)
4235         (doc-view--image-file-extension): New vars.
4236         (doc-view-mode): Initialize them.
4237         (doc-view-goto-page): Use them.
4238         (doc-view-mode-p): Add support for ddjvu.
4239         (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
4240         (doc-view-set-up-single-converter): New funs.
4241         (doc-view-pdf/ps->png): Extend for djvu.
4242         (doc-view-document->png): Rename from doc-view-pdf->png.
4243         (doc-view-convert-current-doc): Handle djvu.
4244         (doc-view-insert-image, doc-view-display)
4245         (doc-view-already-converted-p): Don't hardcode png.
4246         (doc-view-set-doc-type): Recognize djvu docs.
4248 2013-01-09  Elias Pipping  <pipping@lavabit.com>
4250         * doc-view.el: Add support for mupdf converter (bug#13164).
4251         (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
4252         (doc-view-ps->png-converter-function): New config vars.
4253         (doc-view-pdf->png-converter-ghostscript)
4254         (doc-view-ps->png-converter-ghostscript)
4255         (doc-view-pdf->png-converter-mupdf): New functions.
4256         (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
4258 2013-01-09  Jürgen Hötzel  <juergen@archlinux.org>
4260         * net/tramp.el (tramp-eshell-directory-change): Check remote-path
4261         first in session cache: When `tramp-own-remote-path' is in
4262         `tramp-remote-path', the remote path is only set in the session
4263         cache.
4265 2013-01-09  Glenn Morris  <rgm@gnu.org>
4267         * emacs-lisp/trace.el (trace-function-foreground)
4268         (trace-function-background): Doc fix.
4270 2013-01-09  Juri Linkov  <juri@jurta.org>
4272         * international/mule-cmds.el (read-char-by-name): Move let-binding
4273         of completion-ignore-case around completing-read to fix regression
4274         exhibited by the test case `C-x 8 RET *acc TAB' and caused by
4275         `string-match-p' using the nil value of `case-fold-search' and
4276         `completion-ignore-case' in `completion-pcm--all-completions'.
4277         (Bug#12615).
4279 2013-01-09  Glenn Morris  <rgm@gnu.org>
4281         * progmodes/compile.el (compilation-parse-errors):
4282         Fix typo.  (Bug#13369)
4284 2013-01-09  Vitalie Spinu  <spinuvit@gmail.com>  (tiny change)
4286         * comint.el (comint-send-input): Check size of buffer before
4287         waiting for process output, in case already accepted.  (Bug#13290)
4289 2013-01-09  Paul Eggert  <eggert@cs.ucla.edu>
4291         Spelling fixes.
4292         * net/tramp-adb.el (tramp-adb-get-toolbox):
4293         Fix misspelling of 'unknown'.
4295 2013-01-08  Juri Linkov  <juri@jurta.org>
4297         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
4298         * progmodes/flymake.el (flymake-errline, flymake-warnline):
4299         Use underline style wave on terminals that support it.  (Bug#13000)
4301 2013-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4303         * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
4304         the predicate returns nil.
4306         * simple.el: Use lexical-binding.
4307         (primitive-undo): Use pcase.
4308         (minibuffer-history-isearch-push-state): Use a closure.
4310 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
4312         * simple.el (primitive-undo): Move from undo.c.
4314 2013-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4316         * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
4317         (cvs-mode-remove-handled): Use it (bug#13380).
4319         * emacs-lisp/nadvice.el (advice--tweak): New function.
4320         (advice--remove-function, advice--subst-main): Use it.
4322         * emacs-lisp/advice.el: Update commentary.
4324 2013-01-08  Michael Albinus  <michael.albinus@gmx.de>
4326         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4327         Remove spurious entry.
4329 2013-01-08  Glenn Morris  <rgm@gnu.org>
4331         * net/tramp.el (tramp-default-host-alist): Add :version.
4333 2013-01-08  Juri Linkov  <juri@jurta.org>
4335         * info.el (Info-read-node-name-2): Don't duplicate suffixes for
4336         single completion.  (Bug#12456)
4337         (info--manual-names): Expand node completions into an explicit list
4338         before appending it to another list.  Filter out internal buffers
4339         with the leading space in the buffer name.  (Bug#10771)
4341 2013-01-08  Juri Linkov  <juri@jurta.org>
4343         * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
4344         that defaults to the Top node.
4345         (Info-goto-node, Info-read-node-name): Doc fix to mention that
4346         the short format (FILENAME) goes to the Top node.
4347         (Info-build-node-completions): Rename arg `file' to `filename'.
4348         (Bug#13365)
4350 2013-01-07  Bastien Guerry  <bzg@gnu.org>
4352         * menu-bar.el (menu-bar-search-documentation-menu):
4353         Use `apropos-user-option' and fix the help message.
4355 2013-01-07  Bastien Guerry  <bzg@gnu.org>
4357         * apropos.el (apropos-do-all): Update docstring.
4358         (apropos-user-option-button): New face.
4359         (apropos-user-option): Rename from `apropos-variable' and update
4360         docstring.
4361         (apropos-variable): Rewrite, now show all variables by default.
4362         (apropos-print): Mention "User option" instead of "Variable" when
4363         printing doc for user options.  (Bug#13276)
4365 2013-01-07  Jürgen Hötzel  <juergen@archlinux.org>
4367         * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
4368         Handle filename correctly, when parsing "source -> target" symlink
4369         output.
4370         (tramp-adb-handle-set-file-times): New defun.
4372 2013-01-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4374         * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
4375         advice list when the interactive-spec of ad-Advice-* changes.
4377 2013-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4379         * wid-edit.el (widget-default-get): Work for inlined elements.
4380         (Bug#12670)
4382 2013-01-07  Michael Albinus  <michael.albinus@gmx.de>
4384         * net/tramp.el (tramp-default-host-alist): New defcustom.
4385         (tramp-find-host): Use it.
4386         (tramp-eshell-directory-change): Move from tramp-sh.el.  Add to
4387         `eshell-directory-change-hook'.
4389         * net/tramp-adb.el (top): Add adb specific entry in
4390         `tramp-default-host-alist'.
4391         (tramp-adb-file-name-host): Remove function.
4392         (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
4393         Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
4395         * net/tramp-sh.el: Move eshell integration code to tramp.el.
4397 2013-01-06  Jürgen Hötzel  <juergen@archlinux.org>
4399         * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
4401 2013-01-06  Michael Albinus  <michael.albinus@gmx.de>
4403         * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
4404         consist of more than one digit.
4405         (tramp-adb-file-name-handler-alist):
4406         Use `tramp-handle-file-exists-p' consistently.
4407         (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
4408         (tramp-adb-handle-file-exists-p): Remove function.
4409         (tramp-adb-file-name-host): New defun.
4410         (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
4411         Use it.
4412         (tramp-adb-maybe-open-connection): Set "remote-path" property.
4414 2013-01-06  Chong Yidong  <cyd@gnu.org>
4416         * vc/vc.el (vc-next-action): Detect buffer modifications
4417         conflicting with locking VCS operation (Bug#11490).
4419         * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
4421 2013-01-05  Michael Albinus  <michael.albinus@gmx.de>
4423         * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
4424         (tramp-adb-handle-directory-files-and-attributes): Fix typos.
4426 2013-01-05  Jürgen Hötzel  <juergen@archlinux.org>
4428         * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
4429         parsing of ls output using regular expression (handle filenames
4430         with spaces).  Use virtual device number.
4431         (tramp-do-parse-file-attributes-with-ls): New defun (Code
4432         cleanup).
4434 2013-01-04  Daiki Ueno  <ueno@gnu.org>
4436         * epg.el: Silence byte-compiler warnings.
4437         (epg--start): Use delete-char instead of delete-backward-char.
4438         (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
4440 2013-01-04  Daiki Ueno  <ueno@gnu.org>
4442         * epg.el (epg--start): Don't call "tty" program on W32 platforms.
4443         Suggested by Eli Zaretskii  <eliz@gnu.org>.
4445 2013-01-04  Michael Albinus  <michael.albinus@gmx.de>
4447         * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
4448         non-negative integers.  Otherwise, the default values are used.
4449         (tramp-convert-file-attributes): Convert uid and gid to integers.
4451 2013-01-04  Glenn Morris  <rgm@gnu.org>
4453         * term.el (term-handle-colors-array): Ensure face attributes
4454         are fully specified, not nil.  (Bug#13337)
4456         * term.el (term-default-fg-color, term-default-bg-color):
4457         Fix custom type.
4459         * progmodes/etags.el (tags-compression-info-list): Doc fix.
4460         (tag-find-file-of-tag-noselect): Check auto-compression-mode
4461         rather than 'jka-compr being loaded.  (Bug#13338)
4463 2013-01-04  Wesley Dawson  <whd@lavabit.com>  (tiny change)
4465         * icomplete.el (icomplete-completions):
4466         Honor icomplete-prospects-height once more following
4467         2012-11-29 changes.  (Bug#13224)
4469 2013-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4471         * subr.el (internal--called-interactively-p--get-frame): Find aliases
4472         of called-interactively-p as well (bug#13237).
4474         * view.el (view--enable, view--disable): Rename from view-mode-enable
4475         and view-mode-disable and assume it's called from view-mode.
4476         (view-mode-enable, view-mode-disable): Redefine as obsolete
4477         compatibility layer above view-mode.
4478         (view-mode-enter): Call `view-mode'.
4480         * files.el (after-find-file): Call `view-mode'.
4482         * doc-view.el (doc-view-scale-internally): New var.
4483         (doc-view-enlarge, doc-view-insert-image): Obey it.
4485 2013-01-03  Daiki Ueno  <ueno@gnu.org>
4487         * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
4488         exist.  (Bug#13344)
4490 2013-01-03  Glenn Morris  <rgm@gnu.org>
4492         * mail/rmail.el (rmail-set-header-1): Ignore case.
4493         Handle multi-line headers.  (Bug#13330)
4495         * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
4496         Handle paragraph starting at beginning of buffer.
4498         * subr.el (eval-after-load): Don't purecopy the form, so that it
4499         can be nconc'd later on; reverts 2009-11-11 change.  (Bug#13331)
4501         * emacs-lisp/byte-run.el (defun): Place cl declarations
4502         after any interactive spec.  (Bug#13265)
4504 2013-01-02  Andreas Schwab  <schwab@linux-m68k.org>
4506         * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
4507         defun.  Don't check for DECL if DOCSTRING isn't a string.
4508         (defun): Likewise.
4510 2013-01-02  Glenn Morris  <rgm@gnu.org>
4512         * eshell/em-cmpl.el (eshell-pcomplete):
4513         More thoroughly imitate pcomplete.  (Bug#13293)
4515         * files.el (parse-colon-path): Doc fix.  (Bug#12351)
4516         Return nil for empty path elements.  (Bug#13296)
4518 2013-01-02  Fabián Ezequiel Gallina  <fgallina@cuca>
4520         * progmodes/python.el (python-nav-end-of-statement): Rewrite in
4521         order to improve efficiency (Based on Daniel Colascione's
4522         <dancol@dancol.org> patch).  (Bug#13182)
4524 2013-01-02  Glenn Morris  <rgm@gnu.org>
4526         * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
4528 2013-01-02  Andreas Schwab  <schwab@linux-m68k.org>
4530         * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
4531         neither DOCSTRING nor DECL was given.  (Bug#13316)
4533 2013-01-02  Michael Albinus  <michael.albinus@gmx.de>
4535         * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
4536         `error' call.
4537         (tramp-do-copy-or-rename-file): Ignore errors when calling
4538         `set-file-extended-attributes'.
4540         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4541         Add handler for `file-acl'.
4542         (tramp-smb-handle-file-acl): New defun.
4544 2013-01-02  Jay Belanger  <jay.p.belanger@gmail.com>
4546         * calc/README: Mention ISO 8601 week-numbering dates.
4548 2013-01-01  Martin Rudalics  <rudalics@gmx.at>
4550         * view.el (view-mode-enable): New argument run-view-mode-hook.
4551         Run view-mode-hook only when it's non-nil (Bug#13315).
4552         (view-mode-enter): Call view-mode-enable with run-view-mode-hook
4553         argument t.
4555 2012-12-31  Jürgen Hötzel  <juergen@archlinux.org>
4557         * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
4558         (No device connected, invalid device name). (Bug #13299)
4560 2012-12-31  Martin Rudalics  <rudalics@gmx.at>
4562         * window.el (window-resizable--p): Rename to window-resizable-p.
4563         (window-resize-no-error): New function.
4565         * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
4566         broken in fix from 2012-12-28.
4568 2012-12-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4570         * subr.el (special-form-p): Don't signal errors on undef aliases.
4572 2012-12-31  Jay Belanger  <jay.p.belanger@gmail.com>
4574         * calc/calc-forms.el (math-parse-date): Try using
4575         `math-parse-iso-date' when it looks like it might be needed.
4576         Allow times of 24:00.
4577         (math-parse-date-validate, math-parse-iso-date-validate): Allow times
4578         of 24:00.
4580 2012-12-30  Glenn Morris  <rgm@gnu.org>
4582         * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
4583         Remove unnecessary/buggy autoloads (missing interactive).  (Bug#13294)
4584         (rmail-summary-displayed, rmail-summary): Declare.
4585         (mairix-rmail-display): Just require rmail.
4587 2012-12-30  Chong Yidong  <cyd@gnu.org>
4589         * emacs-lisp/package.el (package-untar-buffer): Improve integrity
4590         check for the tarball contents.
4592 2012-12-30  Matt Fidler  <matt.fidler@alcon.com>  (tiny change)
4594         * emacs-lisp/package.el (package-untar-buffer): Handle problematic
4595         tarfile content listings (Bug#13136).
4597 2012-12-30  Mark Lillibridge  <mark.lillibridge@hp.com>
4599         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
4600         Insert the undecoded text of the message being forwarded.  (Bug#9521)
4602 2012-12-30  Michael Albinus  <michael.albinus@gmx.de>
4604         * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
4605         integers, if they are real numbers.  (Bug#13282)
4607         * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
4608         Return `t' on success.
4610         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4611         Add handler for `set-file-selinux-context'.
4613 2012-12-29  Michael Albinus  <michael.albinus@gmx.de>
4615         * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
4616         (tramp-sh-handle-set-file-acl): Return `t' on success.
4618 2012-12-29  Eli Zaretskii  <eliz@gnu.org>
4620         * files.el (backup-buffer-copy, basic-save-buffer-2):
4621         If set-file-extended-attributes fails, fall back on set-file-modes
4622         instead of signaling an error.  (Bug#13298)
4623         (basic-save-buffer): Likewise.
4625 2012-12-29  Fabián Ezequiel Gallina  <fgallina@cuca>
4627         * progmodes/python.el: Support other commands triggering
4628         python-indent-line so indentation cycling continues to work.
4629         (python-indent-trigger-commands): New defcustom.
4630         (python-indent-line): Use it.
4632 2012-12-29  Fabián Ezequiel Gallina  <fgallina@cuca>
4634         * progmodes/python.el (python-shell-send-region): Add blank lines
4635         for non sent code so backtraces remain correct.
4637 2012-12-29  Fabián Ezequiel Gallina  <fgallina@cuca>
4639         * progmodes/python.el: Remove cl dependency.
4640         (python-syntax-count-quotes): Replace incf call.
4641         (python-fill-string): Replace setf call.
4643 2012-12-29  Damien Cassou  <damien.cassou@gmail.com>
4645         * info.el (info-other-window): New arg, for consistency with info.
4647 2012-12-28  Martin Rudalics  <rudalics@gmx.at>
4649         * mail/rmail.el (rmail-maybe-display-summary):
4650         Rewrite (Bug#13066).
4652 2012-12-28  Andreas Schwab  <schwab@linux-m68k.org>
4654         * epg.el (epg--start): Modify process-environment locally.
4656 2012-12-28  Daiki Ueno  <ueno@gnu.org>
4658         * epg.el: Support pinentry-curses.
4659         Suggested by Werner Koch in
4660         <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
4661         (epg-agent-file, epg-agent-mtime): New variable.
4662         (epg--start): Record the modified time of gpg-agent socket file,
4663         to restore Emacs frame after pinentry-curses termination.
4664         (epg-wait-for-completion): Restore Emacs frame here.
4666 2012-12-27  Juri Linkov  <juri@jurta.org>
4668         * info.el (Info-file-completions): New variable.
4669         (Info-read-node-name-1): Complete node names in the Info file
4670         when a file name is given.  Call `Info-build-node-completions'
4671         with a file name.
4672         (Info-build-node-completions): Add new arg `file'.  When it is
4673         non-nil, visit it in a temporary buffer and cache its completions in
4674         `Info-current-file-completions'.  Move most of the function body to
4675         `Info-build-node-completions-1'.
4676         (Info-build-node-completions-1): New function with the body from
4677         `Info-build-node-completions'.  (Bug#12456)
4679 2012-12-27  Juri Linkov  <juri@jurta.org>
4681         * frame.el (frame-maximization-style): Remove user option.
4682         (cycle-frame-maximized): Remove function.
4683         (toggle-frame-maximized): Rewrite and bind to M-<f10>.
4684         (toggle-frame-fullscreen): New command bound to <f11> instead of
4685         `toggle-frame-maximized'.
4686         http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
4688 2012-12-27  Michael Albinus  <michael.albinus@gmx.de>
4690         * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
4692         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4693         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4694         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
4695         for `file-accessible-directory-p'.  (Bug#13275)
4697 2012-12-27  Sam Steingold  <sds@gnu.org>
4699         * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
4700         continuations, see <http://stackoverflow.com/questions/3582436>.
4702 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
4704         * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
4705         "module" and "def" to have indentation before them.
4706         Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
4708         * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
4710 2012-12-27  Alan Mackenzie  <acm@muc.de>
4712         Speed up fontification where there's large brace blocks.
4713         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
4714         to a call of c-beginning-of-decl-1.
4716 2012-12-27  Vitalie Spinu  <spinuvit@gmail.com>  (tiny change)
4718         * comint.el (comint-adjust-window-point): New function.
4719         (comint-postoutput-scroll-to-bottom):
4720         Call comint-adjust-window-point (Bug#13248).
4722 2012-12-26  Dmitry Gutov  <dgutov@yandex.ru>
4724         * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
4725         Rakefile regexp.
4726         (auto-mode-alist): Associate .gemspec files with ruby-mode
4727         (https://bugs.ruby-lang.org/issues/5453).
4729 2012-12-26  Jürgen Hötzel  <juergen@archlinux.org>
4731         * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
4732         Suppress coloring, if possible (required for BusyBox based systems like
4733         CyanogenMod).
4734         (tramp-adb-handle-file-attributes)
4735         (tramp-adb-handle-insert-directory)
4736         (tramp-adb-handle-file-name-all-completions): Use it.
4737         (tramp-adb-get-toolbox): New defun.  Check for remote shell
4738         implementation (BusyBox or Toolbox).
4740 2012-12-24  Constantin Kulikov  <zxnotdead@gmail.com>  (tiny change)
4742         * startup.el (initial-buffer-choice): Allow function as value
4743         (Bug#13251).
4744         (command-line-1): Handle case where initial-buffer-choice
4745         specifies a function.
4746         * server.el (server-execute): Handle case where
4747         initial-buffer-choice specifies a function.
4749 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
4751         * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
4752         its own function.
4753         (smtpmail-try-auth-methods): Forget the user name/password if the
4754         login is unsuccessful (bug#12424).
4756 2012-12-22  Michael Albinus  <michael.albinus@gmx.de>
4758         * notifications.el (notifications-notify): Protect body with
4759         `with-demoted-errors'.
4761         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
4762         Check properties of remote device.  Restart connection, if there is a
4763         change.
4765 2012-12-21  Chong Yidong  <cyd@gnu.org>
4767         * sort.el (sort-subr): Doc fix (Bug#13056).
4769 2012-12-21  Bastien Guerry  <bzg@gnu.org>
4771         * progmodes/etags.el (tags-search): Fix typo.  Bug #13232.
4773 2012-12-21  Michael Albinus  <michael.albinus@gmx.de>
4775         * simple.el (process-file): Overwrite stderr file, if exists.
4777 2012-12-21  Daiki Ueno  <ueno@gnu.org>
4779         * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
4780         (epg-error): Set `error-message' property.
4782 2012-12-21  Chong Yidong  <cyd@gnu.org>
4784         * international/mule-cmds.el (read-char-by-name): Signal an error
4785         if the user does not supply a valid character (Bug#13177).
4787         * simple.el (transpose-subr-1): Preserve marker positions by
4788         changing the insertion sequence (Bug#13122).
4790 2012-12-21  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
4792         * simple.el (kill-region): Deactivate mark even for empty regions
4793         (Bug#13169).
4795 2012-12-21  Chong Yidong  <cyd@gnu.org>
4797         * help-fns.el (describe-variable): Make sure we get the right
4798         buffer name (Bug#13105).  Suggested by Kelly Dean.
4800 2012-12-20  Michael R. Mauger  <mmaug@yahoo.com>
4802         * comint.el (comint-redirect-previous-input-string): New variable.
4803         (comint-redirect-setup, comint-redirect-cleanup)
4804         (comint-redirect-preoutput-filter): Use it.  Fixes redirection bug.
4805         (comint-redirect-preoutput-filter): Fix verbose message.
4807 2012-12-20  Michael Albinus  <michael.albinus@gmx.de>
4809         * progmodes/grep.el (rgrep): Escape command line.  Sometimes, it
4810         is too long for Tramp.  See discussion in
4811         <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
4813         * progmodes/compile.el (compilation-start): Remove line escape
4814         template.
4816 2012-12-20  Dmitry Antipov  <dmantipov@yandex.ru>
4818         * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
4819         Adjust comment.
4821 2012-12-19  Jonas Bernoulli  <jonas@bernoul.li>
4823         * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
4824         following non-comment text (bug#13207).
4825         (lm-header-multiline): Continuation lines need to be indented more than
4826         the first line.
4827         (lm-homepage): New function.
4828         (lm-with-file): Don't be confused if narrowing is in effect.
4830 2012-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4832         * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
4833         very beginning of a hunk (e.g. killing the first line).
4835 2012-12-19  Michael Albinus  <michael.albinus@gmx.de>
4837         * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
4838         and text properties from returned ACL string.
4839         (tramp-sh-handle-set-file-acl): Do not use additional parentheses
4840         for "setfacl" command.
4842 2012-12-18  Michael Albinus  <michael.albinus@gmx.de>
4844         * net/tramp.el (tramp-error-with-buffer): Give a hint to use
4845         `tramp-cleanup-this-connection', when the process has died.
4846         (Bug#13151)
4848 2012-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4850         * icomplete.el (icomplete-completions): Also use â€¦ to truncate prefix.
4852 2012-12-17  Kevin Ryde  <user42@zip.com.au>
4854         * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
4856 2012-12-17  Michael Albinus  <michael.albinus@gmx.de>
4858         Add support for preserving ACL entries of files.
4860         * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
4861         `set-file-acl' handlers.
4863         * net/tramp-adb.el (tramp-adb-handle-copy-file):
4864         Handle PRESERVE-EXTENDED-ATTRIBUTES.
4866         * net/tramp-compat.el (tramp-compat-copy-file):
4867         Handle PRESERVE-EXTENDED-ATTRIBUTES.
4869         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4870         Add `file-acl' and `set-file-acl' handlers.
4871         (tramp-gvfs-handle-copy-file):
4872         Handle PRESERVE-EXTENDED-ATTRIBUTES.
4873         (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
4874         New defuns.
4876         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4877         Add `file-acl' and `set-file-acl' handlers.
4878         (tramp-remote-acl-p, tramp-sh-handle-file-acl)
4879         (tramp-sh-handle-set-file-acl): New defuns.
4880         (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
4881         Handle PRESERVE-EXTENDED-ATTRIBUTES.
4883         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4884         Add `file-acl' and `set-file-acl' handlers.
4885         (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
4887 2012-12-17  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
4889         * help-macro.el (make-help-screen): Instead of switch-to-buffer
4890         use pop-to-buffer with NORECORD argument t.  As buffer name, use
4891         *Metahelp* with a leading space (Bug#13190).
4893 2012-12-16  Romain Francoise  <romain@orebokech.com>
4895         * files.el (file-extended-attributes)
4896         (set-file-extended-attributes): New functions.
4897         (backup-buffer): Use them to handle both SELinux context and ACL
4898         entries.
4899         (backup-buffer-copy): Work with an alist of extended attributes,
4900         rather than an SELinux context.
4901         (basic-save-buffer-2): Ditto.
4903 2012-12-16  Timo Myyrä  <timo.myyra@gmail.com>
4905         * battery.el (battery-bsd-apm): New function.
4907 2012-12-16  Jay Belanger  <jay.p.belanger@gmail.com>
4909         * calc/calc.el (calc-standard-date-formats): Adjust one of the
4910         standard date formats.
4912 2012-12-15  Juri Linkov  <juri@jurta.org>
4914         * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
4915         `isearch-insert-char-by-name'.
4916         (with-isearch-suspended): New defmacro with body mostly from
4917         `isearch-edit-string' except the part that sets
4918         `isearch-new-string' and `isearch-new-message'.
4919         (isearch-edit-string): Use new macro `with-isearch-suspended' with
4920         body that sets `isearch-new-string' and `isearch-new-message'.
4921         (isearch-insert-char-by-name): New command.
4922         * international/mule-cmds.el (read-char-by-name): Let-bind
4923         `enable-recursive-minibuffers' to t.
4924         http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
4926 2012-12-15  Juri Linkov  <juri@jurta.org>
4928         * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
4929         (Bug#13175)
4931 2012-12-15  Christopher Schmidt  <christopher@ch.ristopher.com>
4933         * dired-x.el (dired-guess-shell-command): Put colon at the end of
4934         the prompt.  (Bug#13045)
4936 2012-12-14  Glenn Morris  <rgm@gnu.org>
4938         * emacs-lisp/macroexp.el (macroexp--warn-and-return):
4939         Try to include filename in non-bytecomp warning.  (Bug#13132)
4941 2012-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4943         Fix permissions bugs with setgid directories etc. (Bug#13125)
4944         * files.el (backup-buffer): Don't rely on 9th output of
4945         file-attributes, as it's now a placeholder.  Instead, use the new
4946         optional arg of file-ownership-preserved-p.
4947         (file-ownership-preserved-p): New optional arg GROUP.
4948         Fix mishandling of setuid directories that would cause this
4949         function to return t when it should have returned nil.
4950         Document what happens if the file does not exist, and when
4951         it's not known whether the ownership will be preserved.
4952         * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
4953         Likewise.
4954         (tramp-get-local-gid): Use group-gid for integer, as that's
4955         faster and more reliable.
4957 2012-12-14  Julien Danjou  <julien@danjou.info>
4959         * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
4960         Update keywords list, data type and PL/pgSQL.
4962 2012-12-14  Dave Abrahams  <dave@boostpro.com>
4964         * vc/ediff-util.el (ediff-buffer-type): New function.
4965         (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
4966         rather than taking it as as argument.
4967         (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
4969 2012-12-14  Ryan Crum  <ryan.crum@eleostech.com>
4971         * json.el: Add pretty-print option (bug#12634).
4972         (json-encoding-separator, json-encoding-default-indentation)
4973         (json--encoding-current-indentation, json-encoding-pretty-print)
4974         (json-encoding-lisp-style-closings): New vars.
4975         (json--with-indentation): New macro.
4976         (json-encode-hash-table, json-encode-alist, json-encode-plist)
4977         (json-encode-array): Use it to obey json-encoding-pretty-print.
4978         (json-pretty-print-buffer, json-pretty-print): New commands.
4980 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
4982         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
4983         Extract `ruby-syntax-propertize-expansions'.
4984         (ruby-syntax-propertize-expansions): Only change syntax on
4985         certain string delimiters, to punctuation.  This way the common
4986         functions like forward-word and thing-at-point still work.
4987         (ruby-match-expression-expansion): Improve readability.
4988         (ruby-block-contains-point): New function.
4989         (ruby-add-log-current-method): Handle several edge cases.
4991 2012-12-13  Juanma Barranquero  <lekktu@gmail.com>
4993         * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
4994         unload-feature finishes even when aborting an ongoing edebug session.
4995         Also, do not worry about edebug-mode, unload-feature takes care of it.
4997 2012-12-13  Andreas Schwab  <schwab@suse.de>
4999         * net/tls.el (tls-program): Update customize type.
5001 2012-12-13  Juanma Barranquero  <lekktu@gmail.com>
5003         * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
5004         (edebug-setup-hook, cl-read-load-hooks): Use it.
5005         (edebug-unload-function): New function.  (Bug#13163)
5007 2012-12-13  Michael Albinus  <michael.albinus@gmx.de>
5009         * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
5010         Otherwise, there could be errors in autoloading.  (Bug#13151)
5012 2012-12-13  Jürgen Hötzel  <juergen@archlinux.org>
5014         * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
5015         sequences.
5017 2012-12-13  Alan Mackenzie  <acm@muc.de>
5019         Make CC Mode not hang when _some_ lines end in CRLF.  Bug #11841.
5020         * progmodes/cc-engine.el (c-backward-comments): Add code to work
5021         around `forward-comment' not recognizing ^M as whitespace.
5023 2012-12-13  Fabián Ezequiel Gallina  <fgallina@cuca>
5025         * progmodes/python.el (python-skeleton-class)
5026         (python-skeleton-def): Do not add space after defun name.
5028 2012-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5030         * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
5031         (cl--symbol-function): Remove (now that funbound is like nil).
5033 2012-12-12  Glenn Morris  <rgm@gnu.org>
5035         * button.el (button--area-button-p): Fix typo.
5037 2012-12-12  Sam Steingold  <sds@gnu.org>
5039         * frame.el (frame-maximization-style): New user option.
5040         (toggle-frame-maximized): Toggle frame maximization according to
5041         `frame-maximization-style', bound to <f11>.
5042         (cycle-frame-maximized): Cycle between all maximization styles and
5043         non-maximized frame, bound to shift-<f11>.
5045 2012-12-12  David Cadé  <codename68@gmail.com>
5047         * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
5049 2012-12-12  Jonas Bernoulli  <jonas@bernoul.li>
5051         * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
5052         (eieio-override-prin1): Don't quote kewords and booleans.
5053         (object-write) <eieio-default-superclass>: Don't put closing parens
5054         on new line, avoid needless empty lines, align values that are objects
5055         with the slot keyword (instead of beginning on the same line).
5056         (eieio-list-prin1): Align value with slot keyword; increase
5057         eieio-print-depth before printing members of the list.
5059 2012-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5061         * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
5062         a display text-property.
5063         (report-emacs-bug-hook): Don't bother deleting it any more.
5065         * hilit-chg.el (highlight-save-buffer-state): Delete.
5066         Use with-silent-modifications instead.
5067         (hilit-chg-set-face-on-change): Only fixup the text that's modified.
5069         * button.el: Handle buttons in display text-properties.
5070         (button--area-button-p, button--area-button-string):
5071         Use (STRING . STRING-POS) representation instead of just STRING.
5073 2012-12-11  Eli Zaretskii  <eliz@gnu.org>
5075         * makefile.w32-in (compile4-SH): Fix a typo that caused term
5076         subdirectory be skipped.
5078 2012-12-11  Glenn Morris  <rgm@gnu.org>
5080         * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
5082         * progmodes/f90.el (f90-line-continued, f90-indent-region):
5083         Treat preprocessor lines embedded in continuations like comments.
5084         (f90-indent-line): Special-case preprocessor lines.  (Bug#13138)
5086 2012-12-11  Jay Belanger  <jay.p.belanger@gmail.com>
5088         * calc/calc.el (calc-standard-date-formats): Add more date
5089         formats.
5090         * calc/calc-forms.el (math-parse-iso-date): New function.
5091         (math-parse-date): Use `math-parse-iso-date' when appropriate.
5092         (math-parse-iso-date-validate): Add extra error checking.
5093         (calc-date-notation): Add ability to access new date formats.
5095 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5097         * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
5098         font-lock as well as when there's no text-property.
5100 2012-12-10  Jambunathan K  <kjambunathan@gmail.com>
5102         * hi-lock.el: Refine the choice of default face.
5103         (hi-lock-keyword->face): New function.  Use it wherever we used
5104         cadadadr instead.
5105         (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
5106         (hi-lock--last-face): Remove var.
5107         (hi-lock--unused-faces): New var to replace it.
5108         (hi-lock-read-face-name): Use/maintain it.
5109         (hi-lock-unface-buffer): Maintain it.  Fix error for the C-u case.
5110         (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
5111         if it has another face.
5113 2012-12-10  Eli Zaretskii  <eliz@gnu.org>
5115         * subr.el (w32notify-handle-event): New function.
5116         (inotify-handle-event): Doc fix.
5118 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5120         * subr.el (inotify-event-p, inotify-handle-event): New functions.
5122 2012-12-10  Dani Moncayo  <dmoncayo@gmail.com>
5124         * simple.el (just-one-space): Doc fix.
5126 2012-12-10  Eli Zaretskii  <eliz@gnu.org>
5128         * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
5130 2012-12-10  Le Wang  <l26wang@gmail.com>
5132         * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
5133         narrowed buffer (bug#12361).
5135 2012-12-10  Juanma Barranquero  <lekktu@gmail.com>
5137         * vc/vc-hooks.el (vc-state): Doc fix.
5139 2012-12-10  Glenn Morris  <rgm@gnu.org>
5141         * mail/rmail.el (rmail-maybe-display-summary):
5142         Preserve buffer, in case select-window changes it.  (Bug#13066)
5144 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5146         * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
5147         cl-load-hook where they belong.
5149 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5151         * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
5153 2012-12-09  Eli Zaretskii  <eliz@gnu.org>
5155         Parallelize byte compilation on MS-Windows.
5156         * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
5157         (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
5158         (WINS_BASIC): Define as concatenation of the above.
5159         (compile): Subdivide into 4 separate and independent jobs that can
5160         be run in parallel.
5161         (compile0-CMD, compile0-SH): New targets for compiling
5162         COMPILE_FIRST files, which are prerequisites for the rest of the
5163         byte-compilation.
5164         (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
5165         New targets for parallel compilation with cmd.exe.
5166         (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
5167         compiling under a Unixy shell.
5169 2012-12-09  Chong Yidong  <cyd@gnu.org>
5171         * simple.el (set-mark-default-inactive): Delete this
5172         accidentally-introduced option.
5173         (set-mark-command, exchange-point-and-mark): Remove calls.
5175 2012-12-09  Glenn Morris  <rgm@gnu.org>
5177         * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
5178         Respect a defcustom's :set function, if appropriate.  (Bug#109)
5179         (eval-defun): Doc fix.
5181 2012-12-08  Juri Linkov  <juri@jurta.org>
5183         * info.el (Info-copy-current-node-name, Info-breadcrumbs)
5184         (Info-fontify-node, Info-bookmark-make-record): Remove the
5185         file extension from Info-current-file (Bug#13016).
5187 2012-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5189         * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
5190         point, still provide some default.
5191         (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
5192         names, since we don't use it right now.  Actually return the list.
5193         (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
5195 2012-12-07  Chong Yidong  <cyd@gnu.org>
5197         * novice.el (disabled-command-function): Remove a spurious help
5198         xref (Bug#13043).  Suggested by Kelly Dean.
5200         * subr.el (text-clone-maintain): Fix clone overlay deletion when a
5201         syntax is specified (Bug#13025).
5203         * info.el (Info-set-mode-line): Remove the file extension from
5204         Info-current-file if there is one (Bug#13016).
5206 2012-12-07  Glenn Morris  <rgm@gnu.org>
5208         * mail/rmail.el (rmail-mime-decoded): New permanent local.
5209         (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
5210         * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
5211         and rmail-mime-decoded.  (Bug#9841)
5213         * mail/unrmail.el (unrmail-mbox-format): New option.  (Bug#6574)
5214         (batch-unrmail, unrmail): Doc fixes.
5215         (unrmail): Respect unrmail-mbox-format.
5216         * mail/rmail.el (rmail-mbox-format): New option.
5217         (rmail-show-message-1): Respect rmail-mbox-format.
5219 2012-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5221         * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
5223 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5225         Further cleanup of the "cl-" namespace.  Fit CL in 80 columns.
5226         * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
5227         (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
5228         (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
5229         (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
5230         (cl-progv): Don't rely on dynamic scoping to find the body.
5231         * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
5232         (cl--proclaims-deferred): Rename from the "cl-" prefix.
5233         (cl-declaim): Use backquotes.
5234         * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
5235         Use "cl--" prefix for the object's tag.
5237         * ses.el: Use advice-add/remove.
5238         (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
5239         (copy-region-as-kill, yank): Use advice-add.
5240         (ses-unload-function): Use advice-remove.
5242 2012-12-06  Jonas Bernoulli  <jonas@bernoul.li>
5244         * button.el: Make them work in header-lines (bug#12817).
5245         (button-map): Add bindings for header-line and mode-line use.
5246         (button-get, button-put, button-label): `button' may now be a string.
5247         (button-activate): Don't make it a defsubst.
5248         (button--area-button-p, button--area-button-string): New functions.
5249         (make-text-button): Fix the return value when `beg' was a string.
5250         (push-button): Handle the mode-line case.
5252 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5254         * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
5255         (sql-signum): Remove.  Use `cl-signum' instead.
5256         (sql-read-passwd): Remove; use read-passwd instread.
5257         (sql-get-login-ext): Use read-string.
5258         (sql-get-login): Use dolist and pcase.
5259         (sql--completion-table): Rename from sql-try-completion.
5260         Use complete-with-action.
5261         (sql-mode): Don't change abbrev-all-caps globally.
5262         (sql-connect): Don't rely on dynamic scoping for `new-name'.
5263         (sql-postgres-completion-object): Initialize vars in their `let'.
5264         (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
5265         (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
5266         (sql-comint-interbase): Use a single append, without setq.
5267         (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
5269         * hi-lock.el: Rework the default face and the serialize regexp code.
5270         (hi-lock--auto-select-face-defaults): Remove.
5271         (hi-lock-string-serialize-serial): Remove.
5272         (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
5273         make weak.
5274         (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
5275         equal string.
5276         (hi-lock-set-pattern): Adjust accordingly.
5277         (hi-lock--regexps-at-point): Simplify accordingly.
5278         (hi-lock--auto-select-face-defaults): Remove.
5279         (hi-lock--last-face): New var to replace it.
5280         (hi-lock-read-face-name): Rewrite (bug#11095).
5281         (hi-lock-unface-buffer): Arrange for the face to be the next default.
5283 2012-12-06  Michael Albinus  <michael.albinus@gmx.de>
5285         * net/tramp.el (tramp-replace-environment-variables):
5286         Hide compiler warning.
5287         (tramp-file-name-for-operation): Remove `executable-find',
5288         `start-process', `call-process' and `call-process-region'.
5290         * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
5292         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
5293         compatibility.
5295         * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
5297 2012-12-06  Chong Yidong  <cyd@gnu.org>
5299         * ffap.el (ffap-replace-file-component): Fix typo.
5301 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5303         * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
5304         fix open-paren-like token test (bug#12785).
5306 2012-12-06  Glenn Morris  <rgm@gnu.org>
5308         * mail/rmailsum.el (rmail-new-summary): Tweak for
5309         rmail-maybe-display-summary changing buffer.  (Bug#13066)
5311 2012-12-06  Juri Linkov  <juri@jurta.org>
5313         * info.el (Info-fontify-node): Don't hide the last newline.
5314         (Bug#12272)
5316 2012-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5318         * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
5319         so as to enable message-read-from-minibuffer to expand mail aliases.
5321 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5323         * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
5324         the `intangible' property.
5325         Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
5327 2012-12-05  Deniz Dogan  <deniz@dogan.se>
5329         * net/rcirc.el (rcirc-urls): Update documentation.
5330         (rcirc-condition-filter): New function.
5331         (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
5332         and exclude consecutive duplicate URLs (Bug#6082).
5334 2012-12-05  Michael Albinus  <michael.albinus@gmx.de>
5336         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
5337         Check return code of copy command.
5339         * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
5340         Use group `tramp'.  Add version.
5342 2012-12-05  Chong Yidong  <cyd@gnu.org>
5344         * ffap.el (ffap-url-regexp): Don't require matching at front of
5345         string (Bug#4952).
5346         (ffap-url-p): If only a substring matches, return that.
5347         (ffap-url-at-point): Use the return value of ffap-url-p.
5348         (ffap-read-file-or-url, ffap-read-file-or-url-internal)
5349         (find-file-at-point, dired-at-point, dired-at-point-prompter)
5350         (ffap-guess-file-name-at-point): Likewise.
5351         (ffap-replace-file-component): Fix typo.
5353         * info.el (info-display-manual): Add existing Info buffers, whose
5354         files may not be in Info-directory-list, to the completion.
5355         (info--manual-names): New helper function.
5357 2012-12-05  Glenn Morris  <rgm@gnu.org>
5359         * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
5360         New functions, for detecting and resolving conflicts.  (Bug#10709)
5362 2012-12-04  Jambunathan K  <kjambunathan@gmail.com>
5364         * hi-lock.el (hi-lock-auto-select-face): New user variable.
5365         (hi-lock-auto-select-face-defaults): New buffer local variable.
5366         (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
5367         (hi-lock-unface-buffer): Prompt user with useful defaults.
5368         With prefix arg, unhighlight all hi-lock patterns in buffer.
5370 2012-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5372         * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
5374 2012-12-04  Michael Albinus  <michael.albinus@gmx.de>
5376         * Makefile.in (TRAMP_SRC):
5377         * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
5379 2012-12-04  Juergen Hoetzel  <juergen@archlinux.org>
5381         * net/tramp-adb.el: New package.
5383 2012-12-04  Chong Yidong  <cyd@gnu.org>
5385         * terminal.el: Move to obsolete/.
5387         * longlines.el: Move to obsolete/.
5389         * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
5390         Remove code referring to longlines mode.
5392 2012-12-03  Juri Linkov  <juri@jurta.org>
5394         * sort.el (delete-duplicate-lines): New command.  (Bug#13032)
5396 2012-12-03  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
5398         * textmodes/ispell.el (ispell-init-process)
5399         (ispell-start-process, ispell-internal-change-dictionary):
5400         Make sure personal dictionary name is expanded after initial
5401         `default-directory' value. Use expanded strings for
5402         keep/restart checks and for value (Bug#13019).
5404 2012-12-03  Jay Belanger  <jay.p.belanger@gmail.com>
5406         * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
5408 2012-12-03  Leo Liu  <sdl.web@gmail.com>
5410         * files.el (dir-locals-read-from-file): Check file non-empty
5411         before reading.  (Bug#13038)
5413 2012-12-03  Glenn Morris  <rgm@gnu.org>
5415         * jka-cmpr-hook.el (jka-compr-get-compression-info):
5416         Remove any version extension before checking filename.  (Bug#13006)
5417         (jka-compr-compression-info-list): Belated :version bump.
5419 2012-12-03  Chong Yidong  <cyd@gnu.org>
5421         * simple.el (transient-mark-mode): Doc fix (Bug#11523).
5423         * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
5424         (buffer-menu): Doc fix (Bug#12294).
5426 2012-12-03  Roland Winkler  <winkler@gnu.org>
5428         * calendar/diary-lib.el (diary-header-line-format): Use keybinding
5429         of diary-show-all-entries in the diary buffer (Bug#12994).
5431 2012-12-03  Michael Albinus  <michael.albinus@gmx.de>
5433         * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
5434         "<STDIN>".  This is binary safe.
5436 2012-12-03  Jay Belanger  <jay.p.belanger@gmail.com>
5438         * calc/calc-forms.el (math-absolute-from-iso-dt)
5439         (math-date-to-iso-dt, math-parse-iso-date-validate)
5440         (math-iso-dt-to-date): New functions.
5441         (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
5442         (math-fd-isoweekday): New variables.
5443         (calc-date-notation, math-parse-standard-date, math-format-date)
5444         (math-format-date-part): Add support for more formatting codes.
5446 2012-12-02  Dmitry Gutov  <dgutov@yandex.ru>
5448         * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
5449         current buffer's file name when called interactively (Bug#12488).
5451 2012-12-02  Juri Linkov  <juri@jurta.org>
5453         * info.el (info-display-manual): Don't clobber an existing Info
5454         buffer (Bug#10770).  Add completion (Bug#10771).
5456 2012-12-01  Yuya Nishihara  <yuya@tcha.org>  (tiny change)
5458         * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
5459         before using it for comparison (Bug#5297).
5461 2012-12-01  Jari Aalto  <jari.aalto@cante.net>
5463         * textmodes/css-mode.el (css-current-defun-name): New function.
5464         (css-mode): Use it.
5466         * textmodes/sgml-mode.el (html-current-defun-name): New function.
5467         (html-mode): Use it.
5469 2012-12-01  Chong Yidong  <cyd@gnu.org>
5471         Modularize add-log-current-defun (Bug#2224).
5472         Suggested by Jari Aalto.
5474         * vc/add-log.el (add-log-current-defun-function): Doc fix.
5475         (add-log-current-defun): Move mode-specific code to other files.
5476         (add-log-lisp-like-modes, add-log-c-like-modes)
5477         (add-log-tex-like-modes): Variables deleted.
5479         * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
5480         (lisp-mode-variables): Use it.
5482         * progmodes/cc-mode.el (c-common-init):
5483         * progmodes/cperl-mode.el (cperl-mode): Set a value for
5484         add-log-current-defun-function.
5486         * progmodes/m4-mode.el (m4-current-defun-name): New function.
5487         (m4-mode): Use it.
5489         * progmodes/perl-mode.el (perl-current-defun-name): New.
5490         (perl-mode): Use it.
5492         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
5493         Use lisp-current-defun-name.
5495         * textmodes/tex-mode.el (tex-current-defun-name): New.
5496         (tex-common-initialization): Use it.
5498         * textmodes/texinfo.el (texinfo-current-defun-name): New.
5499         (texinfo-mode): Use it.
5501 2012-12-01  Chong Yidong  <cyd@gnu.org>
5503         * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
5504         * progmodes/autoconf.el (autoconf-mode):
5505         * progmodes/js.el (js-mode):
5506         * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
5507         (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
5508         * progmodes/perl-mode.el (perl-mode):
5509         * progmodes/sh-script.el (sh-mode, sh-set-shell):
5510         * textmodes/css-mode.el (css-mode):
5511         * textmodes/sgml-mode.el (html-mode, sgml-mode)
5512         (sgml-tags-invisible, sgml-guess-indent):
5513         * textmodes/tex-mode.el (tex-common-initialization)
5514         (latex-complete-bibtex-keys, tex-shell, tex-main-file)
5515         (doctex-mode, plain-tex-mode, latex-mode):
5516         * textmodes/texinfo.el (texinfo-mode): Use setq-local.
5518 2012-12-01  Kirk Kelsey  <kirk.kelsey@0x4b.net>
5520         * vc/vc-hg.el (vc-hg-next-revision):
5521         Ensure use of default "tip" output format.  (Bug#6968)
5523 2012-12-01  Kim F. Storm  <storm@cua.dk>
5525         * startup.el (fancy-startup-tail): Add a clickable link
5526         (Bug#2176).
5528 2012-12-01  Chong Yidong  <cyd@gnu.org>
5530         * startup.el (fancy-startup-tail): Improve the message about
5531         auto-save files (Bug#2176).
5533         * files.el (recover-session): Improve the descriptive message, and
5534         use substitute-command-keys.
5536 2012-12-01  Glenn Morris  <rgm@gnu.org>
5538         * ido.el (ido-file-internal):
5539         Handle other-window, other-frame for dired.  (Bug#13036)
5541 2012-11-30  Glenn Morris  <rgm@gnu.org>
5543         * icomplete.el (icomplete-separator): Fix :version.
5545 2012-11-30  Chong Yidong  <cyd@gnu.org>
5547         * shell.el (shell): For C-u M-x shell, use an inactive shell
5548         buffer as the default (Bug#1975).
5549         (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
5550         (shell-mode): Use them to reapply ansi colorization if Shell mode
5551         is re-enabled.
5553 2012-11-30  Yuriy Vostrikov  <delamonpansie@gmail.com>  (tiny change)
5555         * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
5557 2012-11-30  Samuel Bronson  <naesten@gmail.com>
5559         * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
5560         flag to xargs, for compatibility with BSD xargs (Bug#11703).
5562 2012-11-30  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
5564         * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
5565         by move-to-column (Bug#3234).
5567 2012-11-30  Chong Yidong  <cyd@gnu.org>
5569         * longlines.el (longlines-wrap-line, longlines-encode-region):
5570         Preserve text properties (Bug#1425).
5572 2012-11-30  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
5574         * vc/vc.el (vc-register): Allow registering a file which is
5575         already registered with a different backend (Bug#10589).
5577 2012-11-29  Jambunathan K  <kjambunathan@gmail.com>
5578             Stefan Monnier  <monnier@iro.umontreal.ca>
5580         * icomplete.el: Change separator; add ido-style commands.
5581         (icomplete-show-key-bindings): Remove custom var.
5582         (icomplete-get-keys): Remove function.
5583         (icomplete-forward-completions, icomplete-backward-completions):
5584         New commands.
5585         (icomplete-minibuffer-map): New var.
5586         (icomplete-minibuffer-setup): Use it.
5587         (icomplete-exhibit): Don't delay if the list of completions is known.
5588         (icomplete-separator): New custom.
5589         (icomplete-completions): Use it.
5590         * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
5591         (minibuffer-force-complete-and-exit): New command.
5592         (minibuffer--complete-and-exit): New function extracted from
5593         minibuffer-complete-and-exit.
5594         (minibuffer-complete-and-exit): Use it.
5596         * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
5597         error message when the file doesn't exist (bug#12974).
5599 2012-11-29  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
5601         * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
5603 2012-11-29  Glenn Morris  <rgm@gnu.org>
5605         * files.el (hack-dir-local-variables): Warn if try to set
5606         coding via dir-locals, since it doesn't work.  (Bug#7169)
5608         Add desktop support for restoring vc-dir buffers.  (Bug#10606)
5609         * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
5610         Set buffer-local value of desktop-save-buffer.
5611         (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
5612         New functions.
5613         (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
5614         * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
5616         * files.el (inhibit-local-variables-ignore-case): New.  (Bug#10610)
5617         (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
5618         Doc fix.
5619         (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
5620         Doc fixes.
5622 2012-11-28  Jay Belanger  <jay.p.belanger@gmail.com>
5624         * calc/calc-forms.el (calc-date-notation): Fix regexp
5625         used to find time codes.  Fix symbol for seconds.
5627 2012-11-27  Glenn Morris  <rgm@gnu.org>
5629         * emacs-lisp/derived.el (derived-mode-make-docstring):
5630         Don't mention "abbrev" or "syntax" if nil.  (Bug#11277)
5632 2012-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5634         * textmodes/table.el (table-insert): Don't use `symbol-name' on
5635         lexically scoped variables (bug#13005).
5637 2012-11-27  Glenn Morris  <rgm@gnu.org>
5639         * vc/vc-hooks.el (vc-mistrust-permissions):
5640         Default to t, to avoid data-loss.  (Bug#11490)
5642 2012-11-27  Fabián Ezequiel Gallina  <fgallina@cuca>
5644         * progmodes/python.el (python-indent-guess-indent-offset):
5645         If indentation is guessed make python-indent-offset buffer-local.
5647         Fix Imenu regression.
5648         * progmodes/python.el (python-nav-beginning-of-defun):
5649         Fix forward movement when statement(s) separates point from defun.
5650         (python-imenu-prev-index-position): New function.
5652 2012-11-27  Eli Zaretskii  <eliz@gnu.org>
5654         * subr.el (buffer-file-type): Declare with defvar-local.  Doc fix.
5656         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5657         Don't set buffer-file-type.  Return nil.  (Bug#12989)
5659 2012-11-27  Glenn Morris  <rgm@gnu.org>
5661         * hippie-exp.el (hippie-expand-try-functions-list):
5662         Re-autoload it.  (Bug#12982)
5664 2012-11-27  Eli Zaretskii  <eliz@gnu.org>
5666         * descr-text.el (describe-char-padded-string):
5667         Call internal-char-font only on GUI frames.  (Bug#11964)
5669 2012-11-27  Andreas Schwab  <schwab@linux-m68k.org>
5671         * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
5672         and obsoletion message.
5674 2012-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5676         * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
5677         the constructs to keep outside of the `cl-block' (bug#12977).
5679 2012-11-27  Chong Yidong  <cyd@gnu.org>
5681         * mouse.el (mouse-drag-line): Even if the line is not draggable,
5682         keep reading until we get the up-event anyway, in order to process
5683         the up-event for mouse-1-click-follows-link (Bug#12971).
5685 2012-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5687         * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
5688         base function is not yet defined (bug#12965).
5689         (ad-activate-advised-definition): Use ad-compile-function.
5690         (ad-activate): Use cond.
5692 2012-11-25  Leo Liu  <sdl.web@gmail.com>
5694         * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
5695         (Bug#12979)
5697 2012-11-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
5699         * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
5700         reftex-section-info-function in order to be compatible with
5701         Texinfo integration.
5703         * textmodes/reftex.el (reftex-section-pre-regexp)
5704         (reftex-section-post-regexp, reftex-section-info-function):
5705         New variable.
5706         (reftex-compile-variables): Use variables reftex-section-pre-regexp,
5707         reftex-section-post-regexp, and reftex-section-info-function in order
5708         to be compatible with Texinfo integration.
5710         * textmodes/reftex-toc.el (reftex-toc-promote-action):
5711         use reftex-section-pre-regexp variable in order to be compatible with
5712         Texinfo integration.
5714 2012-11-25  Chong Yidong  <cyd@gnu.org>
5716         * faces.el: Make face-spec-set more analogous to setq.
5717         (face-spec-set): Change the third arg to specify whether this
5718         function is being called via defface, customize, or a third party.
5719         Set the appropriate symbol properties.  Clear the override spec if
5720         setting via Custom.  Initialize face if necessary.  (Bug#4988)
5721         (face-spec-recalc): Allow theme faces to completely replace the
5722         defface spec, in the same way as custom faces (Bug#8454).
5724         * cus-face.el (custom-declare-face): Move face initialization to
5725         face-spec-set.
5726         (custom-theme-set-faces): Don't initialize the face name here, as
5727         that is now done in face-spec-set.
5729         * cus-edit.el (custom-face-set, custom-face-mark-to-save)
5730         (custom-face-reset-saved, custom-face-mark-to-reset-standard):
5731         Simplify by using the new arg to face-spec-set.
5733         * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
5734         reset face-override-spec too, and use custom-declare-face.
5736 2012-11-24  Jan Djärv  <jan.h.d@swipnet.se>
5738         * term/ns-win.el (ns-initialize-window-system): Move creation of
5739         fontsets here (Bug#11964).
5741 2012-11-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
5743         * ses.el (ses-rename-cell): Correct bug on mode-line update after
5744         cell renaming.
5746 2012-11-24  Chong Yidong  <cyd@gnu.org>
5748         * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
5749         obsolete.
5751         * custom.el (custom-theme-set-variables): Use a topological sort
5752         for ordering by custom dependencies (Bug#12952).
5753         (custom--sort-vars, custom--sort-vars-1): New functions.
5755 2012-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5757         * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
5758         lexical-binding (bug#12938).
5760 2012-11-24  Wolfgang Jenkner  <wjenkner@inode.at>
5762         * image-mode.el (image-transform-check-size): Use assertions only
5763         for images of type imagemagick.
5765         Otherwise no error, image-transform-fit-to-{width,height} is
5766         silently ignored, as before.  Doc fix.
5768 2012-11-24  Chong Yidong  <cyd@gnu.org>
5770         * faces.el (color-defined-p): Doc fix (Bug#12853).
5772 2012-11-24  Juri Linkov  <juri@jurta.org>
5774         * dired.el (dired-mark): Add optional arg `interactive'.
5775         Check for `use-region-p' if `interactive' is non-nil.
5776         (dired-unmark, dired-flag-file-deletion): Add optional arg
5777         `interactive'.  Call `dired-mark' with the arg `interactive'.
5778         (Bug#10624)
5780         * wdired.el: Revert 2012-10-17 change partly and replace it with
5781         Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
5782         (wdired-finish-edit): Add marks for new file names to
5783         `wdired-old-marks'.  Restore marks using `dired-mark-remembered'
5784         after `revert-buffer'.
5785         (wdired-do-renames): Remove calls to `dired-remove-file',
5786         `dired-add-file', `dired-add-entry'.  (Bug#11795)
5788 2012-11-24  Alan Mackenzie  <acm@muc.de>
5790         * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
5792         Fix bugs in the state cache.  Enhance a debugging mechanism.
5793         * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
5794         "brace at column zero" strategy for C++.
5795         (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
5796         (c-parse-state-point): New variable.
5797         (c-record-parse-state-state): Record old parse state with
5798         `copy-tree'.  Record previous value of point.
5799         (c-debug-parse-state-double-cons): New debugging function.
5800         (c-debug-parse-state): Call the above new function.
5801         (c-toggle-parse-state-debug): Output a confirmatory message.
5803         * progmodes/cc-mode.el (c-before-change, c-after-change):
5804         Call c-invalidate-state-cache from `c-before-change' instead of
5805         `c-after-change'.
5807 2012-11-23  Chong Yidong  <cyd@gnu.org>
5809         * find-cmd.el (find-constituents): Add executable, ipath,
5810         readable, samefile, writable, daystart, regextype (Bug#12856).
5812 2012-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5814         * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
5816 2012-11-22  Paul Eggert  <eggert@cs.ucla.edu>
5818         * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
5819         definition.  This fixes a bootstrap failure.
5820         (calc-gregorian-switch): In menu, put dates before regions.
5821         This is easier to follow, lines up better in the menu, and lets us
5822         coalesce regions that switch at the same time.  Give country
5823         names, not "Vatican", as that's better for non-expert users.
5824         Use names that are stable between the date of switch and now, e.g.,
5825         Bohemia and Moravia (which existed then and now) and not
5826         Czechoslovakia (which didn't exist then and doesn't exist now).
5827         What is now the U.S. mostly did not switch at the same time as
5828         Britain, so omit the U.S.  Correct spelling of "Britain".
5829         Catholic Switzerland was too much of a mess, so omit it.
5831 2012-11-22  Jay Belanger  <jay.p.belanger@gmail.com>
5833         * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
5834         after the variable is changed.
5836 2012-11-21  Daniel Colascione  <dancol@dancol.org>
5838         * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
5839         in SQL declarations for font-lock.
5840         (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
5842 2012-11-21  Glenn Morris  <rgm@gnu.org>
5844         * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
5845         (face-italic-p): Add optional argument "inherit".
5847         * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
5848         Remove -p suffix from names, for consistency with other set-face-*.
5849         (set-face-inverse-video): Fix interactive spec.
5850         * play/gamegrid.el (gamegrid-make-mono-tty-face):
5851         * textmodes/table.el (table--update-cell-face):
5852         Use set-face-inverse-video rather than now obsolete alias.
5854 2012-11-21  Eli Zaretskii  <eliz@gnu.org>
5856         * simple.el (line-move): Don't call line-move-partial if
5857         scroll-conservatively is in effect.  (Bug#12927)
5859 2012-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5861         * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
5862         Fallback on completion-at-point rather than
5863         pcomplete-expand-and-complete, and only if pcomplete actually failed.
5864         (eshell-cmpl-initialize): Setup completion-at-point.
5866         * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
5868         * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
5870 2012-11-21  Michael Albinus  <michael.albinus@gmx.de>
5872         * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
5873         are remote, check out-of-band property for both.
5875 2012-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5877         * window.el (switch-to-buffer): Re-add the warning that was lost in the
5878         code rewrite.
5880 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
5882         More minor time fixes.
5883         * calendar/time-date.el: Commentary fix.
5884         * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
5885         too much other code depends on (0 0) time stamps.
5886         * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
5887         Add a couple of FIXME comments.
5889         Minor cleanup for times as lists of four integers.
5890         * files.el (dir-locals-directory-cache):
5891         * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
5892         Doc fixes.
5893         * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
5894         * ps-bdf.el (bdf-file-newer-than-time):
5895         Process four-integers time stamps, not two.  Doc fixes.
5897 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5899         * uniquify.el (uniquify-managed): Use defvar-local.
5900         (rename-buffer, create-file-buffer): Advise with advice-add.
5901         (uniquify-unload-function): Unadvise accordingly.
5903         * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
5904         (trace-buffer): Don't purecopy.
5905         (trace-entry-message, trace-exit-message): Add `context' arg.
5906         (trace--timer): New var.
5907         (trace-make-advice): Adjust for use in nadvice.
5908         Add `context' argument.  Delay `display-buffer' via a timer.
5909         (trace-function-internal): Use advice-add.
5910         (trace--read-args): New function.
5911         (trace-function-foreground, trace-function-background): Use it.
5912         (trace-function): Rename to trace-function-foreground and redefine as
5913         an alias to that new name.
5914         (untrace-function, untrace-all): Adjust to the use of nadvice.
5916         * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
5918         * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
5920         * subr.el (called-interactively-p-functions): New var.
5921         (internal--called-interactively-p--get-frame): New macro.
5922         (called-interactively-p, interactive-p): Rewrite in Lisp.
5923         * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
5924         (called-interactively-p-functions): Use it.
5925         * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
5926         (called-interactively-p-functions): Use it.
5927         * allout.el (allout-called-interactively-p): Don't assume
5928         called-interactively-p is a subr.
5930 2012-11-20  Glenn Morris  <rgm@gnu.org>
5932         * profiler.el (profiler-report-mode-map): Add a menu.
5933         No need to bind `q' because we derive from special-mode.
5934         (profiler-report-find-entry): Handle calls from the menu-bar.
5936 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5938         * emacs-lisp/byte-run.el (defun-declarations-alist):
5939         Allow a compiler-macro to be a lambda expression.
5941         * progmodes/python.el: Use cl-lib.  Move var declarations outside of
5942         eval-when-compile.
5943         (python-syntax-context): Add compiler-macro.
5944         (python-font-lock-keywords): Simplify with De Morgan.
5946         * vc/diff-mode.el (diff-hunk): Don't make useless timers.
5948         * files.el (load-file): Require match in minibuffer selection, as was
5949         the case in Emacs-20 before we changed the spec to allow .elc files
5950         (bug#12935).
5952         * json.el: Don't require cl since we don't use it.
5953         * color.el: Don't require cl.
5954         (color-complement): `caddr' -> `nth 2'.
5956         * calendar/time-date.el (time-to-seconds): De-obsolete.
5958 2012-11-19  Jay Belanger  <jay.p.belanger@gmail.com>
5960         * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
5961         year numbers.
5962         (math-date-to-julian-dt): Adjust the initial approximation for the
5963         year to deal with the new definition of the DATE.
5965 2012-11-19  Daniel Colascione  <dancol@dancol.org>
5967         * term/w32-win.el (cygwin-convert-path-from-windows):
5968         Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
5970 2012-11-18  Chong Yidong  <cyd@gnu.org>
5972         * filecache.el (file-cache--read-list): New function.
5973         (file-cache-add-directory-list, file-cache-add-file-list)
5974         (file-cache-delete-file-list, file-cache-delete-directory-list):
5975         Use it to read a list of files or directories (Bug#12846).
5976         (file-cache-add-file, file-cache-add-directory)
5977         (file-cache-delete-file-list, file-cache-delete-file-regexp)
5978         (file-cache-delete-directory): Print an message.
5980 2012-11-18  Jay Belanger  <jay.p.belanger@gmail.com>
5982         * calc/calc-forms.el (math-date-to-dt): Use integer date when
5983         calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
5985 2012-11-18  Glenn Morris  <rgm@gnu.org>
5987         * image.el (insert-image, insert-sliced-image): Doc fix.
5989 2012-11-18  Chong Yidong  <cyd@gnu.org>
5991         * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
5992         (Bug#12810).
5994 2012-11-18  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
5996         * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
5997         response when the target file is in a subdirectory (Bug#12757).
5999 2012-11-18  Chong Yidong  <cyd@gnu.org>
6001         * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
6003 2012-11-18  Glenn Morris  <rgm@gnu.org>
6005         * emacs-lisp/cl-lib.el (face-underline-p):
6006         Use set-face-underline rather than the alias set-face-underline-p.
6008         * window.el (with-temp-buffer-window): Doc fix.
6009         * subr.el (with-output-to-temp-buffer):
6010         Add doc xref to with-temp-buffer-window.
6012 2012-11-18  Juanma Barranquero  <lekktu@gmail.com>
6014         * woman.el (woman-non-underline-faces): Use `set-face-underline'.
6015         * calc/calc.el (math-format-date-cache): Declare.
6017 2012-11-17  Paul Eggert  <eggert@cs.ucla.edu>
6019         Calc by default uses the Gregorian calendar for all dates (Bug#12633).
6020         It also uses January 1, 1 AD as its day number 1.
6021         * calc/calc-forms.el (math-julian-date-beginning)
6022         (math-julian-date-beginning-int): Implement this.
6024 2012-11-17  Juanma Barranquero  <lekktu@gmail.com>
6026         * descr-text.el (quail-find-key):
6027         * dired.el (desktop-file-name):
6028         * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
6029         * generic-x.el (comint-mode, comint-exec):
6030         * image-dired.el (widget-forward):
6031         * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
6032         (speedbar-change-expand-button-char)
6033         (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
6034         (speedbar-make-specialized-keymap, speedbar-make-tag-line):
6035         * printing.el (easy-menu-add-item, easy-menu-remove-item)
6036         (widget-field-action, widget-value-set):
6037         * speedbar.el (imenu--make-index-alist):
6038         * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
6039         (ring-length, ring-insert):
6040         * vcursor.el (compare-windows-skip-whitespace):
6041         * woman.el (dired-get-filename):
6042         Declare functions.
6044         * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
6046 2012-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
6048         * calc/calc.el (calc-gregorian-switch): New variable.
6050         * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
6051         (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
6052         (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
6053         (math-leap-year-p): Add option to distinguish between Julian
6054         and Gregorian calendars.
6055         (math-day-number): Use `math-day-in-year' to do the computations.
6056         (math-absolute-from-dt): Rename from `math-absolute-from-date'.
6057         Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
6058         to do the computations.
6059         (math-date-to-dt): Use `math-date-to-julian-dt' and
6060         `math-date-to-gregorian-dt' to do the computations.
6061         (calcFunc-weekday, math-format-date-part): Use the new version of
6062         the DATE to determine the weekday.
6063         (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
6064         when necessary.
6066 2012-11-17  Eli Zaretskii  <eliz@gnu.org>
6068         * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
6069         Cygwin; otherwise use 'file:'.  (Bug#12914)
6070         (cygwin-convert-path-from-windows): Declare, to avoid
6071         byte-compiler warnings.
6073 2012-11-17  Andreas Politz  <politza@fh-trier.de>
6075         * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
6076         (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
6077         prefix and negative numeric prefix args (Bug#12795).
6079 2012-11-17  Stephen Berman  <stephen.berman@gmx.net>
6081         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
6082         Don't signal an error with a score that is too low to add to the
6083         list of top scores. (Bug#12779)
6085 2012-11-17  Chong Yidong  <cyd@gnu.org>
6087         * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
6089         * filecache.el (file-cache-add-file): Handle relative file name in
6090         the argument (Bug#12694).
6092 2012-11-16  Jürgen Hötzel  <juergen@archlinux.org>  (tiny change)
6094         * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
6096 2012-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6098         * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
6100         * emacs-lisp/cl-lib.el: Set more meaningful version number.
6102 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
6104         * window.el (enlarge-window, shrink-window): Don't mention return
6105         value in doc-string (Bug#12896).
6106         (window--display-buffer): Don't resize frames - it won't work
6107         with all window managers and defeat pop-up-frame-alist.
6108         (display-buffer-alist): In doc-string explain that CONDITION can
6109         be a function and which arguments are passed to it (Bug#12854).
6110         (display-buffer-assq-regexp): New argument ACTION.  Handle lambda
6111         expressions (Bug#12854).
6112         (display-buffer): Pass ACTION argument to
6113         display-buffer-assq-regexp.
6115 2012-11-16  Glenn Morris  <rgm@gnu.org>
6117         * window.el (fit-frame-to-buffer-bottom-margin)
6118         (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
6120         * faces.el (face-underline-p): Use face-attribute-specified-or.
6122 2012-11-16  Juanma Barranquero  <lekktu@gmail.com>
6124         * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
6126 2012-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6128         * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
6130 2012-11-16  Glenn Morris  <rgm@gnu.org>
6132         * eshell/em-cmpl.el (eshell-pcomplete): New command.  (Bug#12838)
6133         (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
6135         * faces.el (face-underline-p): Doc fix.  Handle :underline being
6136         things other than `t' (a string, a list).
6137         (face-inverse-video-p): Doc fix.
6138         (set-face-underline): Rename it back from set-face-underline-p.
6139         Doc fix.  Allow interactive input of values other than t.
6140         (read-face-attribute): Apply formatting to :underline,
6141         since like :box and :stipple it can take list values.
6143         * term.el (ansi-term): Don't let C-x escape-char binding
6144         clobber the more standard C-c binding.  (Bug#12842)
6146         * subr.el (set-temporary-overlay-map): Doc fix.
6148 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
6150         * window.el (record-window-buffer)
6151         (display-buffer-record-window): When copying the markers to
6152         window-point preserve window-point-insertion-type. (Bug#12588)
6154 2012-11-16  Glenn Morris  <rgm@gnu.org>
6156         * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
6157         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
6158         Use new names for hooks rather than obsolete aliases.
6160 2012-11-15  Daniel Colascione  <dancol@dancol.org>
6162         * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
6163         prefix instead of "file:" so that when FILE-NAME begins with "//",
6164         as it does when the target file is on a network share, url-handler
6165         isn't confused.
6167 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6169         * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
6170         a preactivated advice from an old advice.el; they're not compatible!
6172 2012-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6174         * emacs-lisp/nadvice.el (advice--make-interactive-form):
6175         Fix string-spec case.
6177         * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
6179 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6181         * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
6182         (advice--buffer-local-function-sample): New var.
6183         (advice--set-buffer-local, advice--buffer-local): New functions.
6184         (add-function, remove-function): Use them.
6186 2012-11-15  Drew Adams  <drew.adams@oracle.com>
6188         * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
6190 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6192         * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
6193         potential binding of print-gensym to t, and prettify (back)quotes in
6194         case they appear in args's default values (bug#12884).
6196 2012-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6198         * emacs-lisp/nadvice.el: Add around advice for interactive specs.
6199         (advice-eval-interactive-spec): New function.
6200         (advice--make-interactive-form): Support around advice (bug#12844).
6202 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
6204         * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
6205         more strict.  Add docstring.
6206         (ruby-expression-expansion-re): Extract from
6207         `ruby-match-expression-expansion'.
6208         (ruby-syntax-propertize-function): After everything else, search
6209         for expansions in string literals, mark their insides as
6210         whitespace syntax and save match data for font-lock.
6211         (ruby-font-lock-keywords): Use the 2nd group from expression
6212         expansion matches.
6213         (ruby-match-expression-expansion): Use the match data saved to the
6214         text property in ruby-syntax-propertize-function.
6216 2012-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6218         * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
6219         (bug#12879).
6221 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
6223         * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
6224         start/end keyword a bit harder.  Works with different values of N.
6225         Add more comments.
6226         (ruby-end-of-block): Update accordingly.
6228 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6230         * woman.el (woman-file-name): Don't mess with unread-command-events
6231         (bug#12861).
6233         * emacs-lisp/advice.el: Layer on top of nadvice.el.
6234         Remove out of date self-require hack.
6235         (ad-do-advised-functions): Use simple `dolist'.
6236         (ad-advice-name, ad-advice-protected, ad-advice-enabled)
6237         (ad-advice-definition): Redefine as functions.
6238         (ad-advice-classes): Move before first use.
6239         (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
6240         (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
6241         (ad--defalias-fset): Remove functions.
6242         (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
6243         (ad-get-orig-definition): Rewrite.
6244         (ad-make-advised-definition-docstring): Change base docstring.
6245         (ad-real-orig-definition): Rewrite.
6246         (ad-map-arglists): Change name of called function.
6247         (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
6248         (ad-make-advised-definition): Simplify.
6249         (ad-assemble-advised-definition): Tweak for new calling context.
6250         (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
6251         (ad--defalias-fset): Rename from ad-handle-definition.  Make it set the
6252         function and call ad-activate if needed.
6253         (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
6254         (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
6255         (ad-compile-function): Compile ad-Advice-*.
6256         (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
6257         (ad-start-advice, ad-stop-advice): Remove.
6259 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
6261         * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
6262         period before class method names, not after.  Remove handling of
6263         one impossible case.  Add comments.
6265 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6267         * emacs-lisp/advice.el: Remove support for freezing.
6268         (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
6269         (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
6270         Remove support for `freeze'.
6272         * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
6273         override the default.
6274         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
6275         cl--dotimes/dolist.
6276         * subr.el (dolist, dotimes, declare): Redefine them normally, even when
6277         `cl' is loaded.
6279         * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
6280         from add-advice.
6281         (advice--strip-macro): New function.
6282         (advice--defalias-fset): Use them to handle macros.
6283         (advice-add): Use them.
6284         (advice-member-p): Correctly handle macros.
6286 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
6288         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6289         Never font-lock the beginning of singleton class as heredoc.
6291 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6293         * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
6295 2012-11-13  Wolfgang Jenkner  <wjenkner@inode.at>
6297         * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
6298         39 and 49 (bug#12792).  Also, treat unimplemented parameters as 0,
6299         thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
6301 2012-11-13  Fabián Ezequiel Gallina  <fgallina@cuca>
6303         Fix end-of-defun misbehavior.
6304         * progmodes/python.el (python-nav-beginning-of-defun): Rename from
6305         python-beginning-of-defun-function.  Handle nested defuns
6306         correctly.
6307         (python-nav-end-of-defun): Rename from
6308         python-end-of-defun-function.  Ensure forward movement.
6309         (python-info-current-defun): Reimplement to work as intended
6310         with new fixed python-nav-{end,beginning}-of-defun.  Stop scanning
6311         parent defuns as soon as possible.
6313 2012-11-13  Glenn Morris  <rgm@gnu.org>
6315         * progmodes/flymake.el (flymake-error-bitmap)
6316         (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
6317         (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
6319 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
6321         * progmodes/ruby-mode.el (ruby-move-to-block): When moving
6322         backward, always stop at indentation.  Reverts the change from
6323         2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
6325 2012-11-13  Glenn Morris  <rgm@gnu.org>
6327         * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
6328         Add ibuffer-filter-by-derived-mode.
6330         * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
6331         the same name shadowing each other.
6333         * window.el (with-temp-buffer-window): Doc tweak.
6335         * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
6337         * help.el (temp-buffer-max-height):
6338         * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
6339         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
6341 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6343         * emacs-lisp/nadvice.el: New package.
6344         * subr.el (special-form-p): New function.
6345         * emacs-lisp/elp.el: Use lexical-binding and advice-add.
6346         (elp-all-instrumented-list): Remove var.
6347         (elp-not-profilable): Remove elp-wrapper.
6348         (elp-profilable-p): Use autoloadp and special-form-p.
6349         (elp--advice-name): New const.
6350         (elp-instrument-function): Use advice-add.
6351         (elp--instrumented-p): New predicate.
6352         (elp-restore-function): Use advice-remove.
6353         (elp-restore-all, elp-reset-all): Use mapatoms.
6354         (elp-set-master): Use elp--instrumented-p.
6355         (elp--make-wrapper): Rename from elp-wrapper, return a function
6356         suitable for advice-add.  Use cl-inf.
6357         (elp-results): Use mapatoms+elp--instrumented-p.
6358         * emacs-lisp/debug.el: Use lexical-binding and advice-add.
6359         (debug-function-list): Remove var.
6360         (debug): Rename arg, and then let-bind it explicitly inside.
6361         (debugger-setup-buffer): Rename arg.
6362         (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
6363         (debugger-frame-number): Adjust to new debug-on-entry setup.
6364         (debug--implement-debug-on-entry): Rename from
6365         implement-debug-on-entry, add argument.
6366         (debugger-special-form-p): Remove, use special-form-p instead.
6367         (debug-on-entry): Use advice-add.
6368         (debug--function-list): New function.
6369         (cancel-debug-on-entry): Use it, along with advice-remove.
6370         (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
6371         (debugger-list-functions): Use debug--function-list instead of
6372         debug-function-list.
6373         * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
6374         (ad-special-form-p): Remove, use special-form-p instead.
6375         (ad-set-advice-info): Use add-function and remove-function.
6376         (ad--defalias-fset): Adjust accordingly.
6378 2012-11-10  Glenn Morris  <rgm@gnu.org>
6380         * mail/emacsbug.el (report-emacs-bug-tracker-url)
6381         (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
6382         (report-emacs-bug-create-existing-bugs-buffer)
6383         (report-emacs-bug-parse-query-results)
6384         (report-emacs-bug-query-existing-bugs): Remove.  (Bug#7449)
6386         * term.el (term-default-fg-color, term-default-bg-color):
6387         Make obsolete, rather than just saying "deprecated" in the doc.
6389         * term.el (term): Rename from `term-face'.
6390         (term-current-face, ansi-term-color-vector)
6391         (term-default-fg-color, term-default-bg-color, term-ansi-reset):
6392         Update all users.
6394 2012-11-10  Jan Djärv  <jan.h.d@swipnet.se>
6396         * server.el (server-create-window-system-frame): Handle Nextstep
6397         specially (Bug#12780).
6399 2012-11-10  Glenn Morris  <rgm@gnu.org>
6401         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
6402         Unautoload, and make obsolete.  (Bug#7449)
6404 2012-11-10  Chong Yidong  <cyd@gnu.org>
6406         * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
6407         rename from diff-remove-trailing-whitespace (Bug#12831).
6409 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6411         * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
6412         miscompilation of trace.el.
6414 2012-11-10  Glenn Morris  <rgm@gnu.org>
6416         * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
6418 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6420         * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
6421         (bug#12812).
6423 2012-11-10  Chong Yidong  <cyd@gnu.org>
6425         * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
6426         a defcustom with an appropriate :set function.
6427         (minibuffer-default--in-prompt-regexps): New function.
6429 2012-11-10  Glenn Morris  <rgm@gnu.org>
6431         * emacs-lisp/cl.el (define-setf-expander, defsetf)
6432         (define-modify-macro): Doc fixes.
6434         * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
6435         (gv-define-simple-setter): Update doc of `fix-return'.
6437 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6439         * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
6440         twice when `fix-return' is set (bug#12813).
6442         * emacs-lisp/cl.el (defsetf): Pass the third arg to
6443         gv-define-simple-setter (bug#12812).
6445         * woman.el (woman-decode-region): Disable adaptive-fill when rendering
6446         (bug#12756).
6448 2012-11-10  Glenn Morris  <rgm@gnu.org>
6450         * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
6452         * emacs-lisp/cl-extra.el (cl-prettyexpand):
6453         * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
6454         * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
6455         (cl-the, cl-compiler-macroexpand): Add basic doc strings.
6457         * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
6459 2012-11-10  Leo Liu  <sdl.web@gmail.com>
6461         * ido.el (ido-set-matches-1): Improve flex matching performance by
6462         removing backtracking in the regexp (suggested by Stefan).  (Bug#12796)
6464 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6466         * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
6467         (ad--defalias-fset): New function.
6468         (ad-safe-fset): Remove.
6469         (ad-make-freeze-definition): Use cl-letf*.
6471 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6473         * subr.el (dolist): Don't bind VAR in RESULT.
6475         * emacs-lisp/advice.el: Miscellaneous cleanup.  Use lexical-binding.
6476         (fset, documentation): Don't save real def since we don't advise.
6477         (ad-do-advised-functions): Remove problematic `result-form'.
6478         (ad-safe-fset): `ad-real-fset' => `fset'.
6479         (ad-read-advised-function): Don't assume that ad-do-advised-functions
6480         uses CL's dolist internally.
6481         (ad-arglist): Remove unused arg `name'.
6482         (ad-docstring, ad-make-advised-docstring):
6483         `ad-real-documentation' => `documentation'.
6484         (warning-suppress-types): Declare.
6485         (ad-set-arguments): Simple CSE.
6486         (ad-recover-normality): Sanity check.
6488         * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
6489         (funcall '(lambda ..) ..) into ((lambda ..) ..).
6491 2012-11-09  Vincent Belaïche  <vincentb1@users.sourceforge.net>
6493         * ses.el: symbol to coordinate mapping is made by symbol property
6494         `ses-cell'.  This means that the same mapping is done for all SES
6495         sheets.  That is good enough for cells with standard A1 names, but
6496         not for named cell.  So a hash map is added for the latter.
6497         (defconst ses-localvars): Add local variable ses--named-cell-hashmap
6498         (ses-sym-rowcol): Use hashmap for named cell.
6499         (ses-is-cell-sym-p): New defun.
6500         (ses-decode-cell-symbol): New defun.
6501         (ses-create-cell-variable): Add cell to hashmap when name is not
6502         A1-like.
6503         (ses-rename-cell): Check that cell new name is not already in
6504         spreadsheet with the use of ses-is-cell-sym-p
6505         (ses-rename-cell): Use hash map for named cells, but accept also
6506         renaming back to A1-like.
6508 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6510         * emacs-lisp/advice.el: Use new dynamic docstrings.
6511         (ad-make-advised-definition-docstring, ad-advised-definition-p):
6512         Use dynamic-docstring-function instead of ad-advice-info.
6513         (ad--make-advised-docstring): New function extracted from
6514         ad-make-advised-docstring.
6515         (ad-make-advised-docstring): Use it.
6516         * progmodes/sql.el (sql--make-help-docstring): New function, extracted
6517         from sql-help.
6518         (sql-help): Use it with dynamic-docstring-function.
6520         * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
6522 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6524         * files.el (hack-one-local-variable--obsolete): New function.
6525         (hack-one-local-variable): Use it for obsolete settings.
6527         * subr.el (locate-user-emacs-file): If both old and new name exist, use
6528         the new name.
6530         * progmodes/js.el (js--filling-paragraph): New var.
6531         (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
6532         (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
6533         less sneaky.
6535 2012-11-08  Julien Danjou  <julien@danjou.info>
6537         * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
6538         `auto-mode-alist' (Bug#12835).
6540 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6542         * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
6543         (perl--prettify-symbols-alist): New const.
6544         (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
6545         New functions.
6546         (perl-font-lock-keywords-2): Use them.
6547         (perl-electric-noindent-p): New function.
6548         (perl-mode): Use it to set up electric-indent-mode.
6549         (perl-electric-terminator, perl-indent-command): Mark obsolete.
6550         (perl-mode-map): Remove bindings for them.
6551         (perl-imenu-generic-expression, perl-outline-level):
6552         Match functions&packages in column>0.
6554         * env.el (env--substitute-vars-regexp): New const.
6555         (substitute-env-vars): Use it.  Add `only-defined' arg.
6556         * net/tramp.el (tramp-replace-environment-variables): Use it.
6558         * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
6559         Byte-compile *before* eval in eval-and-compile.
6560         (byte-compile-log-warning): Remove redundant inhibit-read-only.
6561         (byte-compile-file-form-autoload): Don't hide actual definition.
6562         (byte-compile-maybe-guarded): Accept `functionp' as well.
6564         * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
6566 2012-11-07  Michael Albinus  <michael.albinus@gmx.de>
6568         * notifications.el (notifications-get-server-information-method):
6569         New defconst.
6570         (notifications-get-capabilities): Fix docstring.
6571         (notifications-get-server-information): New defun.
6573 2012-11-06  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
6575         * textmodes/ispell.el (ispell-region): Standard re-indent for better
6576         readability.
6578         * textmodes/ispell.el: Experimental support for support debugging.
6579         (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
6580         buffer for ispell.
6581         (ispell-print-if-debug): New function to print stuff to
6582         `ispell-debug-buffer' if debugging is enabled.
6583         (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
6584         show some debugging info.
6585         (ispell-buffer-with-debug): New function that creates a debugging
6586         buffer and calls `ispell-buffer' with debugging enabled.
6588         * textmodes/ispell.el (ispell-region): Do not prefix sent string by
6589         comment in autoconf mode. (Bug#12768)
6591 2012-11-06  Dmitry Antipov  <dmantipov@yandex.ru>
6593         * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
6594         frame-first-window, frame-root-window, frame-selected-window,
6595         minibuffer-selected-window, minibuffer-window,
6596         window-absolute-pixel-edges, window-at, window-body-height,
6597         window-body-width, window-display-table, window-combination-limit,
6598         window-frame, window-fringes, window-inside-absolute-pixel-edges,
6599         window-inside-edges, window-inside-pixel-edges, window-left-child,
6600         window-left-column, window-margins, window-next-buffers,
6601         window-next-sibling, window-new-normal, window-new-total,
6602         window-normal-size, window-parameter, window-parameters, window-parent,
6603         window-pixel-edges, window-point, window-prev-buffers,
6604         window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
6605         window-start, window-text-height, window-top-child, window-top-line,
6606         window-total-height, window-total-width and window-use-time to the list
6607         of functions without side-effects.
6608         (toplevel): Add window-valid-p to the list of error-free functions
6609         without side-effects.
6611 2012-11-05  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
6613         * textmodes/ispell.el (ispell-program-name):
6614         Update spellchecker parameters when customized.
6616 2012-11-04  Glenn Morris  <rgm@gnu.org>
6618         * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn.  (Bug#7850)
6620 2012-11-04  Chong Yidong  <cyd@gnu.org>
6622         * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
6623         same-window-* variables.
6625 2012-11-04  Juri Linkov  <juri@jurta.org>
6627         * isearch.el (isearch-help-for-help, isearch-describe-bindings)
6628         (isearch-describe-key, isearch-describe-mode): Use a display
6629         action instead of binding same-window-* variables (Bug#10040).
6631 2012-11-03  Glenn Morris  <rgm@gnu.org>
6633         * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
6634         Rename handler properties back from cl-- to cl-.  (Bug#12788)
6636         * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
6638 2012-11-03  Eli Zaretskii  <eliz@gnu.org>
6640         * term/pc-win.el: Don't load term/internal from here.
6642         * loadup.el: Load term/internal from here.
6644 2012-11-03  Fabián Ezequiel Gallina  <fgallina@cuca>
6646         * progmodes/python.el (inferior-python-mode): Fix hang in
6647         jit-lock (Bug#12645).
6649 2012-11-03  Martin Rudalics  <rudalics@gmx.at>
6651         * window.el (switch-to-visible-buffer)
6652         (switch-to-buffer-preserve-window-point): Fix doc-strings.
6654 2012-11-03  Glenn Morris  <rgm@gnu.org>
6656         * emacs-lisp/cl-lib.el (cl--random-time):
6657         Rename from cl-random-time.  (Bug#12773)
6658         (cl--gensym-counter, cl--random-state): Update callers.
6659         * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
6661 2012-11-03  Chong Yidong  <cyd@gnu.org>
6663         * cus-start.el: Make cursor-type customizable (Bug#11633).
6665 2012-11-02  Glenn Morris  <rgm@gnu.org>
6667         * filecache.el: No need to load find-lisp when compiling.
6668         (find-lisp-find-files): Autoload it.
6669         (file-cache-add-directory-recursively): Don't require find-lisp.
6671         * image.el (image-type-from-file-name): Trivial simplification.
6673         * emacs-lisp/bytecomp.el (byte-compile-eval):
6674         Decouple "noruntime" and "cl-functions" warnings.
6676 2012-11-01  Stephen Berman  <stephen.berman@gmx.net>
6678         * play/gomoku.el (gomoku-display-statistics): Update mode line
6679         only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
6681 2012-10-31  Martin Rudalics  <rudalics@gmx.at>
6683         * window.el (quit-restore-window): If the window has been
6684         created on an existing frame and ended up as the sole window on
6685         that frame, do not delete it (Bug#12764).
6687 2012-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6689         * progmodes/sh-script.el (sh--inside-noncommand-expression):
6690         Rename from sh--inside-arithmetic-expression, handle more cases
6691         (bug#11263).
6693         * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
6694         (sh-font-lock-open-heredoc): Use it (bug#12770).
6696 2012-10-30  Glenn Morris  <rgm@gnu.org>
6698         * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie.  Doc fix.
6700         * emacs-lisp/cl.el (letf): Doc fix.  (Bug#12760)
6702 2012-10-29  Chong Yidong  <cyd@gnu.org>
6704         * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
6705         function key is stored in a keyboard macro (Bug#4894).
6707         * thingatpt.el (number-at-point): Apply a thing-at-point property.
6709 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6711         * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
6712         header comments".
6713         (diff-unified->context, diff-context->unified)
6714         (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
6716         * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
6718         * files.el (find-alternate-file): Only ask one question (bug#12487).
6720 2012-10-29  Chong Yidong  <cyd@gnu.org>
6722         * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
6723         Suggested by Dan Nicolaescu (Bug#6326).
6725         * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
6727         * startup.el (fancy-about-screen): Don't message (Bug#12680).
6729         * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
6731         * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
6733         * face-remap.el (face-remap-add-relative): Handle the case where a
6734         face-remapping-alist entry is a cons cell (Bug#12762).
6736 2012-10-29  Kevin Ryde  <user42@zip.com.au>
6738         * woman.el (woman-parse-numeric-value): Handle picas correctly
6739         (Bug#12639).
6741 2012-10-29  Glenn Morris  <rgm@gnu.org>
6743         * emacs-lisp/cl.el (defsetf): Doc fix.
6745 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6747         * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
6748         syntax to the matching opener, if any (bug#12547).
6749         (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
6750         matching open as a "case-(".
6751         (sh-smie-rc-grammar): Add a corresponding rule for it.
6753 2012-10-28  Daniel Hackney  <dan@haxney.org>
6755         * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
6756         "PKGNAME-autoloads.el" in case we created it.
6758 2012-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6760         * minibuffer.el (completion--sifn-requote): Rewrite to handle things
6761         like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
6762         (completion--twq-all): Disable too-strict assertions.
6764         * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
6766 2012-10-27  Eli Zaretskii  <eliz@gnu.org>
6768         * profiler.el (profiler-report-make-entry-part): Fix help-echo
6769         text to match the real keybindings.
6771 2012-10-27  Juri Linkov  <juri@jurta.org>
6773         * wdired.el (wdired-keep-marker-rename): New defcustom.
6774         (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
6775         (Bug#11795)
6777         * dired.el (dired-keep-marker-rename): Add reference to
6778         `wdired-keep-marker-rename' in the docstring.
6779         Add default character value ?R to display initially in
6780         Customization UI instead of ?@.
6782 2012-10-27  Martin Rudalics  <rudalics@gmx.at>
6784         * window.el (display-buffer): In doc-string describe
6785         window-height and window-width alist entries.
6787         * time.el (display-time-world): Restore fit-window-to-buffer
6788         behavior.
6790 2012-10-27  Chong Yidong  <cyd@gnu.org>
6792         * subr.el (insert-buffer-substring-as-yank): Doc fix.
6794 2012-10-26  Jambunathan K  <kjambunathan@gmail.com>
6796         * minibuffer.el (completion-category-overrides): New completion
6797         category `bookmark' (bug#11131).
6799 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6801         * emacs-lisp/advice.el (ad-assemble-advised-definition):
6802         Silence bogus compiler warnings for ad-do-it.
6804         * bookmark.el (bookmark-completing-read): Set the completion category
6805         to `bookmark' (bug#11131).
6807 2012-10-26  Bastien  <bzg@altern.org>
6808             Stefan Monnier  <monnier@iro.umontreal.ca>
6810         * face-remap.el: Use lexical-binding.
6811         (text-scale-adjust): Improve docstring.  Use itself for the temporary
6812         overlay-map bindings, so as to repeat the "Use..." message each time.
6814 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6816         * emacs-lisp/macroexp.el (macroexp--expand-all):
6817         Obey byte-compile-warning-enabled-p (bug#12486).
6819         * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
6820         (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
6822 2012-10-26  Martin Rudalics  <rudalics@gmx.at>
6824         * mouse.el (mouse-drag-line): Move last form into preceding when
6825         clause (Bug#12731).
6827         * help.el (resize-temp-buffer-window): Fix doc-string.
6829 2012-10-25  David Engster  <deng@randomsample.de>
6831         * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
6832         Remove.  This feature is already integrated in imenu.
6834         * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
6835         always loaded.  Require `speedbar' unconditionally.
6837 2012-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6839         * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
6841         * minibuffer.el (minibuffer-force-complete): Fix thinko.
6843         * net/ldap.el (ldap-search-internal): The official ldif format starts
6844         with a "version: 1" header (bug#12724).
6846         * emacs-lisp/package.el (package-installed-p): Warn if not ready
6847         (bug#12721).
6849 2012-10-25  Glenn Morris  <rgm@gnu.org>
6851         * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
6853 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6855         * minibuffer.el (minibuffer-force-complete): Use one more marker
6856         for the temporary-overlay-map command (bug#12619).
6858 2012-10-24  Chong Yidong  <cyd@gnu.org>
6860         * time.el (display-time-world-mode): Derive from special-mode.
6861         (display-time-world): Use display-buffer (Bug#12708).
6862         (display-time-world-mode-map): Variable deleted.
6863         (display-time-world-display): Wrap the final delete-char inside
6864         inhibit-read-only.
6866 2012-10-24  Chong Yidong  <cyd@gnu.org>
6868         * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
6869         Doc fix.
6871         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
6873 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6875         * minibuffer.el (completion--all-sorted-completions-location): New var.
6876         (completion--cache-all-sorted-completions)
6877         (completion--flush-all-sorted-completions): Use it.
6878         (completion-in-region, completion-in-region--postch)
6879         (completion-at-point, completion-help-at-point): Use markers in
6880         completion-in-region--data (bug#12619).
6882 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6884         * progmodes/compile.el (compilation-start): Try to handle common
6885         quoting of `cd' argument (bug#12640).
6887         * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
6888         (bug#12671).
6890 2012-10-23  Glenn Morris  <rgm@gnu.org>
6892         * progmodes/gud.el (gud-menu-map):
6893         Check gdb-active-process is bound.  (Bug#12358)
6895 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6897         * repeat.el (repeat): Set real-this-command (bug#12232).
6899         * htmlfontify.el (hfy-post-html-hook):
6900         * filesets.el (filesets-cache-fill-content-hook):
6901         * arc-mode.el (archive-extract-hook):
6902         * progmodes/cc-mode.el (c-prepare-bug-report-hook):
6903         * net/rcirc.el (rcirc-sentinel-functions)
6904         (rcirc-receive-message-functions, rcirc-activity-functions)
6905         (rcirc-print-functions):
6906         * net/dbus.el (dbus-event-error-functions):
6907         * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
6908         * emacs-lisp/checkdoc.el (checkdoc-style-functions)
6909         (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
6910         * term/sun.el (sun-raw-prefix-hooks):
6911         * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
6913 2012-10-23  Michael Albinus  <michael.albinus@gmx.de>
6915         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
6916         Set `tramp-chunksize' to 1.  This improves the performance.
6917         (tramp-smb-wait-for-output): Add timeout to
6918         `tramp-accept-process-output' calls.
6920 2012-10-23  Chong Yidong  <cyd@gnu.org>
6922         * faces.el (font-list-limit): Define as an obsolete variable.
6924         * startup.el (command-line):
6925         * cus-start.el: Don't refer to font-list-limit.
6927         * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
6929 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6931         * subr.el (internal-temp-output-buffer-show): Rename from
6932         temp-output-buffer-show, since previously compiled files expect this name.
6934 2012-10-23  Glenn Morris  <rgm@gnu.org>
6936         * image.el (image-type-from-file-name): If multiple types match,
6937         return the first one that is supported.  (Bug#9045)
6939 2012-10-22  Glenn Morris  <rgm@gnu.org>
6941         * image.el (imagemagick-enabled-types): Doc fix.
6943 2012-10-22  Takafumi Arakaki  <aka.tkf@gmail.com>  (tiny change)
6945         * progmodes/which-func.el (which-func-current): The hash-table may have
6946         an explicit nil (bug#12338).
6948 2012-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6950         * electric.el (electric-pair-delete-selection-self-insert-function):
6951         Rename to electric-pair-will-use-region, return a boolean.
6952         (electric-pair-mode): Adjust accordingly.  Don't require delsel.
6954         * delsel.el (delete-selection-helper): Use a function instead of a hook.
6955         (delete-selection-pre-hook): Use use-region-p.
6956         (delete-selection-self-insert-function): Remove.
6957         (self-insert-command): Obey self-insert-uses-region-functions.
6958         (self-insert-iso): Revert to previous setting, since we don't actually
6959         know what that command does.
6960         (delete-selection-self-insert-hooks): Remove.
6962 2012-10-22  Simon Law  <sfllaw@sfllaw.ca>  (tiny change)
6964         * delsel.el (delete-selection-helper): New function, extracted from
6965         delete-selection-pre-hook.
6966         (delete-selection-pre-hook): Use it.
6967         (delete-selection-self-insert-function): New function.
6968         (delete-selection-self-insert-hooks): New hook.
6969         (self-insert-command, self-insert-iso): Use it.
6970         * electric.el (electric-pair-syntax): New function, extracted from
6971         electric-pair-post-self-insert-function.
6972         (electric-pair-post-self-insert-function): Use it.
6973         (electric-pair-delete-selection-self-insert-function): New function.
6974         (electric-pair-mode): Require delsel and setup
6975         delete-selection-self-insert-hooks (bug#11520).
6977 2012-10-20  Chong Yidong  <cyd@gnu.org>
6979         * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
6980         no changes to show (Bug#12586).
6982         * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
6983         list explicitly (Bug#12571).
6985 2012-10-20  Arne Jørgensen  <arne@arnested.dk>
6987         * progmodes/flymake.el (flymake-create-temp-inplace):
6988         Use file-truename.
6990 2012-10-20  Eli Zaretskii  <eliz@gnu.org>
6992         * loadup.el: Update comment about uncompiled Lisp files.  (Bug#12395)
6994 2012-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
6996         * calc/calc-units.el (math-extract-units): Properly extract powers
6997         of units.
6999 2012-10-20  Daniel Colascione  <dancol@dancol.org>
7001         * frame.el (make-frame): Set x-display-name as we used to in order
7002         to unbreak creating an X11 frame from an Emacs daemon started
7003         without a display.
7005 2012-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7007         * minibuffer.el (minibuffer-force-complete): Make the next completion use
7008         the same completion-field (bug#12221).
7010 2012-10-19  Martin Rudalics  <rudalics@gmx.at>
7012         * emacs-lisp/debug.el (debug): Record height of debugger window
7013         also when debugger will be back (Bug#8789).
7015 2012-10-18  Chong Yidong  <cyd@gnu.org>
7017         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
7018         Convert to defcustom.
7019         (gdb-get-source-file): Don't bind pop-up-windows.
7021         * progmodes/gud.el (gud-display-line): Don't specially re-use
7022         other frames for the gdb-mi case (Bug#12648).
7024 2012-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7026         * emacs-lisp/advice.el: Clean up commentary a bit.
7027         (ad-do-advised-functions, ad-with-originals): Use `declare'.
7028         (byte-code-function-p): Never redefine.
7030         * emacs-lisp/gv.el (cond): Same fix as before for `if'.
7032 2012-10-18  Glenn Morris  <rgm@gnu.org>
7034         * dired.el (dired-sort-toggle): Some ls implementations only allow
7035         a single option string.  (Bug#12666)
7037         * minibuffer.el (completion-cycle-threshold): Doc fix.
7039 2012-10-17  Kenichi Handa  <handa@gnu.org>
7041         * international/mule.el (set-keyboard-coding-system):
7042         Recover input meta mode when the new coding system doesn not use 8-bit.
7043         Supply TERMINAL arg to set-input-meta-mode.
7045 2012-10-17  Michael Heerdegen  <michael_heerdegen@web.de>
7047         * wdired.el (wdired-old-marks): New variable.
7048         (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
7049         (wdired-do-renames): Move point with renamed file and don't lose
7050         mark status (Bug#11795).
7052 2012-10-16  Juri Linkov  <juri@jurta.org>
7054         * replace.el (query-replace-help): Mention multi-buffer replacement
7055         keys in the Help message.  (Bug#12655)
7057 2012-10-15  Chong Yidong  <cyd@gnu.org>
7059         * emacs-lisp/byte-run.el (defsubst): Doc fix.
7061 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
7063         * window.el (display-buffer): Doc fix.
7065         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7066         Adjust the msft regexp to the output of Studio 2010, and move msft
7067         before edg-1.  See the discussion on emacs-devel,
7068         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
7069         for the details.
7071 2012-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7073         * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
7074         (oset): Move uses of object-class-fast macro after its definition.
7076         * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
7078 2012-10-13  Chong Yidong  <cyd@gnu.org>
7080         * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
7081         enabled, re-enable it (Bug#11963).
7083 2012-10-13  Martin Rudalics  <rudalics@gmx.at>
7085         * emacs-lisp/debug.el (debug): When debugger-will-be-back is
7086         non-nil, restore window configuration (Bug#12623).
7088 2012-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7090         * help-fns.el (describe-variable, describe-function-1):
7091         * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
7093         * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
7095 2012-10-12  Glenn Morris  <rgm@gnu.org>
7097         * mail/rmailsum.el (rmail-header-summary):
7098         Fix 2010-11-26 test for multiline Subject: field.  (Bug#12625)
7100 2012-10-12  Fabián Ezequiel Gallina  <fgallina@cuca>
7102         * progmodes/python.el (python-mode-map):
7103         Replace subtitute-key-definition with proper command remapping.
7104         (python-nav--up-list): Fix behavior for blocks on the same level.
7106 2012-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7108         * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
7110         * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
7111         changes to the format of load-history.
7113         * international/mule-cmds.el (read-char-by-name): Move let-binding of
7114         completion-ignore-case in case that var is buffer-local (bug#12615).
7116 2012-10-11  Kenichi Handa  <handa@gnu.org>
7118         * international/eucjp-ms.el: Re-generated.
7120 2012-10-10  Kenichi Handa  <handa@gnu.org>
7122         * select.el (xselect--encode-string): If a coding is specified for
7123         selection, and that is compatible with COMPOUND_TEXT, use it.
7125 2012-10-10  Martin Rudalics  <rudalics@gmx.at>
7127         * window.el (switch-to-buffer-preserve-window-point): New option.
7128         (switch-to-buffer):
7129         Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
7131 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7133         * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
7134         Don't document nil as a useful value (bug#12583).
7136 2012-10-09  Michael Albinus  <michael.albinus@gmx.de>
7138         * net/tramp.el (tramp-debug-message):
7139         Remove "tramp-with-progress-reporter" from regexp of ignored functions.
7140         (with-tramp-progress-reporter): Rename from
7141         `tramp-with-progress-reporter'.
7142         (with-tramp-file-property, with-tramp-connection-property):
7143         Move from tramp-cache.el, rename from `with-file-property' and
7144         `with-connection-property', respectively.
7146         * net/tramp-cache.el: Remove `with-file-property' and
7147         `with-connection-property'.
7149         * net/tramp.el:
7150         * net/tramp-gvfs.el:
7151         * net/tramp-sh.el:
7152         * net/tramp-smb.el: Adapt callees.
7154         * net/trampver.el: Update release number.
7156 2012-10-09  Glenn Morris  <rgm@gnu.org>
7158         * w32-fns.el (set-message-beep):
7159         * term/w32-win.el (set-message-beep): Update declarations.
7161 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7163         * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
7164         (mode-line-widen, mode-line-input-method-map)
7165         (mode-line-coding-system-map, mode-line-remote)
7166         (mode-line-unbury-buffer, mode-line-bury-buffer)
7167         (mode-line-next-buffer, mode-line-previous-buffer):
7168         Replace save-selected-window+select-window => with-selected-window.
7170         * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
7171         * progmodes/cc-vars.el (bq-process): Remove, unused.
7173         * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
7175 2012-10-09  Fabián Ezequiel Gallina  <fgallina@cuca>
7177         Implemented `backward-up-list'-like navigation.
7178         * progmodes/python.el (python-nav-up-list)
7179         (python-nav-backward-up-list): New functions.
7180         (python-mode-map): Define substitute key for backward-up-list to
7181         python-nav-backward-up-list.
7183 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
7185         * progmodes/python.el (python-fill-paragraph): Rename from
7186         python-fill-paragraph-function.  Fixed fill-paragraph for
7187         decorators (Bug#12605).
7189 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
7191         * progmodes/python.el (python-shell-output-filter): Handle extra
7192         carriage return in OSX (Bug#12409).
7194 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
7196         Fix shell handling of unbalanced quotes and parens in output.
7197         * progmodes/python.el (python-rx-constituents): Add string-delimiter.
7198         (python-syntax-propertize-function): Use it.
7199         (python-shell-output-syntax-table): New var.
7200         (inferior-python-mode): Prevent unbalanced parens/quotes from
7201         previous output mess with current input context.
7203 2012-10-08  Juanma Barranquero  <lekktu@gmail.com>
7205         * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
7206         Make obsolete aliases of js-mode and js-mode-hook (from js.el).
7208 2012-10-08  Michael Albinus  <michael.albinus@gmx.de>
7210         * ffap.el (ffap-replace-file-component): Support Tramp file name
7211         syntax, not only ange-ftp's one.
7213 2012-10-08  Glenn Morris  <rgm@gnu.org>
7215         * cus-start.el (message-log-max): Set :version.
7217         * calendar/calendar.el (calendar-intermonth-header): Doc fix.
7219 2012-10-08  Martin Rudalics  <rudalics@gmx.at>
7221         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
7222         the minibuffer window (Bug#10851).
7224 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
7226         Enhancements on forward-sexp movement.
7227         * progmodes/python.el (python-nav-beginning-of-statement)
7228         (python-nav-end-of-statement): Return point-marker.
7229         (python-nav-forward-sexp): lisp-like forward-sexp behavior.
7230         (python-info-current-symbol)
7231         (python-info-statement-starts-block-p): Rename from
7232         python-info-beginning-of-block-p.
7233         (python-info-statement-ends-block-p): Rename from
7234         python-info-end-of-block-p.
7235         (python-info-beginning-of-statement-p)
7236         (python-info-end-of-statement-p)
7237         (python-info-beginning-of-block-p, python-info-end-of-block-p):
7238         New functions.
7240 2012-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7242         * comint.el (comint-preinput-scroll-to-bottom): Preserve the
7243         frame-selected-windows.
7245 2012-10-08  Daniel Colascione  <dancol@dancol.org>
7247         * battery.el (battery-status-function): Check for
7248         w32-battery-status itself, not system-time windows-nt.
7250         * frame.el: Require cl-lib.
7251         (display-format-alist): New variable mapping frame types to
7252         functions that initialize them.
7253         (window-system-for-display): New function: interprets
7254         display-format-alist.
7255         (make-frame-on-display): Remove existing display-selection logic
7256         and just forward to make-frame, which will now DTRT.
7257         (make-frame): Restructure to use window-system-for-display to
7258         figure out how to create a frame on a given display.
7259         (display-mouse-p): Look for frame-type w32, not a particular
7260         system-type.
7262         * loadup.el: Load w32 lisp code when we have the w32 feature.
7264         * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
7265         system-type windows-nt.
7267         * server.el (server-create-window-system-frame): Look for window
7268         type.
7269         (server-proces-filter): Only force a window system when windows-nt
7270         _and_ w32.  Explain why.
7272         * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
7273         of window systems we configure for the mode.
7275         * startup.el (command-line): Mark window system is initialized
7276         after we've done it.
7278         * common-win.el (x-select-text): Look for w32, not windows-nt.
7280         * ns-win.el: Require cl-lib.  Add ourselves to
7281         display-format-alist.
7282         (ns-initialize-window-system): Assert we're not initialized twice.
7284         * w32-win.el: Enable lexical binding; require cl-lib; add
7285         ourselves to display-format-alist.
7286         (w32-handle-dropped-file): Convert incoming dropped files from
7287         Windows paths to Cygwin ones before passing them on to the rest of
7288         Emacs.
7289         (w32-drag-n-drop): New paramter new-frame.  Simplify logic.
7290         (w32-initialize-window-system): Assert we're not initialized twice.
7292         * x-win.el: Require cl-lib; add ourselves to display-format-alist.
7293         (x-initialize-window-system): Assert we're not initialized twice.
7295         * w32-common-fns.el: New File.
7296         (w32-version, w32-using-nt, w32-get-clipboard-data)
7297         (w32-set-clipboard-data, x-set-selection, x-get-selection)
7298         (w32-charset-info-alist, x-last-selected, text)
7299         (x-get-selection-value, x-selection-value): Move here.
7301         * w32-fns.el: Require w32-common-fns.
7302         (w32-version, w32-using-nt, w32-get-clipboard-data)
7303         (w32-set-clipboard-data, x-set-selection, x-get-selection)
7304         (w32-charset-info-alist, x-last-selected, text)
7305         (x-get-selection-value, x-selection-value): Move to
7306         w32-common-fns.
7308         * w32-vars.el:
7309         (w32-allow-system-shell, w32-system-shells): Define only in
7310         non-cygwin case.
7312 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7314         * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
7315         (read-passwd): Remove a few more potential sources of leaks.
7317 2012-10-07  Fabián Ezequiel Gallina  <fgallina@cuca>
7319         * progmodes/python.el (inferior-python-mode)
7320         (python-shell-make-comint): Fix initialization of local
7321         variables copied from parent buffer.
7323 2012-10-07  Jan Djärv  <jan.h.d@swipnet.se>
7325         * term/ns-win.el (ns-read-file-name): Update declaration to match
7326         nsfns.m.
7327         (ns-respond-to-change-font): Change fontsize separately so we are sure
7328         it is set when font is acted upon.
7330 2012-10-07  Fabián Ezequiel Gallina  <fgallina@cuca>
7332         Enhancements to indentation.
7333         * progmodes/python.el (python-indent-context): Give priority to
7334         inside-string context.  Make comments indentation markers.
7335         (python-indent-region): Do not mess with strings, unless it's the
7336         enclosing set of quotes.
7338 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7340         * window.el (internal--before-save-selected-window)
7341         (internal--after-save-selected-window): New functions extracted from
7342         save-selected-window.  Make sure we return the `alist' we construct.
7343         (save-selected-window): Use them.
7345         * textmodes/tex-mode.el (tex-recenter-output-buffer):
7346         Use with-selected-window.
7348         * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
7349         forms that define macros (bug#12593).
7351 2012-10-07  Kenichi Handa  <handa@gnu.org>
7353         * international/mule-conf.el (compound-text-with-extensions):
7354         Add :mime-charset property as x-ctext.
7356 2012-10-07  Stefan Merten  <smerten@oekonux.de>
7358         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
7359         (rst-indent-literal-normal, rst-indent-literal-minimized)
7360         (rst-indent-comment): Correct :version tag.
7361         (rst-official-cvs-rev): Correct version string.
7363 2012-10-07  Glenn Morris  <rgm@gnu.org>
7365         * mail/rmailmm.el (rmail-mime-process-multipart):
7366         Do not confuse a multipart message with an epilogue
7367         with a "truncated" one; fixes 2011-06-27 change.  (Bug#10101)
7369 2012-10-07  Fabián Ezequiel Gallina  <fgallina@cuca>
7371         Fix shell output retrieval and comint-prompt-regexp init.
7372         * progmodes/python.el (inferior-python-mode):
7373         (python-shell-make-comint): Fix initialization of
7374         comint-prompt-regexp from copied file local variables.
7375         (python-shell-fetched-lines): Remove var.
7376         (python-shell-output-filter-in-progress): Rename from
7377         python-shell-fetch-lines-in-progress.
7378         (python-shell-output-filter-buffer): Rename from
7379         python-shell-fetch-lines-string.
7380         (python-shell-fetch-lines-filter): Delete function.
7381         (python-shell-output-filter): New function.
7382         (python-shell-send-string-no-output): Use them.
7384 2012-10-07  Glenn Morris  <rgm@gnu.org>
7386         * hi-lock.el (hi-lock-process-phrase):
7387         Try to make it less fragile.  (Bug#7161)
7389         * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
7391 2012-10-06  Glenn Morris  <rgm@gnu.org>
7393         * ehelp.el (electric-help-mode): Use help-mode rather than
7394         non-existent mode `help'.
7395         (electric-help-map): Use button-buffer-map.  (Bug#10917)
7397         * textmodes/reftex-vars.el (reftex-create-bibtex-header)
7398         (reftex-create-bibtex-footer): Fix custom types.
7400         * progmodes/sh-script.el (sh-indent-after-continuation):
7401         Add explicit :group.
7403         * textmodes/rst.el (rst-preferred-decorations)
7404         (rst-shift-basic-offset): Clarify obsolescence versions.
7406         * profiler.el (profiler): Add missing group :version tag.
7407         * avoid.el (mouse-avoidance-banish-position):
7408         * proced.el (proced-renice-command):
7409         * calc/calc.el (calc-ensure-consistent-units):
7410         * calendar/icalendar.el (icalendar-import-format-uid):
7411         * net/tramp.el (tramp-save-ad-hoc-proxies):
7412         * progmodes/bug-reference.el (bug-reference-bug-regexp):
7413         * progmodes/flymake.el (flymake-error-bitmap)
7414         (flymake-warning-bitmap, flymake-fringe-indicator-position):
7415         * progmodes/sh-script.el (sh-indent-after-continuation):
7416         * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
7417         (verilog-before-save-font-hook, verilog-after-save-font-hook):
7418         * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
7419         (vhdl-array-index-record-field-in-sensitivity-list)
7420         (vhdl-indent-comment-like-next-code-line):
7421         * textmodes/reftex-vars.el (reftex-ref-style-alist)
7422         (reftex-ref-macro-prompt, reftex-ref-style-default-list)
7423         (reftex-cite-key-separator, reftex-create-bibtex-header)
7424         (reftex-create-bibtex-footer):
7425         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
7426         (rst-indent-literal-normal, rst-indent-literal-minimized)
7427         (rst-indent-comment): Add missing custom :version tags.
7429         * calendar/timeclock.el (timeclock-modeline-display):
7430         Add missing obsolete alias for renamed user option.
7432         * strokes.el (strokes-modeline-string):
7433         * emulation/crisp.el (crisp-mode-modeline-string):
7434         * eshell/esh-mode.el (eshell-status-in-modeline):
7435         Aliases to defcustoms must come before the defcustom.
7437         * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
7438         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
7439         (cal-tex-cursor-week-monday): Doc fixes.
7440         (cal-tex-cursor-week2-summary): Doc fix.
7441         Rename from cal-tex-cursor-week-at-a-glance.
7443         * calendar/cal-menu.el (cal-menu-context-mouse-menu):
7444         Tweak week descriptions.  Add cal-tex-cursor-week2-summary.
7446         * calendar/calendar.el (calendar-mode-map):
7447         Add cal-tex-cursor-week2-summary.
7449 2012-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7451         * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
7453         * subr.el (read-passwd-map): New var.
7454         (read-passwd): Use `read-string' again.
7455         * minibuffer.el (delete-minibuffer-contents): Make it interactive.
7457 2012-10-06  Jambunathan K  <kjambunathan@gmail.com>
7459         * register.el (append-to-register, prepend-to-register):
7460         Deactivate mark, as does `copy-to-register' (bug#12389).
7462 2012-10-06  Chong Yidong  <cyd@gnu.org>
7464         * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
7466 2012-10-06  Ikumi Keita  <ikumi@ikumi.que.jp>  (tiny change)
7468         * international/characters.el: Fix simple mistake ((car chars) ->
7469         elt), delete duplicated code.
7471 2012-10-06  Glenn Morris  <rgm@gnu.org>
7473         * subr.el (read-passwd): Allow C-u to erase entry.  (Bug#12570)
7475 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
7477         * color.el (color-hsl-to-rgb): Fix incorrect results for
7478         small and large hue values.  (Bug#12559)
7480 2012-10-05  Fabián Ezequiel Gallina  <fgallina@cuca>
7482         Enhancements to docstring formatting when filling paragraphs.
7483         * progmodes/python.el (python-fill-docstring-style): Rename from
7484         python-fill-string-style.  Added new style.
7485         (python-fill-string): Use new style.  Better checks for
7486         docstrings.
7488 2012-10-05  Glenn Morris  <rgm@gnu.org>
7490         * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
7492         * color.el (color-name-to-rgb, color-rgb-to-hex)
7493         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
7494         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
7495         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
7496         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
7498         * emacs-lisp/timer.el (with-timeout): Add missing progn.  (Bug#12577)
7500 2012-10-05  Juanma Barranquero  <lekktu@gmail.com>
7502         * ido.el (ido-directory-too-big-p): Pass dir through file-truename
7503         to get the correct size across symlinks.
7505         * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
7507 2012-10-04  Juri Linkov  <juri@jurta.org>
7509         * replace.el (query-replace-interactive): Declare obsolete.
7510         (query-replace-read-from): Add the last incremental search string
7511         to the list of default values accessible via M-n.
7512         (map-query-replace-regexp): Use `read-regexp'.
7513         (query-replace, query-replace-regexp, query-replace-regexp-eval)
7514         (map-query-replace-regexp, replace-string, replace-regexp):
7515         Fix docstrings to replace mentions of `query-replace-interactive'
7516         with alternatives.  (Bug#12526)
7518 2012-10-04  Juri Linkov  <juri@jurta.org>
7520         * dired.el (dired-shrink-to-fit): Declare obsolete.  (Bug#1806)
7521         (dired-pop-to-buffer): Declare obsolete.
7522         (dired-mark-pop-up): Doc fix.
7524 2012-10-04  Fabián Ezequiel Gallina  <fgallina@cuca>
7526         Allow user to set docstring style for fill-paragraph.
7527         * progmodes/python.el
7528         (python-fill-comment-function, python-fill-string-function)
7529         (python-fill-decorator-function, python-fill-paren-function):
7530         Remove :safe for defcustoms.
7531         (python-fill-string-style): New defcustom
7532         (python-fill-paragraph-function): Enhance context detection.
7533         (python-fill-string): Honor python-fill-string-style settings.
7535 2012-10-04  Martin Rudalics  <rudalics@gmx.at>
7537         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
7538         after setting its buffer (Bug#10805).
7540 2012-10-03  Fabián Ezequiel Gallina  <fgallina@cuca>
7542         Fix cornercase for string syntax.
7543         * progmodes/python.el (python-syntax-propertize-function):
7544         Simplify and enhance the regexp for unescaped quotes.  Now it also
7545         matches quotes in weird situations like the single quote in
7546         "something\"'".
7547         (python-syntax-stringify): Simplify num-quotes detecting code.
7549 2012-10-03  Glenn Morris  <rgm@gnu.org>
7551         * help-macro.el (three-step-help):
7552         Revert 2012-09-29 change.  (Bug#12567)
7554 2012-10-03  Martin Rudalics  <rudalics@gmx.at>
7556         * menu-bar.el (kill-this-buffer): Don't do anything when
7557         `menu-frame' is not alive or visible (Bug#8184).
7559         * emacs-lisp/debug.el (debug): When quitting the debugger window
7560         restore current buffer (Bug#12502).
7562 2012-10-02  Chong Yidong  <cyd@gnu.org>
7564         * progmodes/hideif.el (hif-lookup, hif-defined):
7565         Handle semantic-c-takeover-hideif.
7567 2012-10-02  Paul Eggert  <eggert@cs.ucla.edu>
7569         Change sampling interval units from ms to ns.
7570         * profiler.el (profiler-sampling-interval): Change units
7571         from ms to ns, multiplying the default by 1000000 so that
7572         it remains 1 ms.
7573         (profiler-report-cpu-line-format): Give enough room for
7574         the maximum counters on 64-bit hosts.
7575         (profiler-report-render-calltree-1): Call them "CPU samples",
7576         not "Time (ms)", since they are not milliseconds now (and
7577         never really were).
7579 2012-10-02  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
7581         * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
7582         Fix querying BBDB for entries without a last name (Bug#11580).
7584 2012-10-02  Chong Yidong  <cyd@gnu.org>
7586         * emacs-lisp/eieio.el: Restore Version header.
7588 2012-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7590         * vc/diff-mode.el (diff--auto-refine-data): New var.
7591         (diff-hunk): Use it to delay refinement.
7592         (diff-mode): Remove overlays when we turn off font-lock.
7594         * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
7595         (table-initialize-table-fixed-width-mode)
7596         (table-set-table-fixed-width-mode): Remove functions.
7597         (table-command-list): Move initialization into declaration.
7598         (table--tweak-menu-for-xemacs): Move defun outside mapcar.
7599         (table-with-cache-buffer): Use `declare'.
7600         (table-span-cell): Simplify via CSE.
7601         (table-fixed-width-mode): Use define-minor-mode.
7602         (table-call-interactively, table-funcall, table-apply): Remove.
7603         (table-function): New function, to replace them.
7605         * bookmark.el (bookmark-search-pattern): Remove var.
7606         (bookmark-read-search-input): Remove function.
7607         (bookmark-bmenu-search): Reimplement using a minibuffer.
7609         * faces.el (modeline): Remove obsolete face name.
7611         * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
7612         and give a non-nil default value.
7613         (add-change-log-entry): Simplify accordingly.
7615 2012-10-01  Dmitry Gutov  <dgutov@yandex.ru>
7617         * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
7618         (vc-git-log-edit-toggle-amend): New function.
7619         (vc-git-log-edit-toggle-signoff): New function.
7620         (vc-git-log-edit-mode): New major mode.
7621         (vc-git-log-edit-mode-map): Keymap for it.
7622         (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
7624         * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
7625         header names.
7626         (log-edit-toggle-header): New function.
7627         (log-edit-extract-headers): Accept function values in HEADERS alist.
7629 2012-10-01  David Engster  <deng@randomsample.de>
7631         * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
7632         from symbol property and change message to be more consistent with
7633         Emacs proper.
7634         (eieio-describe-generic): Add filename for each implementation.
7635         Fix indices for generic and normal methods.
7636         (eieio-method-def, eieio-class-def): New buttons.
7637         (eieio-help-find-method-definition)
7638         (eieio-help-find-class-definition): New functions.
7639         (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
7640         class, constructor and method definitions.
7642         * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
7643         information in symbol property.
7644         (scoped-class): Remove.
7645         (eieio-slot-name-index, call-next-method): Check if it is bound.
7647 2012-10-01  Leo P. White  <lpw25@cam.ac.uk>
7649         * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
7650         (eieio-custom-mode): New major mode.
7651         (eieio-customize-object): Use it.
7653 2012-10-01  Eric Ludlam  <zappo@gnu.org>
7655         * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
7656         specifying the expected class, and whether subclassing is allowed.
7657         (eieio-persistent-convert-list-to-object):
7658         (eieio-persistent-validate/fix-slot-value)
7659         (eieio-persistent-slot-type-is-class-p): New functions.
7660         (eieio-named::slot-missing): Doc fix.
7662         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
7663         Stop using unused publd variable.
7665         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
7666         (eieio-speedbar-description, eieio-speedbar-derive-line-path)
7667         (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
7668         (eieio-speedbar-handle-click): Do not specify a class for the
7669         method.  Fixes method invocation order problems with EDE.
7671 2012-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7673         * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
7674         (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
7676 2012-10-01  Karl Fogel  <kfogel@red-bean.com>
7678         * bookmark.el (bookmark-version-control): Give tags in the
7679         :type choices (Bug#12309), and improve doc string.
7680         (bookmark-write-file): Bind `print-circle' to `t' to allow
7681         circular custom bookmark types.  (Bug#12503)
7683 2012-10-01  Paul Eggert  <eggert@cs.ucla.edu>
7685         Revert the FOLLOW-SYMLINKS change for file-attributes.
7686         * files.el (remote-file-name-inhibit-cache, after-find-file):
7687         * time.el (display-time-file-nonempty-p): Undo last change.
7689         * profiler.el (profiler-sampling-interval): Change default back to 1.
7690         See Stefan Monnier in
7691         <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
7693 2012-10-01  Fabián Ezequiel Gallina  <fgallina@cuca>
7695         Shell output catching a la gud-gdb.
7696         * progmodes/python.el (python-shell-fetch-lines-in-progress)
7697         (python-shell-fetch-lines-string, python-shell-fetched-lines):
7698         New Vars.
7699         (python-shell-fetch-lines-filter): New function.
7700         (python-shell-send-string-no-output): Use them.
7702 2012-09-30  Tomohiro Matsuyama  <tomo@cx4a.org>
7704         * profiler.el (profiler-sampling-interval): Rename from
7705         profiler-sample-interval.
7706         (profiler-sampling-interval): Default to 10.
7707         (profiler-find-profile): New command (was profiler-find-log).
7708         (profiler-find-profile-other-window): New command.
7709         (profiler-find-profile-other-frame): New command.
7710         (profiler-profile): Introduce API-level data structure.
7712 2012-09-30  Paul Eggert  <eggert@cs.ucla.edu>
7714         file-attributes has a new optional arg FOLLOW-SYMLINKS.
7715         * files.el (remote-file-name-inhibit-cache):
7716         * time.el (display-time-file-nonempty-p): Use it.
7717         * files.el (after-find-file): Don't chase links before calling
7718         file-exists-p, as file-exists-p already does the right thing.
7720 2012-09-30  Ralf Angeli  <angeli@caeruleus.net>
7722         Merge from standalone RefTeX repository.
7724         The following ChangeLog entries are shortened versions of the
7725         original ones with file paths adapted.  A not so strongly edited
7726         version of the original ChangeLog can be found in the commit log.
7728         * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
7729         (reftex-arg-cite): Use `reftex-cite-key-separator'.
7730         Correctly handle new value type returned by `reftex-citation'.
7732         * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
7733         that entries with whitespace at various places are found.
7734         Doc fix. Include entries that are cross-referenced from cited entries.
7735         Include @String definitions in the resulting bib file.  Add header
7736         and footer defined in `reftex-create-bibtex-header' and
7737         `reftex-create-bibtex-footer'.
7738         (reftex-do-citation): Make it possible again to insert
7739         non-existent entries.  Save match data when asking for optional
7740         arguments. Return all keys, not just the first one.
7741         (reftex-all-used-citation-keys): Fix regexp to correctly extract
7742         all citations in the same line.
7743         (reftex-parse-bibtex-entry): Accept additional optional argument
7744         `raw' and keep quotes or braces if it is non-nil.  Match fields
7745         containing hyphens besides word constituents.
7746         (reftex-get-string-refs): New function.
7747         (reftex-extract-bib-entries): Check if BibTeX file changed on disk
7748         and ask if it should be reread in case it did.
7749         (reftex-pop-to-bibtex-entry)
7750         (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
7751         entries with spaces or tabs in front of arguments.
7752         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
7753         (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
7754         Match entries containing numbers and symbol constituents.
7755         (reftex-do-citation, reftex-figure-out-cite-format):
7756         Use `reftex-cite-key-separator'.
7758         * textmodes/reftex-dcr.el: Move provide statement to end of file.
7759         (reftex-mouse-view-crossref): Explain why point is set.
7761         * textmodes/reftex-global.el: Whitespace changes.
7763         * textmodes/reftex-index.el: Move provide statement to end of
7764         file.
7765         (reftex-index-selection-or-word): Use `reftex-region-active-p'.
7766         (reftex-index-visit-phrases-buffer): Set marker when visiting
7767         buffer.  This allows for returning from the phrases file to the
7768         file one was just editing instead of the file where the last
7769         phrases was added from.
7770         (reftex-index-phrases-syntax-table): New variable.  Give ?\"
7771         punctuation syntax as it usually is not used as string quote in
7772         TeX-related modes and may occur unmatched.  The change also
7773         prevents fontification of quoted content.
7774         (reftex-index-phrases-mode): Use it.
7776         * textmodes/reftex-parse.el (reftex-parse-from-file):
7777         Move backward one char if a `\' was matched after a section macro.
7778         (reftex-parse-from-file): Use beginning of match instead of end as
7779         bound.
7781         * textmodes/reftex-ref.el: Adapt creation of
7782         `reftex-<package>-<macro>' functions to new structure of
7783         `reftex-ref-style-alist'.
7784         (reftex-reference): Use `reftex-ref-style-list' function.
7785         Adapt to new structure of `reftex-ref-style-alist'.  Prompt for a
7786         reference macro if `reftex-ref-macro-prompt' is non-nil.
7787         (reftex-reference): Pass refstyle to `reftex-format-special'.
7788         Determine reference macro by looking at
7789         `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
7790         Use only one special format function.
7791         (reftex-varioref-vref, reftex-fancyref-fref)
7792         (reftex-fancyref-Fref): Remove definitions.  The functions are now
7793         generated from `reftex-ref-style-alist'.
7794         (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
7795         Remove.
7796         (reftex-format-special): New function.
7798         * textmodes/reftex-sel.el
7799         (reftex-select-cycle-ref-style-internal): Adapt to new structure
7800         of `reftex-ref-style-alist'. Remove code for testing macro type.
7801         (reftex-select-toggle-varioref)
7802         (reftex-select-toggle-fancyref): Remove.
7803         (reftex-select-cycle-ref-style-internal)
7804         (reftex-select-cycle-ref-style-forward)
7805         (reftex-select-cycle-ref-style-backward): New functions.
7806         (reftex-select-label-map): Use `v' and `V' for general cycling
7807         through reference styles.  Add `p' for switching between number
7808         and page reference types.
7810         * textmodes/reftex-toc.el (reftex-re-enlarge):
7811         Call `enlarge-window' only if there is something to do because in Emacs
7812         the horizontal version throws an error even if the parameter is 0.
7814         * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
7815         (reftex-plug-into-AUCTeX): Doc fix.
7816         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
7817         string.  Adapt to new name.
7818         (reftex-ref-style-alist): Change structure so that it is not
7819         possible to use multiple different package names within a style.
7820         Remove the symbols for symbols for macro type distinction.
7821         Add characters for macro selection.
7822         (reftex-ref-macro-prompt, reftex-create-bibtex-header)
7823         (reftex-create-bibtex-footer): New variables.
7824         (reftex-format-ref-function): Mention third argument of special
7825         format function.
7826         (reftex-ref-style-alist, reftex-ref-style-default-list):
7827         New variables.
7828         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
7829         to new implementation.  Mark as obsolete.  Add compatibility code
7830         for honoring the variable values in case they are set.
7831         (reftex-cite-format-builtin, reftex-bibliography-commands):
7832         Add support for ConTeXt.
7833         (reftex-format-ref-function, reftex-format-cite-function):
7834         Fix custom type.
7835         (reftex-cite-key-separator): New variable.
7837         * textmodes/reftex.el (reftex-syntax-table-for-bib)
7838         (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
7839         `reftex-syntax-table' because parens have to retain their paren
7840         syntax in order for parsing of BibTeX entries like @book(...) to
7841         work.
7842         (reftex-in-comment): Do not error out if `comment-start-skip' is
7843         not set.  Deal correctly with escaped comment characters.
7844         (reftex-tie-multifile-symbols): Add doc string.
7845         Initialize `reftex-ref-style-list'.
7846         (reftex-untie-multifile-symbols): Add doc string.
7847         (reftex-add-index-macros): Doc fix.
7848         (reftex-ref-style-activate, reftex-ref-style-toggle)
7849         (reftex-ref-style-list): New functions.
7850         (reftex-mode-menu): Use them.  Adapt to new structure of
7851         `reftex-ref-style-alist'.
7852         (reftex-select-with-char): Kill the RefTeX Select buffer when
7853         done.
7854         (reftex-remove-if): New function.
7855         (reftex-erase-all-selection-and-index-buffers)
7856         (reftex-mode-menu): Reference styles are now computed from
7857         `reftex-ref-style-alist'.  Fix typo.
7858         (reftex-report-bug): New function.
7859         (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
7860         algorithms with O(n log n).  Introduce optional argument SORT (not
7861         yet used).
7863 2012-09-30  Fabián Ezequiel Gallina  <fgallina@cuca>
7865         Enhancements for triple-quote string syntax.
7866         * progmodes/python.el (python-syntax-propertize-function):
7867         Match both quote cases in one regexp.
7868         (python-syntax-stringify): Handle matches properly.
7870 2012-09-30  Juri Linkov  <juri@jurta.org>
7872         * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
7873         to nil around the call to `insert' to prevent
7874         directory time modification by lock_file.  (Bug#2295)
7875         * tar-mode.el (tar-summarize-buffer): Idem.
7877 2012-09-30  Juri Linkov  <juri@jurta.org>
7879         * facemenu.el (list-colors-sort): Add option "Luminance".
7880         (list-colors-sort-key): Implement it.
7882         * vc/diff-mode.el (diff-refine-removed):
7883         * vc/ediff-init.el (ediff-fine-diff-A):
7884         * vc/smerge-mode.el (smerge-refined-removed):
7885         Change background color "#ffaaaa" to "#ffbbbb".  (Bug#10181)
7887 2012-09-30  Jan Djärv  <jan.h.d@swipnet.se>
7889         * term/ns-win.el (x-file-dialog): New function.
7891 2012-09-30  Juanma Barranquero  <lekktu@gmail.com>
7893         * ido.el (ido-max-directory-size): Default to nil; the current
7894         default is small for POSIX systems, and impractical on Windows 7
7895         now that lstat returns directory sizes for NTFS.
7897 2012-09-30  Martin Rudalics  <rudalics@gmx.at>
7899         In buffer display functions handle window-height/window-width
7900         alist entries.  Suggested by Juri Linkov as fix for Bug#1806.
7901         * window.el (window--display-buffer): New argument ALIST.
7902         Obey window-height and window-width alist entries.
7903         (window--try-to-split-window): New argument ALIST.
7904         Bind window-combination-limit to t when the window's size shall be
7905         changed and window-combination-limit equals `window-size'.
7906         (display-buffer-in-atom-window)
7907         (display-buffer-in-major-side-window)
7908         (display-buffer-in-side-window, display-buffer-same-window)
7909         (display-buffer-reuse-window, display-buffer-pop-up-frame)
7910         (display-buffer-pop-up-window, display-buffer-below-selected)
7911         (display-buffer-at-bottom, display-buffer-in-previous-window)
7912         (display-buffer-use-some-window): Adjust all callers of
7913         window--display-buffer and window--try-to-split-window.
7914         (fit-frame-to-buffer): New option.
7915         (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
7916         is non-nil.
7917         (display-buffer-in-major-side-window): Evaluate window-height /
7918         window-width alist entries.
7920         * help.el (temp-buffer-resize-frames)
7921         (temp-buffer-resize-regexps): Remove options.
7922         (temp-buffer-resize-mode): Adjust doc-string.
7923         (resize-temp-buffer-window): Don't consult
7924         temp-buffer-resize-regexps.  Use fit-frame-to-buffer instead of
7925         temp-buffer-resize-frames.
7927         * dired.el (dired-mark-pop-up):
7928         Call display-buffer-below-selected with a fit-window-to-buffer alist
7929         entry.
7931 2012-09-30  Chong Yidong  <cyd@gnu.org>
7933         * server.el (server-host): Document the security implications.
7934         (server-auth-key): Doc fix.
7936         * startup.el (initial-buffer-choice): Doc fix.
7938         * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
7940         * simple.el (delete-trailing-whitespace): Avoid an unnecessary
7941         restriction change.
7943         * bindings.el (goto-map): Bind M-g TAB to move-to-column.
7945         * help-fns.el (help-fns--obsolete): Fix last change.
7947 2012-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7949         * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
7950         (minor-mode-map-alist): Remove redundant code.
7952         * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
7953         visited in a buffer.
7954         (cvs-insert-visited-file): New function.
7955         (find-file-hook): Use it.
7957         * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
7959         * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
7960         chose face.
7961         (log-edit-empty-buffer-p): Don't require a space after a header.
7963         * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
7965         * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
7967         * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
7968         a proper minor-mode.
7970         * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
7972 2012-09-29  Glenn Morris  <rgm@gnu.org>
7974         * winner.el (winner-mode): Remove variable (let define-minor-mode
7975         handle it).
7976         (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
7977         Doc fixes.
7978         (winner-mode-leave-hook): Rename to winner-mode-off-hook.
7979         (winner-mode): Use define-minor-mode.
7981         * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
7982         the full definition in loaddefs, rather than duplicating it.
7984         * help-macro.el (three-step-help): No need to autoload defcustom.
7986         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
7987         (inferior-lisp-program, inferior-lisp-load-command)
7988         (inferior-lisp-prompt, inferior-lisp-mode-hook):
7989         No need to autoload defcustoms.
7991         * hippie-exp.el (hippie-expand-try-functions-list)
7992         (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
7993         (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
7994         (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
7995         (hippie-expand-only-buffers): No need to autoload defcustoms.
7996         * progmodes/vhdl-mode.el (vhdl-line-expand):
7997         Explicitly load hippie-exp, so it does not get autoloaded
7998         while hippie-expand-try-functions-list is let-bound.
8000 2012-09-28  Glenn Morris  <rgm@gnu.org>
8002         * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
8004         * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
8005         Only "cl.el" counts as cl these days.
8007 2012-09-28  Juri Linkov  <juri@jurta.org>
8009         Display archive errors in the echo area instead of inserting
8010         to the file buffer.
8012         * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
8013         to STDERR-TEST that can be a regexp matching a successful output.
8014         Create a temporary file and redirect stderr to it.  Search for
8015         STDERR-TEST in the stderr output and display it in the echo area
8016         if no match is found.
8017         (archive-extract-by-file): New function like
8018         `archive-extract-by-stdout' but extracting archives to files
8019         and looking for successful matches in stdout.  Function body is
8020         mostly copied from `archive-rar-extract'.
8021         (archive-rar-extract): Use `archive-extract-by-file'.
8022         (archive-7z-extract): Use `archive-extract-by-stdout'.  (Bug#10347)
8024 2012-09-28  Leo Liu  <sdl.web@gmail.com>
8026         * pcomplete.el (pcomplete-show-completions):
8027         Use minibuffer-message to make pcomplete usable in minibuffer.
8029         * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
8031 2012-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8033         * type-break.el: Use lexical-binding.
8034         (type-break-mode): Use define-minor-mode.
8036         * emacs-lisp/pcase.el (pcase--mark-used): New.
8037         (pcase--u1): Use it (bug#12512).
8039         * custom.el (load-theme): Set buffer-file-name so the load is recorded
8040         in load-history with the right file name.
8042 2012-09-28  Tassilo Horn  <tsdh@gnu.org>
8044         * doc-view.el (doc-view-current-cache-doc-pdf): New function.
8045         (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
8046         (doc-view-get-bounding-box): Make bounding box slicing work for
8047         ODF and DVI documents.
8049 2012-09-28  Glenn Morris  <rgm@gnu.org>
8051         * type-break.el (type-break-mode, type-break-interval)
8052         (type-break-good-rest-interval, type-break-keystroke-threshold):
8053         No need to autoload.
8054         (type-break-good-rest-interval, type-break-keystroke-threshold):
8055         Add :set-after.
8057 2012-09-28  Chong Yidong  <cyd@gnu.org>
8059         * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
8060         Add :version tag.
8062 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8064         * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
8066 2012-09-27  Glenn Morris  <rgm@gnu.org>
8068         * faces.el (x-display-name): Declare (for without-x builds).
8070         * linum.el (linum-format): Don't autoload it.  Improve :type.
8072         * progmodes/tcl.el: Don't require outline when compiling.
8073         (outline-regexp, outline-level): Declare.
8074         * textmodes/sgml-mode.el: Don't require outline when compiling.
8075         (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
8077         * term.el (term-ansi-reset):
8078         Try setting term-ansi-face-already-done to nil.  (Bug#11785)
8080         * vc/vc.el (vc-next-action): Only gripe about committing read-only
8081         files for RCS and SCCS.  (Bug#9781)
8083 2012-09-27  Chong Yidong  <cyd@gnu.org>
8085         * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
8086         change; value should be t.
8088 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8090         * image-mode.el: Use lexical-binding.
8091         (image-mode-winprops): Use t to stand for the window of
8092         a buffer that's not displayed.
8093         * doc-view.el (doc-view-new-window-function): Handle the new
8094         t in winprops.
8095         (doc-view-enlarge): Make it a real nop if the size is not changed.
8096         (doc-view-display): Handle the case where the buffer is not (yet?)
8097         displayed in any window.
8098         (doc-view-saved-settings): New var.
8099         (doc-view-mode): Use it.
8100         (doc-view-fallback-mode): Set it.
8102         * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
8103         Set lexical-binding.
8104         (minibuffer-eldef-shorten-default): New var.
8105         (minibuffer-default-in-prompt-regexps): Use it for new default.
8106         (minibuf-eldef-setup-minibuffer): Add replacement functionality.
8108 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
8110         * international/uni-bidi.el:
8111         * international/uni-category.el:
8112         * international/uni-name.el:
8113         * international/uni-numeric.el: Regenerate.
8115 2012-09-26  Tomohiro Matsuyama  <tomo@cx4a.org>
8116             Stefan Monnier  <monnier@iro.umontreal.ca>
8118         * profiler.el: New file.
8120 2012-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8122         * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
8123         (testcover-reinstrument): Simplify with CSE.
8125 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
8127         * window.el (temp-buffer-window-setup): Fix typo in docstring.
8129 2012-09-25  Wilson Snyder  <wsnyder@wsnyder.org>
8131         * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
8132         (verilog-auto-input, verilog-auto-insert-lisp)
8133         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
8134         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
8135         (verilog-auto-unused, verilog-auto-wire)
8136         (verilog-forward-or-insert-line): Fix AUTOs with no trailing
8137         newline.  Reported by Andrew Jones.
8138         (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
8139         Reported by Brad Dobbie.
8140         (verilog-batch-delete-trailing-whitespace):
8141         Create verilog-batch-delete-trailing-whitespace.
8142         Reported by Brad Dobbie.
8143         (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
8144         parameters from another module.  Reported by Dan Katz.
8145         (verilog-auto, verilog-auto-assign-modport)
8146         (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
8147         AUTOINOUTMODPORT for UVM interface module shell generation.
8148         Reported by Brad Dobbie.
8149         (verilog-auto-inst-interfaced-ports): Make default nil, as more
8150         standard behavior.
8151         (verilog-auto): Fix AUTO parameters with parenthesis arguments.
8152         Reported by Matt Martin.
8154 2012-09-25  Martin Rudalics  <rudalics@gmx.at>
8156         * window.el (window--resize-child-windows): When resizing child
8157         windows proportionally, process them in reverse order to
8158         preserve the "when splitting a window the new one gets the odd
8159         line" behavior.
8160         (window--resize-root-window-vertically): When resizing the
8161         minibuffer window try to affect only windows at the bottom of the
8162         frame.  (Bug#12419)
8164 2012-09-25  Chong Yidong  <cyd@gnu.org>
8166         * subr.el (declare): Doc fix.
8168         * help-fns.el (help-fns--obsolete): Handle macros properly.
8170 2012-09-25  Chong Yidong  <cyd@gnu.org>
8172         * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
8173         this function obsolete.
8175         * calendar/cal-x.el (calendar-two-frame-setup)
8176         (calendar-only-one-frame-setup, calendar-one-frame-setup):
8177         * calendar/calendar.el (american-calendar, european-calendar)
8178         (calendar-for-loop):
8179         * comint.el (comint-dynamic-simple-complete)
8180         (comint-dynamic-complete-as-filename, comint-unquote-filename):
8181         * desktop.el (desktop-load-default):
8182         * dired-x.el (dired-omit-here-always)
8183         (dired-hack-local-variables, dired-default-directory):
8184         * emacs-lisp/derived.el (derived-mode-class):
8185         * emacs-lisp/timer.el (timer-set-time-with-usecs):
8186         * emacs-lock.el (toggle-emacs-lock):
8187         * epa.el (epa-display-verify-result):
8188         * epg.el (epg-sign-keys, epg-start-sign-keys)
8189         (epg-passphrase-callback-function):
8190         * eshell/esh-util.el (eshell-for):
8191         * eshell/eshell.el (eshell-remove-from-window-buffer-names)
8192         (eshell-add-to-window-buffer-names):
8193         * files.el (locate-file-completion):
8194         * imenu.el (imenu-example--create-c-index)
8195         (imenu-example--create-lisp-index)
8196         (imenu-example--lisp-extract-index-name)
8197         (imenu-example--name-and-position):
8198         * international/mule-cmds.el (princ-list):
8199         * international/mule-diag.el (decode-codepage-char):
8200         * international/mule-util.el (detect-coding-with-priority):
8201         * iswitchb.el (iswitchb-read-buffer):
8202         * mail/mailalias.el (mail-complete):
8203         * mail/sendmail.el (mail-sent-via):
8204         * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
8205         (mouse-major-mode-menu):
8206         * password-cache.el (password-read-and-add):
8207         * pcomplete.el (pcomplete-parse-comint-arguments):
8208         * progmodes/sh-script.el (sh-maybe-here-document):
8209         * replace.el (query-replace-regexp-eval):
8210         * savehist.el (savehist-load):
8211         * simple.el (choose-completion-delete-max-match):
8212         * term.el (term-dynamic-simple-complete):
8213         * vc/ediff-init.el (ediff-check-version):
8214         * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
8215         * vc/vc.el (vc-diff-switches-list):
8216         * view.el (view-return-to-alist-update): Likewise.
8218         * subr.el (eval-next-after-load, makehash, insert-string)
8219         (assoc-ignore-representation, assoc-ignore-case): Use declare to
8220         mark obsolete.
8221         (mode-line-inverse-video): Variable deleted.
8223         * international/mule-util.el (string-to-sequence): Remove.
8225         * calendar/calendar.el (calendar-version):
8226         * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
8227         (icalendar-convert-diary-to-ical):
8228         * cus-edit.el (custom-mode):
8229         * ansi-color.el (ansi-color-unfontify-region):
8230         * international/latin1-disp.el (latin1-char-displayable-p):
8231         * progmodes/cwarn.el (turn-on-cwarn-mode):
8232         * progmodes/which-func.el (which-func-update-1):
8233         Use define-obsolete-function-alias.
8235         * net/newst-backend.el (newsticker-cache-filename):
8236         * net/newst-treeview.el (newsticker-groups-filename):
8237         Fix incorrect obsolescence declaration.
8239         * allout.el (allout-passphrase-hint-string): Likewise.
8240         (allout-init): Use a declare form to mark obsolete.
8242         * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
8243         this applies to functions.
8245         * iswitchb.el (iswitchb-read-buffer): Move code of
8246         iswitchb-define-mode-map here, and delete that obsolete function.
8248         * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
8249         font-lock-reference-face.
8251 2012-09-25  Glenn Morris  <rgm@gnu.org>
8253         * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
8254         Doc fixes.
8256         * eshell/em-term.el (eshell-term-name):
8257         Default to term-term-name.  (Bug#12485)
8259 2012-09-24  Fabián Ezequiel Gallina  <fgallina@cuca>
8261         * progmodes/python.el (python-shell-send-buffer): Better handling
8262         of "if __name__ == '__main__':" conditionals when sending the buffer.
8264 2012-09-24  Glenn Morris  <rgm@gnu.org>
8266         * eshell/esh-cmd.el (eshell-find-alias-function):
8267         Tighten up file-name regexp.  (Bug#12499)
8269 2012-09-24  Fabián Ezequiel Gallina  <fgallina@cuca>
8271         Enhancements for triple-quote string syntax.
8272         * progmodes/python.el (python-quote-syntax): Remove.
8273         (python-syntax-propertize-function): New value.
8274         (python-syntax-count-quotes, python-syntax-stringify):
8275         New functions.
8277 2012-09-24  Chong Yidong  <cyd@gnu.org>
8279         * mail/supercite.el (sc-version): Remove obsolete function.
8280         (sc-describe): Don't mark as obsolete, since it is bound.
8281         (sc-submit-bug-report): Remove.
8283         * vc/log-edit.el (cvs-changelog-full-paragraphs)
8284         (cvs-commit-buffer-require-final-newline): Remove.
8285         (log-edit-require-final-newline)
8286         (log-edit-changelog-full-paragraphs): Default to t.
8288         * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
8289         * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
8290         * vc/vc.el (vc-checkout-carefully): Likewise.
8292         * vc/emerge.el (emerge-mode): Make it an obsolete alias.
8293         (emerge-version): Remove.
8295         * progmodes/compile.el (compile-internal): Remove.
8296         (compilation-parse-errors-function): Fix typo.
8298         * international/mule.el (set-char-table-default): Remove.
8299         (set-coding-priority, make-coding-system, generic-char-p)
8300         (charset-list, charset-bytes, charset-id): Use declare to mark
8301         functions as obsolete.
8303         * vc/pcvs-defs.el (cvs-buffer-name-alist)
8304         (cvs-invert-ignore-marks): Remove references to obsolete vars.
8305         * vc/vc-hooks.el (vc-default-registered): Don't use
8306         vc-master-templates.
8308         * font-lock.el (font-lock-reference-face):
8309         Use define-obsolete-variable-alias.
8311         * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
8312         * calendar/calendar.el (calendar-font-lock-keywords):
8313         * calendar/diary-lib.el (diary-font-lock-keywords)
8314         (diary-fancy-font-lock-keywords):
8315         * textmodes/reftex-sel.el (reftex-insert-docstruct):
8316         * textmodes/reftex-index.el (reftex-insert-index):
8317         * textmodes/reftex-cite.el (reftex-format-bib-entry):
8318         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
8319         * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
8320         * progmodes/prolog.el (prolog-font-lock-keywords):
8321         * progmodes/idlwave.el (idlwave-idl-keywords):
8322         * progmodes/ada-mode.el (ada-font-lock-keywords):
8323         * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
8325 2012-09-24  Glenn Morris  <rgm@gnu.org>
8327         * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
8329 2012-09-23  Fabián Ezequiel Gallina  <fgallina@cuca>
8331         * progmodes/python.el (python-indent-line): More consistent cursor
8332         movement behavior.
8334 2012-09-23  Stefan Merten  <smerten@oekonux.de>
8336         * textmodes/rst.el: Fix compiler warning.
8338 2012-09-23  Roland Winkler  <winkler@gnu.org>
8340         * textmodes/bibtex.el (bibtex-autokey-transcriptions):
8341         Transcribe also LaTeX hyphenation.
8342         (bibtex-reformat): Bug fix. Do not quote twice the elements of
8343         bibtex-reformat-previous-options.
8345 2012-09-23  Roland Winkler  <winkler@gnu.org>
8347         * proced.el (proced-renice-command): New variable.
8348         (proced-marked-processes): New function.
8349         (proced-with-processes-buffer): New macro.
8350         (proced-send-signal): Use them.
8351         (proced-renice): New command bound to r.
8353 2012-09-23  Roland Winkler  <winkler@gnu.org>
8355         * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
8356         ibuffer-saved-filter-groups has one element, shortcut the call of
8357         completing-read.  (Bug#12331)
8359 2012-09-23  Chong Yidong  <cyd@gnu.org>
8361         * bindings.el (mode-line-toggle-read-only):
8362         * bs.el (bs-toggle-readonly):
8363         * buff-menu.el (Buffer-menu-toggle-read-only):
8364         * dired.el (dired-toggle-read-only):
8365         * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
8367 2012-09-23  Chong Yidong  <cyd@gnu.org>
8369         * image.el (image-type-available-p): Adapt to init-image-library
8370         argument changes.
8372 2012-09-22  Juri Linkov  <juri@jurta.org>
8374         * dired.el (dired-mode-map): Add [remap read-only-mode] for
8375         `dired-toggle-read-only'.  (Bug#12462)
8377 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
8379         * subr.el (temp-output-buffer-show): New function.
8380         (with-output-to-temp-buffer): Call temp-output-buffer-show
8381         instead of internal-temp-output-buffer-show.
8383 2012-09-22  Chong Yidong  <cyd@gnu.org>
8385         * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
8386         (Bug#12462).
8388         * repeat.el (repeat): Doc fix (Bug#12348).
8390         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
8391         (Bug#10909).
8393         * simple.el (shell-command-on-region): Doc fix.
8394         (read-only-mode): Doc fix.
8396 2012-09-22  Eli Zaretskii  <eliz@gnu.org>
8398         * emacs-lisp/timer.el (run-with-idle-timer)
8399         (timer-activate-when-idle): Warn against reinvoking an idle timer
8400         from within its own timer action.  (Bug#12447)
8402 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
8404         * cus-start.el (window-combination-limit): Add new optional
8405         values.
8406         * window.el (temp-buffer-window-show)
8407         (window--try-to-split-window): Handle new values of
8408         window-combination-limit (Bug#1806).
8409         (split-window): Test window-combination-limit for t instead of
8410         non-nil.
8411         (display-buffer-at-bottom): New buffer display action function.
8412         * help.el (temp-buffer-resize-regexps): New option.
8413         (temp-buffer-resize-mode): Rewrite doc-string.
8414         (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
8415         Don't resize reused window.  Suggested by Glenn Morris.
8417 2012-09-22  Stefan Merten  <smerten@oekonux.de>
8419         * textmodes/rst.el: Revamp section title faces.
8420         (rst-official-version)
8421         (rst-package-emacs-version-alist): Sync with official version
8422         V1.4.0.
8423         (rst-faces-defaults, rst-set-level-default)
8424         (rst-level-face-max, rst-level-face-base-color)
8425         (rst-level-face-base-light, rst-level-face-format-light)
8426         (rst-level-face-step-light, rst-define-level-faces): Obsolete.
8427         (rst-adornment-faces-alist): Match new setup.
8428         (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
8429         (rst-level-5, rst-level-6): New faces.
8431 2012-09-22  Chong Yidong  <cyd@gnu.org>
8433         * simple.el (undo): Handle indirect buffers (Bug#8207).
8435 2012-09-21  Leo Liu  <sdl.web@gmail.com>
8437         IDO: Disable match re-ordering for buffer switching.
8438         * ido.el (ido-buffer-disable-smart-matches): New variable.
8439         (ido-set-matches-1): Use it.  (Bug#2042)
8441 2012-09-21  Jose Marino  <marinoj@nso.edu>  (tiny change)
8443         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
8444         Fix 2011-05-17 change.  (Bug#12418)
8446 2012-09-21  Leo Liu  <sdl.web@gmail.com>
8448         * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
8450 2012-09-21  Glenn Morris  <rgm@gnu.org>
8452         * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
8453         Be more robust about locating simple.el.
8455 2012-09-21  Glenn Morris  <rgm@gnu.org>
8457         * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
8459 2012-09-21  Joel Bion  <jpbion@westvi.com>  (tiny change)
8461         * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz.  (Bug#12382)
8463 2012-09-20  Juri Linkov  <juri@jurta.org>
8465         * replace.el (query-replace-read-from): Use `read-regexp' instead
8466         of `read-from-minibuffer' when `regexp-flag' is non-nil.
8467         (occur-read-primary-args): Use `read-regexp' instead of
8468         `read-string'.
8469         (multi-occur-in-matching-buffers): Use `read-regexp' instead of
8470         `read-from-minibuffer'.
8471         * isearch.el (isearch-occur): Use `read-regexp' instead of
8472         `read-string'.
8473         * dired.el (dired-read-regexp): Use `read-regexp' instead of
8474         `read-from-minibuffer'.
8475         * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
8476         of `read-string'.  (Bug#7567)
8478         * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
8479         and allow accepting a list of strings prepended to a list of
8480         standard default values.  Doc fix.  (Bug#12321)
8482         * replace.el (read-regexp): Add HISTORY arg.  (Bug#7567)
8484         * replace.el (read-regexp): Don't add ": " when PROMPT already
8485         ends with a colon and space.  (Bug#12321)
8487 2012-09-20  Tassilo Horn  <tsdh@gnu.org>
8489         * doc-view.el (doc-view-display): Better fix for the cl-assertion
8490         error.
8492 2012-09-20  Stefan Merten  <smerten@oekonux.de>
8494         * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
8495         Fixes feature request bug#11711.
8496         (rst-mode): Create `imenu-create-index-function'.
8497         (rst-get-stripped-line): Delete after refactoring.
8498         (rst-section-tree, rst-section-tree-rec)
8499         (rst-section-tree-point): Refactor and document properly.
8500         (rst-imenu-find-adornments-for-position)
8501         (rst-imenu-convert-cell, rst-imenu-create-index):
8502         New function.
8504 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8506         * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
8507         (macroexp--expand-all): Use it.
8508         (macroexp--funcall-and-return): Remove by folding it into its sole
8509         caller (macroexp--warn-and-return).
8510         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
8511         Use macroexp--obsolete-warning.
8513         * calc/calc.el: Fix last change by removing the whole chunk, since it
8514         was only needed back when Calc was not bundled.
8516 2012-09-20  Martin Rudalics  <rudalics@gmx.at>
8518         * emacs-lisp/debug.el (debug): Restore assignment to
8519         debugger-old-buffer removed on 2012-09-08.
8521 2012-09-20  Juri Linkov  <juri@jurta.org>
8523         * dired-aux.el (dired-diff): Remove (require 'diff) since
8524         `diff-latest-backup-file' is now autoloaded.
8526 2012-09-20  Chong Yidong  <cyd@gnu.org>
8528         * vc/diff.el (diff-latest-backup-file): Autoload.
8530 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8532         * calc/calc.el: Remove redundant autoload shape check.
8533         (sel-mode): Don't defvar.
8534         (calc-get-stack-element): Add `sel-mode' arg instead.
8535         (calc-top, calc-top-list): Pass it this additional argument.
8536         * calc/calc-store.el (calc-store-map):
8537         * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
8538         (calc-map-equation, calc-outer-product, calc-inner-product):
8539         * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
8541         * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
8543 2012-09-19  Juri Linkov  <juri@jurta.org>
8545         * dired-aux.el (dired-diff): Add (require 'diff) because
8546         `diff-latest-backup-file' is not autoloaded.
8547         (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
8548         of `dired-get-filename' to t to not report error when there is
8549         no default file on the current line.
8551 2012-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8553         * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
8554         macroexp--eval-if-compile.
8555         (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
8556         (macroexp--expand-all): Use them (bug#12371).
8558         * doc-view.el (doc-view-guess-paper-size)
8559         (doc-view-scale-bounding-box): Fix unbound `caddr'.
8561 2012-09-19  Tassilo Horn  <tsdh@gnu.org>
8563         New feature: set optimal slice from BoundingBox information.
8564         * doc-view.el (doc-view-mode-map): Add keybinding.
8565         (doc-view-menu): Add menu entry.
8566         (doc-view-set-slice): Adapt docstring.
8567         (doc-view-get-bounding-box, doc-view-guess-paper-size)
8568         (doc-view-scale-bounding-box)
8569         (doc-view-set-slice-from-bounding-box): New functions.
8570         (doc-view-paper-sizes): New defvar.
8572 2012-09-19  Glenn Morris  <rgm@gnu.org>
8574         * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
8575         (byte-compile-log-warning): Autoload.  (Bug#12371)
8577         * calendar/calendar.el (calendar-american-month-header)
8578         (calendar-european-month-header, calendar-iso-month-header)
8579         (calendar-month-header): New options.
8580         (calendar-set-date-style): Set calendar-month-header.  Redraw calendar.
8581         (calendar-generate-month): Use calendar-month-header.  (Bug#9510)
8583 2012-09-19  Jan Djärv  <jan.h.d@swipnet.se>
8585         * startup.el (command-line-ns-option-alist): Add -g and --geometry.
8587 2012-09-18  Juri Linkov  <juri@jurta.org>
8589         * dired-aux.el (dired-diff): Restore original functionality of
8590         getting the default value, but keep new feature of using the
8591         latest existing backup file (`diff-latest-backup-file').
8593 2012-09-18  Juri Linkov  <juri@jurta.org>
8595         * dired.el (dired-mark): If the region is active in Transient Mark
8596         mode, mark all files in the active region.  Doc fix.
8597         (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
8598         Doc fix.  (Bug#10624)
8600 2012-09-18  Juri Linkov  <juri@jurta.org>
8602         * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
8603         attributes for M-n are pulled from the file at point.
8604         (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
8605         Suggested by Drew Adams.  (Bug#10624)
8607 2012-09-18  Dmitry Gutov  <dgutov@yandex.ru>
8609         * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
8610         whitespace after "end".
8611         (ruby-do-end-to-brace): Collapse block to one line if it fits
8612         within fill-column.
8614 2012-09-18  Martin Rudalics  <rudalics@gmx.at>
8616         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
8617         value.
8618         (debug): Don't remove debugger window when debugger is expected
8619         to be back.
8621 2012-09-18  Chong Yidong  <cyd@gnu.org>
8623         * custom.el (defface): Doc fix.
8625         * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
8627 2012-09-18  Martin Blais  <blais@furius.ca>  (tiny change)
8629         * progmodes/compile.el (compilation-start): Use compilation-always-kill
8630         to initialize query-on-exit; then test that instead (bug#12288).
8632 2012-09-17  Stefan Merten  <smerten@oekonux.de>
8634         * textmodes/rst.el: Add support for `testcover'.
8635         (rst-defcustom-testcover, rst-testcover-add-compose)
8636         (rst-testcover-add-1value): New functions.
8637         (rst-portable-mark-active-p): Replace by `use-region-p'.
8638         (rst-update-section, rst-classify-adornment)
8639         (rst-find-title-line): Mark `1value' forms.
8640         (rst-classify-adornment): Remove superfluous form.
8641         (rst-update-section, rst-get-adornments-around)
8642         (rst-adornment-complete-p, rst-get-next-adornment)
8643         (rst-adjust, rst-promote-region)
8644         (rst-display-adornments-hierarchy, rst-straighten-adornments)
8645         (rst-find-pfx-in-region, rst-section-tree-rec)
8646         (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
8647         (rst-toc-node, rst-toc, rst-forward-section)
8648         (rst-iterate-leftmost-paragraphs)
8649         (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
8650         (rst-bullet-list-region)
8651         (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
8652         (rst-compile-find-conf, rst-compile)
8653         (rst-repeat-last-character): Fix style.
8655 2012-09-17  Chong Yidong  <cyd@gnu.org>
8657         * comint.el (comint--complete-file-name-data): Don't add a space
8658         if the status is `sole'; that adds a gratuitous space in the
8659         completion-cycling case (Bug#12092).
8661         * pcomplete.el (pcomplete-completions-at-point): Likewise.
8663 2012-09-17  Richard Stallman  <rms@gnu.org>
8665         * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
8666         only in the mime-shown mode, not in raw mode.
8667         (rmail-mime): Toggle off mime by displaying the message without
8668         mime processing.  (Bug#12305)
8670         * mail/rmail.el (rmail-retry-failure):
8671         Turn off mime processing first.  (Bug#12037)
8673         * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
8675 2012-09-17  Chong Yidong  <cyd@gnu.org>
8677         * shell.el (shell-file-name-chars, shell-file-name-quote-list)
8678         (shell-dynamic-complete-functions): Convert to defcustom.
8679         (shell-prompt-pattern, shell-completion-fignore): Doc fix.
8681         * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
8682         * comint.el (comint-prompt-read-only):
8683         * custom.el (defcustom):
8684         * hi-lock.el (hi-lock-mode):
8685         * ibuffer.el (ibuffer-formats):
8686         * ielm.el (ielm-prompt-read-only):
8687         * novice.el (disable-command):
8688         * saveplace.el (toggle-save-place):
8689         * speedbar.el (speedbar-supported-extension-expressions):
8690         * startup.el (auto-save-list-file-prefix, init-file-user)
8691         (after-init-hook, inhibit-startup-echo-area-message):
8692         * strokes.el (strokes-help):
8693         * time-stamp.el (time-stamp):
8694         * calendar/calendar.el (calendar, diary-file):
8695         * calendar/diary-lib.el (diary-mail-entries, diary)
8696         (diary-list-entries-hook):
8697         * calendar/holidays.el (holidays, calendar-holidays):
8698         * calendar/lunar.el (lunar-phases):
8699         * calendar/solar.el (sunrise-sunset):
8700         * emulation/edt.el (edt-load-keys):
8701         * emulation/viper.el (viper-mode):
8702         * eshell/em-alias.el (eshell-command-aliases-list):
8703         * eshell/esh-util.el (eshell-convert-numeric-arguments):
8704         * international/ogonek.el (ogonek-information):
8705         * net/tramp-cmds.el (tramp-bug):
8706         * net/quickurl.el (quickurl-reread-hook-postfix):
8707         * play/decipher.el (decipher-font-lock-keywords):
8708         * progmodes/cc-styles.el (c-set-style):
8709         * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
8710         * progmodes/inf-lisp.el (inferior-lisp-prompt):
8711         * progmodes/octave-mod.el (octave-mode):
8712         * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
8713         * progmodes/verilog-mode.el (verilog-read-defines):
8714         * textmodes/two-column.el (2C-mode): Likewise.
8716 2012-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8718         * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
8719         that holds many addresses.
8721 2012-09-16  Chong Yidong  <cyd@gnu.org>
8723         * align.el (align-areas): Call the indication function with
8724         positions instead of markers for arguments (Bug#12343).
8726         * files.el (parse-colon-path): Use split-string (Bug#12351).
8728         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
8729         (display-buffer-function): Mark as obsolete.
8731         * progmodes/compile.el (compilation-parse-errors): Accept list
8732         values similar to font-lock-keywords (Bug#12136).
8733         Suggested by Oleksandr Manzyuk.
8734         (compilation-error-regexp-alist): Doc fix.
8736 2012-09-15  Glenn Morris  <rgm@gnu.org>
8738         * version.el (emacs-bzr-version-bzr): New function.
8739         (emacs-bzr-get-version): Add optional EXTERNAL argument.
8741         * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
8742         checkouts, check the parent dirstate matches the branch.
8743         Add "--tree" to "bzr revno" arguments.  Don't try to shorten the
8744         empty string.
8746         * version.el (emacs-bzr-version): Doc fix.
8747         (emacs-bzr-version-dirstate): New function.
8748         (emacs-bzr-get-version): For lightweight checkouts, if the parent
8749         is local try and check that it matches the branch.  If not, just
8750         use dirstate information.  (Bug#12441)
8752 2012-09-14  Juri Linkov  <juri@jurta.org>
8754         * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
8755         (Bug#12399)
8757 2012-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8759         * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
8761         * emacs-lisp/edebug.el: Miscellaneous cleanup.
8762         Remove obsolete byte-compiler hack that tried to silence some warnings.
8763         (edebug-submit-bug-report): Remove.
8764         (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
8765         Remove aliases, use the un-prefixed name instead.
8766         (edebug-pop-to-buffer): Consider other frames.
8767         (edebug-original-read):: Make it more obvious that it's always defined.
8768         (edebug--make-form-data-entry, edebug--form-data-name)
8769         (edebug--form-data-begin, edebug--form-data-end): Rename from the
8770         single-dashed name, and implement with cl-defstruct.
8771         (edebug-set-form-data-entry): Use the standard accessors.
8772         (edebug-make-top-form-data-entry): Use push.
8773         (edebug-no-match): Drop useless `funcall'.
8774         (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
8775         to functions.
8776         (defsubst, dont-compile, eval-when-compile, eval-and-compile)
8777         (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
8778         (with-syntax-table, push, pop, 1value, noreturn, defadvice)
8779         (easy-menu-define, with-custom-print): Remove redundant specs.
8780         (edebug-outside-overriding-local-map)
8781         (edebug-outside-overriding-terminal-local-map): Remove, unused.
8782         (edebug--display): Bind unread-command-events directly to nil rather
8783         than binding it to unread-command-events and later setting it to nil.
8784         (edebug--display): Kill edebug-eval-buffer here...
8785         (edebug--recursive-edit): ...rather than here.
8786         Bind standard-output and standard-input.
8787         (edebug-eval): Check cl-macroexpand-all is fboundp.
8788         (edebug-temp-display-freq-count): Fix last change.
8790         * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
8791         * subr.el (noreturn, 1value): Add `debug' spec.
8792         * emacs-lisp/advice.el: Require cl-lib.
8793         (ad-copy-tree): Remove, use copy-tree instead.
8794         (ad-dolist): Remove use dolist or cl-dolist instead.
8795         (ad-do-return): Remove, use cl-return instead.
8796         (defadvice): Add `debug' spec.
8798 2012-09-13  Juri Linkov  <juri@jurta.org>
8800         * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
8801         (Bug#12399)
8803 2012-09-13  Glenn Morris  <rgm@gnu.org>
8805         * calc/calc.el (math-compose-expr):
8806         * calc/calc-ext.el (math-compose-expr):
8807         * progmodes/cc-defs.el (cl-macroexpand-all):
8808         * progmodes/cc-langs.el (delete-duplicates, mapcan)
8809         (cl-macroexpand-all): Update declarations.
8811         * vc/vc.el: No need to require ediff.
8812         (ediff-load-version-control): Declare.
8813         (ediff-vc-internal): Fix declaration.
8814         (vc-version-ediff): Require ediff.
8816 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
8818         Use a more backwards-compatible timer format (Bug#12430).
8819         * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
8820         being right after USECS, as that better supports old code that
8821         inadvisedly looked directly at the timer vector.
8823 2012-09-13  Kenichi Handa  <handa@gnu.org>
8825         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
8826         ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
8827         `coding-priority' property of these language environment.
8829 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
8831         Fix glitches caused by addition of psec to timers (Bug#12430).
8832         * image.el (image-animate-timer):
8833         * time.el (display-time-world-timer):
8834         Use timer--function and timer--args rather than raw access to
8835         timer vector.
8837 2012-09-13  Glenn Morris  <rgm@gnu.org>
8839         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
8840         If not compiling a file, try using load-file-name.
8842 2012-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8844         * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
8845         Fix last change.
8846         (edebug-update-eval-list): Use `push'.
8848         * emacs-lisp/edebug.el: Use lexical-binding.
8849         Remove the "edebug-" prefix from non-dynamically-scoped variables.
8850         Mark unused args with underscore.
8851         (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
8852         (edebug-form-data): Use defvar-local.
8853         (edebug-make-before-and-after-form, edebug-make-after-form):
8854         Use backquote.
8855         (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
8856         Not dynamically scoped any more.
8857         (edebug--enter-trace): Add arguments `function' and `args'.
8858         Rename from edebug-enter-trace.
8859         (edebug-enter): Call it accordingly.  Bind edebug-function explicitly.
8860         (edebug--update-coverage): Add `after-index' and `value' args.
8861         Rename from edebug-update-coverage.
8862         (edebug-slow-after): Call it accordingly.
8863         (edebug--recursive-edit): Add arg `arg-mode'.  Rename from
8864         edebug-recursive-edit.
8865         (edebug--display): Call it accordingly.  Add args `value',
8866         `offset-index', and `arg-mode'.  Rename from edebug-display.
8867         (edebug-debugger, edebug): Call it accordingly.
8868         (edebug-eval-display-list): Use dolist.
8870 2012-09-12  Juri Linkov  <juri@jurta.org>
8872         * info.el (Info-search): Don't check for isearch-mode and
8873         isearch-regexp before let-binding search-spaces-regexp to
8874         Info-search-whitespace-regexp.
8875         (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
8876         search-whitespace-regexp if isearch-lax-whitespace or
8877         isearch-regexp-lax-whitespace is non-nil.
8878         (Info-mode): Don't set local variable search-whitespace-regexp.
8879         http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
8881 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8883         * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
8884         (debugger-env-macro): Remove support for unread-command-char.
8886         * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
8887         the temporary map re-appearing on emulation-mode-map-alists.
8889         * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
8890         since 22.1.
8892         * ehelp.el (with-electric-help): Accept functions in
8893         electric-help-form-to-execute.
8894         (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
8895         And replace unread-command-char -> unread-command-events.
8897 2012-09-12  Michael Albinus  <michael.albinus@gmx.de>
8899         Sync with Tramp 2.2.6.
8901         * net/tramp.el (tramp-accept-process-output): Don't use
8902         JUST-THIS-ONE in the XEmacs case.
8904         * net/trampver.el: Update release number.
8906 2012-09-12  Martin Rudalics  <rudalics@gmx.at>
8908         * emacs-lisp/debug.el (debugger-previous-window-height):
8909         New variable.
8910         (debug): When debugger-jumping-flag is non-nil try to restore
8911         height of debugger window.  (Bug#8789)
8913 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8915         * emacs-lisp/edebug.el (edebug-enter): Don't mess with
8916         overriding-local-map and pre/post-command-hook here.
8917         (edebug-recursive-edit): Do it here instead (bug#12345).
8918         (edebug-outside-unread-command-char): Remove all uses of
8919         unread-command-char.
8921         * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
8922         inhibit-debugger is bound instead.
8924 2012-09-11  Bastien Guerry  <bzg@gnu.org>
8926         * subr.el (set-temporary-overlay-map): Add a docstring.
8927         (Bug#12346)
8929 2012-09-11  Bastien Guerry  <bzg@gnu.org>
8931         * minibuffer.el (completion-table-subvert): Fix docstring.
8932         (Bug#12347)
8934 2012-09-11  Bastien Guerry  <bzg@gnu.org>
8936         * help-fns.el (describe-variable): Fix typo.  (Bug#12346)
8938 2012-09-10  Michael R. Mauger  <mmaug@yahoo.com>
8940         * progmodes/sql.el: Version 3.1
8941         (sql-db2-escape-newlines): New variable.
8942         (sql-escape-newlines-filter): Use it.
8944 2012-09-10  Juanma Barranquero  <lekktu@gmail.com>
8946         * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
8948 2012-09-10  Dan Nicolaescu  <dann@gnu.org>
8950         * vc/diff-mode.el (diff-mode-menu):
8951         Bind diff-remove-trailing-whitespace.
8953 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8955         * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
8956         (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
8957         (emacs-lisp-byte-code-mode): New functions.
8958         (eval-sexp-add-defvars): Don't skip defvars in column >0.
8959         (eval-defun-2): Remove bogus interactive spec.
8960         (lisp-indent-line): Remove redundant whole-exp code, now done in
8961         indent-according-to-mode.
8962         (save-match-data): Remove redundant indent data.
8964         * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
8965         Use `declare'.
8967 2012-09-09  Juri Linkov  <juri@jurta.org>
8969         * replace.el (replace-regexp-lax-whitespace): New defcustom.
8970         (replace-lax-whitespace, query-replace-regexp)
8971         (query-replace-regexp-eval, replace-regexp): Doc fix.
8972         (perform-replace, replace-highlight): Let-bind
8973         isearch-lax-whitespace to replace-lax-whitespace and
8974         isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
8976         * isearch.el (isearch-query-replace): Let-bind
8977         replace-lax-whitespace to isearch-lax-whitespace and
8978         replace-regexp-lax-whitespace to
8979         isearch-regexp-lax-whitespace.  (Bug#10885)
8981 2012-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8983         * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
8985 2012-09-09  Alan Mackenzie  <acm@muc.de>
8987         * progmodes/cc-engine.el (c-state-cache-init):
8988         Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
8989         (c-record-parse-state-state):
8990         Record c-state-semi-nonlit-pos-cache\(-limit\)?.
8992 2012-09-09  Andreas Schwab  <schwab@linux-m68k.org>
8994         * register.el (register-separator): Rename from
8995         separator-register.  All uses changed.  Doc fix.
8996         (register): Fix version.
8998 2012-09-09  Chong Yidong  <cyd@gnu.org>
9000         * replace.el (query-replace-map): Bind four new symbols for
9001         requesting window scrolling.
9003         * subr.el (y-or-n-p): Handle the window-scrolling bindings in
9004         query-replace-map (Bug#8948).
9006         * custom.el (custom-theme-load-confirm): Use y-or-n-p.
9008         * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
9009         since they are now in query-replace-map.
9011         * window.el (scroll-other-window-down): Make the arg optional.
9013 2012-09-09  Chong Yidong  <cyd@gnu.org>
9015         * files.el (hack-local-variables-confirm): Use quit-window to kill
9016         the *Local Variables* buffer.
9018 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
9020         * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
9021         not just expect to be at its beginning.  Adjust callees.
9022         Succeed when do-end block has no space before the pipe character.
9023         (ruby-brace-to-do-end): When the original block is one-liner,
9024         convert to multiline.  Reindent the result.
9026 2012-09-08  Jambunathan K  <kjambunathan@gmail.com>
9028         * register.el (register): New group.
9029         (separator-register): New user option.
9030         (increment-register): Route it to `append-to-register', if
9031         register contains text.  Implication is that `C-x r +' can now be
9032         used for appending to a text register (bug#12217).
9033         (append-to-register, prepend-to-register): Add separator based on
9034         `separator-register'.
9036 2012-09-08  Alan Mackenzie  <acm@muc.de>
9038         AWK Mode: make auto-newline work when there's "==" in the pattern.
9039         * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
9040         correctly.
9041         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
9042         Test more rigorously for "=" token.
9044 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
9046         * progmodes/ruby-mode.el (ruby-match-expression-expansion):
9047         Only fail when reached LIMIT.
9049 2012-09-08  Chong Yidong  <cyd@gnu.org>
9051         * dired.el (dired-mode-map): Don't bind M-=.
9053         * dired-aux.el (dired-diff): Use backup file as default.
9055 2012-09-08  Drew Adams  <drew.adams@oracle.com>
9057         * subr.el (add-to-history): Fix delete usage (Bug#12314).
9059 2012-09-08  Chong Yidong  <cyd@gnu.org>
9061         * subr.el (syntax-after, syntax-class): Doc fix.
9063 2012-09-08  Martin Rudalics  <rudalics@gmx.at>
9065         * window.el (display-buffer-in-previous-window): New buffer
9066         display action function.
9068         * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
9069         (debugger-previous-window): New variable.
9070         (debug): Rewrite using display-buffer-in-previous-window,
9071         quit-restore-window and debugger-bury-or-kill.  (Bug#8789)
9073 2012-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9075         * emacs-lisp/byte-run.el (defun): Tweak message.  Simplify code.
9077 2012-09-07  Matt McClure  <mlm@aya.yale.edu>  (tiny change)
9079         * progmodes/python.el (python-shell-send-string):
9080         When default-directory is remote, create temp file on remote
9081         filesystem.
9082         (python-shell-send-file): When file is remote, pass local view of
9083         file paths to remote Python interpreter.  (Bug#12340)
9085 2012-09-07  Chong Yidong  <cyd@gnu.org>
9087         * window.el (switch-to-buffer): Doc fix (Bug#12181).
9089         * files.el (after-find-file): Don't fail on a read-only buffer if
9090         require-final-newline is `visit' or `visit-save' (Bug#11156).
9092         * subr.el (read-char-choice): Allow quitting via ESC ESC.
9094         * userlock.el (ask-user-about-supersession-threat):
9095         Use read-char-choice (Bug#12093).
9097 2012-09-07  Chong Yidong  <cyd@gnu.org>
9099         * subr.el (buffer-narrowed-p): New function.
9101         * ses.el (ses-widen):
9102         * simple.el (count-words--buffer-message):
9103         * net/browse-url.el (browse-url-of-buffer): Use it.
9105         * simple.el (count-words-region): Don't signal an error if there
9106         is a non-nil prefix arg and the mark is not set.
9108         * help.el (describe-key-briefly): Allow the message to be seen
9109         when invoked from the minibuffer (Bug#7014).
9111 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
9113         * progmodes/ruby-mode.el (ruby-end-of-defun)
9114         (ruby-beginning-of-defun): Simplify, allow indentation before
9115         block beginning and end keywords.
9116         (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
9117         (ruby-end-of-defun): Expect that the point is at the beginning of
9118         the defun.
9120 2012-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9122         * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
9123         (bug#12367).
9124         (cl--make-usage-args): Strip _ from argument names.
9126 2012-09-06  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9128         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
9129         obsolete alias speedbar-key-map.
9130         (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
9131         (vhdl-index-menu-init): Don't use obsolete variable
9132         font-lock-maximum-size.
9134 2012-09-06  Chong Yidong  <cyd@gnu.org>
9136         * frame.el (window-system-version): Mark as obsolete.
9138         * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
9139         of obsolete variable speedbar-key-map.
9141 2012-09-06  Juri Linkov  <juri@jurta.org>
9143         * replace.el (replace-lax-whitespace): New defcustom.
9144         (query-replace, query-replace-regexp, query-replace-regexp-eval)
9145         (replace-string, replace-regexp): Mention it in docstrings.
9146         (perform-replace, replace-highlight): Let-bind
9147         isearch-lax-whitespace and isearch-regexp-lax-whitespace according
9148         to the values of replace-lax-whitespace and regexp-flag.
9149         Don't let-bind search-whitespace-regexp.  (Bug#10885)
9151         * isearch.el (isearch-query-replace): Let-bind
9152         replace-lax-whitespace instead of let-binding
9153         replace-search-function and replace-re-search-function.
9154         (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
9155         and isearch-regexp-lax-whitespace to lazy-highlight variables.
9156         (isearch-toggle-symbol): Set isearch-regexp to nil
9157         in isearch-word mode (like in isearch-toggle-word).
9159 2012-09-06  Juri Linkov  <juri@jurta.org>
9161         * replace.el (replace-search-function)
9162         (replace-re-search-function): Set default values to nil.
9163         (perform-replace): Let-bind isearch-related variables based on
9164         replace-related values, call `isearch-search-fun' and let-bind
9165         the result to `search-function'.  Remove code that sets
9166         `search-function' and `search-string' separately for
9167         `delimited-flag'.
9168         (replace-highlight): Add new argument `delimited-flag' and
9169         rename other arguments to the names used in `perform-replace'.
9170         Let-bind `isearch-word' to the argument `delimited-flag'.
9171         (Bug#10885, bug#10887)
9173 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
9175         * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
9176         ruby-beginning-of-indent, simplify, allow all keywords to have
9177         indentation before them.
9178         (ruby-beginning-of-indent): Adjust for above.  Search until the
9179         found point is not inside a string or comment.
9180         (ruby-font-lock-keywords): Allow symbols to start with "@"
9181         character, give them higher priority than variables.
9182         (ruby-syntax-propertize-function)
9183         (ruby-font-lock-syntactic-keywords): Remove the "not comments"
9184         matchers.  Expression expansions are not comments when inside a
9185         string, and there comment syntax status is irrelevant.
9186         (ruby-match-expression-expansion): New function.  Check that
9187         expression expansion is inside a string, and it's not escaped.
9188         (ruby-font-lock-keywords): Use it.
9190 2012-09-05  Martin Rudalics  <rudalics@gmx.at>
9192         * help.el (temp-buffer-max-height): New default value.
9193         (temp-buffer-resize-frames): New option.
9194         (resize-temp-buffer-window): Optionally resize frame.
9196         * window.el (fit-frame-to-buffer-bottom-margin): New option.
9197         (fit-frame-to-buffer): New function.
9199 2012-09-05  Glenn Morris  <rgm@gnu.org>
9201         * emulation/cua-rect.el (cua--init-rectangles):
9202         * textmodes/picture.el (picture-mode-map):
9203         * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
9204         like forward-char and backward-char.  (Bug#12317)
9206 2012-09-05  Leo Liu  <sdl.web@gmail.com>
9208         * progmodes/flymake.el (flymake-warning-re): New variable.
9209         (flymake-parse-line): Use it.
9211 2012-09-05  Glenn Morris  <rgm@gnu.org>
9213         * calendar/holidays.el (holiday-christian-holidays):
9214         Rename an entry.  (Bug#12289)
9216 2012-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9218         * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
9219         (bug#12222).
9221 2012-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9223         * loadup.el: Load macroexp.  Remove hack.
9224         * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
9225         (macroexp--expand-all): Use it to get better warnings.
9226         (macroexp--backtrace, macroexp--trim-backtrace-frame)
9227         (internal-macroexpand-for-load): New functions.
9228         (macroexp--pending-eager-loads): New var.
9229         (emacs-startup-hook): New hack to replace one in loadup.el.
9230         * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
9231         (cl--compiler-macro-cXXr): Move to top, before they can be used.
9232         (cl-psetf): Simplify.
9233         (cl-defstruct): Add indent rule.
9235 2012-09-04  Lars Ingebrigtsen  <larsi@gnus.org>
9237         * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
9238         over `user-mail-address' for the SMTP MAIL FROM envelope.
9239         (smtpmail-via-smtp): Ditto.
9241 2012-09-04  Dmitry Gutov  <dgutov@yandex.ru>
9243         * progmodes/ruby-mode.el: Clean up keybindings.
9244         (ruby-mode-map): Don't bind ruby-electric-brace,
9245         ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
9246         backward-kill-word, reindent-then-newline-and-indent.
9247         (ruby-mark-defun): Remove.
9248         (ruby-electric-brace): Remove.  Obsoleted by electric-indent-chars.
9249         (ruby-mode): Set local beginning-of-defun-function and
9250         end-of-defun-function values.
9252 2012-09-03  Martin Rudalics  <rudalics@gmx.at>
9254         * window.el (temp-buffer-window-setup-hook)
9255         (temp-buffer-window-show-hook): New hooks.
9256         (temp-buffer-window-setup, temp-buffer-window-show)
9257         (with-temp-buffer-window): New functions.
9258         (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
9259         (special-display-popup-frame): Make sure the window used shows BUFFER.
9261         * help.el (temp-buffer-resize-mode): Fix doc-string.
9262         (resize-temp-buffer-window): New optional argument WINDOW.
9264         * files.el (recover-file, save-buffers-kill-emacs):
9265         * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
9267 2012-09-02  Michael Albinus  <michael.albinus@gmx.de>
9269         * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
9270         remote definition of `default-directory', ensure we can connect.
9272 2012-09-02  Juri Linkov  <juri@jurta.org>
9274         Toggle whitespace matching mode with M-s SPC.
9275         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
9277         * isearch.el (search-whitespace-regexp): Doc fix.
9278         Remove cons cell customization.
9279         (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
9280         (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
9281         New variables.
9282         (isearch-forward, isearch-forward-regexp): Doc fix.
9283         (isearch-toggle-lax-whitespace): New command.
9284         (search-forward-lax-whitespace, search-backward-lax-whitespace)
9285         (re-search-forward-lax-whitespace)
9286         (re-search-backward-lax-whitespace): New functions.
9287         (isearch-whitespace-regexp): Remove function.
9288         (isearch-query-replace): Let-bind replace-search-function and
9289         replace-re-search-function.
9290         (isearch-occur): Let-bind search-spaces-regexp according to the
9291         value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
9292         (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
9293         condition for C-q SPC.
9294         (isearch-search-fun-default): Use new functions mentioned above.
9295         (isearch-search-forward, isearch-search-backward): Remove functions.
9296         (isearch-search): Don't let-bind search-spaces-regexp.
9297         (isearch-lazy-highlight-space-regexp): Remove variable.
9298         (isearch-lazy-highlight-lax-whitespace)
9299         (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
9300         (isearch-lazy-highlight-new-loop): Use them.
9301         (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
9303 2012-09-02  Chong Yidong  <cyd@gnu.org>
9305         * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
9307 2012-09-02  Glenn Morris  <rgm@gnu.org>
9309         * simple.el (undo): Tweak message in undo-only case.  (Bug#12283)
9311 2012-09-01  Glenn Morris  <rgm@gnu.org>
9313         * term.el: Tidy up menu definitions.
9314         (term-mode-map): Use easymenu for In/Out, Complete menus.
9315         (term-pager-break-map): Initialize in the defvar.
9316         (term-terminal-menu, term-signals-menu): Define with easymenu.
9317         (term-terminal-menu): Also show it in line-mode.  (Bug#11957)
9318         (term-pager-menu): New, extracted from term-process-pager.
9319         (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
9320         (term-update-mode-line): Propertize line/char and page items.
9321         (term-process-pager): Move keymap initialization elsewhere.
9323 2012-09-01  Martin Rudalics  <rudalics@gmx.at>
9325         * window.el (switch-to-prev-buffer): Handle additional values of
9326         BURY-OR-KILL argument.  Don't switch in minibuffer window.
9327         (switch-to-next-buffer): Don't switch in minibuffer window.
9328         (quit-restore-window): New function based on quit-window.
9329         Handle additional values of former KILL argument.
9330         (quit-window): Call quit-restore-window with appropriate
9331         interpretation of KILL argument.
9332         (display-buffer-below-selected): New buffer display action
9333         function.
9335 2012-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9337         * minibuffer.el (completion-at-point-functions): Complete docstring
9338         (bug#12254).
9340 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
9342         Better seed support for (random).
9343         * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
9344         * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
9345         * play/mpuz.el, play/tetris.el, play/zone.el:
9346         * calc/calc-comb.el (math-init-random-base):
9347         * play/blackbox.el (bb-init-board):
9348         * play/life.el (life):
9349         * server.el (server-use-tcp):
9350         * type-break.el (type-break):
9351         Remove unnecessary call to (random t).
9352         * net/sasl.el (sasl-unique-id-function):
9353         Change (random t) to (random), now that the latter is more random.
9354         * play/life.el (life-initialized): Remove no-longer-needed var.
9356 2012-08-31  Alp Aker  <alp.tekin.aker@gmail.com>
9358         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
9359         Consider frame's buffer predicate when choosing the buffer.
9360         (Bug#12081)
9362 2012-08-30  Richard Stallman  <rms@gnu.org>
9364         * simple.el (special-mode-map): Delete binding for `z'.
9366 2012-08-30  Andreas Schwab  <schwab@linux-m68k.org>
9368         * progmodes/compile.el (compilation-always-kill): Doc fix.
9370 2012-08-30  Chong Yidong  <cyd@gnu.org>
9372         * window.el (display-buffer-reuse-frames): Make the obsolescence
9373         message more informative.
9375 2012-08-30  Glenn Morris  <rgm@gnu.org>
9377         * paren.el (show-paren-delay):
9378         Add a :set function.  Doc fix.  (Bug#12297)
9380 2012-08-29  Martin Blais  <blais@furius.ca>  (tiny change)
9382         * progmodes/compile.el (compilation-always-kill): New var.
9383         (compilation-start): Use it.
9385 2012-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9387         * simple.el (read-only-mode): Move from files.el for bootstrapping.
9388         * files.el (read-only-mode): Move to simple.el.
9390         * files.el (read-only-mode): New minor mode.
9391         (toggle-read-only): Use it and mark obsolete.
9392         (find-file--read-only):
9393         * vc/vc.el (vc-next-action, vc-checkout):
9394         * vc/vc-cvs.el (vc-cvs-checkout):
9395         * obsolete/vc-mcvs.el (vc-mcvs-update):
9396         * ffap.el (ffap--toggle-read-only): Update callers.
9398 2012-08-29  Michael Albinus  <michael.albinus@gmx.de>
9400         * eshell/esh-ext.el (eshell-external-command): Do not examine
9401         remote shell scripts.
9402         See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
9404         * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
9405         "/usr/local/sbin".
9407 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9409         * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
9411 2012-08-28  Leo Liu  <sdl.web@gmail.com>
9413         * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
9414         completion-at-point.  (Bug#12220)
9416         * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
9418         * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
9420 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9422         * files.el (safe-local-eval-forms): Fix before-save-hook entry to
9423         be buffer-local; add delete-trailing-whitespace (bug#12259).
9425 2012-08-28  Jeremy Moore  <jmoore@ieee.org>  (tiny change)
9427         * progmodes/hideif.el (hif-compress-define-list):
9428         Fix typo.  (Bug#11951)
9430 2012-08-28  Dan Nicolaescu  <dann@gnu.org>
9432         * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
9433         buffer local setting.
9435         * net/rcirc.el (rcirc-split-message): Fix for buffer-local
9436         rcirc-encode-coding-system.
9438 2012-08-28  Leo Liu  <sdl.web@gmail.com>
9440         * net/rcirc.el (rcirc-split-message): New function.
9441         (rcirc-send-message): Use it.  (Bug#12051)
9443 2012-08-28  Juri Linkov  <juri@jurta.org>
9445         * info.el (Info-fontify-node): Hide empty lines at the end of
9446         the node.  (Bug#12272)
9448 2012-08-27  Drew Adams  <drew.adams@oracle.com>
9450         * dired.el (dired-pop-to-buffer): Make window start at beginning
9451         of buffer (Bug#12281).
9453 2012-08-26  Chong Yidong  <cyd@gnu.org>
9455         * window.el (special-display-regexps, special-display-frame-alist)
9456         (special-display-buffer-names, special-display-function)
9457         (display-buffer-reuse-frames): Mark as obsolete.
9459         * progmodes/compile.el: Don't use display-buffer-reuse-frames.
9461         * help.el (help-print-return-message): Don't treat
9462         display-buffer-reuse-frames specially.
9464 2012-08-26  Chong Yidong  <cyd@gnu.org>
9466         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
9467         New variable, replacing gdb-frame-parameters.
9468         (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
9469         (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
9470         (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
9471         (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
9472         (def-gdb-frame-for-buffer): Macro deleted.  It is easier to define
9473         the functions directly with gdb-display-buffer-other-frame-action.
9474         (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
9475         (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
9476         (gdb-display-stack-buffer, gdb-display-locals-buffer)
9477         (gdb-display-registers-buffer): Define directly.
9478         (def-gdb-display-buffer): Macro deleted.
9479         (gdb-display-buffer): Remove second and third args, callers don't
9480         use them.  Defer to the default display-buffer behavior, apart
9481         from making windows dedicated.
9482         (gdb-setup-windows): Don't call display-buffer unnecessarily.
9484         * progmodes/gud.el (gud-display-line): Just use display-buffer.
9486         * window.el (display-buffer-pop-up-frame): Handle a
9487         pop-up-frame-parameters alist entry.
9488         (display-buffer): Document it.
9490 2012-08-26  Chong Yidong  <cyd@gnu.org>
9492         * isearch.el (search-whitespace-regexp): Make string and nil
9493         values apply to both ordinary and regexp search.  Allow a cons
9494         cell value to distinguish between the two.
9495         (isearch-whitespace-regexp, isearch-search-forward)
9496         (isearch-search-backward): New functions.
9497         (isearch-occur, isearch-search-fun-default, isearch-search)
9498         (isearch-lazy-highlight-new-loop): Use them.
9499         (isearch-forward, isearch-forward-regexp): Doc fix.
9501 2012-08-26  Chong Yidong  <cyd@gnu.org>
9503         * faces.el (help-argument-name): Always inherit from italic
9504         (Bug#12213).
9506 2012-08-25  Martin Rudalics  <rudalics@gmx.at>
9508         * window.el (window--even-window-heights): Even heights when
9509         WINDOW and the selected window form a vertical combination.
9510         (display-buffer-use-some-window): Provide that window used gets
9511         sized back by quit-window.  (Bug#11880) and (Bug#12091)
9513 2012-08-24  Paul Eggert  <eggert@cs.ucla.edu>
9515         Fix file time stamp problem with bzr and CVS (Bug#12001).
9516         * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
9517         in the file's time stamp, since the version control system loses
9518         that information.
9520 2012-08-22  Juri Linkov  <juri@jurta.org>
9522         * info.el (Info-fontify-node): Hide the suffix of the
9523         Info file name in the header line.  (Bug#12187)
9525 2012-08-22  Glenn Morris  <rgm@gnu.org>
9527         * calendar/cal-tex.el (cal-tex-weekly-common):
9528         Restore leading blank page.
9530 2012-08-22  Le Wang  <l26wang@gmail.com>
9532         * misc.el (forward-to-word, backward-to-word): Activate or extend
9533         the region under `shift-select-mode'.  (Bug#12231)
9535 2012-08-22  Bastien Guerry  <bzg@gnu.org>
9537         * progmodes/executable.el (executable-prefix): Set to "#!" instead
9538         of "#! ".  http://www.in-ulm.de/~mascheck/various/shebang/#details
9539         gives details on why the space is never needed.
9541 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
9543         * window.el (walk-window-tree, window-with-parameter):
9544         New optional argument MINIBUF to control whether these functions
9545         should run on the minibuffer window.
9546         (window-at-side-list): Don't operate on minibuffer window.
9547         (window-in-direction): Simplify and rewrite doc-string.
9548         (window--size-ignore): Rename to window--size-ignore-p.
9549         Update callers.
9550         (display-buffer-in-atom-window, window--major-non-side-window)
9551         (window--major-side-window, display-buffer-in-major-side-window)
9552         (delete-side-window, display-buffer-in-side-window):
9553         New functions.
9554         (window--side-check, window-deletable-p, delete-window)
9555         (delete-other-windows, split-window): Handle side windows and
9556         atomic windows appropriately.
9557         (window--display-buffer): Call display-buffer-record-window also
9558         when the window buffer did not change.
9560 2012-08-22  Christopher Schmidt  <christopher@ch.ristopher.com>
9562         * help-fns.el (help-fns--key-bindings):
9563         Abbreviate non-symbol remap targets.  (Bug#12174)
9565 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
9567         * dired.el (dired-mark-remembered): Don't clobber point.
9568         (Bug#11795)
9570 2012-08-22  Glenn Morris  <rgm@gnu.org>
9572         * progmodes/bug-reference.el (bug-reference): New custom group.
9573         (bug-reference-bug-regexp): Make it a defcustom.
9575 2012-08-22  Daiki Ueno  <ueno@unixuser.org>
9577         * progmodes/js.el (js-indent-level, js-expr-indent-offset)
9578         (js-paren-indent-offset, js-square-indent-offset)
9579         (js-curly-indent-offset): Add :safe (Bug#12257).
9581 2012-08-22  Edward O'Connor  <hober0@gmail.com>
9583         * json.el (json-key-format): Add error properties.
9584         (json-encode-key): New function.
9585         (json-encode-hash-table, json-encode-alist, json-encode-plist):
9586         Use json-encode-key.
9588 2012-08-22  Glenn Morris  <rgm@gnu.org>
9590         * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
9591         (cal-tex-leftday, cal-tex-rightday): Remove functions.
9592         (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
9593         Update for above change.
9595 2012-08-21  Andreas Schwab  <schwab@linux-m68k.org>
9597         * cus-face.el (custom-face-attributes): Fix customize type for the
9598         :underline attribute.  (Bug#11805)
9600 2012-08-21  Martin Rudalics  <rudalics@gmx.at>
9602         * window.el (window-point-1, set-window-point-1): Remove.
9603         (window-in-direction, record-window-buffer)
9604         (set-window-buffer-start-and-point, split-window-below)
9605         (window--state-get-1, display-buffer-record-window):
9606         Replace calls to window-point-1 and set-window-point-1 by calls to
9607         window-point and set-window-point respectively.
9609 2012-08-21  Glenn Morris  <rgm@gnu.org>
9611         * calendar/cal-tex.el (cal-tex-weekly-common): New function.
9612         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
9613         Use it.
9615         * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
9616         (cal-tex-shortday): New function.
9617         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
9618         (cal-tex-cursor-filofax-daily): Use the above.
9620         * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
9621         New functions.
9622         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
9623         (cal-tex-cursor-filofax-week): Use them.
9625         * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
9626         New constants.
9627         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
9628         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
9630         * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
9631         (cal-tex-end-document): Don't rely on buffer name.
9633         * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
9634         Use cal-tex-vspace.
9635         (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
9636         (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
9637         (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
9638         Use cal-tex-arg.
9640         * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
9641         (cal-tex-cursor-week, cal-tex-cursor-week2)
9642         (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
9643         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9644         (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
9645         (cal-tex-insert-preamble, cal-tex-b-document)
9646         (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
9647         Improve cal-tex-cmd usage.
9649         * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
9650         (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
9651         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
9652         (cal-tex-weekly-paper): New function.
9653         (cal-tex-cursor-week, cal-tex-cursor-week2)
9654         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
9655         (cal-tex-cursor-day): Use it.
9657         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
9658         (cal-tex-cursor-filofax-week): Remove leading blank page.
9660         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
9661         Add autoload cookie.  For now at least, don't use color, since
9662         no other cal-tex function does.
9664         * calendar/cal-tex.el (cal-tex-cursor-week-iso)
9665         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9666         (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
9668 2012-08-21  Juri Linkov  <juri@jurta.org>
9670         * info.el (Info-file-attributes): New variable.
9671         (info-insert-file-contents): Add file attributes to
9672         `Info-file-attributes'.  Clear the caches `Info-index-nodes' and
9673         `Info-toc-nodes' when previous modtime of the Info file is less
9674         than new modtime.
9675         (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
9676         of info.el.  (Bug#12230)
9678 2012-08-20  Glenn Morris  <rgm@gnu.org>
9680         * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
9681         * calendar/holidays.el (calendar-holiday-list):
9682         Report errors with display-warning rather than beep'n'sleep.
9684 2012-08-20  Michael Albinus  <michael.albinus@gmx.de>
9686         * net/tramp.el (tramp-accept-process-output): Accept only output
9687         from PROC.  Otherwise, process filters and sentinels might be
9688         confused.  (Bug#12145)
9690 2012-08-20  Chong Yidong  <cyd@gnu.org>
9692         * descr-text.el (describe-text-properties-1): Use overlays-in to
9693         report on empty overlays (Bug#3322).
9695 2012-08-20  Glenn Morris  <rgm@gnu.org>
9697         * mail/rmailout.el (rmail-output-read-file-name):
9698         Trap and report errors in rmail-output-file-alist elements.
9700         * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
9701         since most non-font-lock faces are not also variables).
9703 2012-08-20  Edward Reingold  <reingold@iit.edu>
9705         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
9706         New function.  (Bug12160)
9708 2012-08-19  Glenn Morris  <rgm@gnu.org>
9710         * mail/rmailout.el (rmail-output-read-file-name):
9711         Fix previous change (when the alist is nil or does not match).
9713 2012-08-19  Chong Yidong  <cyd@gnu.org>
9715         * xml.el (xml-escape-string): Don't refer to xml-entity-alist
9716         (Bug#12228).
9718 2012-08-18  Chong Yidong  <cyd@gnu.org>
9720         * simple.el (yank-handled-properties): New defcustom.
9721         (yank-excluded-properties): Add font-lock-face and category.
9722         (yank): Doc fix.
9724         * subr.el (remove-yank-excluded-properties):
9725         Obey yank-handled-properties.  The special handling of font-lock-face
9726         and category is now done this way, instead of being hard-coded.
9727         (insert-for-yank-1): Remove font-lock-face handling.
9728         (yank-handle-font-lock-face-property)
9729         (yank-handle-category-property): New function.
9731 2012-08-17  Glenn Morris  <rgm@gnu.org>
9733         * mail/rmailout.el (rmail-output-read-file-name):
9734         Check rmail-output-file-alist against the full message body
9735         in the correct rmail buffer.  (Bug#12214)
9737 2012-08-17  Michael Albinus  <michael.albinus@gmx.de>
9739         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
9740         Eliminate superfluous prompt.  (Bug#12203)
9742 2012-08-17  Chong Yidong  <cyd@gnu.org>
9744         * mouse.el (mouse-appearance-menu): If x-select-font returns a
9745         font spec, set the font directly (Bug#3228).
9747 2012-08-17  Martin Rudalics  <rudalics@gmx.at>
9749         * window.el (delete-window): Fix last fix.
9751 2012-08-16  Martin Rudalics  <rudalics@gmx.at>
9753         * window.el (window-valid-p): Move to window.c.
9754         (window-child, window-child-count, window-last-child)
9755         (window-normalize-window, window-combined-p)
9756         (window-combinations, window-atom-root, window-min-size)
9757         (window-sizable, window-sizable-p, window-size-fixed-p)
9758         (window-min-delta, window-max-delta, window--resizable)
9759         (window--resizable-p, window-resizable, window-total-size)
9760         (window-full-height-p, window-full-width-p, window-body-size)
9761         (window-at-side-p, adjust-window-trailing-edge, maximize-window)
9762         (minimize-window, window-deletable-p, delete-window)
9763         (delete-other-windows, set-window-buffer-start-and-point)
9764         (next-buffer, previous-buffer, split-window, balance-windows-2)
9765         (set-window-text-height, window-buffer-height)
9766         (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
9767         (truncated-partial-width-window-p): Minor code adjustments.
9768         In doc-strings state whether the argument window has to denote a
9769         live, valid or any window.
9771 2012-08-16  Phil Sainty  <psainty@orcon.net.nz>  (tiny change)
9773         * progmodes/subword.el (subword-forward-function)
9774         (subword-backward-function, subword-forward-regexp)
9775         (subword-backward-regexp): New variables.
9776         (subword-forward, subword-forward-internal, subword-backward-internal):
9777         Use new variables, eg so that different "word" definitions
9778         can be easily used.  (Bug#11411)
9780 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9782         * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
9783         for composite selectors.
9784         * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
9785         operation just because we can't find a previous revision.
9787 2012-08-15  Chong Yidong  <cyd@gnu.org>
9789         * frame.el (set-frame-font): Accept font objects.
9791 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9793         * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
9795 2012-08-15  Wolfgang Jenkner  <wjenkner@inode.at>
9797         * man.el (Man-overstrike-face, Man-underline-face)
9798         (Man-reverse-face): Remove variables.
9799         (Man-overstrike, Man-underline, Man-reverse): New faces.
9800         (Man-fontify-manpage): Use them instead of the variables.
9801         (Man-cleanup-manpage): Comment change.
9802         (Man-ansi-color-map): New variable.
9803         (Man-fontify-manpage): Use it.
9804         Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
9806         Implement ANSI SGR parameters 22-27 (bug#12146).
9807         * ansi-color.el (ansi-colors): Doc fix.
9808         (ansi-color-context, ansi-color-context-region): Doc fix.
9809         (ansi-color--find-face): New function.
9810         (ansi-color-apply, ansi-color-apply-on-region): Use it.
9811         Rename the local variable `face' to `codes' since it is now a list of
9812         ansi codes.  Doc fix.
9813         (ansi-color-get-face): Remove.
9814         (ansi-color-parse-sequence): New function, derived from
9815         ansi-color-get-face.
9816         (ansi-color-apply-sequence): Use it.  Rewrite, and support ansi
9817         codes 22-27.
9819 2012-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9821         * subr.el (read-passwd): Allow use from a minibuffer.
9823 2012-08-14  Eli Zaretskii  <eliz@gnu.org>
9825         * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
9826         inside comments and strings as identifiers.
9828         * progmodes/gud.el (gud-tooltip-print-command): Quote the
9829         expression to evaluate.  This allows to evaluate expressions with
9830         embedded whitespace.
9831         (gud-tooltip-tips): Add a blank before the newline in the
9832         message-box text, for the benefit of message-box emulation on
9833         MS-Windows.
9835         * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
9836         messages from GDB, pop them up in a tooltip to give feedback to
9837         user.
9838         (gdb-tooltip-print-1): Quote the expression to evaluate.
9839         This allows to evaluate expressions with embedded whitespace.
9840         (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
9841         if the TTY name is nil or empty (which happens when communicating
9842         with the inferior via pipes, e.g. on MS-Windows).
9843         (gdb-internals): If GDB sends a "&\n" empty debugging message,
9844         don't send that to the GUD buffer.
9846 2012-08-14  Glenn Morris  <rgm@gnu.org>
9848         * emacs-lisp/bytecomp.el (byte-compile-setq-default):
9849         Optimize away setq-default with no args, as for setq.  (Bug#12195)
9851 2012-08-14  Chong Yidong  <cyd@gnu.org>
9853         * minibuffer.el (read-file-name): Doc fix (Bug#10881).
9855         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
9856         (Bug#12085).
9858 2012-08-14  Glenn Morris  <rgm@gnu.org>
9860         * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
9862 2012-08-14  Michael Albinus  <michael.albinus@gmx.de>
9864         * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
9865         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9866         Use cached shell name.
9868 2012-08-14  Fabián Ezequiel Gallina  <fgallina@cuca>
9870         * progmodes/python.el (python-shell-send-string):
9871         (python-shell-send-setup-code): Do not use `format' with `message'.
9873 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
9875         * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
9876         (ruby-percent-literal-beg-re): New constant.
9877         (ruby-syntax-general-delimiters-goto-beg): Rename to
9878         `ruby-syntax-enclosing-percent-literal', improve literal type check.
9879         (ruby-syntax-propertize-general-delimiters): Rename to
9880         `ruby-syntax-propertize-percent-literal', it's a shorter and more
9881         popular term.  Adjust comments everywhere.
9882         (ruby-syntax-propertize-percent-literal): Only propertize when not
9883         inside a simple string or comment.  When the literal is unclosed,
9884         leave the text after it unpropertized.
9885         (ruby-syntax-methods-before-regexp): New constant.
9886         (ruby-syntax-propertize-function): Use it to recognize regexps.
9887         Don't look at the text after regexp, just use the whitelist.
9889 2012-08-14  Andreas Schwab  <schwab@linux-m68k.org>
9891         * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
9892         non-nil always load the compiled file if it exists.  (Bug#12197)
9894 2012-08-14  Chong Yidong  <cyd@gnu.org>
9896         * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
9897         (hi-lock-set-pattern): When deciding whether to use font lock or
9898         overlays, look at font-lock-mode instead of font-lock-fontified
9899         (Bug#12168).
9900         (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
9901         (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
9903 2012-08-14  Daiki Ueno  <ueno@unixuser.org>
9905         * subr.el (internal--after-with-selected-window): Fix typo
9906         (Bug#12193).
9908 2012-08-14  Fabián Ezequiel Gallina  <fgallina@cuca>
9910         Use `completion-table-dynamic' for completion functions.
9911         * progmodes/python.el
9912         (python-shell-completion--do-completion-at-point)
9913         (python-shell-completion--get-completions):
9914         Remove functions.
9915         (python-shell-completion-complete-at-point): New function.
9916         (python-completion-complete-at-point): Use it.
9918 2012-08-13  Jambunathan K  <kjambunathan@gmail.com>
9920         * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
9921         (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
9923 2012-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9925         * subr.el (function-get): Refine `autoload' arg so it can also
9926         autoload functions for gv.el (bug#12191).
9927         * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
9928         autoloads macros.
9930         * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
9931         Prefer pcase-let over destructuring-bind.
9932         * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
9933         Also, remove whitespace as we go, rather than after accumulating the
9934         various places.
9936         * subr.el (internal--before-with-selected-window)
9937         (internal--after-with-selected-window): Fix typo seleted->selected.
9938         (with-selected-window): Adjust callers.
9939         Reported by Dmitry Gutov <dgutov@yandex.ru>.
9941 2012-08-13  Bastien Guerry  <bzg@gnu.org>
9943         * window.el (special-display-popup-frame): Minor docstring
9944         enhancement.  (Bug#12172)
9946 2012-08-13  Andreas Schwab  <schwab@linux-m68k.org>
9948         * tar-mode.el (tar-header-data-end): Only ignore size for files of
9949         type 1-6.
9950         (tar-header-block-summarize, tar-get-descriptor): Handle pax
9951         extended headers.
9953         * files.el (hack-local-variables-filter): Remove useless eval.
9955 2012-08-13  Martin Rudalics  <rudalics@gmx.at>
9957         * subr.el (with-selected-window): Fix last change.
9959 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9961         * subr.el (internal--before-with-seleted-window)
9962         (internal--after-with-seleted-window): New functions.
9963         (with-selected-window): Use them, to replace dependency on
9964         tty-top-frame.
9966 2012-08-12  Nobuyoshi Nakada  <nobu@ruby-lang.org>
9968         * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
9969         binding for `newline'.
9970         (ruby-move-to-block): When moving backward, stop at block opening,
9971         not indentation.
9972         * progmodes/ruby-mode.el (ruby-brace-to-do-end)
9973         (ruby-do-end-to-brace, ruby-toggle-block): New functions.
9974         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
9975         `ruby-toggle-block'.
9977 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9979         * ibuffer.el (ibuffer-do-toggle-read-only):
9980         * dired.el (dired-toggle-read-only):
9981         * buff-menu.el (Buffer-menu-toggle-read-only):
9982         * bindings.el (mode-line-toggle-read-only):
9983         * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
9985 2012-08-12  Andreas Schwab  <schwab@linux-m68k.org>
9987         * descr-text.el (describe-char): Put the overlays over the
9988         "displayed as" character.
9990 2012-08-12  Jay Belanger  <jay.p.belanger@gmail.com>
9992         * calc/calc-units.el (math-default-units-table): Give an
9993         initial value.
9994         (math-put-default-units): Add options to put composite units and
9995         unit systems in the default units table.
9996         (calc-convert-units): Send composite units to
9997         `math-put-default-units' when appropriate.
9999 2012-08-11  Glenn Morris  <rgm@gnu.org>
10001         * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
10003         * tutorial.el (help-with-tutorial):
10004         * emacs-lisp/copyright.el (copyright-update-directory):
10005         * emacs-lisp/autoload.el (autoload-find-generated-file)
10006         (autoload-find-file): Disable local eval: (for insurance).
10008         * files.el (hack-local-variables-filter): If an eval: form is not
10009         known to be safe, and enable-local-variables is :safe, then ignore
10010         the form totally, as is done for non-eval forms.  (Bug#12155)
10011         This is CVE-2012-3479.
10013 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10015         * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
10016         (rx-form): Simplify.
10018 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
10020         * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
10021         ?, _, and : are symbol constituents, ! is not (but kinda should be).
10022         (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
10023         (ruby-syntax-propertize-function): Adjust for changes in
10024         `ruby-syntax-propertize-heredoc'.
10026 2012-08-09 Nobuyoshi Nakada  <nobu@ruby-lang.org>
10028         * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
10029         binding (use `M-;' instead).
10030         (ruby-singleton-class-p): New function.
10031         (ruby-expr-beg, ruby-in-here-doc-p) Use it.
10033 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10035         * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
10037 2012-08-10  Chong Yidong  <cyd@gnu.org>
10039         * progmodes/python.el (python-shell-get-process-name): Don't mess
10040         with same-window-buffer-names.
10042         * eshell/eshell.el (eshell-add-to-window-buffer-names)
10043         (eshell-remove-from-window-buffer-names): Make obsolete.
10044         (eshell-buffer-name, eshell-unload-hook): Don't use them.
10045         (eshell): Just use pop-to-buffer-same-window instead.
10047 2012-08-10  Chong Yidong  <cyd@gnu.org>
10049         * bindings.el: Bind M-= back to count-words-region.
10051         * simple.el (count-words-region): Accept a prefix arg for acting
10052         on the entire buffer.
10053         (count-words--buffer-message): New helper function.
10055 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10057         * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
10058         * subr.el (eventp): `nil' is not an event, and eventp is not hot.
10059         (event-start, event-end): Use posn-at-point to return a more
10060         informative posn.
10061         (posnp): New function.
10062         * mouse.el (popup-menu-normalize-position): Use it.
10064 2012-08-10  Masatake YAMATO  <yamato@redhat.com>
10066         * mouse.el (popup-menu-normalize-position): New function.
10067         (popup-menu): Use `popup-menu-normalize-position' to normalize
10068         the form for POSITION argument.
10070         * term/x-win.el (x-menu-bar-open):
10071         Use the value returend from (posn-at-point) as position
10072         passed to `popup-menu'.
10074 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
10076         * calc/calccomp.el (math-compose-expr): Add extra argument
10077         indicating that parentheses should be put around products in
10078         denominators.  Give multiplication precedence over division during
10079         composition.
10081 2012-08-09  Chong Yidong  <cyd@gnu.org>
10083         * man.el (Man-switches, Man-sed-command, Man-awk-command)
10084         (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
10085         (Man-untabify-command, manual-program): Convert to defcustom
10086         (Bug#10429).
10088         * vc/add-log.el (change-log-mode): Bind comment-start to nil.
10090         * descr-text.el (describe-char): Don't insert extra newlines
10091         (Bug#10127).
10093         * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
10094         (log-view-diff-changeset, log-view-minor-wrap): Likewise.
10096         * align.el (align-region): Delete temporary markers (Bug#10047).
10097         Plus some code cleanups.
10099 2012-08-09  Fabián Ezequiel Gallina  <fgallina@cuca>
10101         * progmodes/python.el (python-pdbtrack-tracked-buffer)
10102         (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
10103         (python-shell-internal-last-output): Use make-local-variable
10104         instead of make-variable-buffer-local.
10106 2012-08-09  Fabián Ezequiel Gallina  <fgallina@cuca>
10108         * progmodes/python.el: Enhancements to forward-sexp.
10109         (python-nav-forward-sexp): Rename from
10110         python-nav-forward-sexp-function.
10111         (python-nav--forward-sexp, python-nav--backward-sexp):
10112         New functions.
10114 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
10116         * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
10117         modes and simplification modes.
10119 2012-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10121         * delsel.el (delete-selection-pre-hook): Don't propagate the
10122         file-supersession signals (bug#12161).
10124 2012-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10126         * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
10127         (cl-map-extents): Add compatibility aliases (bug#12135).
10129 2012-08-08  Michael Albinus  <michael.albinus@gmx.de>
10131         * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
10132         tests by `ignore-error'.
10133         (tramp-find-shell): Open also a new shell, when cache is already
10134         set.  Reported by Carsten Bormann <cabo@tzi.org>.  (Bug#12148)
10136 2012-08-08  Juri Linkov  <juri@jurta.org>
10138         * bookmark.el: Add `defaults' property to the bookmark record.
10139         (bookmark-current-buffer): Doc fix.
10140         (bookmark-make-record): Add `defaults' property with default values
10141         to the bookmark record.
10142         (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
10143         with `bookmark-insert-current-bookmark'.
10144         (bookmark-set): Get `defaults' property from the bookmark record
10145         and use it in `read-from-minibuffer'.
10146         (bookmark-insert-current-bookmark): Remove function.
10148         * info.el (Info-bookmark-make-record): Add `defaults' property
10149         with values of canonical Info node name, the current Info file
10150         name and the current Info node name.  (Bug#12107)
10152 2012-08-08  Juri Linkov  <juri@jurta.org>
10154         * files.el (basic-save-buffer): Use `buffer-name' as the default
10155         of `read-file-name' when buffer is not visiting a file (bug#12128).
10157 2012-08-08  Juri Linkov  <juri@jurta.org>
10159         * info.el (Info-isearch-search): Doc fix.
10160         (Info-search): Change search-failed message from "initial node" to
10161         "end of node" (bug#12078).
10162         (Info-isearch-search): Change `isearch-string-state' to
10163         `isearch--state-string'.
10165 2012-08-08  Glenn Morris  <rgm@gnu.org>
10167         * language/persian.el: Remove file.
10168         * language/misc-lang.el: Move unique part of persian.el here.
10169         * loadup.el: Remove language/persian.
10171 2012-08-08  Ã“scar Fuentes  <ofv@wanadoo.es>
10173         * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
10175 2012-08-08  Fabián Ezequiel Gallina  <fgallina@cuca>
10177         * progmodes/python.el: Fix defsubst warning.
10178         (python-syntax-context) Rename from python-info-ppss-context.
10179         (python-syntax-context-type): Rename from
10180         python-info-ppss-context-type.
10181         (python-syntax-comment-or-string-p): Rename from
10182         python-info-ppss-comment-or-string-p.
10184 2012-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
10186         * calc/calc-misc.el (calc-record-why): Don't record a message twice.
10188 2012-08-07  Andreas Schwab  <schwab@linux-m68k.org>
10190         * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
10191         a defcustom that is quoted with backquote.
10193         * calc/calc-prog.el (math-do-defmath): Use backquote forms.
10194         Fix handling of interactive spec when the body uses return.
10195         (math-do-arg-check, math-define-function-body): Use backquote forms.
10196         * calc/calc-ext.el (math-defcache): Likewise.
10197         * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
10198         * allout.el (allout-new-exposure): Likewise.
10199         * calc/calcalg2.el (math-tracing-integral): Likewise.
10200         * info.el (Info-last-menu-item): Likewise.
10201         * emulation/vip.el (vip-loop): Likewise.
10202         * textmodes/artist.el (artist-funcall): Likewise.
10203         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
10204         Construct menu-item directly.
10206         * progmodes/autoconf.el (font-lock-syntactic-keywords):
10207         Don't declare.
10209 2012-08-07  Chong Yidong  <cyd@gnu.org>
10211         * simple.el (deactivate-mark): Preserve text properties when
10212         saving the primary selection (Bug#8384).
10214 2012-08-07  Kevin Ryde  <user42@zip.com.au>
10216         * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
10217         (woman-parse-numeric-value): On a bad .IP line, issue a warning
10218         and continue processing (Bug#12110).
10220 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10222         * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
10223         syntax-propertize-function (bug#10095).
10225 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10227         * help-fns.el (help-fns--key-bindings, help-fns--signature)
10228         (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
10229         describe-function-1.
10230         (describe-function-1): Use them.  Move compiler macro after sig.
10231         (help-fns--compiler-macro): Use function-get.  Assume we're already in
10232         standard-output.  Adjust layout to new call order.
10234         * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
10235         re-binding a symbol that has a symbol-macro (bug#12119).
10237 2012-08-06  Mohsen BANAN  <libre@mohsen.1.banan.byname.net>
10239         * language/persian.el: New file.  (Bug#11812)
10240         * loadup.el: Add language/persian.el.
10242 2012-08-06  Chong Yidong  <cyd@gnu.org>
10244         * window.el (window--maybe-raise-frame): New function.
10245         (window--display-buffer): Split off from here.
10246         (display-buffer-reuse-window, display-buffer-pop-up-frame)
10247         (display-buffer-pop-up-window, display-buffer-use-some-window):
10248         Obey an inhibit-switch-frame action alist entry.
10249         (display-buffer): Update doc.
10251         * replace.el (occur-after-change-function): Avoid losing focus by
10252         using the inhibit-switch-frame display parameter (Bug#12139).
10254 2012-08-06  Fabián Ezequiel Gallina  <fgallina@cuca>
10256         Make internal shell process buffer names start with space.
10257         * progmodes/python.el (python-shell-make-comint): Add optional
10258         argument INTERNAL.
10259         (run-python-internal): Use it.
10260         (python-shell-internal-get-or-create-process): Check for new
10261         internal buffer names.
10263 2012-08-06  Glenn Morris  <rgm@gnu.org>
10265         * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
10266         Do less getting and setting of environment variables.
10268 2012-08-05  Chong Yidong  <cyd@gnu.org>
10270         * proced.el (proced): Add substitution string to docstring to
10271         trigger autoloading of the proced library on C-h f (Bug#1768).
10273         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10274         Don't show defvars which have no second argument (Bug#8638).
10276         * imenu.el (imenu-generic-expression): Move documentation here
10277         from imenu--generic-function.
10278         (imenu--generic-function): Refer to imenu-generic-expression.
10280 2012-08-05  Vegard Ã˜ye  <vegard_oye@hotmail.com>  (tiny change)
10282         * emulation/viper-init.el (viper-deflocalvar): Add docstring and
10283         indentation declaration.
10284         (viper-loop): Add indentation declaration (Bug#7025).
10286 2012-08-05  Chong Yidong  <cyd@gnu.org>
10288         * help-fns.el (describe-variable): Add hyperlink for
10289         directory-local variables files.  Improve buffer-local and
10290         permanent-local reporting; suggested by MON KEY (Bug#6644).
10292         * help-mode.el (help-dir-local-var-def): New button type.
10294         * files.el (kill-buffer-hook): Provide a defvar.
10296 2012-08-05  Glenn Morris  <rgm@gnu.org>
10298         * eshell/esh-ext.el (eshell/addpath):
10299         Also update eshell-path-env.  (Bug#12013)
10301 2012-08-05  Chong Yidong  <cyd@gnu.org>
10303         * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
10305         * fringe.el (fringe-styles): Add docstring.
10306         (fringe--check-mode): New function.
10307         (set-fringe-mode, set-fringe-style): Use it.
10308         (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
10310         * files.el (set-auto-mode): Fix invalid setq call.
10312 2012-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10314         * isearch.el: Misc simplification; use defstruct.
10315         (isearch-mode-map): Dense maps now work like sparse ones.
10316         (isearch--state): New defstruct.
10317         (isearch-string-state, isearch-message-state, isearch-point-state)
10318         (isearch-success-state, isearch-forward-state)
10319         (isearch-other-end-state, isearch-word-state, isearch-error-state)
10320         (isearch-wrapped-state, isearch-barrier-state)
10321         (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
10322         replaced by defstruct's accessors.
10323         (isearch--set-state): Rename from isearch-top-state and change
10324         calling convention.
10325         (isearch-push-state): Use new isearch--get-state.
10326         (isearch-toggle-word): Disable regexp when enabling word.
10327         (isearch-message-prefix): Remove unused arg _c-q-hack.
10328         (isearch-message-suffix): Remove unused arg _ellipsis.
10330 2012-08-04  Andreas Schwab  <schwab@linux-m68k.org>
10332         * simple.el (list-processes--refresh): For a server use :host or
10333         :local as the address.
10334         (list-processes): Doc fix.
10336 2012-08-04  Michal Nazarewicz  <mina86@mina86.com>
10338         * lisp/mpc.el: Support password in host argument.
10339         (mpc--proc-connect): Parse and use new password element.
10340         Set mpc-proc variable instead of returning process.
10341         (mpc-proc): Adjust accordingly.
10343 2012-08-03  Eli Zaretskii  <eliz@gnu.org>
10345         * whitespace.el (whitespace-display-mappings): Use Unicode
10346         codepoints, instead of emacs-mule codepoints.  See
10347         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
10348         for the details.
10350         * files.el (file-truename): Don't skip symlink-chasing part on
10351         windows-nt.  Incorporate the resolution of 8+3 short aliases on
10352         Windows into the loop that recursively chases symlinks.
10353         Compare directory and its parent case-insensitively on MS-Windows and
10354         MS-DOS.
10356 2012-08-03  Chong Yidong  <cyd@gnu.org>
10358         * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
10360         * sort.el (sort-regexp-fields): Doc fix.
10362 2012-08-03  Tassilo Horn  <tsdh@gnu.org>
10364         * textmodes/reftex.el (reftex-compile-variables): Make keyvals
10365         labels regex position point at the expected place.
10367 2012-08-03  MON KEY  <monkey@sandpframing.com>
10369         * net/imap.el (imap-interactive-login, imap-authenticate)
10370         (imap-mailbox-lsub, imap-mailbox-list)
10371         (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
10372         (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
10373         (imap-parse-response): Doc fix.
10375 2012-08-03  João Távora  <joaotavora@gmail.com>
10377         * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
10378         if sexp scanning does not move point (Bug#5734).
10380 2012-08-02  Tassilo Horn  <tsdh@gnu.org>
10382         * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
10383         Add listings, minted, and ctable packages.
10384         (reftex-label-alist-builtin): Move listings, minted, and ctable
10385         entries before LaTeX.
10386         (reftex-label-alist): Docfix.
10388 2012-08-02  Bastien Guerry  <bzg@gnu.org>
10390         * replace.el (occur): Fix docstring (bug#12122).
10392 2012-08-02  Glenn Morris  <rgm@gnu.org>
10394         * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
10396 2012-08-02  Paul Eggert  <eggert@cs.ucla.edu>
10398         Obsolete alias inactivate-current-input-method-function (Bug#10150).
10399         * international/mule-cmds.el: Create
10400         inactivate-current-input-method-function as an obsolete alias for
10401         deactivate-current-input-method-function.  See Katsumi Yamaoka in
10402         <http://bugs.gnu.org/10150#46>.
10404 2012-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
10406         * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
10407         of nested `if's.
10409 2012-08-01  Glenn Morris  <rgm@gnu.org>
10411         * progmodes/autoconf.el (autoconf-definition-regexp):
10412         Add AH_TEMPLATE, adjust submatch numbering.
10413         (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
10414         (autoconf-current-defun-function): Update for above change.
10415         (autoconf-current-defun-function): First skip to end of current word.
10417 2012-08-01  Rupert Swarbrick  <rswarbrick@gmail.com>  (tiny change)
10419         * calendar/cal-html.el (cal-html-insert-agenda-days):
10420         Fix typo.  (Bug#12018)
10422 2012-07-31  Fabián Ezequiel Gallina  <fgallina@cuca>
10424         Shell processes: enhancements to startup and CEDET compatibility.
10425         * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
10426         (python-shell-make-comint): accept-process-output at startup.
10427         (run-python-internal): Set inferior-python-mode-hook to nil.
10428         (python-shell-internal-get-or-create-process): call sit-for.
10429         (python-preoutput-result): Add obsolete alias.
10430         (python-shell-internal-send-string): Use it.
10431         (python-shell-send-setup-code): Remove call to
10432         accept-process-output.
10434 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
10436         * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
10437         (Bug#12108)
10439 2012-07-31  Jay Belanger  <jay.p.belanger@gmail.com>
10441         * calc-mode.el (calc-basic-simplification-mode): Rename from
10442         `calc-limited-simplification-mode'.
10443         (calc-alg-simplification-mode): New function.
10444         (calc-set-simplify-mode): Adjust message.
10446         * calc.el (calc-set-mode-line): Adjust mode line display for
10447         basic simplification mode.
10449         * calc-help.el (calc-m-prefix-help): Update help message.
10451         * calc-ext.el (calc-init-extensions): Add bindings and autoloads
10452         for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
10454 2012-07-31  Bastien Guerry  <bzg@gnu.org>
10456         * man.el (man): Fix comment.  (bug#12101)
10458 2012-07-31  Martin Rudalics  <rudalics@gmx.at>
10460         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
10461         Don't return a non-nil value when no suitable buffer was found.
10463 2012-07-31  Fabián Ezequiel Gallina  <fgallina@cuca>
10465         * progmodes/python.el (run-python-internal): Disable font lock for
10466         internal shells.
10468 2012-07-30  Stefan Merten  <smerten@oekonux.de>
10470         * textmodes/rst.el: Silence `checkdoc-ispell'.
10471         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
10472         (rst-official-version, rst-official-cvs-rev)
10473         (rst-package-emacs-version-alist): Update to upstream V1.3.1.
10474         (rst-mode-map): New key binding.
10476 2012-07-30  Paul Eggert  <eggert@cs.ucla.edu>
10478         Update .PHONY listings in makefiles.
10479         * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
10480         autoloads, update-subdirs, updates, bzr-update, update-authors,
10481         compile-onefile, compile-calc, backup-compiled-files,
10482         compile-after-backup, compile-one-process, mh-autoloads,
10483         bootstrap-clean, distclean, maintainer-clean.
10485 2012-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
10487         * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
10488         (calc-set-mode-line): Don't display "AlgSimp ".
10490         * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
10491         (calc-lim-simplify-mode): New function.
10492         (calc-set-simplify-mode): Default to 'alg.
10493         (calc-default-simplify-mode): Make algebraic simplifications
10494         the default.
10496         * calc/calc-ext.el (calc-init-extensions): Remove binding for
10497         `calc-alg-simplify-mode'.  Add binding for `calc-lim-simplify-mode'.
10499         * calc/calc-help.el (calc-m-prefix-help): Change messages to
10500         indicate new simplification modes.
10502         * calc/README: Mention new default simplification mode.
10504         * calc/calc.el (math-normalize-error): New variable.
10505         (math-normalize): Set `math-normalize-error' to t
10506         when there's an error.
10508         * calc/calc-alg.el (math-simplify): Don't simplify when
10509         `math-normalize' returns an error.
10511 2012-07-29  Eli Zaretskii  <eliz@gnu.org>
10513         * international/mule-cmds.el (set-locale-environment): Revert last
10514         change, since display-graphic-p returns nil when this function is
10515         called during startup.  Instead...
10517         * term/w32console.el (terminal-init-w32console): ...setup the
10518         keyboard and terminal encoding for TTY sessions here.  (Bug#12082)
10520 2012-07-29  Juri Linkov  <juri@jurta.org>
10522         * simple.el (goto-line): Don't display default line number in the
10523         prompt because it should be displayed by `read-number' (bug#9952).
10524         Add the current line number to the defaults of `goto-line' to
10525         allow its easier modification by users with `M-n' (bug#9201).
10527         * subr.el (read-number): Support multiple default values like in
10528         other minibuffer reading functions.  Replace `read' with
10529         `string-to-number' for consistency with `number-to-string'.
10531 2012-07-29  Paul Eggert  <eggert@cs.ucla.edu>
10533         deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
10534         * emulation/viper-init.el (viper-deactivate-input-method-action):
10535         Rename from viper-inactivate-input-method-action.
10536         (viper-deactivate-input-method):
10537         Rename from viper-inactivate-input-method.
10538         * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
10539         * international/mule-cmds.el (deactivate-input-method):
10540         Rename from inactivate-input-method.
10541         Also run input-method-deactivate-hook.
10542         (deactivate-current-input-method-function):
10543         Rename from inactivate-current-input-method-function.
10544         (input-method-deactivate-hook): New hook.
10545         (input-method-inactivate-hook): Mark obsolete.
10546         (inactivate-input-method): Mark obsolete.
10548         * international/quail.el (quail-activate):
10549         Also run quail-deactivate-hook.
10550         (quail-deactivate): Rename from quail-inactivate.
10551         * international/robin.el (robin-activate):
10552         Also run robin-deactivate-hook.
10553         (robin-deactivate): Rename from robin-inactivate.
10555 2012-07-29  Chong Yidong  <cyd@gnu.org>
10557         * simple.el (indicate-copied-region): New function.
10558         (kill-ring-save): Split off from here.
10560         * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
10561         (kill-rectangle): Set deactivate-mark to t on read-only error.
10563         * register.el (copy-to-register, copy-rectangle-to-register):
10564         Deactivate the mark, and use indicate-copied-region (Bug#10056).
10565         (append-to-register, prepend-to-register): Call indicate-copied-region.
10567 2012-07-29  Juri Linkov  <juri@jurta.org>
10569         * simple.el (async-shell-command-buffer): New defcustom.
10570         (shell-command): Use it.  (Bug#4719)
10572 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
10574         * international/mule-cmds.el (set-locale-environment): In a
10575         console session on MS-Windows, set up keyboard and terminal
10576         encoding from the OEM codepage, not the ANSI codepage.
10577         (Bug#12055)
10579 2012-07-28  Chong Yidong  <cyd@gnu.org>
10581         * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
10582         gdb-get-location.
10584 2012-07-28  Leo Liu  <sdl.web@gmail.com>
10586         * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
10587         the alist (bug#12029).
10589 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
10591         * makefile.w32-in (custom-deps, finder-data, updates, compile)
10592         (compile-always, compile-first)
10593         ($(lisp)/calendar/cal-loaddefs.el)
10594         ($(lisp)/calendar/diary-loaddefs.el)
10595         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
10596         ($(lisp)/net/tramp-loaddefs.el, bootstrap)
10597         ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
10598         instead of on update-subdirs.
10599         (bootstrap-clean): Delete $(lisp)/subdirs.el.
10601 2012-07-28  Chong Yidong  <cyd@gnu.org>
10603         * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
10604         directory if vc-deduce-backend returns nil (Bug#7350).
10606         * simple.el (delete-trailing-lines): New option.
10607         (delete-trailing-whitespace): Obey it (Bug#11879).
10609 2012-07-28  David Engster  <deng@randomsample.de>
10611         * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
10612         Explanation of new 'symbol-qnames feature in doc-strings.
10613         (xml-maybe-do-ns): Return expanded names as plain symbols if
10614         'symbol-qnames was provided in XML-NS argument (Bug#11916).
10615         (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
10617 2012-07-27  Fabián Ezequiel Gallina  <fgallina@cuca>
10619         Consistent completion in inferior python with emacs -nw.
10620         * progmodes/python.el (inferior-python-mode): replace "<tab>"
10621         binding in inferior-python-mode-map with "\t".
10622         (python-shell-completion-complete-at-point)
10623         (python-completion-complete-at-point): Remove interactive spec.
10625 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
10627         * calc/calccomp.el (math-compose-expr): Undo previous change.
10629 2012-07-27  Fabián Ezequiel Gallina  <fgallina@cuca>
10631         * progmodes/python.el (python-mode-map): Add keybinding for
10632         run-python.
10633         (python-shell-make-comint): Fix pop-to-buffer call.
10634         (run-python): Autoload.  New arg SHOW.
10635         (python-shell-get-or-create-process): Do not pop python process
10636         buffer.
10638 2012-07-27  Michael Albinus  <michael.albinus@gmx.de>
10640         * notifications.el (notifications-on-action-signal)
10641         (notifications-on-closed-signal): Use also the bus address for the map.
10642         (notifications-notify, notifications-close-notification)
10643         (notifications-get-capabilities): Add optional argument BUS.
10645 2012-07-27  Tassilo Horn  <tsdh@gnu.org>
10647         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
10648         Add support for the lstlisting and minted environments, and for the
10649         ctable macro.
10650         * textmodes/reftex.el (reftex-compile-variables): Also recognize
10651         labels written in keyvals syntax.
10653 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
10655         * calc/calccomp.el (math-compose-expr): Use parentheses when
10656         there is a product in the denominator of a fraction.
10658 2012-07-26  Eli Zaretskii  <eliz@gnu.org>
10660         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
10661         ($(lisp)/calendar/diary-loaddefs.el)
10662         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
10663         ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
10664         Fixes failures in parallel bootstrap because subdirs.el is being
10665         rewritten while the autoload files are built at the same time,
10666         which needs to load subdirs.el.
10668 2012-07-26  Martin Rudalics  <rudalics@gmx.at>
10670         * mouse.el (popup-menu): Fix doc-string and re-indent code.
10671         (mouse-drag-line): Don't exit tracking when a switch-frame or
10672         switch-window event occurs (Bug#12006).
10674 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10676         * mouse.el (popup-menu): Fix last change.
10678 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10680         Autoload from Lisp with more care.  Follow aliases when looking for
10681         function properties.
10682         * subr.el (autoloadp): New function.
10683         (symbol-file): Use it.
10684         (function-get): New function.
10685         * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
10686         autoload-do-load.
10687         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
10688         (lisp-indent-function):
10689         * emacs-lisp/gv.el (gv-get):
10690         * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
10691         * emacs-lisp/byte-opt.el (byte-optimize-form):
10692         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
10693         * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
10694         Use function-get.
10695         * emacs-lisp/cl.el: Don't propagate function properties any more.
10697         * speedbar.el (speedbar-add-localized-speedbar-support):
10698         * emacs-lisp/disass.el (disassemble-internal):
10699         * desktop.el (desktop-load-file):
10700         * help-fns.el (help-function-arglist, find-lisp-object-file-name)
10701         (describe-function-1):
10702         * emacs-lisp/find-func.el (find-function-noselect):
10703         * emacs-lisp/elp.el (elp-instrument-function):
10704         * emacs-lisp/advice.el (ad-has-proper-definition):
10705         * apropos.el (apropos-safe-documentation, apropos-macrop):
10706         * emacs-lisp/debug.el (debug-on-entry):
10707         * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
10708         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
10709         * calc/calc.el (name): Use autoloadp & autoload-do-load.
10711 2012-07-25  Alp Aker  <alp.tekin.aker@gmail.com>
10713         * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
10714         function, not an obsolete variable (Bug#12046).
10716 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
10718         * faces.el (face-spec-reset-face): Fix last change.  (Bug#12042)
10720 2012-07-25  Christopher Schmidt  <christopher@ch.ristopher.com>
10722         * emacs-lisp/pp.el (pp-display-expression): Select old selected
10723         window only if it is still live (Bug#12034).
10725 2012-07-25  Martin Rudalics  <rudalics@gmx.at>
10727         * subr.el (redirect-frame-focus): Add advertised calling
10728         convention (Bug#12030).
10730 2012-07-25  Paul Eggert  <eggert@cs.ucla.edu>
10732         Prefer typical American spelling for "acknowledgment".
10733         * vc/add-log.el (change-log-acknowledgment): Rename from
10734         change-log-acknowledgement, with an alias for the old name.
10736 2012-07-25  Jay Belanger  <jay.p.belanger@gmail.com>
10738         * calc-alg.el (math-simplify-divide): Don't cross multiply
10739         in an equation when the lhs is a variable.
10741 2012-07-24  Julien Danjou  <julien@danjou.info>
10743         * net/netrc.el (netrc-find-service-number, netrc-store-data):
10744         Remove, unused.
10746 2012-07-23  Eli Zaretskii  <eliz@gnu.org>
10748         * startup.el (command-line): Don't display an empty user name in
10749         the error message about non-existent home directory, when
10750         init-file-user was set to an empty string.  See
10751         http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
10752         for the details and context.
10754 2012-07-22  Vincent Belaïche  <vincentb1@users.sourceforge.net>
10756         * ses.el (ses-cell-formula-aset): New macro.
10757         (ses-cell-references-aset): New macro.
10758         (ses-cell-p): New function.
10759         (ses-rename-cell): Do no longer rely on complex operations like
10760         ses-cell-set-formula or ses-set-cell to change the cell and handle
10761         the undo at the same time, but rather use lower level new macros
10762         `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
10763         the undo directly.  Refresh the mode line.
10765 2012-07-21  Leo Liu  <sdl.web@gmail.com>
10767         * progmodes/cc-cmds.el (c-defun-name):
10768         Use match-string-no-properties instead for consistency.
10770 2012-07-20  Leo Liu  <sdl.web@gmail.com>
10772         * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
10773         (Bug#7879)
10775         * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
10777 2012-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10779         * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
10780         * progmodes/bug-reference.el, misearch.el: Provide themselves
10781         (bug#11915).
10783         * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
10784         of narrowed buffer (bug#11966).
10786 2012-07-20  Vincent Belaïche  <vincentb1@users.sourceforge.net>
10788         * ses.el (ses-rename-cell): Set new name also in reference list of
10789         cells of which the renamed cell depends.
10791 2012-07-20  Masatake YAMATO  <yamato@redhat.com>
10793         * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
10794         to check whether menu-bar is shown or not.  If not shown,
10795         show the menu-bar as a popup menu instead of using tmm.
10796         * mouse.el (popup-menu): Accept `point' as `position' argument.
10798 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
10800         * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
10801         up inside string symbol literal (bug#11923).
10803 2012-07-20  Eli Zaretskii  <eliz@gnu.org>
10805         * startup.el (fancy-startup-text): Read the whole tutorial, not
10806         just its first 256 bytes.  Prevents gibberish in display of the
10807         tutorial title.
10809 2012-07-20  Dmitry Antipov  <dmantipov@yandex.ru>
10811         Drop idle buffer compaction due to an absence of the
10812         proved efficiency.
10813         * compact.el: Remove.
10815 2012-07-19  Sam Steingold  <sds@gnu.org>
10817         * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
10818         vc-bzr-pull & vc-bzr-merge-branch.
10819         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
10820         (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
10821         for consistency with compilation-error-regexp-alist.
10822         * vc/vc-git.el (vc-git-error-regexp-alist): Add.
10823         (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
10824         * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
10825         (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
10827 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10829         * emacs-lisp/chart.el: Use lexical-binding.
10830         (chart-emacs-storage): Don't hardcode the list of entries.
10832 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
10834         Next round of tweaks caused by Fgarbage_collect changes.
10835         * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
10837 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
10839         Compact buffers when idle.
10840         * compact.el: New file.
10842 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10844         * subr.el (eventp): Presume that if it looks vaguely like an event,
10845         it's an event (bug#10190).
10847 2012-07-19  Fabián Ezequiel Gallina  <fgallina@cuca>
10849         Enhancements to ppss related code (thanks Stefan).
10850         * progmodes/python.el (python-indent-context)
10851         (python-indent-calculate-indentation, python-indent-dedent-line)
10852         (python-indent-electric-colon, python-nav-forward-block)
10853         (python-mode-abbrev-table)
10854         (python-info-assignment-continuation-line-p): Simplify checks
10855         for ppss context.
10856         (python-info-continuation-line-p): Cleanup.
10857         (python-info-ppss-context): Do not catch 'quote.
10858         (python-info-ppss-context-type)
10859         (python-info-ppss-comment-or-string-p): Simplify.
10861 2012-07-18  Fabián Ezequiel Gallina  <fgallina@cuca>
10863         * progmodes/python.el: Enhancements to eldoc support.
10864         (python-info-current-symbol): New function.
10865         (python-eldoc-at-point): Use python-info-current-symbol.
10866         (python-info-current-defun): Fix cornercase on first defun scan.
10867         (python-eldoc--get-doc-at-point): Use python-info-current-symbol
10868         and signal error when no inferior python process is available.
10870 2012-07-18  Dmitry Gutov  <dgutov@yandex.ru>
10872         * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
10873         assume it's always t.
10874         (vc-git-registered): Remove caching, the function is only called
10875         once.
10876         (vc-git-branches): Use `vc-git--call' instead of `call-process'.
10878 2012-07-18  Chong Yidong  <cyd@gnu.org>
10880         * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
10882         * simple.el (count-words): Report on narrowing (Bug#9959).
10884         * bindings.el: Bind M-= to count-words.
10886         * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
10888 2012-07-18  Masatake YAMATO  <yamato@redhat.com>
10890         * progmodes/sh-script.el (sh-imenu-generic-expression):
10891         Capture a function with `function' keyword and without parentheses
10892         like "function FOO" (bug#11856).
10894 2012-07-18  Tassilo Horn  <tassilo@member.fsf.org>
10896         * window.el (split-window-sensibly): Make WINDOW argument
10897         optional.
10899 2012-07-18  Chong Yidong  <cyd@gnu.org>
10901         * subr.el (keyboard-translate): Doc fix (Bug#7261).
10903         * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
10904         and make C-x 8 RET exit isearch (Bug#11439).
10906         * international/iso-transl.el: Move isearch-mode-map key
10907         definitions to isearch.el.
10909 2012-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10911         * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
10912         (eieio-defclass): Use gv-define-setter when possible.
10914 2012-07-18  Dmitry Antipov  <dmantipov@yandex.ru>
10916         Reflect recent changes in Fgarbage_collect.
10917         * emacs-lisp/chart.el (chart-emacs-storage): Change to
10918         reflect new format of data returned by Fgarbage_collect.
10920 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
10922         New utility functions + python-info-ppss-context fix (Bug#11910).
10923         * progmodes/python.el (python-info-beginning-of-block-statement-p)
10924         (python-info-ppss-comment-or-string-p): New functions.
10925         (python-info-ppss-context): Small fix for string check.
10927 2012-07-17  Juri Linkov  <juri@jurta.org>
10929         * dired-aux.el (dired-do-async-shell-command): Doc fix.
10930         (dired-do-async-shell-command): Don't add `*' at the end of the
10931         command (Bug#11815).
10932         (dired-do-shell-command): Doc fix.
10933         (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
10934         Join the individual commands using either "&" or ";" as the
10935         separator depending on the values of these trailing characters.
10936         At the end re-add the trailing "&".  (Bug#10598)
10938         * simple.el (async-shell-command): Sync the interactive spec with
10939         `shell-command'.  Doc fix.
10940         (shell-command): Doc fix.
10942 2012-07-17  Juri Linkov  <juri@jurta.org>
10944         * descr-text.el (describe-char): Fix format args.  (Bug#10129)
10946 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
10948         Final renames and doc fixes for movement commands (bug#11899).
10949         * progmodes/python.el (python-nav-beginning-of-statement):
10950         Rename from python-nav-statement-start.
10951         (python-nav-end-of-statement): Rename from
10952         python-nav-statement-end.
10953         (python-nav-beginning-of-block): Rename from
10954         python-nav-block-start.
10955         (python-nav-end-of-block): Rename from python-nav-block-end.
10957 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
10959         * progmodes/python.el (python-shell-send-string-no-output):
10960         Allow accept-process-output to quit, keeping shell process ready for
10961         future interactions (Bug#11868).
10963 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10965         * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
10967         * emacs-lisp/elint.el (elint-find-args-in-code):
10968         Use help-function-arglist, so as to handle lexical byte-code.
10970         * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
10971         change (bug#11826).
10973 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10975         * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
10976         Avoid spuriously marking the buffer as modified because of c-is-sws.
10978         * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
10979         as not-a-comment (bug#11946).
10981         * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
10982         for uninterned vars.
10984         * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
10985         Use read-event since we don't really want to read chars but bytes.
10987         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
10988         $$..$$ but also $..$ using regexps (bug#11953).
10989         Use tex-verbatim for \url and \path.
10990         (tex-font-lock-keywords): Define as defconst like the others.
10991         (tex-common-initialization): Don't use font-lock-syntax-table any more.
10993 2012-07-16  René Kyllingstad  <Rene@Kyllingstad.com>  (tiny change)
10995         * international/mule-cmds.el (ucs-insert): Make it an obsolete
10996         alias for insert-char.
10998 2012-07-16  Fabián Ezequiel Gallina  <fgallina@cuca>
11000         * progmodes/python.el: Simplified imenu implementation.
11001         (python-nav-jump-to-defun): Remove command.
11002         (python-mode-map): Use `imenu' instead.
11003         (python-nav-list-defun-positions-cache)
11004         (python-imenu-include-defun-type, python-imenu-make-tree)
11005         (python-imenu-subtree-root-label, python-imenu-index-alist):
11006         Remove vars.
11007         (python-nav-list-defun-positions, python-nav-read-defun)
11008         (python-imenu-tree-assoc, python-imenu-make-element-tree)
11009         (python-imenu-make-tree, python-imenu-create-index):
11010         Remove functions.
11011         (python-mode): Update to interact with imenu by setting
11012         `imenu-extract-index-name-function' only.
11014 2012-07-16  Fabián Ezequiel Gallina  <fgallina@cuca>
11016         * progmodes/python.el: Enhancements to navigation commands.
11017         (python-nav-backward-sentence)
11018         (python-nav-forward-sentence): Remove.
11019         (python-nav-backward-statement, python-nav-forward-statement)
11020         (python-nav-statement-start, python-nav-statement-end)
11021         (python-nav-backward-block, python-nav-forward-block)
11022         (python-nav-block-start, python-nav-block-end)
11023         (python-nav-forward-sexp-function)
11024         (python-info-current-line-comment-p)
11025         (python-info-current-line-empty-p): New functions.
11026         (python-indent-context): Use `python-nav-statement-start'.
11028 2012-07-16  Michael Albinus  <michael.albinus@gmx.de>
11030         * eshell/em-ls.el (eshell/ls): Use `apply'.
11032         * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
11033         multi-hops, instead of Tramp internals.
11035         * vc/ediff.el (ediff-directories): Add trailing space to prompts.
11037         * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
11038         when F1 and F2 are located on different hosts.
11040 2012-07-14  Chong Yidong  <cyd@gnu.org>
11042         * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
11043         (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
11044         (xterm-mouse-translate-extended, xterm-mouse-translate-1)
11045         (xterm-mouse--read-event-sequence-1000)
11046         (xterm-mouse--read-event-sequence-1006): New functions.  For old
11047         mouse protocol, handle M-mouse-X events correctly.
11048         (xterm-mouse-event): New arg specifying mouse protocol.
11049         (turn-on-xterm-mouse-tracking-on-terminal)
11050         (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
11051         sequence to toggle extended coordinates on newer XTerms.
11052         This appears to be harmless on terminals which do not support this.
11054 2012-07-14  Leo Liu  <sdl.web@gmail.com>
11056         Add fringe bitmap indicators for flymake.  (Bug#11253)
11057         * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
11058         (flymake-make-overlay): New arg BITMAP.
11059         (flymake-error-bitmap, flymake-warning-bitmap)
11060         (flymake-fringe-indicator-position): New user variables.
11062         * fringe.el: New bitmap exclamation-mark.
11064 2012-07-14  Jan Djärv  <jan.h.d@swipnet.se>
11066         * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
11067         also (Bug#7879).
11069 2012-07-14  Chong Yidong  <cyd@gnu.org>
11071         * electric.el (electric-pair-post-self-insert-function): Fix pair
11072         insertion in empty-region case (Bug#11520).
11074 2012-07-14  Chong Yidong  <cyd@gnu.org>
11076         * bindings.el: Consolidate ctl-x-r-map bindings.
11077         Bind copy-rectangle-as-kill to C-x r w.
11079         * rect.el, register.el: Move bindings to bindings.el.
11081 2012-07-14  Reuben Thomas  <rrt@sc3d.org>
11083         * rect.el (copy-rectangle-as-kill): New command (Bug#739).
11085 2012-07-13  Andreas Schwab  <schwab@linux-m68k.org>
11087         * emacs-lisp/cl.el (labels): Remove spurious quote.  (Bug#11938)
11089 2012-07-13  Juanma Barranquero  <lekktu@gmail.com>
11091         * bindings.el (top): Use `mapc' instead of `mapcar'.
11093         * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
11095 2012-07-13  Michael Albinus  <michael.albinus@gmx.de>
11097         * progmodes/sql.el (sql-comint): Suppress the check for program on
11098         remote hosts.  Reported by Francis Devereux <francis@devrx.org>.
11099         (Bug#11908)
11101 2012-07-13  Chong Yidong  <cyd@gnu.org>
11103         * bindings.el: Assign a non-nil permanent-local property to
11104         per-buffer variables which lack a default value (Bug#11930).
11106         * help-fns.el (describe-variable): In the "automatically becomes
11107         local" notice, take note of permanent-local variables.
11109 2012-07-13  Chong Yidong  <cyd@gnu.org>
11111         * files.el (toggle-read-only): Doc fix and code cleanup.  New arg
11112         to allow printing the message when called from Lisp.
11114         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11115         Remove toggle-read-only.
11117         * bs.el (bs-toggle-readonly):
11118         * buff-menu.el (Buffer-menu-toggle-read-only):
11119         Remove with-no-warnings around toggle-read-only.
11121         * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
11122         Remove with-no-warnings around toggle-read-only.
11123         (ffap-read-only, ffap-read-only-other-window)
11124         (ffap-read-only-other-frame): Callers changed.
11126         * help-mode.el: Don't require view package.
11127         (help-mode-finish): Set buffer-read-only instead of calling
11128         toggle-read-only.
11130         * bindings.el (mode-line-toggle-read-only):
11131         * dired.el (dired-toggle-read-only):
11132         * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
11133         with non-nil second arg.
11135         * emacs-lisp/eieio-custom.el (eieio-customize-object):
11136         * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
11137         directly.
11139 2012-07-12  Eli Zaretskii  <eliz@gnu.org>
11141         * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
11142         not incf.
11144 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11146         More CL cleanups and reduction of use of cl.el.
11147         * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
11148         * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
11149         * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
11150         * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
11151         * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
11152         * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
11153         * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
11154         * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
11155         * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
11156         * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
11157         * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
11158         * eshell/em-cmpl.el, eshell/em-banner.el:
11159         * calendar/parse-time.el: Use cl-lib.
11160         * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
11161         * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
11162         * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
11163         * term/ns-win.el, term.el, shell.el, ps-samp.el:
11164         * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
11165         * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
11166         * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
11167         * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
11168         * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
11169         * mail/mailheader.el, mail/feedmail.el: Don't use CL.
11170         * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
11171         * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
11172         `lambda' rather than with `quote'.
11173         (eshell-do-opt): Adjust accordingly.
11174         (eshell-process-option): Simplify.
11175         * eshell/esh-var.el:
11176         * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
11177         * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
11178         (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
11179         to `pcase--dontcare'.
11180         * emacs-lisp/cl.el (labels): Mark obsolete.
11181         (cl--letf, letf): Move to cl-lib.
11182         (cl--letf*, letf*): Remove.
11183         * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
11184         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
11185         (cl-progv): Rewrite.
11186         (cl--letf, cl-letf): Move from cl.el.
11187         (cl-letf*): New macro.
11188         * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
11190 2012-07-11  Michael Albinus  <michael.albinus@gmx.de>
11192         * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
11194 2012-07-11  Chong Yidong  <cyd@gnu.org>
11196         * vc/log-edit.el (log-edit-vc-backend): New variable.
11197         (log-edit): Doc fix.
11199         * vc/vc-dispatcher.el (vc-log-edit): New args.  Use PARAMS
11200         argument of log-edit to set up all local variables.
11201         (vc-start-logentry): New optional arg specifying VC backend.
11203         * vc/vc.el (vc-checkin): Use it.
11204         (vc-deduce-fileset): Handle Log Edit buffers.
11205         (vc-diff): Make first argument optional too.
11207         * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
11209 2012-07-10  Michael Albinus  <michael.albinus@gmx.de>
11211         * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
11212         command, just in case.  The function is not needed anymore.
11213         (eshell-external-command): Do not call `eshell-remote-command'.
11215 2012-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11217         Reduce use of (require 'cl).
11218         * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
11219         * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
11220         * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
11221         * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
11222         * international/quail.el, info-xref.el, imenu.el, image-mode.el:
11223         * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
11224         * battery.el, avoid.el, abbrev.el: Use cl-lib.
11225         * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
11226         * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
11227         * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
11228         * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
11229         * calculator.el, autorevert.el, apropos.el: Don't require CL.
11230         * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
11231         (byte-compile-unfold-bcf, byte-compile-check-variable):
11232         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
11233         (byte-compile-nilconstp):
11234         * emacs-lisp/autoload.el (make-autoload): Use pcase.
11235         * face-remap.el (text-scale-adjust): Simplify pcase patterns.
11237         * emacs-lisp/gv.el (cond): Make it a valid place.
11238         (if): Simplify slightly.
11240         * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
11241         (pcase--self-quoting-p): New function.
11242         (pcase--u1): Use it.
11244 2012-07-10  Glenn Morris  <rgm@gnu.org>
11246         * emacs-lisp/authors.el (authors-fixed-entries):
11247         (authors-renamed-files-alist): Update for configure.in -> configure.ac.
11249 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
11251         Rename configure.in to configure.ac (Bug#11603).
11252         * emacs-lisp/authors.el (authors-canonical-file-name):
11253         * progmodes/autoconf.el (autoconf-mode):
11254         Prefer configure.ac to configure.in.
11256 2012-07-08  Chong Yidong  <cyd@gnu.org>
11258         * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
11259         Implement the mouse-1-click-follows-link handling properly.
11261         * info.el (Info-link-keymap): Use follow-link mechanism for
11262         header-line links (Bug#374).
11264         * simple.el (deactivate-mark): Do not set the primary selection
11265         if another program has acquired it (Bug#11772).
11267 2012-07-07  Kevin Ryde  <user42@zip.com.au>
11269         * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
11270         (woman-decode-region): Replace escaped-escapes without destroying
11271         bold or underline (Bug#11552).
11272         (woman2-process-escapes): Handle nofill regions (Bug#11591).
11274 2012-07-07  Chong Yidong  <cyd@gnu.org>
11276         * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
11277         (interprogram-cut-function, interprogram-paste-function):
11278         Mention that we typically mean the clipboard.
11280 2012-07-06  Glenn Morris  <rgm@gnu.org>
11282         * kmacro.el (kmacro-call-macro): Restore repeat message.  (Bug#11817)
11284         * files.el (toggle-read-only): Restrict message to interactive use.
11286 2012-07-06  Michael Albinus  <michael.albinus@gmx.de>
11288         * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
11290         * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
11292 2012-07-06  Glenn Morris  <rgm@gnu.org>
11294         * Makefile.in (compile-one-process): Rename from "recompile".
11296         * Makefile.in (bzr-update): "compile" is the same as "recompile
11297         autoloads", but parallelizable, so use that instead.
11299 2012-07-06  Dmitry Gutov  <dgutov@yandex.ru>
11301         * window.el (quit-window): Always restore window height when
11302         it's saved in quit-restore parameter (Bug#11810).
11304 2012-07-06  Glenn Morris  <rgm@gnu.org>
11306         * simple.el (kill-whole-line): Doc tweak.
11308 2012-07-06  Eli Zaretskii  <eliz@gnu.org>
11310         * files.el (file-relative-name): Compare file names
11311         case-insensitively if on MS-Windows or MS-DOS, or if
11312         read-file-name-completion-ignore-case is non-nil.  Don't use
11313         case-fold-search for this purpose.  (Bug#11827)
11315 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
11317         * calendar/cal-dst.el (calendar-current-time-zone):
11318         Return calendar-current-time-zone-cache if non-nil.
11320 2012-07-17  Masatake YAMATO  <yamato@redhat.com>
11321 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
11323         * calendar/cal-dst.el (calendar-current-time-zone):
11324         Return calendar-current-time-zone-cache if non-nil.
11326 2012-07-06  Glenn Morris  <rgm@gnu.org>
11328         * Makefile.in (cvs-update): Remove old alias.
11330 2012-07-05  Michael Albinus  <michael.albinus@gmx.de>
11332         Sync with Tramp 2.2.6-pre.
11334         * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
11335         compatible declaration.
11337         * net/tramp-cmds.el (tramp-append-tramp-buffers):
11338         Protect `list-load-path-shadows' call.
11340         * net/tramp-compat.el (top): Require packages, which aren't
11341         autoloaded anymore for XEmacs.  Protect call of
11342         `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
11343         compiler.  Do not require tramp-util.el and tramp-vc.el anymore,
11344         it hurts at least for SXEmacs.
11345         (tramp-compat-temporary-file-directory): In XEmacs, there is no
11346         standard-value for `temporary-file-directory'.
11348         * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
11349         Redirect stderr to /dev/null.
11350         (tramp-sh-handle-write-region): uid and gid can be floats.
11351         Reported by Russell Sim <russell.sim@gmail.com>.
11352         (tramp-sh-handle-vc-registered): Hide errors.
11353         (tramp-vc-file-name-handler): Use dummy results for `process-file'
11354         and `start-file-process'.
11355         (tramp-maybe-open-connection): Check also whether `non-essential'
11356         is bound.
11358 2012-07-04  Chong Yidong  <cyd@gnu.org>
11360         * xml.el (xml--parse-buffer): Use xml-syntax-table.
11361         (xml-parse-tag): Likewise, and avoid changing entity tables.
11362         (xml-syntax-table): Define from scratch, making sure not to give
11363         x2000 and other Unicode spaces whitespace syntax, since those are
11364         not spaces in XML.
11365         (xml-parse-fragment): Delete unused function.
11366         (xml-name-start-char-re, xml-name-char-re, xml-name-re)
11367         (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
11368         (xml-entity-ref, xml-pe-reference-re)
11369         (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
11370         (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
11371         (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
11372         (xml-entity-value-re): Use syntax references in regexps where
11373         possible; no need to define inside a let-binding.
11374         (xml-parse-dtd): Use xml-pe-reference-re.
11375         (xml-entity-or-char-ref-re): New defconst.
11376         (xml-parse-string, xml-substitute-special): Use it.
11378 2012-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11380         * files.el (locate-dominating-file): Allow `name' to be a predicate.
11381         (find-file--read-only): New function.
11382         (find-file-read-only, find-file-read-only-other-window)
11383         (find-file-read-only-other-frame): Use it.
11384         (insert-file-contents-literally): Don't `fset'.
11385         (get-free-disk-space): Use locate-dominating-file.
11387         * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
11388         function is already compiled.
11390         * xml.el (xml-name-regexp): Remove, redundant.  Use xml-name-re.
11392 2012-07-03  Michael Albinus  <michael.albinus@gmx.de>
11394         * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
11395         files on the same host.
11397 2012-07-03  Andreas Schwab  <schwab@linux-m68k.org>
11399         * help-fns.el (describe-function-1): Only call
11400         help-fns--autoloaded-p when we have a file name.  (Bug#11848)
11402 2012-07-03  Chong Yidong  <cyd@gnu.org>
11404         * xml.el: Protect parser against XML bombs.
11405         (xml-entity-expansion-limit): New variable.
11406         (xml-parse-string, xml-substitute-special): Use it.
11407         (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
11409 2012-07-03  Glenn Morris  <rgm@gnu.org>
11411         * progmodes/bug-reference.el (bug-reference-bug-regexp):
11412         Allow linking to specific messages in debbugs reports (eg 123#5).
11414 2012-07-02  Chong Yidong  <cyd@gnu.org>
11416         * xml.el: Fix entity and character reference expansion, allowing
11417         them to expand into markup as per XML spec.
11418         (xml-default-ns): New variable.
11419         (xml-entity-alist): Use XML spec definitions for lt and amp.
11420         (xml-parse-region): Make first two arguments optional.
11421         Discard text properties.
11422         (xml-parse-tag-1): New function, spun off from xml-parse-tag.
11423         All callers changed.
11424         (xml-parse-tag): Call xml-parse-tag-1.  For backward
11425         compatibility, this function should not modify buffer contents.
11426         (xml-parse-tag-1): Fix opening-tag regexp.
11427         (xml-parse-string): Rewrite, handling entity and character
11428         references properly.
11429         (xml--entity-replacement-text): Signal an error if a parameter
11430         entity is undefined.
11432 2012-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11434         * comint.el (comint-output-filter): Filter out repeated prompts.
11436         * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
11437         and file-name-absolute-p.
11438         (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
11439         internal calls.
11441 2012-07-02  Paul Eggert  <eggert@cs.ucla.edu>
11443         Spelling fixes.
11444         * emacs-lisp/bytecomp.el (byte-compile--reify-function):
11445         Rename from byte-compile--refiy-function.  All uses changed.
11447 2012-07-01  Chong Yidong  <cyd@gnu.org>
11449         * xml.el (xml--parse-buffer): New function.  Move most of
11450         xml-parse-region here.
11451         (xml-parse-region): Copy region into a temporary buffer, since
11452         parameter entity substitution requires changing buffer contents.
11453         Use xml--parse-buffer.
11454         (xml-parse-file): Use xml--parse-buffer.
11455         (xml-parse-dtd): Make parameter entity substitution work right.
11456         Use proper regexps for ELEMENT declarations (Bug#7172).
11458 2012-06-30  Glenn Morris  <rgm@gnu.org>
11460         * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
11462         * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
11463         Remove outdated and unnecessary dbus declarations.
11465 2012-06-30  Eli Zaretskii  <eliz@gnu.org>
11467         * emacs-lisp/timer.el (timer-until): Subtract results of
11468         float-time, instead of taking float-time of the result of
11469         time-subtract, since float-time signals an error for negative time
11470         arguments.
11472 2012-06-30  Chong Yidong  <cyd@gnu.org>
11474         * xml.el (xml-*-re): Convert defvars into defconsts, and
11475         eval-and-compile them so eval-and-compile works on derivatives.
11476         (xml--entity-replacement-text): Use eval-and-comple.
11478 2012-06-30  Michael Albinus  <michael.albinus@gmx.de>
11480         * vc/vc-git.el (vc-git-registered): Use cache property
11481         `git-registered'.
11482         (vc-git-mode-line-string): Call `vc-working-revision' instead of
11483         `vc-git-working-revision' in order to benefit from the cache.
11484         (vc-git-root): Use cache property `git-root'.  (Bug#11757)
11486 2012-06-30  Dmitry Gutov  <dgutov@yandex.ru>
11488         * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
11489         removed (likely outside Emacs).  (Bug#11757)
11491 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11493         * emacs-lisp/cl-lib.el: Require macroexp.
11495 2012-06-30  Chong Yidong  <cyd@gnu.org>
11497         * xml.el: Implement XML parameter entities.
11498         (xml-parameter-entity-alist): New variable.
11499         (xml-parse-region, xml-parse-fragment): Preserve previous values
11500         of xml-entity-alist and xml-parameter-entity-alist, so that
11501         repeated calls on different documents do not change them.
11502         (xml-parse-tag): Fix doctype regexp.
11503         (xml--entity-replacement-text): New function.
11504         (xml-parse-dtd): Use it.  Don't handle system entities; doing that
11505         properly requires url retrieval which is unimplemented.
11506         (xml-escape-string): Doc fix.
11508 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11510         * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
11512 2012-06-29  Dmitry Antipov  <dmantipov@yandex.ru>
11514         * fringe.el (fringe-mode): Doc fix.
11516 2012-06-29  Michael Albinus  <michael.albinus@gmx.de>
11518         * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
11519         is non-nil.
11520         (ange-ftp-ignore-errors-if-non-essential): New defmacro.
11521         (ange-ftp-file-name-all-completions): Use it.  (Bug#11808)
11523 2012-06-29  Andreas Schwab  <schwab@linux-m68k.org>
11525         * calendar/cal-dst.el (calendar-current-time-zone):
11526         Return calendar-current-time-zone-cache if non-nil.
11528 2012-06-29  Masatake YAMATO  <yamato@redhat.com>
11530         * progmodes/which-func.el (which-func-format):
11531         Add mouse-face.  (Bug#11698)
11533 2012-06-29  Leo Liu  <sdl.web@gmail.com>
11535         * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
11537 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11539         * minibuffer.el (minibuffer-confirm-exit-commands):
11540         Add completion-at-point (bug#11725).
11542 2012-06-29  Glenn Morris  <rgm@gnu.org>
11544         * progmodes/f90.el (f90-font-lock-keywords-2):
11545         Add some preprocessor elements.  (Bug#10499)
11547 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11549         * progmodes/cperl-mode.el (cperl-update-syntaxification):
11550         Use syntax-propertize (bug#11739).
11552 2012-06-28  Juanma Barranquero  <lekktu@gmail.com>
11554         * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
11556 2012-06-28  Julien Danjou  <julien@danjou.info>
11558         * term.el (term-handle-colors-array): Use a set of new faces to
11559         color the terminal.  Also uses :inverse-video property.
11560         (term-default-fg-color): Set to nil by default, deprecate in favor
11561         of `term-face'.
11562         (term-default-bg-color): Set to nil by default, deprecate in favor
11563         of `term-face'.
11564         (term-current-face): Use `term-face' by default.
11565         (term-bold-attribute): Variable deleted.
11567 2012-06-28  Glenn Morris  <rgm@gnu.org>
11569         * simple.el (completion-list-mode-finish):
11570         Don't use toggle-read-only.  (Since completion-list-mode has
11571         a special mode-class, it wasn't doing anything extra anyway.)
11573 2012-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11575         Make inlining of other-mode interpreted functions work (bug#11799).
11576         * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
11577         (byte-compile): Use it to fix compilation of lexical-binding closures.
11578         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
11579         function, if needed.
11581 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11583         * help-mode.el (help-make-xrefs): Don't just withstand
11584         cyclic-variable-indirection but any error in documentation-property.
11586         * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
11587         memory use.
11588         * bindings.el (bindings--define-key): New function.
11589         * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
11590         * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
11591         * bindings.el: Use it to purecopy define-key bindings.
11593         * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
11595         * emacs-lisp/cl.el (flet): Mark obsolete.
11596         * emacs-lisp/cl-macs.el (cl-flet*): New macro.
11597         * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
11598         * progmodes/js.el (js-c-fill-paragraph):
11599         * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
11600         (ebrowse-switch-member-buffer-to-derived-class):
11601         * play/5x5.el (5x5-solver): Use cl-flet.
11603         * emacs-lisp/cl.el: Use lexical-binding.  Fix flet (bug#11780).
11604         (cl--symbol-function): New macro.
11605         (cl--letf, cl--letf*): Use it.
11607         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
11608         Strip "toggle-" if any.
11610 2012-06-27  Glenn Morris  <rgm@gnu.org>
11612         * info.el (Info-default-directory-list): Move here from paths.el.
11613         * paths.el: Remove file, which is now empty.
11614         * loadup.el: No longer load "paths".
11616         * custom.el (custom-initialize-delay): Doc fix.
11618         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
11619         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
11620         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
11621         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
11622         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
11623         * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
11624         * eshell/eshell.el (eshell-defgroup): Remove alias.
11626 2012-06-27  Chong Yidong  <cyd@gnu.org>
11628         * help.el (help-enable-auto-load): New variable.
11630         * help-fns.el (help-fns--autoloaded-p): New function.
11631         (describe-function-1): Refer to a function as "autoloaded" if it
11632         was autoloaded at any time in the past.  Perform autoloading if
11633         help-enable-auto-load is non-nil.
11635 2012-06-26  Eli Zaretskii  <eliz@gnu.org>
11637         * makefile.w32-in (compile, compile-always): Depend on
11638         update-subdirs, not on subdirs.el.  Otherwise, several different
11639         sub-targets of 'bootstrap' running in parallel could
11640         simultaneously write to subdirs.el, producing a garbled file.
11642 2012-06-26  Sam Steingold  <sds@gnu.org>
11644         * files.el (file-name-base): New convenience function.
11645         * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
11646         * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
11647         * progmodes/cc-defs.el, progmodes/cperl-mode.el:
11648         * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
11649         * textmodes/ispell.el, textmodes/reftex-ref.el:
11650         * textmodes/tex-mode.el: Use it.
11651         Did not touch cedet and org because they are maintained elsewhere.
11653 2012-06-26  Martin Rudalics  <rudalics@gmx.at>
11655         * calendar/calendar.el (calendar-exit): Don't try to delete or
11656         iconify last frame.  See:
11657         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
11659 2012-06-25  Jim Diamond  <Jim.Diamond@AcadiaU.ca>  (tiny change)
11661         * server.el (server-process-filter): Remember dir in the
11662         process's `server-client-directory' properties.
11664 2012-06-24  Chong Yidong  <cyd@gnu.org>
11666         * xml.el (xml-parse-tag): Correctly handle comment embedded in
11667         non-tag text.
11669 2012-06-23  Juanma Barranquero  <lekktu@gmail.com>
11671         * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
11673 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11675         * help-fns.el (describe-variable): Don't croak when doc is not found.
11676         * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
11677         * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
11678         * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
11679         * emacs-lisp/smie.el (smie-next-sexp): CSE.
11680         * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
11681         ((lambda ..) ..).
11682         * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
11684 2012-06-23  Chong Yidong  <cyd@gnu.org>
11686         * info.el (Info-mouse-follow-link): Accept symbol values of
11687         link-args.  Select window; suggested by Gerhard Kahl (Bug#11672).
11688         (Info-fontify-node): Use Info-link-keymap for all navigation
11689         buttons, with link-args property to perform the desired action.
11690         (Info-link-keymap): Doc fix.
11691         (Info-next-link-keymap, Info-prev-link-keymap)
11692         (Info-up-link-keymap): Delete now-unused keymaps.
11694 2012-06-23  Chong Yidong  <cyd@gnu.org>
11696         * mouse.el (mouse-drag-track): Deactivate the mark before popping.
11698         * progmodes/python.el (python-skeleton-define): Mark abbrevs as
11699         system abbrevs.
11701         * ansi-color.el (ansi-color-apply-on-region): Doc fix.
11703 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11705         * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
11706         (bug#11719).
11708         * minibuffer.el (completion--twq-try): Try to fail more gracefully when
11709         the requote function doesn't work properly (bug#11714).
11711 2012-06-23  Glenn Morris  <rgm@gnu.org>
11713         * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
11715 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11717         Further GV/CL cleanups.
11718         * emacs-lisp/gv.el (gv-get): Autoload functions to find their
11719         gv-expander.
11720         (gv--defun-declaration): New function.
11721         (defun-declarations-alist): Use it.
11722         (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
11723         (gv-place): Autoload.
11724         * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
11725         original definition of dotimes and dolist.
11726         * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
11727         (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
11728         * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
11729         (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
11730         (cl-ninth, cl-tenth): Move gv handler to the function's definition.
11731         * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
11732         to the function's definition.
11733         * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
11734         * window.el:
11735         * files.el:
11736         * faces.el:
11737         * env.el: Don't use CL.
11739 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
11741         Support higher-resolution time stamps (Bug#9000).
11743         * calendar/time-date.el (with-decoded-time-value): New arg
11744         PICO-SYMBOL in VARLIST.  It's optional, for backward compatibility.
11745         (encode-time-value): New optional arg PICO.  New type 3.
11746         (time-to-seconds) [!float-time]: Support the new picoseconds
11747         component if it's used.
11748         (seconds-to-time, time-subtract, time-add):
11749         Support ps-resolution time stamps as well.
11751         * emacs-lisp/timer.el (timer): New component psecs.  All uses changed.
11752         (timerp): Timer vectors now have length 9, not 8.
11753         (timer--time): Support new-style (4-part) time stamps.
11754         (timer-next-integral-multiple-of-time): Time stamps now have
11755         picosecond resolution, so take a bit more care about rounding.
11756         (timer-relative-time, timer-inc-time): New optional arg psecs.
11757         (timer-set-time-with-usecs): Set psecs to 0.
11758         (timer--activate): Check psecs component, too.
11760         * proced.el (proced-time-lessp): Support ps-resolution stamps.
11762 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11764         * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
11765         Move the non-essential binding to the post/pre-command-hook where it is
11766         more obviously correct.
11768         * subr.el (read-passwd): Don't use a history at all.
11769         * savehist.el (savehist-save): Remove password saved accidentally
11770         because of the above bug.
11772 2012-06-22  Bastien Guerry  <bzg@gnu.org>
11774         * files.el (toggle-read-only): Display a message telling whether
11775         the buffer is read-only or not (bug#11726).
11777 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11779         * emacs-lisp/gv.el: New file.
11780         * subr.el (push, pop): Extend to generalized variables.
11781         * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
11782         * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
11783         * emacs-lisp/cl-macs.el: Require gv.  Use gv-define-setter,
11784         gv-define-simple-setter, and gv-define-expander.
11785         Remove setf-methods defined in gv.  Rename cl-setf -> setf.
11786         (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
11787         (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
11788         (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
11789         (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
11790         gv-letplace.
11791         (cl-defstruct): Don't define setf-method any more.
11792         * emacs-lisp/cl.el (flet): Don't autoload.
11793         (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
11794         (define-setf-expander, defsetf, define-modify-macro)
11795         (cl-struct-setf-expander): Move from cl-lib.el.
11796         * emacs-lisp/syntax.el:
11797         * emacs-lisp/ewoc.el:
11798         * emacs-lisp/smie.el:
11799         * emacs-lisp/cconv.el:
11800         * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
11801         (timer--time): Use gv-define-simple-setter.
11802         * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
11803         to avoid coding-system problems in subr.el.  Adjust all users.
11804         (macroexp--maxsize, macroexp-small-p): New functions.
11805         * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
11806         * scroll-bar.el (scroll-bar-mode):
11807         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
11808         (normal-erase-is-backspace-mode): Don't use the `eq' place.
11809         * winner.el (winner-configuration, winner-make-point-alist)
11810         (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
11811         * files.el (locate-file-completion-table): Avoid list*.
11813 2012-06-22  Chong Yidong  <cyd@gnu.org>
11815         * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
11816         (dired-create-files): Doc fix (Bug#11329).
11817         (dired-do-copy): Doc fix (Bug#11334).
11818         (dired-mark-read-string): Doc fix (Bug#11553).
11820         * dired.el (dired-recursive-copies, dired-recursive-deletes):
11821         Doc fix (Bug#11326).
11822         (dired-make-relative): Doc fix (Bug#11332).  Remove unused arg.
11823         (dired-dwim-target): Doc fix.
11825         * wdired.el (wdired-mode): Doc fix.
11827 2012-06-22  Glenn Morris  <rgm@gnu.org>
11829         * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
11830         (pcmpl-rpm-cache-stamp-file): New constant.
11831         (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
11832         (pcmpl-rpm-packages): Optionally cache list of packages.
11834         * pcmpl-rpm.el (pcmpl-rpm): New group.
11835         (pcmpl-rpm-query-options): New option.
11836         (pcmpl-rpm-packages): No need to inline it.
11837         Use pcmpl-rpm-query-options.
11839         * calendar/calendar.el (calendar-in-read-only-buffer):
11840         Avoid some needless mode changes.
11842 2012-06-21  Chong Yidong  <cyd@gnu.org>
11844         * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
11845         (desktop-path): Remove . from the default value (Bug#10977).
11846         (desktop-read): Use user-emacs-directory if desktop-path is nil.
11848 2012-06-20  Chong Yidong  <cyd@gnu.org>
11850         * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
11852 2012-06-20  David Röthlisberger  <david@rothlis.net>  (tiny change)
11854         * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
11855         (bug#11201).
11857 2012-06-20  Chong Yidong  <cyd@gnu.org>
11859         * term.el (term-window-width): Handle the case of a missing right
11860         fringe (Bug#8837).
11861         (term-check-size): Use window-text-height (Bug#5445).
11862         (term-mode): Use define-derived-mode.  Minor cleanups.
11863         Set font-lock-defaults (Bug#7692).
11864         (term-move-columns, term-insert-char, term-emulate-terminal)
11865         (term-erase-in-line, term-insert-spaces): Use font-lock-face.
11867 2012-06-20  Michael Albinus  <michael.albinus@gmx.de>
11869         * net/ange-ftp.el (ange-ftp-get-passwd):
11870         Bind `enable-recursive-minibuffers'.
11871         (ange-ftp-get-process): Throw if `non-essential' is non-nil.
11873 2012-06-19  David Röthlisberger  <david@rothlis.net>  (tiny change)
11875         * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
11877 2012-06-19  Glenn Morris  <rgm@gnu.org>
11879         * progmodes/python.el (python-mode): Derive from prog-mode.
11881 2012-06-19  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
11883         * emulation/edt.el (edt-default-menu-bar-update-buffers)
11884         (edt-user-menu-bar-update-buffers): New functions.
11885         (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
11887 2012-06-19  Chong Yidong  <cyd@gnu.org>
11889         * subr.el (with-selected-window): Preserve the selected window's
11890         terminal's top-frame (Bug#4702).
11892         * window.el (save-selected-window): Likewise.
11894 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11896         * progmodes/python.el (python-rx-constituents): Move backquote.
11897         (python-skeleton-define, python-define-auxiliary-skeleton):
11898         Use `declare'.
11900 2012-06-18  Michael Albinus  <michael.albinus@gmx.de>
11902         * minibuffer.el (read-file-name-default): Revert the patch from
11903         2012-06-17.
11905 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11907         * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
11908         (pcase--u1, pcase--q1): Don't use apply-partially.
11910 2012-06-18  Glenn Morris  <rgm@gnu.org>
11912         * progmodes/python.el (python-proc, python-buffer)
11913         (python-send-receive, python-send-string): Fix obsolete versions.
11915 2012-06-18  Martin Rudalics  <rudalics@gmx.at>
11917         * window.el (special-display-p): Completely remove stringp
11918         check.  Suggested by Andreas Schwab <schwab@linux-m68k.org>.
11920 2012-06-17  Michael Albinus  <michael.albinus@gmx.de>
11922         * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
11924         * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
11926         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
11927         * net/tramp-sh.el (tramp-maybe-open-connection):
11928         Throw if `non-essential' is non-nil.
11930 2012-06-17  Martin Rudalics  <rudalics@gmx.at>
11932         * window.el (special-display-p): Signal an error if BUFFER-NAME
11933         is not a string (Bug#11713).
11935 2012-06-17  Paul Eggert  <eggert@cs.ucla.edu>
11937         * progmodes/python.el (python-info-beginning-of-backslash):
11938         Rename from python-info-beginning-of-backlash, as a spelling fix.
11940 2012-06-17  Chong Yidong  <cyd@gnu.org>
11942         * term.el (term-emulate-terminal): If term-check-size is called,
11943         move point to the process mark without resetting point (Bug#4635).
11945 2012-06-17  Glenn Morris  <rgm@gnu.org>
11947         * international/mule-cmds.el (mule-menu-keymap)
11948         (set-language-environment, set-locale-environment): Doc tweaks.
11950 2012-06-16  Aurelien Aptel  <aurelien.aptel@gmail.com>
11952         * cus-face.el (custom-face-attributes): Add wave-style underline
11953         attribute.
11954         * faces.el (set-face-attribute): Update docstring to describe
11955         wave-style underline attribute.
11957 2012-06-16  Chong Yidong  <cyd@gnu.org>
11959         * term/xterm.el (terminal-init-xterm): Discard input before
11960         querying background mode (Bug#10959).
11962 2012-06-16  Stefan Merten  <smerten@oekonux.de>
11964         * textmodes/rst.el: Added and corrected some comments.
11965         (rst-re-alist-def): Improve symbol syntax.
11966         (rst-mode-syntax-table): Correct syntax entries.
11967         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
11968         (rst-official-version, rst-official-cvs-rev): Update version
11969         information.
11971 2012-06-15  Juanma Barranquero  <lekktu@gmail.com>
11973         * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
11974         in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
11976 2012-06-15  Fabián Ezequiel Gallina  <fgallina@cuca>
11978         * progmodes/python.el: New python.el merge.
11979         (python-guess-indent): Obsolete var.
11980         (python-indent-guess-indent-offset): New defcustom.
11981         (python-indent): Obsolete var.
11982         (python-indent-offset): New defcustom.
11983         (python-python-command, python-jython-command): Delete var.
11984         (python-shell-interpreter): New defcustom.
11985         (python-pdbtrack-do-tracking-p): Delete var.
11986         (python-pdbtrack-activate): New defcustom.
11987         (python-use-skeletons): Obsolete var.
11988         (python-skeleton-autoinsert): New defcustom.
11989         (inferior-python-filter-regexp, python-continuation-offset)
11990         (python-honour-comment-indentation, python-indent-string-contents)
11991         (python-jython-packages, python-mode-hook)
11992         (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
11993         (python-shell-prompt-alist)
11994         (python-source-modes): Delete defcustoms.
11995         (python-check-buffer-name, python-eldoc-setup-code)
11996         (python-eldoc-string-code, python-ffap-setup-code)
11997         (python-ffap-string-code, python-fill-comment-function)
11998         (python-fill-decorator-function, python-fill-paren-function)
11999         (python-fill-string-function, python-imenu-include-defun-type)
12000         (python-imenu-make-tree, python-imenu-subtree-root-label)
12001         (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
12002         (python-shell-compilation-regexp-alist)
12003         (python-shell-completion-module-string-code)
12004         (python-shell-completion-pdb-string-code)
12005         (python-shell-completion-setup-code)
12006         (python-shell-completion-string-code)
12007         (python-shell-enable-font-lock, python-shell-exec-path)
12008         (python-shell-extra-pythonpaths)
12009         (python-shell-internal-buffer-name, python-shell-interpreter-args)
12010         (python-shell-process-environment)
12011         (python-shell-prompt-block-regexp)
12012         (python-shell-prompt-output-regexp)
12013         (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
12014         (python-shell-send-setup-max-wait, python-shell-setup-codes)
12015         (python-shell-virtualenv-path): New defcustoms.
12016         (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
12017         (inferior-python-mode-syntax-table, python--prompt-regexp)
12018         (python-buffer, python-command python-python-command)
12019         (python-default-template, python-imports, python-indent-index)
12020         (python-indent-list, python-indent-list-length)
12021         (python-mode-running, python-pdbtrack-is-tracking-p)
12022         (python-preoutput-continuation, python-preoutput-leftover)
12023         (python-preoutput-result, python-preoutput-skip-next-prompt)
12024         (python-prev-dir/file, python-recursing)
12025         (python-saved-check-command, python-version-checked)
12026         (python-which-func-length-limit)
12027         (view-return-to-alist): Delete vars.
12028         (python-check-custom-command, python-dotty-syntax-table)
12029         (python-imenu-index-alist, python-indent-current-level)
12030         (python-indent-dedenters, python-indent-levels)
12031         (python-nav-beginning-of-defun-regexp)
12032         (python-nav-list-defun-positions-cache)
12033         (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
12034         (python-shell-internal-buffer)
12035         (python-skeleton-available): New vars.
12036         (def-python-skeleton): Delete macro.
12037         (python-skeleton-define): New macro.
12038         (python-define-auxiliary-skeleton, python-rx): New macros.
12039         (python-insert-class): Delete command.
12040         (python-skeleton-class): New command.
12041         (python-insert-def): Delete command.
12042         (python-skeleton-def): New command.
12043         (python-insert-for): Delete command.
12044         (python-skeleton-for): New command.
12045         (python-insert-if): Delete command.
12046         (python-skeleton-if): New command.
12047         (python-insert-try/except, python-insert-try/finally): Delete commands.
12048         (python-skeleton-try): New command.
12049         (python-insert-while): Delete command.
12050         (python-skeleton-while): New command.
12051         (python-backspace): Delete command.
12052         (python-indent-dedent-line-backspace): New command.
12053         (python-electric-colon): Delete command.
12054         (python-indent-electric-colon): New command.
12055         (python-guess-indent): Delete command.
12056         (python-indent-guess-indent-offset): New command.
12057         (python-shift-left): Delete command.
12058         (python-indent-shift-left): New command.
12059         (python-shift-right): Delete command.
12060         (python-indent-shift-right): New command.
12061         (python-find-function): Delete command.
12062         (python-nav-jump-to-defun): New command.
12063         (python-next-statement): Delete command.
12064         (python-nav-forward-sentence): New command.
12065         (python-previous-statement): Delete command.
12066         (python-nav-backward-sentence): New command.
12067         (python-fill-paragraph): Delete command.
12068         (python-fill-paragraph-function): New command.
12069         (python-send-buffer): Delete command.
12070         (python-shell-send-buffer): New command.
12071         (python-send-defun): Delete command.
12072         (python-shell-send-defun): New command.
12073         (python-send-region, python-send-region-and-go): Delete commands.
12074         (python-shell-send-region)
12075         (python-shell-switch-to-shell): New commands.
12076         (python-send-string): Delete command.
12077         (python-shell-send-string): New command.
12078         (python-switch-to-python): Delete command.
12079         (python-shell-switch-to-shell): New command.
12080         (python-describe-symbol): Delete command.
12081         (python-eldoc-at-point): New command.
12082         (python--set-prompt-regexp, python-args-to-list)
12083         (python-after-info-look, python-check-version)
12084         (python-check-comint-prompt, python-find-imports)
12085         (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
12086         (python-unload-function, python-expand-template)
12087         (python-maybe-jython, python-preoutput-filter)
12088         (python-pdbtrack-get-source-buffer)
12089         (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
12090         (python-pdbtrack-toggle-stack-tracking)
12091         (python-pdbtrack-track-stack-file, python-initial-text)
12092         (python-first-word, python-comment-line-p, python-send-command)
12093         (python-setup-brm, python-sentinel, python-set-proc)
12094         (python-skip-out, python-input-filter, python-outdent-p)
12095         (python-outline-level, python-backslash-continuation-line-p)
12096         (python-end-of-block, python-end-of-statement, python-mark-block)
12097         (python-beginning-of-block, python-beginning-of-statement)
12098         (python-blank-line-p, python-beginning-of-string)
12099         (python-open-block-statement-p): Delete functions.
12100         (python-indent-line, python-indent-line-1): Delete functions.
12101         (python-indent-line): New function.
12102         (python-indentation-levels): Delete function.
12103         (python-indent-calculate-levels): New function.
12104         (python-proc): Delete function.
12105         (python-shell-get-process): New function.
12106         (python-send-receive): Delete function.
12107         (python-shell-send-string-no-output): New function.
12108         (python-module-path): Delete function.
12109         (python-ffap-module-path): New function.
12110         (python-completion-at-point)
12111         (python-symbol-completions): Delete functions.
12112         (python-completion-complete-at-point): New function.
12113         (python-load-file): Delete function.
12114         (python-shell-send-file): New function.
12115         (python-calculate-indentation): Delete function.
12116         (python-indent-calculate-indentation): New function.
12117         (python-skip-comments/blanks): Delete function.
12118         (python-util-forward-comment): New function.
12119         (python-continuation-line-p): Delete function.
12120         (python-info-continuation-line-p): New function.
12121         (python-which-func, python-current-defun): Delete function.
12122         (python-info-current-defun): New function.
12123         (python-beginning-of-defun): Delete function.
12124         (python-nav-beginning-of-defun): New function.
12125         (python-close-block-statement-p)
12126         (python-block-end-p): Delete function.
12127         (python-info-closing-block): New function.
12128         (python-comint-output-filter-function)
12129         (python-eldoc--get-doc-at-point, python-end-of-defun-function)
12130         (python-fill-comment, python-fill-decorator, python-fill-paren)
12131         (python-fill-string, python-imenu-make-element-tree)
12132         (python-imenu-make-tree, python-imenu-tree-assoc)
12133         (python-indent-context, python-indent-dedent-line)
12134         (python-indent-line-function)
12135         (python-indent-post-self-insert-function)
12136         (python-indent-toggle-levels)
12137         (python-info-assignment-continuation-line-p)
12138         (python-info-beginning-of-backlash)
12139         (python-info-block-continuation-line-p)
12140         (python-info-closing-block-message)
12141         (python-info-line-ends-backslash-p)
12142         (python-info-looking-at-beginning-of-defun)
12143         (python-info-ppss-context, python-info-ppss-context-type)
12144         (python-nav-list-defun-positions, python-nav-read-defun)
12145         (python-nav-sentence-end, python-nav-sentence-start)
12146         (python-pdbtrack-comint-output-filter-function)
12147         (python-pdbtrack-set-tracked-buffer)
12148         (python-shell-calculate-exec-path)
12149         (python-shell-calculate-process-environment)
12150         (python-shell-completion--do-completion-at-point)
12151         (python-shell-completion--get-completions)
12152         (python-shell-completion-complete-at-point)
12153         (python-shell-completion-complete-or-indent)
12154         (python-shell-get-or-create-process)
12155         (python-shell-get-process-name)
12156         (python-shell-internal-get-or-create-process)
12157         (python-shell-internal-get-process-name)
12158         (python-shell-internal-send-string, python-shell-make-comint)
12159         (python-shell-parse-command, python-shell-send-setup-code)
12160         (python-skeleton-add-menu-items)
12161         (python-util-clone-local-variables, python-util-position)
12162         (run-python-internal, python-indentation-levels)
12163         (python-nav-beginning-of-defun)
12164         (python-completion-complete-at-point): New functions.
12165         (run-python): Change arguments.  New API requirements.
12167 2012-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12169         * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
12170         (bug#11649).
12172         * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
12173         (macroexp--expand-all): Use it.
12175         * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
12176         (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
12177         Use `cl-function' instead.
12179 2012-06-14  Juanma Barranquero  <lekktu@gmail.com>
12181         * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
12182         Suggested by Stefan Monnier while discussing bug#11657.
12184 2012-06-14  Sam Steingold  <sds@gnu.org>
12186         * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
12188 2012-06-14  Andreas Schwab  <schwab@linux-m68k.org>
12190         * play/doctor.el (doctor-doc): Remove parameter and use
12191         doctor-sent instead of sent.
12192         (doctor-read-print): Use doctor-sent instead of sent.  (Bug#11708)
12194 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12196         * files.el: Require cl-lib.
12197         (file-name-non-special): Replace case -> cl-case.
12199         * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
12201         * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
12202         mapping from #' to function*.
12204 2012-06-13  Chong Yidong  <cyd@gnu.org>
12206         * mouse.el (mouse-drag-track): Do not set the mark if the user
12207         releases the mouse without selecting anything (Bug#11588).
12209 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12211         * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
12212         as well (bug#11646).
12214         * loadup.el: Count byte-code functions as well.
12216         * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
12217         * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
12219         * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
12220         (bug#11649).  Add cl-defun and cl-defmacro.
12222 2012-06-13  Drew Adams  <drew.adams@oracle.com>
12224         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
12225         Fix last change.
12227 2012-06-13  Michael Albinus  <michael.albinus@gmx.de>
12229         * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
12230         Otherwise, it blocks in batch mode.
12232 2012-06-13  Juanma Barranquero  <lekktu@gmail.com>
12234         * help-mode.el (bookmark-make-record-default): Declare.
12236 2012-06-13  Chong Yidong  <cyd@gnu.org>
12238         * emacs-lisp/package.el (list-packages): Compute a list of
12239         packages that are newly-available since the last list-packages
12240         invocation.
12241         (package-menu--new-package-list): New var.
12242         (package-menu--generate, package-menu--print-info)
12243         (package-menu--status-predicate, package-menu-mark-install):
12244         Handle new status label "new".
12246 2012-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12248         * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
12249         conversion to backquotes.
12251 2012-06-12  Chong Yidong  <cyd@gnu.org>
12253         * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
12254         Rename from gud-inhibit-global-bindings.
12256         * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
12258         * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
12259         hook from nxml-glyph-set-hook.
12261         * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
12262         declaration.
12264         * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
12266         * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
12267         Convert to defcustom.
12269 2012-06-12  Drew Adams  <drew.adams@oracle.com>
12271         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
12272         New functions.
12273         (help-mode): Use them.
12275 2012-06-11  Glenn Morris  <rgm@gnu.org>
12277         * progmodes/fortran.el (fortran-font-lock-keywords-3):
12278         Use preprocessor face for directives.
12279         (fortran-directive-re): Doc fix.
12281 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12283         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
12284         conversion to backquotes (bug#11652).
12286         Fix compiler-expansion of CL's cXXr functions (bug#11673).
12287         * emacs-lisp/cl-lib.el (cl--defalias): New function.
12288         (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
12289         (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
12290         (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
12291         (cl-ninth, cl-tenth): Mark them as inlinable.
12292         (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
12293         (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
12294         (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
12295         (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
12296         Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
12297         (cl-list*, cl-adjoin): Don't put an autoload manually.
12298         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
12299         (cl--compiler-macro-list*): Add autoload cookie.
12300         (cl--compiler-macro-cXXr): New function.
12302         * help-fns.el (help-fns--compiler-macro): New function extracted from
12303         describe-function-1; follow aliases and use `compiler-macro' property.
12304         (describe-function-1): Use it.
12306 2012-06-11  Chong Yidong  <cyd@gnu.org>
12308         * startup.el (fancy-splash-head): Use splash.svg even if librsvg
12309         is uninstalled, if imagemagick is installed.
12311 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12313         * emacs-lisp/cl-lib.el: Use lexical-binding.
12314         (cl-map-extents, cl-maclisp-member): Remove.
12315         (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
12316         (cl--set-substring, cl--block-wrapper, cl--block-throw)
12317         (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
12318         * emacs-lisp/cl-extra.el: Use lexical-binding.
12319         (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
12320         (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
12321         (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
12322         (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
12323         * emacs-lisp/cl-seq.el: Use lexical-binding.
12324         (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
12325         (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
12326         (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
12327         * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
12328         * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
12329         CL's internals.
12331 2012-06-11  Michael Albinus  <michael.albinus@gmx.de>
12333         Sync with Tramp 2.2.6-pre.
12335         * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
12336         `print-length' and `print-level' to nil, in order to avoid
12337         truncation.  Reported by Christopher Schmidt
12338         <christopher@ristopher.com>.
12340         * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
12342         * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
12343         New defmacro.
12344         (tramp-compat-copy-directory): Add optional argument
12345         COPY-CONTENTS.  It is not handled yet.
12347         * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
12348         (tramp-ftp-file-name-p): Simplify.
12350         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
12351         * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
12352         connection vector.
12354         * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
12355         (tramp-methods): Do not use `tramp-password-end-of-line'.
12356         (tramp-completion-function-alist-putty): Handle UNIX case.
12357         (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
12358         (tramp-do-file-attributes-with-stat)
12359         (tramp-do-directory-files-and-attributes-with-stat) Return uid and
12360         gid as real numbers.  They could run out of integer range on cygwin.
12361         (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
12362         (tramp-sh-handle-expand-file-name): Handle hops.
12363         (tramp-open-connection-setup-interactive-shell):
12364         Use `tramp-cleanup'.  Move check for busyboxes ...
12365         (tramp-find-shell): ... here.  Simplify implementation.
12366         Set "remote-shell" property also for alternative shells.
12367         (tramp-remote-coding-commands): Check "test -c /dev/stdout".
12368         If failing, a regular file would be written otherwise.
12369         Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
12370         (tramp-find-inline-encoding): Cache the coding commands in the
12371         process cache.  Apply test command on the remote side, if defined.
12372         (tramp-find-inline-compress): Cache the compress commands in the
12373         process cache.
12374         (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
12375         when requested.  Handle hops.
12376         (tramp-current-connection): New defvar.
12377         (tramp-maybe-open-connection): Use `tramp-cleanup'.
12378         Throw `suppress', if there was a failed connection shortly before.
12379         Handle user interrupt.  (Bug#10187)
12380         (tramp-get-inline-compress, tramp-get-inline-coding):
12381         Read connection properties from the process cache.
12383         * net/tramp-smb.el (tramp-smb-server-version)
12384         (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
12385         New defconsts.
12386         (tramp-smb-prompt): Extend for powershell prompt.
12387         (tramp-smb-file-name-handler-alist): Add handlers for
12388         `process-file', `shell-command' and `start-file-process'.
12389         (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
12390         (tramp-smb-winexe-shell-command-switch): New defcustoms.
12391         (tramp-smb-file-name-p): Simplify.
12392         (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
12393         (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
12394         (tramp-smb-shell-quote-argument): New defuns.
12395         (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
12396         Implement using "tar".  By this, time-stamps are preserved.
12397         (tramp-smb-handle-copy-file): Handle also the case of directories.
12398         (tramp-smb-do-file-attributes-with-stat)
12399         (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
12400         Use `tramp-get-connection-buffer').
12401         (tramp-smb-handle-rename-file): Use "rename", when source and
12402         target are on the same share.
12403         (tramp-smb-maybe-open-connection): Handle wrong passwords.
12404         Use `tramp-smb-server-version'.
12405         (tramp-smb-wait-for-output): Remove prompt.
12407         * net/tramp.el (top): Require 'cl.
12408         (tramp-methods, tramp-rsh-end-of-line):
12409         Remove `tramp-password-end-of-line' from docstring.
12410         (tramp-save-ad-hoc-proxies): New defcustom.
12411         (tramp-completion-function-alist): Adapt docstring.
12412         (tramp-default-password-end-of-line): Remove defcustom.
12413         (tramp-shell-prompt-pattern): Allow "[]" style prompts.  (Bug#11065)
12414         (tramp-user-regexp, tramp-file-name-regexp-unified)
12415         (tramp-file-name-regexp-url): Extend regexp by hop separator.
12416         (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
12417         (tramp-remote-file-name-spec-regexp): New defconst.
12418         (tramp-file-name-structure): Extend structure for hops.
12419         (tramp-get-method-parameter): Move up.
12420         (tramp-file-name-p, tramp-dissect-file-name)
12421         (with-parsed-tramp-file-name): Handle hops.
12422         (tramp-file-name-hop): New defun.
12423         (tramp-make-tramp-file-name): New optional arg HOP.
12424         (tramp-message-show-progress-reporter-message): New defvar.
12425         (tramp-with-progress-reporter): Use it.  We cannot use
12426         `tramp-message-show-message' here, because this suppresses also
12427         error buffers.
12428         (tramp-error-with-buffer): Suppress buffer view, if
12429         `tramp-message-show-message' is nil.
12430         Use `tramp-get-connection-buffer'.
12431         (tramp-cleanup): New defun.
12432         (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
12433         (tramp-file-name-handler): If `debug-on-error' is set, propagate
12434         an error unchanged.
12435         (tramp-completion-handle-file-name-all-completions): Handle hops.
12436         Fix an error when called from ido.
12437         (tramp-completion-dissect-file-name): Use better local variable
12438         name.  Add hop to the vector.
12439         (tramp-handle-insert-file-contents): Use progress-reporter for the
12440         whole scenario.
12441         (tramp-action-password): Let-bind `enable-recursive-minibuffers'
12442         to `t'.
12443         (tramp-check-for-regexp): Simplify search.
12444         (tramp-enter-password): Remove it.  Move implementation ...
12445         (tramp-action-password): ... here.
12446         (tramp-mode-string-to-int, tramp-local-host-p)
12447         (tramp-make-tramp-temp-file, tramp-read-passwd)
12448         (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
12449         Set tramp-autoload cookie.
12451         * net/trampver.el: Update release number.
12453 2012-06-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12454             Michael Albinus  <michael.albinus@gmx.de>
12456         * net/tramp.el (tramp-set-completion-function): Fix docstring.
12457         (tramp-parse-group, tramp-parse-file)
12458         (tramp-parse-shostkeys-sknownhosts): New defuns.
12459         (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
12460         (tramp-parse-shosts-group, tramp-parse-sconfig)
12461         (tramp-parse-sconfig-group, tramp-parse-shostkeys)
12462         (tramp-parse-sknownhosts, tramp-parse-hosts)
12463         (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
12464         Use them.
12465         (tramp-parse-passwd-group, tramp-parse-netrc-group)
12466         (tramp-parse-putty-group): Don't narrow.
12467         (tramp-parse-putty): Make a loop.
12468         (tramp-file-name-handler): Catch the `suppress' signal.
12470 2012-06-11  Chong Yidong  <cyd@gnu.org>
12472         * image.el (imagemagick-register-types): Put the ImageMagick entry
12473         at the end of image-type-file-name-regexps.
12475 2012-06-11  Johan BockgÃ¥rd  <bojohan@gnu.org>
12477         * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
12478         (pcase, pcase-let*, pcase-dolist): Use them.
12480 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12482         * emacs-lisp/pcase.el (pcase--let*): New function.
12483         (pcase-let*): Use it.  Use pcase--memoize to avoid repeated expansions.
12484         (pcase--expand): Use macroexp-let².
12486 2012-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12488         * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
12489         * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
12490         * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
12491         * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
12492         * emacs-lisp/derived.el: Use pcase instead of `cl'.
12493         * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
12495 2012-06-10  Glenn Morris  <rgm@gnu.org>
12497         * mail/rmail.el (rmail-yank-current-message): Leave point at
12498         correct position.  (Bug#11660)
12500 2012-06-10  Chong Yidong  <cyd@gnu.org>
12502         * allout-widgets.el: Fix code header.
12504 2012-06-10  Chong Yidong  <cyd@gnu.org>
12506         * cus-edit.el (customize-changed-options-previous-release):
12507         Bump to 24.1.
12509 2012-06-09  Andreas Schwab  <schwab@linux-m68k.org>
12511         * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
12513 2012-06-09  Chong Yidong  <cyd@gnu.org>
12515         * ebuff-menu.el (electric-buffer-list): Preserve header line.
12517 2012-06-09  Martin Rudalics  <rudalics@gmx.at>
12519         * window.el (special-display-popup-frame): Don't use
12520         window--display-buffer (Bug#11651).
12522 2012-06-09  Eli Zaretskii  <eliz@gnu.org>
12524         Fix parallel builds: make sure loaddefs.el is not being written
12525         while Lisp files are compiled.
12526         (compile): Don't depend on 'mh-autoloads'.
12527         (compile-CMD, compile-SH): Depend on 'autoloads'.
12528         (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
12530         * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200.  (Bug#11649)
12532 2012-06-09  Chong Yidong  <cyd@gnu.org>
12534         * face-remap.el (face-remap-add-relative, face-remap-set-base)
12535         (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
12536         Doc fixes (Bug#11225).
12538 2012-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12540         * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
12541         a function if there's a clear indication that it has a compiler-macro.
12542         * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
12543         (macro-declarations-alist): Add arglist to declaration functions.
12544         (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
12545         * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
12546         * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
12547         * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
12548         Also add autoload to find the compiler macro.
12549         * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
12550         (cl--compiler-macro-member, cl--compiler-macro-assoc)
12551         (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
12552         (cl--compiler-macro-get): New functions, replacing calls to
12553         cl-define-compiler-macro.
12554         (cl-typep) [compiler-macro]: Use macroexp-let².
12556 2012-06-08  Nick Dokos  <nicholas.dokos@hp.com>  (tiny change)
12558         * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
12559         string properly, fixes Bug#11473.
12561 2012-06-08  Chong Yidong  <cyd@gnu.org>
12563         * faces.el (set-face-attribute): Doc fix.
12564         (modify-face): Don't use :bold and :italic.
12565         (error, warning, success): Tweak definitions.
12567         * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
12568         (custom-modified, custom-set, custom-changed, custom-themed)
12569         (custom-saved, custom-button, custom-button-mouse)
12570         (custom-button-pressed, custom-state, custom-comment-tag)
12571         (custom-variable-tag, custom-group-tag-1, custom-group-tag)
12572         (custom-group-subtitle): Use new-style face specs.
12573         (custom-invalid-face, custom-rogue-face, custom-modified-face)
12574         (custom-set-face, custom-changed-face, custom-saved-face)
12575         (custom-button-face, custom-button-pressed-face)
12576         (custom-documentation-face, custom-state-face)
12577         (custom-comment-face, custom-comment-tag-face)
12578         (custom-variable-tag-face, custom-variable-button-face)
12579         (custom-face-tag-face, custom-group-tag-face-1)
12580         (custom-group-tag-face): Remove obsolete face alias.
12582         * epa.el (epa-validity-high, epa-validity-medium)
12583         (epa-validity-low, epa-mark, epa-field-name, epa-string)
12584         (epa-field-name, epa-field-body):
12585         * font-lock.el (font-lock-comment-face, font-lock-string-face)
12586         (font-lock-keyword-face, font-lock-builtin-face)
12587         (font-lock-function-name-face, font-lock-variable-name-face)
12588         (font-lock-type-face, font-lock-constant-face):
12589         * ido.el (ido-first-match, ido-only-match, ido-subdir)
12590         (ido-virtual, ido-indicator, ido-incomplete-regexp):
12591         * speedbar.el (speedbar-button-face, speedbar-file-face)
12592         (speedbar-directory-face, speedbar-tag-face)
12593         (speedbar-selected-face, speedbar-highlight-face)
12594         (speedbar-separator-face):
12595         * whitespace.el (whitespace-newline, whitespace-space)
12596         (whitespace-hspace, whitespace-tab, whitespace-trailing)
12597         (whitespace-line, whitespace-space-before-tab)
12598         (whitespace-space-after-tab, whitespace-indentation)
12599         (whitespace-empty):
12600         * emulation/cua-base.el (cua-global-mark):
12601         * eshell/em-prompt.el (eshell-prompt):
12602         * net/newst-plainview.el (newsticker-new-item-face)
12603         (newsticker-old-item-face, newsticker-immortal-item-face)
12604         (newsticker-obsolete-item-face, newsticker-date-face)
12605         (newsticker-statistics-face, newsticker-default-face):
12606         * net/newst-reader.el (newsticker-feed-face)
12607         (newsticker-extra-face, newsticker-enclosure-face):
12608         * net/newst-treeview.el (newsticker-treeview-face)
12609         (newsticker-treeview-new-face, newsticker-treeview-old-face)
12610         (newsticker-treeview-immortal-face)
12611         (newsticker-treeview-obsolete-face)
12612         (newsticker-treeview-selection-face):
12613         * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
12614         (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
12615         (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
12616         (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
12617         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
12618         (nxml-outline-active-indicator, nxml-outline-ellipsis):
12619         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
12620         (mpuz-text):
12621         * progmodes/vera-mode.el (vera-font-lock-number)
12622         (vera-font-lock-function, vera-font-lock-interface):
12623         * textmodes/table.el (table-cell): Use new-style face specs, and
12624         don't use the old :bold and :italic attributes.
12626         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
12627         (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
12628         (ebrowse-member-class, ebrowse-progress): Likewise.
12629         (ebrowse-tree-mark-face, ebrowse-root-class-face)
12630         (ebrowse-file-name-face, ebrowse-default-face)
12631         (ebrowse-member-attribute-face, ebrowse-member-class-face)
12632         (ebrowse-progress-face): Remove obsolete faces.
12634         * progmodes/flymake.el (flymake-errline, flymake-warnline):
12635         Inherit from error and warning faces respectively.
12637         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
12638         Likewise.
12639         (flyspell-incorrect-face, flyspell-duplicate-face):
12640         Remove obsolete aliases.
12642 2012-06-08  Michael Albinus  <michael.albinus@gmx.de>
12644         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
12645         Avoid infloop.
12647 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12649         * startup.el (argv, argi): Make lexically scoped.
12650         * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
12651         * emacs-lisp/cl-macs.el: Use lexical-binding.
12652         Rename cl-bind-* to cl--bind-*.
12653         * files.el: Don't require `cl' since it doesn't use it.
12654         * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
12656 2012-06-08  Juanma Barranquero  <lekktu@gmail.com>
12658         * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
12659         (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
12660         instead of calling external sort utility.
12661         (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
12663 2012-06-08  Eli Zaretskii  <eliz@gnu.org>
12665         * descr-text.el (describe-char): Mention how to insert the
12666         character, if the current input method doesn't support it.
12667         See the discussion in this thread for the details:
12668         http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
12670 2012-06-08  Sam Steingold  <sds@gnu.org>
12672         * bindings.el (global-map): Bind XF86Forward to next-buffer and
12673         XF86Back to previous-buffer.
12674         (minibuffer-local-map): Bind them to next-history-element and
12675         previous-history-element respectively.
12676         * help-mode.el (help-mode-map): Bind them to help-go-forward and
12677         help-go-back respectively.
12678         * info.el (Info-mode-map): Bind them to Info-history-forward and
12679         Info-history-back respectively.
12680         These are the keys next to Up on the ThinkPad keyboard.
12682 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12684         Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
12685         * emacs-lisp/cl-macs.el: Provide itself.
12686         (cl--labels-convert-cache): New var.
12687         (cl--labels-convert): New function.
12688         (cl-flet, cl-labels): New implementation with new semantics, relying on
12689         lexical-binding.
12690         * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
12691         (cl-closure-vars, cl--function-convert-cache)
12692         (cl--function-convert): Move from cl-macs.el.
12693         (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
12694         rename by removing the "cl-" prefix.
12695         * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
12697 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12699         * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
12700         (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
12701         (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
12702         (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
12703         (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
12704         (cl-hash-table-count): Add old compatibility aliases.
12706         * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
12707         Use macroexpand-all-environment instead.
12708         (cl--old-macroexpand): New var.
12709         (cl--sm-macroexpand): New function.
12710         (cl-symbol-macrolet): Use it during macro expansion.
12711         (cl--function-convert-cache): New var.
12712         (cl--function-convert): New function, extracted from
12713         cl-macroexpand-all.
12714         (cl-lexical-let): Use it.
12716         * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
12717         (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
12718         (cl-member): Remove old alias.
12720         * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
12721         (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
12722         (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
12723         (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
12724         (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
12725         (cl-macroexpand-cmacs): Remove var.
12726         (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
12727         Use macroexpand-all instead.
12729 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12731         * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
12732         (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
12733         (macroexp-copyable-p): New functions and macros.
12734         * emacs-lisp/edebug.el (edebug-unwrap):
12735         * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
12736         * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
12737         (pcase--let*): Remove.
12738         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
12739         (byte-compile-constp): Remove.  Use macroexp--const-symbol-p and
12740         macroexp-const-p instead.
12741         * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
12743         * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
12744         instead of "cl-" for internal definitions.  Use macroexp-const-p.
12745         (cl-old-bc-file-form): Remove var.
12746         (cl-const-exprs-p): Remove fun.
12747         (cl-labels, cl-macrolet): Use backquote.
12748         (cl-lexical-let): Use cl-symbol-macrolet.  Don't use cl-defun-expander.
12749         (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
12750         (cl-define-setf-expander): Rename from cl-define-setf-method.
12751         * emacs-lisp/cl.el: Adjust alias for define-setf-method.
12753         * international/mule-cmds.el: Don't require CL.
12754         (view-hello-file): Don't use `letf'.
12756 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12758         * tmm.el (tmm-prompt): Use string-prefix-p.
12759         (tmm-completion-delete-prompt): Don't affect current-buffer outside.
12760         (tmm-add-prompt): Use minibuffer-completion-help.
12761         (tmm-delete-map): Remove.
12763         * subr.el (kbd): Make it its own function.
12765 2012-06-07  Stefan Merten  <smerten@oekonux.de>
12767         * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
12768         Silence compiler warnings.  Fix versions.
12769         (rst-position-if, rst-position, rst-some, rst-signum): New functions.
12770         (rst-shift-region, rst-adornment-level, rst-compute-tabs)
12771         (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
12772         (rst-package-emacs-version-alist): Correct Emacs version to
12773         represent major merge with upstream.
12774         (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
12776 2012-06-06  Glenn Morris  <rgm@gnu.org>
12778         * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
12779         Only print environment variables if set.
12781 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12783         * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
12784         (macroexp--cons): Rename from maybe-cons.
12785         (macroexp--accumulate): Rename from macroexp-accumulate.
12786         (macroexp--all-forms): Rename from macroexpand-all-forms.
12787         (macroexp--all-clauses): Rename from macroexpand-all-clauses.
12788         (macroexp--expand-all): Rename from macroexpand-all-1.
12790 2012-06-06  Sam Steingold  <sds@gnu.org>
12792         * calendar/calendar.el (calendar-in-read-only-buffer):
12793         Call `special-mode' to enable the standard read-only keybindings.
12795 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12797         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
12798         with "loading" messages (bug#11635).
12800 2012-06-06  Michael Albinus  <michael.albinus@gmx.de>
12802         * files.el (enable-remote-dir-locals): New option.
12803         (hack-dir-local-variables): Use it.  (Bug#1933, Bug#6731)
12805         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
12806         Ensure, that the temp directory is local.
12808         * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
12809         `temporary-file-directory'.
12811         * progmodes/python.el (python-send-region): Ensure, that the
12812         temporary file is created also in the remote case.
12814 2012-06-06  Glenn Morris  <rgm@gnu.org>
12816         * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
12817         (vc-rcs-update-changelog): Use it.
12819         * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
12821         * vc/vc-sccs.el (vc-sccs-write-revision): New function.
12822         (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
12823         (vc-sccs-diff): Replace use of the external vcdiff script.
12825 2012-06-05  Glenn Morris  <rgm@gnu.org>
12827         * ledit.el: Move to obsolete/.
12829 2012-06-05  Sam Steingold  <sds@gnu.org>
12831         * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
12832         patch (Bug#11140).
12834 2012-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12836         * emacs-lisp/cust-print.el: Move to obsolete.
12838         * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
12839         compiler-macro expansion.
12841         Add native compiler-macro support.
12842         * emacs-lisp/macroexp.el (macroexpand-all-1):
12843         Support compiler-macros directly.  Properly follow aliases and apply
12844         the compiler macros more thoroughly.
12845         * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
12846         macroexpand now properly follows aliases.
12847         * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
12848         (cl-compiler-macroexpand): Use new prop.
12849         * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
12851         * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
12853 2012-06-05  Martin Rudalics  <rudalics@gmx.at>
12855         * window.el (get-lru-window, get-mru-window, get-largest-window):
12856         New argument NOT-SELECTED to avoid picking the selected window.
12857         (window--display-buffer-1, window--display-buffer-2): Replace by
12858         new function window--display-buffer
12859         (display-buffer-same-window, display-buffer-reuse-window)
12860         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
12861         Use window--display-buffer.
12862         (display-buffer-use-some-window): Remove temporary dedication
12863         hack by calling get-lru-window and get-largest-window with
12864         NOT-SELECTED argument non-nil.  Call window--display-buffer.
12866 2012-06-05  Glenn Morris  <rgm@gnu.org>
12868         * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
12869         Replace external vcdiff script.
12871 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12873         * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
12875 2012-06-04  Chong Yidong  <cyd@gnu.org>
12877         * image.el (imagemagick-types-inhibit): Revert last change.
12878         Add INFO and M.
12879         (imagemagick-enabled-types): Remove CIN and EPS*.
12881 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12883         * emacs-lisp/cl-lib.el: Rename from cl.el.
12884         * emacs-lisp/cl.el: New compatibility file.
12885         * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
12886         * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
12887         to obey the "cl-" prefix.
12888         * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
12890 2012-06-03  Glenn Morris  <rgm@gnu.org>
12892         * emacs-lisp/authors.el (authors-aliases): Addition.
12894         * cus-start.el (tool-bar-style, tool-bar-max-label-size):
12895         Fix :version.
12897 2012-06-03  Stefan Merten  <smerten@oekonux.de>
12899         * textmodes/rst.el: Add comments.
12900         (rst-transition, rst-adornment): New faces.
12901         (rst-adornment-faces-alist): Make default safe to reevaluate.
12902         Fixes
12903         http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
12904         Improve customization tags.
12905         (rst-define-level-faces): Clarify meaning.
12907 2012-06-03  Chong Yidong  <cyd@gnu.org>
12909         * progmodes/compile.el (compilation-mode-line-fail)
12910         (compilation-mode-line-run, compilation-mode-line-exit):
12911         New faces.
12912         (compilation-start, compilation-handle-exit): Use them (Bug#11032).
12914 2012-06-03  Jack Duthen  <duthen.mac.01@gmail.com>  (tiny change)
12916         * progmodes/which-func.el (which-func-update-ediff-windows):
12917         New function.  Use it in ediff-select-hook (Bug#11478).
12919 2012-06-03  Chong Yidong  <cyd@gnu.org>
12921         * bindings.el: Remove explicit help text from format-mode-line.
12922         It is now supplied by mode-line-default-help-echo.
12923         (mode-line-front-space, mode-line-end-spaces)
12924         (mode-line-misc-info): New variables.
12925         (mode-line-modes, mode-line-position): Move the default value to
12926         the variable definition.
12927         (mode-line-default-help-echo): New defcustom.
12928         (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
12929         (mode-line-modified-help-echo): New functions.
12930         (mode-line-mule-info, mode-line-modified): Use them.
12931         (mode-line-eol-desc, propertized-buffer-identification):
12932         Consistency fixes for help text.
12933         (mode-line-coding-system-map): Allow using mouse-3 to invoke
12934         set-buffer-file-coding-system (Bug#289).
12935         (mode-line-mule-info-help-echo): Update help text.
12937 2012-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12939         * simple.el (execute-extended-command): Set real-this-command
12940         (bug#11506).
12942 2012-06-02  Chong Yidong  <cyd@gnu.org>
12944         Remove incorrect uses of "modeline" in comments, docstrings, and
12945         function/variable names (Bug#10329).
12947         * cus-edit.el (mode-line):
12948         * dframe.el (dframe-mouse-hscroll):
12949         * emacs-lisp/re-builder.el:
12950         * emacs-lisp/easy-mmode.el (define-minor-mode):
12951         * frame.el (set-frame-name):
12952         * help.el (lookup-minor-mode-from-indicator):
12953         * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
12954         * progmodes/cc-cmds.el (c-toggle-auto-newline)
12955         (c-toggle-hungry-state):
12956         * progmodes/antlr-mode.el (antlr-language-alist):
12957         * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
12958         * progmodes/vhdl-mode.el (vhdl-mode):
12959         * progmodes/which-func.el (which-func, which-func-cleanup-function):
12960         * term/ns-win.el (ns-face-at-pos):
12961         * term/sup-mouse.el (sup-mouse-report):
12962         * textmodes/flyspell.el (flyspell-mode-line-string):
12963         * textmodes/ispell.el (ispell-highlight-face):
12964         * textmodes/reftex-global.el:
12965         * vc/vc-arch.el (vc-arch-mode-line-string):
12966         * vc/vc-cvs.el (vc-cvs-mode-line-string):
12967         * vc/vc-git.el (vc-git-mode-line-string):
12968         * vc/vc-hooks.el (vc-display-status)
12969         (vc-default-mode-line-string):
12970         * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
12972         * ansi-color.el (ansi-color-faces-vector): Change default faces.
12974         * dired.el (dired-sort-set-mode-line): Rename from
12975         dired-sort-set-modeline.  All callers changed.
12977         * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
12978         eshell-status-in-modeline.
12980         * foldout.el (foldout-mode-line-string): Rename from
12981         foldout-modeline-string.  All callers changed.
12982         (foldout-update-mode-line): Rename from foldout-update-modeline.
12984         * subr.el (redraw-modeline): Make into obsolete alias.
12986         * calendar/timeclock.el (timeclock-mode-line-display): Rename from
12987         timeclock-modeline-display.  Make old name an alias.
12988         (timeclock-update-mode-line): Likewise.  All callers changed.
12989         (timeclock-mode-line-display): No need to check before using
12990         add-hook.
12991         (timeclock-relative, timeclock-day-over-hook)
12992         (timeclock-use-elapsed, timeclock-mode-string)
12993         (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
12995         * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
12996         crisp-mode-modeline-string.
12998         * play/solitaire.el (solitaire-build-mode-line): Rename from
12999         solitaire-build-modeline.  All callers changed.
13001         * play/zone.el (zone-hiding-mode-line): Rename from
13002         zone-hiding-modeline.  All callers changed.
13003         (zone): Remove unusued `modeline-hidden-level' property.
13005         * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
13006         xscheme-modeline-initialize.  All callers changed.
13008         * strokes.el (strokes-lighter): Rename from
13009         strokes-modeline-string.
13011         * textmodes/sgml-mode.el (html-face-tag-alist)
13012         (html-tag-face-alist): Use mode-line face instead of obsolete
13013         alias modeline.
13015 2012-06-02  Stefan Merten  <smerten@oekonux.de>
13017         * textmodes/rst.el: Always require `cl'.
13018         (rst-mode-map): Fix meaning of C-M-a / C-M-e.
13020 2012-06-02  Chong Yidong  <cyd@gnu.org>
13022         * image.el (imagemagick-enabled-types): Rename from
13023         imagemagick-types-enable.  Add many more types.
13024         (imagemagick-types-inhibit): Change default to nil.
13025         (imagemagick-filter-types): Caller changed.
13027 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13029         * emacs-lisp/cl-macs.el: Use backquotes.
13030         (cl-transform-function-property): Use eval-and-compile rather than
13031         abusing `require'.
13032         (defstruct): Use declare-function instead of with-no-warnings.
13034         * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
13035         (byte-compile-output-docform): Re-add the print-circle bindings.
13036         (byte-compile-fix-header): Use #$ just because it's shorter.
13037         (byte-compile-output-file-form): Remove defun/defmacro.
13039 2012-06-01  Martin Rudalics  <rudalics@gmx.at>
13041         * simple.el (choose-completion): Remove now obsolete binding for
13042         owindow.
13044 2012-06-01  Michael Albinus  <michael.albinus@gmx.de>
13046         * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
13047         in order to avoid "Stack overflow in regexp matcher".
13049 2012-05-31  Glenn Morris  <rgm@gnu.org>
13051         * image.el: For clarity, call imagemagick-register-types at
13052         top-level, rather than relying on a custom :initialize.
13053         (imagemagick-types-enable): New option.  (Bug#11557)
13054         (imagemagick-filter-types): New function.  (Bug#7406)
13055         (imagemagick-register-types): Use imagemagick-filter-types.
13056         If disabling support, remove elements altogether rather
13057         than using an impossible regexp.
13058         (imagemagick-types-inhibit): Give it the default init function.
13060 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13062         * emacs-lisp/bytecomp.el (byte-compile-fix-header):
13063         Handle arbitrary file name lengths (Bug#11585).
13065 2012-05-31  Martin Rudalics  <rudalics@gmx.at>
13067         * desktop.el (desktop-read): Clear previous and next buffers for
13068         all windows and bury *Messages* buffer (bug#11556).
13070 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13072         Add `declare' for `defun'.  Align `defmacro's with it.
13073         * emacs-lisp/easy-mmode.el (define-minor-mode)
13074         (define-globalized-minor-mode): Don't autoload the var definitions.
13075         * emacs-lisp/byte-run.el: Use lexical-binding.
13076         (defun-declarations-alist, macro-declarations-alist): New vars.
13077         (defmacro, defun): Use them.
13078         (make-obsolete, define-obsolete-function-alias)
13079         (make-obsolete-variable, define-obsolete-variable-alias):
13080         Use `declare'.
13081         (macro-declaration-function): Mark obsolete.
13082         * emacs-lisp/autoload.el: Use lexical-binding.
13083         (make-autoload): Add `expansion' arg.  Rely more on macro expansion.
13085 2012-05-30  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
13087         * textmodes/ispell.el (ispell-with-no-warnings):
13088         Define as a macro.
13089         (ispell-kill-ispell, ispell-change-dictionary):
13090         Use `called-interactively-p' for Emacs instead of obsolete
13091         `interactive-p'.
13093 2012-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13095         * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
13096         (macro-declaration-function): Move var from C code.
13097         (macro-declaration-function): Define function with defalias.
13098         * emacs-lisp/macroexp.el (macroexpand-all-1):
13099         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
13100         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
13101         defun/defmacro any more.
13102         * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
13103         Provide fallback for unknown arglist.
13104         (byte-compile-arglist-warn): Change calling convention.
13105         (byte-compile-output-file-form): Move print-vars binding.
13106         (byte-compile-output-docform): Simplify accordingly.
13107         (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
13108         (byte-compile-defmacro-declaration): Remove.
13109         (byte-compile-file-form-defmumble): Generalize to defalias.
13110         (byte-compile-output-as-comment): Return byte-positions.
13111         Simplify callers accordingly.
13112         (byte-compile-lambda): Use `assert'.
13113         (byte-compile-defun, byte-compile-defmacro): Remove.
13114         (byte-compile-file-form-defalias):
13115         Use byte-compile-file-form-defmumble.
13116         (byte-compile-defalias-warn): Remove.
13118 2012-05-29  Stefan Merten  <smerten@oekonux.de>
13120         * textmodes/rst.el: Silence `checkdoc-ispell' errors where
13121         possible.  Fix authors.  Improve comments.  Improve loading of `cl'.
13123         (rst-mode-abbrev-table): Merge definition.
13124         (rst-mode): Make sure `font-lock-defaults' is buffer local.
13125         (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
13127 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
13129         * calendar/icalendar.el
13130         (icalendar-export-region): Export UID properly.
13132 2012-05-29  Leo Liu  <sdl.web@gmail.com>
13133         * calendar/icalendar.el (icalendar-import-format):
13134         Add `icalendar-import-format-uid' (Bug#11525).
13135         (icalendar-import-format-uid): New.
13136         (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
13137         Export UID.
13139 2012-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13141         * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
13142         different alternative patterns.
13143         (pcase-codegen): Be more careful to preserve identity.
13144         (pcase--u1): Don't forget to mark vars as used.
13146         * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
13147         (byte-compile-close-variables): Bind byte-compile--outbuffer here...
13148         (byte-compile-from-buffer): ...rather than here.
13150         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
13151         functions from byte-compile-function-environment.
13153 2012-05-29  Troels Nielsen  <bn.troels@gmail.com>
13155         * window.el (window-deletable-p): Avoid deleting the root window
13156         of a frame with an active minibuffer.
13158 2012-05-29  Martin Rudalics  <rudalics@gmx.at>
13160         * simple.el (choose-completion): Use quit-window (Bug#11567).
13162 2012-05-29  Chong Yidong  <cyd@gnu.org>
13164         * whitespace.el (whitespace-cleanup): Fix usage of
13165         whitespace-empty-at-bob-regexp (Bug#11492).
13167 2012-05-29  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
13169         * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
13170         revert (Bug#11488).
13172 2012-05-29  Juri Linkov  <juri@jurta.org>
13174         * isearch.el (isearch-mode-map): Bind `M-s _' to
13175         `isearch-toggle-symbol'.  Bind `M-s c' to
13176         `isearch-toggle-case-fold'.
13177         (search-map): Bind `M-s _' to `isearch-forward-symbol'.
13178         (isearch-forward): Add `M-s _' to the docstring.
13179         (isearch-forward-symbol, isearch-toggle-case-fold)
13180         (isearch-symbol-regexp): New functions.  (Bug#11381)
13182 2012-05-29  Juri Linkov  <juri@jurta.org>
13184         * isearch.el (isearch-word): Add docstring.  (Bug#11381)
13185         (isearch-occur, isearch-search-and-update): If `isearch-word' is
13186         a function, call it to get the regexp.
13187         (isearch-message-prefix): If `isearch-word' holds a symbol, use its
13188         property `isearch-message-prefix' instead of the string "word ".
13189         (isearch-search-fun-default): For the case of `isearch-word',
13190         return a lambda that calls re-search-forward/re-search-backward
13191         with a regexp returned by `word-search-regexp' or by the function
13192         in `isearch-word'.
13194 2012-05-29  Juri Linkov  <juri@jurta.org>
13196         * isearch.el (isearch-search-fun-default): New function.
13197         (isearch-search-fun): Move default part to the new function
13198         `isearch-search-fun-default'.
13199         (isearch-search-fun-function): Set the default value to
13200         `isearch-search-fun-default'.  (Bug#11381)
13202         * comint.el (comint-history-isearch-end):
13203         Use `isearch-search-fun-default'.
13204         (comint-history-isearch-search): Use `isearch-search-fun-default'
13205         and remove spacial case for `isearch-word'.
13206         (comint-history-isearch-wrap): Remove spacial case for
13207         `isearch-word'.
13209         * hexl.el (hexl-isearch-search-function):
13210         Use `isearch-search-fun-default'.
13212         * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
13213         Use `word-search-regexp' for `isearch-word'.
13215         * misearch.el (multi-isearch-search-fun):
13216         Use `isearch-search-fun-default'.
13218         * simple.el (minibuffer-history-isearch-search):
13219         Use `isearch-search-fun-default' and remove spacial case for
13220         `isearch-word'.
13221         (minibuffer-history-isearch-wrap): Remove spacial case for
13222         `isearch-word'.
13224         * textmodes/reftex-global.el (reftex-isearch-wrap-function):
13225         Remove spacial case for `isearch-word'.
13226         (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
13228 2012-05-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
13230         Decrease XEmacs incompatibilities.
13231         * textmodes/flyspell.el (flyspell-check-pre-word-p):
13232         Use `string-match'.
13233         (flyspell-delete-region-overlays): Use alternative definition for
13234         XEmacs.
13235         (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
13236         (flyspell-word): Use `process-kill-without-query' if XEmacs.
13237         (flyspell-mode-on): Use `interactive-p' if XEmacs.
13238         (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
13239         `define-obsolete-face-alias' under XEmacs, but old method.
13241         * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
13242         `with-no-warnings' definition or Emacs alias.
13243         (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
13244         (ispell-word): Do not use `region-p' if XEmacs.
13246 2012-05-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
13248         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13249         Check for `ispell-dictionary-base-alist' instead of full
13250         `ispell-dictionary-alist'.
13251         (ispell-init-process): Show spellchecker when starting new Ispell
13252         process.
13254 2012-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13256         * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
13257         http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
13259 2012-05-27  Juanma Barranquero  <lekktu@gmail.com>
13261         * version.el (motif-version-string, gtk-version-string)
13262         (ns-version-string): Declare.
13264 2012-05-27  Juri Linkov  <juri@jurta.org>
13266         * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
13267         after the `eval-defun-1' specialcaseing
13268         like in `edebug-eval-defun' (bug#10181).
13270         * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
13271         like in `eval-defun-1'.
13273 2012-05-27  Eli Zaretskii  <eliz@gnu.org>
13275         * mail/sendmail.el (mail-yank-region):
13276         Recognize rmail-yank-current-message in addition to insert-buffer.
13277         Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
13278         a *mail* buffer created through rmail-start-mail with sendmail as
13279         mail-user-agent.
13281 2012-05-27  Chong Yidong  <cyd@gnu.org>
13283         * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
13284         Default to 256 (Bug#11267).
13286         * help.el (describe-mode): Doc fix.
13288 2012-05-26  Glenn Morris  <rgm@gnu.org>
13290         * w32-fns.el (w32-init-info): Remove.
13291         * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
13293         * info.el (info-initialize): For self-contained NS builds, put the
13294         included info/ directory at the front.  (Bug#2791)
13296         * paths.el (Info-default-directory-list): Make it a defcustom,
13297         mainly so that we can use custom-initialize-delay.
13299 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13301         * subr.el (buffer-has-markers-at): Mark obsolete.
13303         * subr.el (lambda): Use declare.
13305         * emacs-lisp/lisp-mode.el (lambda):
13306         * emacs-lisp/edebug.el (lambda): Move properties to its definition.
13308 2012-05-26  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
13310         * thingatpt.el (forward-same-syntax): Handle no ARG case.  (Bug#11560)
13312 2012-05-26  Glenn Morris  <rgm@gnu.org>
13314         * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
13316 2012-05-25  Glenn Morris  <rgm@gnu.org>
13318         * paths.el: Remove no-byte-compile.
13319         * loadup.el: No need to load paths.el uncompiled.
13321         * image.el (imagemagick-types-inhibit): Doc fix.
13323         * version.el: Remove no-byte-compile and associated formatting.
13324         * loadup.el: No need to load version.el uncompiled.  AFAICS, this
13325         is ancient code from when there was an "inc-vers.el".
13327 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13329         * progmodes/gdb-mi.el: Minor style changes.
13330         (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
13331         Turn into minor modes.
13332         (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
13333         (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
13334         (gdb-shell): Remove unneeded let-binding.
13335         (gdb-get-many-fields): Eliminate O(n²) behavior.
13337 2012-05-25  Eli Zaretskii  <eliz@gnu.org>
13339         * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
13340         platforms that don't link in fontset.c.
13342 2012-05-25  Juri Linkov  <juri@jurta.org>
13344         Use the same diff color scheme as in modern VCSes (bug#10181).
13346         * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
13347         to avoid confusion with `diff-added' that now uses green colors.
13348         (diff-removed): Use shades of red.
13349         (diff-added): Use shades of green.
13350         (diff-changed): Leave just the yellow color.
13351         (diff-use-changed-face): New variable.
13352         (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
13353         how to highlight context diff changes.
13354         (diff-refine-change): Use shades of yellow.
13355         (diff-refine-removed): New face that uses shades of red.
13356         (diff-refine-added): New face that uses shades of green.
13357         (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
13358         `diff-refine-removed' in the call to `smerge-refine-subst'
13359         depending on the value of `diff-use-changed-face'.
13361         * vc/smerge-mode.el (smerge-mine): Use shades of red.
13362         (smerge-other): Use shades of green.
13363         (smerge-base): Use shades of yellow.
13364         (smerge-refined-change): Empty face.
13365         (smerge-refined-removed): New face that uses shades of red.
13366         (smerge-refined-added): New face that uses shades of green.
13367         (smerge-refine-subst): Rename arg `props' to `props-c'.  Add new
13368         args `props-r' and `props-a', and use them.  Doc fix.
13369         (smerge-refine): Evaluate `smerge-use-changed-face' and depending
13370         on its value use different faces `smerge-refined-change',
13371         `smerge-refined-removed', `smerge-refined-added' in the call to
13372         `smerge-refine-subst'.
13374         * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
13375         Add face condition `min-colors 88' with shades of red.
13376         (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
13377         `min-colors 88' with shades of green.
13378         (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
13379         `min-colors 88' with shades of yellow.
13381 2012-05-24  Glenn Morris  <rgm@gnu.org>
13383         * paths.el (prune-directory-list, remote-shell-program): Move to...
13384         * files.el (prune-directory-list, remote-shell-program): ...here.
13385         For the latter, delay initialization, prefer ssh, just search PATH.
13387         * paths.el (term-file-prefix): Move to faces.el (the only user).
13388         * faces.el (term-file-prefix): Move here, make it a defcustom.
13390         * paths.el (news-directory, news-path, news-inews-program):
13391         Move to gnus/nnspool.el.
13393         * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
13395         * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
13396         * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
13397         Make the latter a defcustom, with a delayed initialization.
13399         * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
13400         These were deleted from Gnus itself late 2010.
13402 2012-05-22  Juanma Barranquero  <lekktu@gmail.com>
13404         * progmodes/which-func.el (which-func-ff-hook):
13405         Check against user-error, not error.
13407         * emacs-lisp/edebug.el (top): Do not load or set up loading of
13408         cl-specs.el, which no longer exists.
13410 2012-05-22  Glenn Morris  <rgm@gnu.org>
13412         * info.el (info-emacs-bug): New command.
13413         * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
13414         * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
13416 2012-05-21  Glenn Morris  <rgm@gnu.org>
13418         * makefile.w32-in (update-subdirs-SH):
13419         * Makefile.in (update-subdirs): Update for moved update-subdirs.
13421 2012-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13423         * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
13425         * progmodes/compile.el (compilation-error-regexp-alist-alist):
13426         Simplify Maven regexp, and make sure the file can't start with a space
13427         (bug#11517).
13429 2012-05-21  Glenn Morris  <rgm@gnu.org>
13431         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
13432         Scrap superfluous subshells.
13434 2012-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13436         * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
13437         (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
13439 2012-05-19  Jay Belanger  <jay.p.belanger@gmail.com>
13441         * calc/calc.el (calc-ensure-consistent-units): New variable.
13443         * calc/calc-units.el (math-consistent-units-p)
13444         (math-check-unit-consistency): New functions.
13445         (calc-quick-units, calc-convert-units):
13446         Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
13447         is non-nil.
13448         (calc-extract-units): Fix typo.
13450 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13452         * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
13454         * textmodes/flyspell.el: Commenting style, plus code simplifications.
13455         (flyspell-default-deplacement-commands): Don't spell check after
13456         repeated window/frame switches (e.g. triggered by mouse-movement).
13457         (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
13458         (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
13459         (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
13460         (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
13461         Remove unused vars.
13462         (flyspell-get-casechars, flyspell-get-not-casechars):
13463         Simplify; Don't bother removing a ] just to add it back.
13464         * textmodes/ispell.el (ispell-program-name): Use executable-find.
13466 2012-05-18  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
13468         * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
13469         New functions.
13470         (math-function-table): Add support for more C functions.
13472 2012-05-18  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
13474         * textmodes/flyspell.el (flyspell-check-pre-word-p)
13475         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
13476         Protect delay handling for otherchars against empty otherchars.
13478 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13480         * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
13481         their respective macro declarations.
13482         * skeleton.el (define-skeleton):
13483         * progmodes/compile.el (define-compilation-mode):
13484         * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
13485         (define-ibuffer-filter):
13486         * emacs-lisp/generic.el (define-generic-mode):
13487         * emacs-lisp/easy-mmode.el (define-minor-mode)
13488         (define-globalized-minor-mode):
13489         * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
13490         * emacs-lisp/byte-run.el (defsubst):
13491         * custom.el (deftheme): Add doc-string metadata.
13493 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13495         * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
13497 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13499         * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
13501         * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
13502         * emacs-lisp/cl-macs.el: Idem.
13503         * emacs-lisp/cl-specs.el: Remove.
13505 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13507         Minor renaming of internal CL functions and variables.
13508         * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
13509         (cl--position): Rename from cl-position.
13510         (cl--delete-duplicates): Rename from cl-delete-duplicates.
13511         * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
13512         (cl--random-state): Rename from *random-state*.
13514 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13516         * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
13517         parens around the arg list (bug#11499).
13519 2012-05-17  Juri Linkov  <juri@jurta.org>
13521         * isearch.el (word-search-regexp, word-search-backward)
13522         (word-search-forward, word-search-backward-lax)
13523         (word-search-forward-lax): Move functions from search.c
13524         (bug#10145, bug#11381).
13526 2012-05-16  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
13528         * textmodes/flyspell.el (flyspell-check-pre-word-p)
13529         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
13530         Delay for otherchars as for normal word components.
13532 2012-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13534         * minibuffer.el (completion--sifn-requote): Fix last change.
13535         (minibuffer-local-must-match-filename-map):
13536         Move define-obsolete-variable-alias before its var.
13538 2012-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13540         * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
13542         * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
13543         behavior.
13544         (completion--string-equal-p): New function.
13545         (completion--twq-all): Use it to get better assertion failure data.
13547         Only handle ".." and '..' quoting in shell-mode (bug#11466).
13548         * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
13549         (shell--requote-argument): New functions.
13550         (shell-completion-vars): Use them.
13551         (shell--parse-pcomplete-arguments): Rename from
13552         shell-parse-pcomplete-arguments.
13553         * comint.el (comint-word): Obey comint-file-name-quote-list.  Simplify.
13554         (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
13555         Obey comint-file-name-quote-list.
13557         * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
13558         (smie-indent-keyword): Use it.
13560 2012-05-14  Stefan Merten  <smerten@oekonux.de>
13562         * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
13564 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13566         * net/rlogin.el (rlogin-mode-map): Fix last change.
13568 2012-05-14  Jason L. Wright  <jason.wright@inl.gov>  (tiny change)
13570         * mail/smtpmail.el (smtpmail-send-command): Send the command and
13571         the following \r\n using a single `process-send-string', since the
13572         Lotus SMTP server refuses to accept any commands if they are sent
13573         with two `process-send-string's (Bug#11444).
13575 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13577         * shell.el (shell-parse-pcomplete-arguments):
13578         Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
13580 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
13582         * image-mode.el: Fit to width/height for rotated images (Bug#11431).
13583         (image-transform-scale, image-transform-right-angle-fudge): New vars.
13584         (image-transform-width, image-transform-fit-width): New functions.
13585         (image-transform-properties): Use them.
13586         (image-transform-check-size): New function.
13587         (image-toggle-display-image): Use it (for testing).
13588         (image-transform-set-rotation): Reduce angle mod 360.
13589         Delete obsolete comment.
13591 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
13593         * image-mode.el: Fix scaling (bug#11399).
13594         (image-transform-resize): Doc fix.
13595         (image-transform-properties): Default scale is 1 and height should
13596         be an integer.
13598 2012-05-13  Johan BockgÃ¥rd  <bojohan@gnu.org>
13600         * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
13601         than hard-coding `car', to fix misbehavior when moving forward.
13603 2012-05-13  Chong Yidong  <cyd@gnu.org>
13605         * emacs-lisp/tabulated-list.el (tabulated-list-format)
13606         (tabulated-list-entries, tabulated-list-padding)
13607         (tabulated-list-sort-key): Make permanent-local.
13609         * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
13610         (electric-buffer-list): Put electric buffer menu
13611         command descriptions in this docstring, instead of the docstring
13612         of electric-buffer-menu-mode.  Code cleanups.
13613         (electric-buffer-menu-mode): Use define-derived-mode.  Rename from
13614         Electric-buffer-menu-mode.
13615         (electric-buffer-update-highlight): Minor code cleanup.
13617 2012-05-13  Michael Albinus  <michael.albinus@gmx.de>
13619         * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
13620         (Bug#11447)
13622 2012-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13624         Move define-obsolete-variable-alias before the var's definition.
13625         * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
13626         * tooltip.el (tooltip-hook):
13627         * textmodes/reftex-toc.el (reftex-toc-map):
13628         * textmodes/reftex-sel.el (reftex-select-label-map)
13629         (reftex-select-bib-map):
13630         * textmodes/reftex-index.el (reftex-index-map)
13631         (reftex-index-phrases-map):
13632         * speedbar.el (speedbar-syntax-table, speedbar-key-map):
13633         * progmodes/meta-mode.el (meta-mode-map):
13634         * novice.el (disabled-command-hook):
13635         * loadhist.el (unload-hook-features-list):
13636         * frame.el (blink-cursor):
13637         * files.el (find-file-not-found-hooks, write-file-hooks)
13638         (write-contents-hooks):
13639         * emulation/tpu-edt.el (GOLD-map):
13640         * emacs-lock.el (emacs-lock-from-exiting):
13641         * emacs-lisp/generic.el (generic-font-lock-defaults):
13642         * emacs-lisp/chart.el (chart-map):
13643         * dos-fns.el (register-name-alist):
13644         * dired-x.el (dired-omit-files-p):
13645         * desktop.el (desktop-enable):
13646         * cus-edit.el (custom-mode-hook):
13647         * buff-menu.el (buffer-menu-mode-hook):
13648         * bookmark.el (bookmark-read-annotation-text-func)
13649         (bookmark-exit-hooks):
13650         * allout.el (allout-mode-deactivate-hook)
13651         (allout-exposure-change-hook, allout-structure-added-hook)
13652         (allout-structure-deleted-hook, allout-structure-shifted-hook):
13653         * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
13654         (dirtrack-debug): Move call to define-obsolete-variable-alias so it
13655         comes before the corresponding variable's definition.
13657 2012-05-12  Chong Yidong  <cyd@gnu.org>
13659         * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
13660         (Buffer-menu-mouse-select): Restore function (Bug#11459).
13661         (Buffer-menu-mode-map): Bind it.
13662         (Buffer-menu--pretty-name): Add a mouse-face property.
13664 2012-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13666         * progmodes/prolog.el: Use SMIE.  Cleanup regexp setup.
13667         (prolog-upper-case-string, prolog-lower-case-string)
13668         (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
13669         (prolog-use-smie, prolog-smie-grammar): New vars.
13670         (prolog-smie-forward-token, prolog-smie-backward-token)
13671         (prolog-smie-rules): New funs.
13672         (prolog-comment-indent): Remove.
13673         (prolog-mode-variables): Use default comment indentation instead.
13674         Setup SMIE.
13675         (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
13676         (prolog-mode): Don't call them any more.
13677         (prolog-electric-colon, prolog-electric-dash)
13678         (prolog-edit-menu-insert-move): Use indent-according-to-mode.
13680         * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
13682         * minibuffer.el (completion--twq-all): Again, allow case differences.
13684         * term.el: Move keymap initialization code to be more idiomatic.
13685         (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
13686         (term-terminal-menu): Move initialization into declaration.
13687         (term-escape-char): Let the user set it in her .emacs.
13689         * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
13690         Provide SMIE-based indentation (not enabled by default yet).
13691         (sh-mode-map): Don't bind electric keys.
13692         Use electric-pair-mode instead of skeleton-pair.
13693         (sh-assignment-regexp): Fit within 80 columns.
13694         (sh-indent-supported): Specify actual shell name instead of boolean.
13695         (sh--maybe-here-document): New fun, from sh-maybe-here-document.
13696         (sh-maybe-here-document): Use it.  Make obsolete.
13697         (sh-electric-here-document-mode) New minor mode.
13698         (sh-mode): Use it.  Don't set sh-indent-supported-here here.
13699         (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
13700         (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
13701         (sh-smie-rc-grammar, sh-use-smie): New vars.
13702         (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
13703         (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
13704         (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
13705         (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
13706         (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
13707         (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
13708         (sh-set-shell): Use smie-setup if requested.
13710         * term.el (term-set-escape-char): Properly set term-escape-char.
13711         See http://stackoverflow.com/questions/10524656.
13713 2012-05-10  Chong Yidong  <cyd@gnu.org>
13715         * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
13716         Use url-generic-parse-url, and handle host names and Windows
13717         filenames properly.
13718         (ffap-url-unwrap-remote): Use url-generic-parse-url.
13719         (ffap-url-unwrap-remote): Accept list values, specifying a list of
13720         URL schemes to work on.
13721         (ffap--toggle-read-only): New function.
13722         (ffap-read-only, ffap-read-only-other-window)
13723         (ffap-read-only-other-frame): Use it.
13724         (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
13725         necessary for ffap-url-unwrap-remote.
13727 2012-05-10  Dave Abrahams  <dave@boostpro.com>
13729         * cus-start.el (create-lockfiles): Add it.
13731 2012-05-09  Chong Yidong  <cyd@gnu.org>
13733         * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
13734         (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
13736 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13738         * shell.el (shell-completion-vars): Fix last change (bug#11348).
13740 2012-05-09  Chong Yidong  <cyd@gnu.org>
13742         * ansi-color.el (ansi-color-process-output): Check for validity of
13743         comint-last-output-start before using it.  This avoids a bad
13744         interaction with gdb-mi's input/output buffer.
13746 2012-05-09  Glenn Morris  <rgm@gnu.org>
13748         * files.el (dir-locals-read-from-file):
13749         Mention dir-locals in any error message.
13751 2012-05-09  Chong Yidong  <cyd@gnu.org>
13753         * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
13754         package (Bug#11410).
13756         * emacs-lisp/package.el (package-buffer-info): Avoid putting local
13757         variables into description.
13759 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13761         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
13762         shell-delimiter-argument-list (bug#11348).
13763         (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
13765 2012-05-09  Juanma Barranquero  <lekktu@gmail.com>
13767         * textmodes/rst.el: Silence byte-compiler warnings.
13768         (rst-re-alist, rst-reset-section-caches): Move around.
13769         (rst-re): Use `characterp', not `char-valid-p'.
13770         (font-lock-beg, font-lock-end): Declare.
13772         * progmodes/idlw-shell.el (specs): Remove reference to deleted
13773         variable `idlwave-shell-activate-alt-keybindings' and simplify.
13775         * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
13777 2012-05-08  Glenn Morris  <rgm@gnu.org>
13779         * files.el (auto-mode-alist): Treat ".make" like ".mk".
13781 2012-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13783         * vc/log-edit.el: Add GNU coding standards highlighting.
13784         (log-edit-font-lock-gnu-style)
13785         (log-edit-font-lock-gnu-keywords): New vars.
13786         (log-edit-font-lock-keywords): New fun.
13787         (log-edit-mode): Don't fold case in font-lock.
13788         (log-edit-font-lock-keywords): Do not assume case-folding.
13790         * imenu.el: Misc cleanup.  Make docstrings out of comments.
13791         Use lexical-binding.
13792         (imenu--index-alist, imenu--last-menubar-index-alist)
13793         (imenu-menubar-modified-tick): Use defvar-local.
13794         (imenu--split-menu): Remove unused var.
13795         (imenu--cleanup-seen): Declare as global.
13796         (imenu--cleanup): Use dolist.
13798         * subr.el (defvar-local): Add debug spec and doc-string position.
13800 2012-05-08  Glenn Morris  <rgm@gnu.org>
13802         * language/burmese.el, language/cham.el, language/czech.el:
13803         * language/english.el, language/georgian.el, language/greek.el:
13804         * language/japanese.el, language/khmer.el, language/korean.el:
13805         * language/lao.el, language/misc-lang.el, language/romanian.el:
13806         * language/sinhala.el, language/slovak.el, language/tai-viet.el:
13807         * language/thai.el, language/utf-8-lang.el:
13808         Remove no-byte-compile setting.
13810         * play/zone.el (zone-pgm-stress): Don't pollute kill-ring.  (Bug#11388)
13812 2012-05-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
13814         * progmodes/make-mode.el (makefile-browse):
13815         Remove unnecessary interactive.  (Bug#11324)
13817 2012-05-07  Glenn Morris  <rgm@gnu.org>
13819         * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
13821         * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
13823 2012-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13825         * loadup.el: Preload newcomment.el.
13826         * newcomment.el: Move autoload-only code to toplevel.
13828         * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
13829         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
13830         Handle new :right-align column property.
13831         (tabulated-list-print-col): Idem, plus use `display' text-property to
13832         try and preserve alignment for variable pitch fonts.
13834 2012-05-07  Chong Yidong  <cyd@gnu.org>
13836         * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
13837         (tabulated-list-use-header-line): New var.
13838         (tabulated-list-init-header): Use it.
13839         (tabulated-list-print-fake-header): New function.
13840         (tabulated-list-print): Use it.
13841         (tabulated-list-sort-button-map): Add non-header-line commands.
13842         (tabulated-list-init-header): Add column name property to basic
13843         labels as well.
13844         (tabulated-list-col-sort): Handle non-header-line button case.
13845         (tabulated-list--sort-by-column-name): Fix a corner case.
13847         * buff-menu.el (list-buffers--refresh):
13848         Handle Buffer-menu-use-header-line.
13850 2012-05-06  Chong Yidong  <cyd@gnu.org>
13852         * buff-menu.el: Convert to Tabulated List mode.
13853         (Buffer-menu-buffer+size-width): Make obsolete.
13854         (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
13855         (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
13856         (Buffer-menu-mode): Derive from tabulated-list-mode.  Move command
13857         documentation into docstring of buffer-menu.
13858         (Buffer-menu-toggle-files-only): Add an informative message.
13859         (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
13860         (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
13861         (Buffer-menu-unmark, Buffer-menu-backup-unmark)
13862         (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
13863         (Buffer-menu-execute, Buffer-menu-select)
13864         (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
13865         (Buffer-menu-bury): Use Tabulated List machinery.
13866         (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
13867         (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
13868         Delete.
13869         (list-buffers--refresh): New function.
13870         (list-buffers-noselect): Use it.
13871         (tabulated-list-entry-size->, Buffer-menu--pretty-name)
13872         (Buffer-menu--pretty-file-name): New helper functions.
13874         * loadup.el: Preload tabulated-list.
13876         * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
13877         tabulated-list-sort-column.
13878         (tabulated-list-init-header): Add the initial aligning space even
13879         if tabulated-list-padding is zero.
13881 2012-05-06  Christopher Schmidt  <christopher@ch.ristopher.com>
13883         * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
13884         whose cdr is not a cons cell correctly (bug#11038).
13886 2012-05-06  Chong Yidong  <cyd@gnu.org>
13888         * emacs-lisp/tabulated-list.el (tabulated-list-format):
13889         Accept additional plist in column descriptors.
13890         (tabulated-list-init-header): Obey it.
13891         (tabulated-list-get-entry): New function.
13892         (tabulated-list-put-tag): Use it.  Use string-width instead of
13893         length.
13894         (tabulated-list--column-number): New function.
13895         (tabulated-list-print): Use it.
13896         (tabulated-list-print-col): New function.
13897         Set `tabulated-list-column-name' property on each column's text.
13898         (tabulated-list-print-entry): Use it.
13899         (tabulated-list-delete-entry, tabulated-list-set-col):
13900         New functions.
13901         (tabulated-list-sort-column): New command (Bug#11337).
13903         * buff-menu.el (list-buffers): Move C-x C-b binding from
13904         buff-menu.el to bindings.el.
13906         * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
13907         :advertised-binding feature.
13909 2012-05-06  Troels Nielsen  <bn.troels@gmail.com>  (tiny change)
13911         * progmodes/compile.el (compilation-internal-error-properties):
13912         Calculate start position correctly when end-col is set but
13913         end-line is not (Bug#11382).
13915 2012-05-06  Wolfgang Jenkner  <wjenkner@inode.at>
13917         * man.el (Man-unindent): Use text-property-default-nonsticky to
13918         prevent untabify from inheriting face properties (Bug#11408).
13920 2012-05-05  Stefan Merten  <smerten@oekonux.de>
13922         * textmodes/rst.el: Major merge with upstream development up to
13923         Docutils SVN r7399 / rst.el V1.2.1.
13925         Clarify maintainership and authors.
13927         (rst-extract-version, rst-cvs-header, rst-cvs-rev)
13928         (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
13929         (rst-official-version, rst-official-cvs-rev, rst-version)
13930         (rst-package-emacs-version-alist): New functions and variables
13931         for version information.
13933         (rst-bullets, rst-uri-schemes, rst-adornment-chars)
13934         (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
13935         (rst-mode-syntax-table, rst-mode): New and corrected functions
13936         and variables representing reStructuredText features.
13938         (rst-re): New function for reStructuredText regexes.  Use in
13939         many places.
13941         (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
13942         (rst-mode-map): Rebind keys.
13944         (rst-mode-lazy, rst-font-lock-keywords)
13945         (rst-font-lock-extend-region)
13946         (rst-font-lock-extend-region-internal)
13947         (rst-font-lock-extend-region-extend)
13948         (rst-font-lock-find-unindented-line-limit)
13949         (rst-font-lock-find-unindented-line-match)
13950         (rst-adornment-level, rst-font-lock-adornment-level)
13951         (rst-font-lock-adornment-match)
13952         (rst-font-lock-handle-adornment-pre-match-form)
13953         (rst-font-lock-handle-adornment-matcher): Major revision of
13954         font-locking.  Integrate with other code.  Use `jit-lock-mode'.
13956         (rst-preferred-adornments, rst-adjust-hook)
13957         (rst-new-adornment-down, rst-preferred-bullets)
13958         (rst-preferred-bullets, rst-indent, rst-indent-width)
13959         (rst-indent-field, rst-indent-literal-normal)
13960         (rst-indent-literal-minimized, rst-indent-comment): Change,
13961         extend and improve customization.
13963         (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
13964         (rst-normalize-cursor-position, rst-get-decoration)
13965         (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
13966         (rst-rstrip, rst-toc-insert-find-delete-contents)
13967         (rst-shift-fill-region, rst-compute-bullet-tabs)
13968         (rst-debug-print-tabs, rst-debug-mark-found)
13969         (rst-shift-region-guts, rst-shift-region-right)
13970         (rst-shift-region-left, rst-use-char-classes)
13971         (rst-font-lock-keywords-function)
13972         (rst-font-lock-indentation-point)
13973         (rst-font-lock-find-unindented-line-begin)
13974         (rst-font-lock-find-unindented-line-end)
13975         (rst-font-lock-find-unindented-line)
13976         (rst-font-lock-adornment-point, rst-font-lock-level)
13977         (rst-adornment-level-alist): Remove functions and variables.
13979         (rst-compare-adornments, rst-get-adornment-match)
13980         (rst-suggest-new-adornment, rst-get-adornments-around)
13981         (rst-adornment-complete-p, rst-get-next-adornment)
13982         (rst-adjust-adornment, rst-display-adornments-hierarchy)
13983         (rst-straighten-adornments): Standardize function names to
13984         use "adornment" instead of "decoration".  Correct callers.
13985         Similar standardizing in many places.
13987         (rst-update-section, rst-adjust, rst-promote-region)
13988         (rst-enumerate-region, rst-bullet-list-region)
13989         (rst-repeat-last-character): Correct use of `interactive'.
13991         (rst-classify-adornment, rst-find-all-adornments)
13992         (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
13993         (rst-find-leftmost-column, rst-repeat-last-character):
13994         Refactor functions.
13996         (rst-find-title-line, rst-reset-section-caches)
13997         (rst-get-adornments-around, rst-adjust-adornment-work)
13998         (rst-arabic-to-roman, rst-roman-to-arabic)
13999         (rst-insert-list-pos, rst-insert-list-new-item)
14000         (rst-insert-list-continue, rst-insert-list, rst-forward-line):
14001         New functions.
14003         (rst-all-sections, rst-section-hierarchy)
14004         (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
14005         New variables.
14007         (rst-toc-return-wincfg, rst-toc-quit-window): Use window
14008         configuration instead of only buffer.  Change where necessary.
14010         (rst-line-tabs, rst-compute-tabs, rst-indent-line)
14011         (rst-shift-region, rst-adaptive-fill): New functions for
14012         indentation and filling.
14014         (rst-comment-line-break, rst-comment-indent)
14015         (rst-comment-insert-comment, rst-comment-region)
14016         (rst-uncomment-region): New functions for handling comments.
14018         (rst-compile): Quote shell arguments.
14020         (rst-compile-pdf-preview, rst-compile-slides-preview):
14021         Delete temporary files after use.
14023 2012-05-05  Glenn Morris  <rgm@gnu.org>
14025         * calendar/cal-html.el: Optionally include holidays in the output.
14026         Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
14027         (cal-html-holidays): New option.
14028         (cal-html-css-default): Add holiday entry.
14029         (holiday-in-range): Autoload it.
14030         (cal-html-htmlify-entry): Add optional class argument.
14031         (cal-html-htmlify-list): Add optional holidays argument.
14032         (cal-html-insert-agenda-days): Include holidays in the output.
14033         (cal-html-one-month): Maybe include holidays.
14035         * calendar/holidays.el (holiday-in-range):
14036         Move here from cal-tex-list-holidays.
14037         * calendar/cal-tex.el (cal-tex-list-holidays):
14038         Make it an obsolete alias for holiday-in-range.  Update all callers.
14040 2012-05-05  Chong Yidong  <cyd@gnu.org>
14042         * select.el (xselect--encode-string): Always use utf-8 for TEXT on
14043         Nextstep.
14045 2012-05-05  Ransom Williams  <auvergnerw@gmail.com>  (tiny change)
14047         * files.el (file-auto-mode-skip): New var.
14048         (set-auto-mode-1): Use it.
14050 2012-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14052         * repeat.el: Use lexical-binding.
14053         (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
14054         (repeat-undo-count): Remove.
14055         (repeat):
14056         * progmodes/octave-mod.el (octave-abbrev-start):
14057         * progmodes/f90.el (f90-abbrev-start):
14058         * face-remap.el (text-scale-adjust):
14059         * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
14061         * emacs-lisp/pcase.el (pcase--let*): New function.
14062         (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
14063         a bit more.
14064         (pcase--split-pred): Be more clever about ruling out overlap between
14065         a predicate and some constant pattern.
14066         (pcase--q1): Use `null' instead of (eq foo nil).
14068         * subr.el (setq-local, defvar-local): New macros.
14069         (kbd): Redefine as an alias.
14070         (with-selected-window): Leave unrelated frames alone.
14071         (set-temporary-overlay-map): New function.
14073 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14075         * subr.el (user-error): New function.
14076         * window.el (switch-to-buffer):
14077         * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
14078         (smerge-match-conflict):
14079         * simple.el (previous-matching-history-element)
14080         (next-matching-history-element, goto-history-element, undo-more)
14081         (undo-start):
14082         * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
14083         (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
14084         (next-file, tags-loop-scan, list-tags, complete-tag):
14085         * progmodes/compile.el (compilation-loop):
14086         * mouse.el (mouse-minibuffer-check):
14087         * man.el (Man-bgproc-sentinel, Man-goto-page):
14088         * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
14089         (Info-history-forward, Info-follow-reference, Info-menu)
14090         (Info-extract-menu-item, Info-extract-menu-counting)
14091         (Info-forward-node, Info-backward-node, Info-next-menu-item)
14092         (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
14093         (Info-next-reference, Info-prev-reference, Info-index)
14094         (Info-index-next, Info-follow-nearest-node)
14095         (Info-copy-current-node-name):
14096         * imenu.el (imenu--make-index-alist)
14097         (imenu-default-create-index-function, imenu-add-to-menubar):
14098         * files.el (basic-save-buffer, recover-file):
14099         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14100         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
14101         (checkdoc-message-text, checkdoc-defun):
14102         * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
14103         * cus-edit.el (customize-changed-options, customize-rogue)
14104         (customize-saved, custom-variable-set, custom-variable-mark-to-save)
14105         (custom-variable-mark-to-reset-standard)
14106         (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
14107         (custom-file):
14108         * completion.el (check-completion-length):
14109         * comint.el (comint-search-arg)
14110         (comint-previous-matching-input-string-position)
14111         (comint-previous-matching-input)
14112         (comint-replace-by-expanded-history-before-point, comint-send-input)
14113         (comint-copy-old-input, comint-backward-matching-input)
14114         (comint-goto-process-mark, comint-set-process-mark):
14115         * calendar/calendar.el (calendar-cursor-to-date): Use it.
14116         * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
14118 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14120         * dabbrev.el (dabbrev--ignore-case-p): New function.
14121         (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
14122         Use it.
14124         * files.el (automount-dir-prefix): Mark as obsolete.
14126 2012-05-04  Glenn Morris  <rgm@gnu.org>
14128         * patcomp.el, play/bruce.el: Move to obsolete/.
14130 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
14132         Fix minor Y10k bugs.
14133         * arc-mode.el (archive-unixdate):
14134         * autoinsert.el (auto-insert-alist):
14135         * calc/calc-forms.el (math-this-year):
14136         * emacs-lisp/copyright.el (copyright-current-year)
14137         (copyright-update-year, copyright):
14138         * tar-mode.el (tar-clip-time-string):
14139         * time.el (display-time-update):
14140         Don't assume years have 4 digits.
14142 2012-05-04  Chong Yidong  <cyd@gnu.org>
14144         * dos-w32.el (file-name-buffer-file-type-alist)
14145         (direct-print-region-use-command-dot-com):
14146         * ffap.el (ffap-menu-regexp):
14147         * find-file.el (ff-special-constructs):
14148         * follow.el (follow-debug):
14149         * forms.el (forms--debug):
14150         * iswitchb.el (iswitchb-all-frames):
14151         * ido.el (ido-all-frames):
14152         * emacs-lisp/timer.el (timer-max-repeats):
14153         * mail/feedmail.el (feedmail-mail-send-hook)
14154         (feedmail-mail-send-hook-queued):
14155         * mail/footnote.el (footnote-signature-separator):
14156         * mail/mailabbrev.el (mail-alias-separator-string)
14157         (mail-abbrev-mode-regexp):
14158         * mail/rmail.el (rmail-speedbar-match-folder-regexp):
14159         * progmodes/idlwave.el (idlwave-libinfo-file)
14160         (idlwave-default-completion-case-is-down)
14161         (idlwave-library-routines): Convert defvars to defcustoms.
14163         * mail/rmail.el (rmail-decode-mime-charset):
14164         * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
14165         (idlwave-shell-fix-inserted-breaks)
14166         (idlwave-shell-activate-alt-keybindings)
14167         (idlwave-shell-use-breakpoint-glyph):
14168         * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
14170 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14172         * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
14174 2012-05-03  Wilson Snyder  <wsnyder@wsnyder.org>
14176         * progmodes/verilog-mode.el (font-lock-keywords):
14177         Fix mis-highligting auto.  Reported by Craig Barner.
14178         (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
14179         defines from global name space.  Reported by Dan Dever.
14180         (verilog-auto-reset, verilog-auto-reset-widths)
14181         (verilog-auto-tieoff): Support using unbased numbers for
14182         AUTORESET and AUTOTIEOFF.
14183         (verilog-submit-bug-report): Update variable list.
14184         (verilog-read-auto-params): Fix AUTOINPUT regexps containing
14185         parenthesis from not matching.  Reported by Michael Rytting.
14186         (verilog-auto-template-lint): Fix hash error when linting modules
14187         with no used templates.
14188         (verilog-warn, verilog-warn-error)
14189         (verilog-warn-fatal): When non-interactive report multiple
14190         warnings before exiting.  Suggested by Brad Dobbie.
14191         (verilog-auto-template-lint, verilog-auto-template-warn-unused)
14192         (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
14193         to report unused template errors.  Reported by Brad Dobbie.
14194         (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
14195         nets, bug438.  Reported by Vns Blore.
14196         (verilog-auto-inout-module, verilog-auto-reg)
14197         (verilog-read-decls, verilog-read-sub-decls-sig)
14198         (verilog-signals-edit-wire-reg, verilog-signals-with):
14199         Fix passing of Verilog data types in ANSI input/output ports
14200         such as "output logic" into the AUTOs.  Special case "wire" and
14201         "reg" for backwards compatibility presuming Verilog 2001.
14202         (verilog-auto-ascii-enum): Add "auto enum" as alias.
14203         (verilog-preprocess): Fix replication of preprocess output.
14204         Reported by Brad Dobbie.
14205         (verilog-auto-inst-interfaced-ports):
14206         Create verilog-auto-inst-interfaced-ports, bug429.
14207         Reported by Julian Gorfajn.
14208         (verilog-after-save-font-hook)
14209         (verilog-before-save-font-hook): New variable.
14210         (verilog-modi-cache-results, verilog-save-font-mod-hooked)
14211         (verilog-save-font-mods): Wrap disabling fontification, reported
14212         by David Rogoff.
14213         (verilog-do-indent, verilog-pretty-declarations-auto)
14214         (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
14215         Reported by Pierre-David Pfister.
14216         (verilog-set-auto-endcomments): Fix endtask auto comments outside
14217         of class declarations, bug292.  Reported by Kevin Heilman.
14218         (verilog-read-decls): Fix 'parameter type' not appearing in
14219         AUTOINSTPARAM, bug340.  Reported by Jonathan Greenlaw.
14220         (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
14221         AUTOINPUTs, bug411.  Reported by Jonathan Greenlaw.
14222         (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
14223         Reported by David Kravitz.
14225 2012-05-03  Michael McNamara  <mac@mail.brushroad.com>
14227         * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
14228         assignment with tests in ifs and for loops.
14229         (verilog-extended-complete-re, verilog-complete-reg): Change so
14230         that DPI inport functions don't look like fuction declarations.
14231         (verilog-pretty-expr): Don't line up assignment
14232         operations to the test and increment in if and for loops
14233         (verilog-extended-complete-re, verilog-complete-reg): Change so
14234         that DPI inport functions don't look like fuction declarations.
14236 2012-05-03  Kenichi Handa  <handa@m17n.org>
14238         * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
14239         decoding, and show a warning message without signaling an error
14240         (Bug#11282).
14242 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14244         * emacs-lisp/bytecomp.el
14245         (byte-compile-file-form-custom-declare-variable): Compile all elements,
14246         since cconv.el might have introduced :fun-body, internal-make-closure,
14247         and friends for bytecomp to handle (bug#11391).
14248         * custom.el (defcustom): Avoid ((λ ..) ..).
14250 2012-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14252         * subr.el (read-passwd): Better clean after ourselves (bug#11392).
14254 2012-05-02  Juanma Barranquero  <lekktu@gmail.com>
14256         * notifications.el (dbus-debug):
14257         * term/linux.el (gpm-mouse-enable):
14258         * term/screen.el (xterm-register-default-colors): Declare.
14260 2012-05-02  Chong Yidong  <cyd@gnu.org>
14262         * cus-start.el (gc-cons-percentage, exec-suffixes)
14263         (dos-display-scancodes, dos-hyper-key, dos-super-key)
14264         (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
14265         (make-cursor-line-fully-visible, void-text-area-pointer)
14266         (font-list-limit): Add customization data.
14268         * allout.el (allout-exposure-change-functions)
14269         (allout-structure-added-functions)
14270         (allout-structure-deleted-functions)
14271         (allout-structure-shifted-functions): Rename abnormal hooks from
14272         *-hook, and convert to defcustoms.
14273         (allout-after-copy-or-kill-hook, allout-post-undo-hook):
14274         Convert to defcustoms.
14275         (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
14277         * allout-widgets.el: Hook callers changed.
14279 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
14281         * mail/rmail.el (rmail-yank-current-message): Use the encoding of
14282         the yanked message in preference to the default value of
14283         buffer-file-coding-system.
14285 2012-05-02  Martin Rudalics  <rudalics@gmx.at>
14287         * window.el (display-buffer--action-function-custom-type):
14288         Fix entry.
14290 2012-05-02  Alan Mackenzie  <acm@muc.de>
14292         * progmodes/cc-defs.el (c-version): Update to 5.32.3.
14294 2012-05-01  Glenn Morris  <rgm@gnu.org>
14296         * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
14298         * eshell/esh-cmd.el (eshell-debug-command): Doc fix.  Add :set.
14300         * cus-edit.el (custom-variable-documentation): Simplify with format.
14302 2012-05-01  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
14303             Stefan Monnier  <monnier@iro.umontreal.ca>
14305         * simple.el (suggest-key-bindings, execute-extended-command):
14306         Move from keyboard.c.
14308 2012-05-01  Chong Yidong  <cyd@gnu.org>
14310         * follow.el: Eliminate advice.
14311         (set-process-filter, process-filter, sit-for): Advice deleted.
14312         (follow-mode-off-hook): Obsolete hook removed.
14313         (follow-avoid-tail-recenter-p, follow-process-filter-alist):
14314         Vars deleted.
14315         (follow-auto): Use a :set function.
14316         (follow-mode): Rewritten.  Don't advise process filters.
14317         (follow-switch-to-current-buffer-all, follow-scroll-up)
14318         (follow-scroll-down): Assume follow-mode is bound.
14319         (follow-comint-scroll-to-bottom)
14320         (follow-align-compilation-windows): New functions.
14321         (follow--window-sorter): New function.
14322         (follow-all-followers): Use it to explicitly sort windows by their
14323         positions; don't make assumptions about next-window order.
14324         (follow-windows-start-end, follow-delete-other-windows-and-split)
14325         (follow-calc-win-start): Doc fix.
14326         (follow-windows-aligned-p, follow-select-if-visible): Don't call
14327         vertical-motion unnecessarily.
14328         (follow-adjust-window): New function.
14329         (follow-post-command-hook): Use it.
14330         (follow-call-set-process-filter, follow-call-process-filter)
14331         (follow-intercept-process-output, follow-tidy-process-filter-alist)
14332         (follow-stop-intercept-process-output, follow-generic-filter):
14333         Functions deleted.
14334         (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
14335         (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
14336         New functions, replacing advice on scroll-bar-* commands.
14337         (follow-mwheel-scroll): New function (Bug#4112).
14339         * comint.el (comint-adjust-point): New function.
14340         (comint-postoutput-scroll-to-bottom): Use it.
14341         Call follow-comint-scroll-to-bottom for Follow mode buffers.
14343 2012-05-01  Glenn Morris  <rgm@gnu.org>
14345         * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
14346         * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
14347         * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
14348         * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
14349         * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
14350         Remove no-byte-compile setting.
14352 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14354         * minibuffer.el (completion-table-with-quoting): Fix compatibility
14355         all-completions code to not return a number in the last cdr.
14357 2012-04-30  Leo Liu  <sdl.web@gmail.com>
14359         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
14360         read-only error.
14362 2012-04-29  Chong Yidong  <cyd@gnu.org>
14364         * follow.el (follow-calc-win-end): Rewrite to handle partial
14365         screen lines correctly (Bug#8390).
14366         (follow-avoid-tail-recenter): Minor cleanup.
14368 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14370         Avoid the obsolete `assoc' package.
14371         * speedbar.el (speedbar-refresh): Avoid adelete.
14372         (speedbar-file-lists): Simplify and avoid aput.
14373         * man.el (Man--sections, Man--refpages): New vars, replacing
14374         Man-sections-alist and Man-refpages-alist.
14375         (Man-build-section-alist, Man-build-references-alist):
14376         Use them; avoid aput.
14377         (Man--last-section, Man--last-refpage): New vars.
14378         (Man-follow-manual-reference): Use them.
14379         Use the `default' arg of completing-read.
14380         (Man-goto-section): Idem.  Move prompt to the `interactive' spec.
14382 2012-04-27  Chong Yidong  <cyd@gnu.org>
14384         * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
14386         * startup.el (x-apply-session-resources): New function.
14388         * term/ns-win.el (ns-initialize-window-system):
14389         * term/w32-win.el (w32-initialize-window-system):
14390         * term/x-win.el (x-initialize-window-system): Use it to properly
14391         set menu-bar-mode and other vars from X resources, even if the
14392         initial frame is not a window-system frame (Bug#2299).
14394         * subr.el (read-key): Avoid running filter function when setting
14395         up temporary tool bar entries (Bug#9922).
14397 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
14399         * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
14400         (Bug#11344)
14402 2012-04-27  Chong Yidong  <cyd@gnu.org>
14404         * select.el (xselect--encode-string): New function, split from
14405         xselect-convert-to-string.
14406         (xselect-convert-to-string): Use it.
14407         (xselect-convert-to-filename, xselect-convert-to-os)
14408         (xselect-convert-to-host, xselect-convert-to-user): Ensure that
14409         returned strings are properly encoded (Bug#11315).
14411 2012-04-27  Chong Yidong  <cyd@gnu.org>
14413         * simple.el (delete-active-region): Move to killing custom group.
14415 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
14417         * progmodes/which-func.el (which-func-current): Quote %
14418         characters for mode-line processing.
14420 2012-04-27  Chong Yidong  <cyd@gnu.org>
14422         * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
14423         reaching eob (Bug#11286).
14425 2012-04-27  Eli Zaretskii  <eliz@gnu.org>
14427         * progmodes/gdb-mi.el (gdb-control-level): New variable.
14428         (gdb): Make it buffer-local and init to zero.
14429         (gdb-control-commands-regexp): New variable.
14430         (gdb-send): Don't wrap in "-interpreter-exec console" if
14431         gdb-control-level is positive.  Increment gdb-control-level
14432         whenever the command matches gdb-control-commands-regexp, and
14433         decrement it each time the command is "end".  (Bug#11279)
14435 2012-04-27  Martin Rudalics  <rudalics@gmx.at>
14437         * window.el (adjust-window-trailing-edge, enlarge-window)
14438         (shrink-window, window-resize):
14439         * mouse.el (mouse-drag-line): Fix resizing of minibuffer
14440         windows (Bug#11276).
14442 2012-04-27  Chong Yidong  <cyd@gnu.org>
14444         * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
14445         fix "missing prefix" warning.  All callers changed.
14447 2012-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14449         * emacs-lisp/assoc.el: Move to obsolete/.
14451 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14453         * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
14455         * term/ns-win.el (ns-define-service):
14456         * progmodes/pascal.el (pascal-goto-defun):
14457         * progmodes/js.el (js--read-tab):
14458         * progmodes/etags.el (tags-lazy-completion-table):
14459         * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
14460         * emacs-lisp/ewoc.el (ewoc--wrap):
14461         * emacs-lisp/assoc.el (aput, adelete, amake):
14462         * doc-view.el (doc-view-convert-current-doc):
14463         * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
14465 2012-04-26  Chong Yidong  <cyd@gnu.org>
14467         * image.el (image-type-from-buffer): Only return supported image
14468         type (Bug#9045).
14470         * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
14471         value, for symmetry with diff-end-of-hunk.
14472         (diff-split-hunk, diff-find-source-location)
14473         (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
14474         (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
14475         (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
14476         compute the relevant hunk or file properly (Bug#6005).
14477         (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
14479 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14481         * vc/vc-mtn.el:
14482         * vc/vc-hg.el:
14483         * vc/vc-git.el:
14484         * vc/vc-dir.el:
14485         * vc/vc-cvs.el:
14486         * vc/vc-bzr.el:
14487         * vc/vc-arch.el:
14488         * vc/vc.el: Replace lexical-let by lexical-binding.
14489         * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
14490         * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
14491         * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
14493 2012-04-26  Chong Yidong  <cyd@gnu.org>
14495         * vc/diff-mode.el (diff-undo): New command (Bug#5302).
14496         (diff-mode-shared-map): Bind it to / and [remap undo].
14498         * vc/ediff-wind.el (ediff-setup-windows-default): New function.
14499         (ediff-window-setup-function): Use it as the default, to set up
14500         windows based on whether the current frame is graphical (Bug#2138).
14501         (ediff-choose-window-setup-function-automatically): Make obsolete.
14503         * vc/ediff-init.el: Always define ediff-pixel-width/height.
14505 2012-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14507         * ffap.el: Remove old code for obsolete package.
14508         (ffap-complete-as-file-p): Remove.
14510         Use completion-table-with-quoting for comint and pcomplete.
14511         * comint.el (comint--unquote&requote-argument)
14512         (comint--unquote-argument, comint--requote-argument): New functions.
14513         (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
14514         (comint-quote-filename): Use regexp-opt-charset.
14515         (comint--common-suffix, comint--common-quoted-suffix)
14516         (comint--table-subvert): Remove.
14517         (comint-unquote-function, comint-requote-function): New vars.
14518         (comint--complete-file-name-data): Use them with
14519         completion-table-with-quoting.
14520         * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
14521         * pcomplete.el (pcomplete-arg-quote-list)
14522         (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
14523         (pcomplete-unquote-argument-function): Default to non-nil.
14524         (pcomplete-unquote-argument): Simplify.
14525         (pcomplete--common-quoted-suffix): Remove.
14526         (pcomplete-requote-argument-function): New var.
14527         (pcomplete--common-suffix): New function.
14528         (pcomplete-completions-at-point): Use completion-table-with-quoting
14529         and completion-table-subvert.
14531         * minibuffer.el: Use completion-table-with-quoting for read-file-name.
14532         (minibuffer--double-dollars): Preserve properties.
14533         (completion--sifn-requote): New function.
14534         (completion--file-name-table): Rewrite using it and c-t-with-quoting.
14536         * minibuffer.el: Add support for completion of quoted/escaped data.
14537         (completion-table-with-quoting, completion-table-subvert): New funs.
14538         (completion--twq-try, completion--twq-all): New functions.
14539         (completion--nth-completion): New function.
14540         (completion-try-completion, completion-all-completions): Use it.
14542 2012-04-25  Leo Liu  <sdl.web@gmail.com>
14544         * progmodes/python.el (python-pdbtrack-get-source-buffer):
14545         Use compilation-message if available to find real filename.
14547 2012-04-25  Chong Yidong  <cyd@gnu.org>
14549         * vc/diff-mode.el (diff-setup-whitespace): New function.
14550         (diff-mode): Use it.
14552         * vc/diff.el (diff-sentinel):
14553         * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
14554         Whitespace mode variables based on diff style (Bug#8612).
14556 2012-04-25  Leo Liu  <sdl.web@gmail.com>
14558         * progmodes/python.el (python-send-region): Add suffix .py to the
14559         temp file.
14561         * files.el (auto-mode-alist): Use javascript-mode instead.
14563 2012-04-25  Alex Harsanyi  <AlexHarsanyi@gmail.com>
14565         Sync with soap-client repository.  Support SOAP simpleType (Bug#10331).
14567         * net/soap-client.el (soap-resolve-references-for-sequence-type)
14568         (soap-resolve-references-for-array-type): Hack to prevent self
14569         references, see Bug#9.
14570         (soap-parse-envelope): Report the contents of the 'detail' node
14571         when receiving a fault reply.
14572         (soap-parse-envelope): Report the contents of the entire 'detail' node.
14574         * net/soap-inspect.el (soap-sample-value-for-simple-type)
14575         (soap-inspect-simple-type): New function.
14577         * net/soap-client.el (soap-simple-type): New struct.
14578         (soap-default-xsd-types, soap-default-soapenc-types)
14579         (soap-decode-basic-type, soap-encode-basic-type):
14580         support unsignedInt and double basic types.
14581         (soap-resolve-references-for-simple-type)
14582         (soap-parse-simple-type, soap-encode-simple-type): New function.
14583         (soap-parse-schema): Parse xsd:simpleType declarations.
14585         * net/soap-client.el (soap-default-xsd-types)
14586         (soap-default-soapenc-types): Add integer, byte and anyURI types.
14587         (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
14588         the local name of "soapenc:Array".
14589         (soap-decode-basic-type, soap-encode-basic-type): Support encoding
14590         decoding integer, byte and anyURI xsd types.
14592 2012-04-25  Chong Yidong  <cyd@gnu.org>
14594         * cus-edit.el (custom-buffer-create-internal): Update header text.
14596 2012-04-25  Eli Zaretskii  <eliz@gnu.org>
14598         * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
14599         settings on 'system-type', not on 'window-system'.  On MS-Windows,
14600         set interactive-mode on in GDB.
14602 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14604         * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
14605         (ruby-syntax-propertize-regexp): Remove.
14606         (ruby-syntax-propertize-function): Split regexp into chunks.
14607         Match following code directly.
14609 2012-04-24  Dmitry Gutov  <dgutov@yandex.ru>
14611         * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
14612         (ruby-syntax-propertize-regexp): New function.
14613         (ruby-syntax-propertize-function): Use it to handle regexp not preceded
14614         by a special keyword.
14616         * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
14617         (ruby-syntax-general-delimiters-goto-beg)
14618         (ruby-syntax-propertize-general-delimiters): New functions.
14619         (ruby-syntax-propertize-function): Use them to handle GDL.
14620         (ruby-font-lock-keywords): Move old handling of GDL...
14621         (ruby-font-lock-syntactic-keywords): .. to here.
14622         (ruby-calculate-indent): Adjust indentation for GDL.
14624 2012-04-24  Michael Albinus  <michael.albinus@gmx.de>
14626         * notifications.el (top): Remove unneeded declarations.
14627         (notifications-specification-version): Change to "1.2".
14628         (notifications-interface, notifications-notify-method)
14629         (notifications-close-notification-method): Fix docstring.
14630         (notifications-get-capabilities-method): New defconst.
14631         (notifications-notify): Add :action-items, :resident and
14632         :transient hints.  Change "image_data" to "image-data" and
14633         "image_path" to "image-path".
14634         (notifications-get-capabilities): New defun.
14636 2012-04-24  Leo Liu  <sdl.web@gmail.com>
14638         * progmodes/python.el: Move hideshow setup to the end.
14640 2012-04-24  Martin Rudalics  <rudalics@gmx.at>
14642         * window.el (handle-select-window): Clear echo area since this is
14643         no more done by read_char (Bug#11304).
14645 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14647         * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
14648         and `/ M' to filter-derived-mode.
14649         * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
14650         (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
14651         (ibuffer-mark-by-mode): Use default rather than initial-input.
14652         (ibuffer-filter-by-derived-mode): Autoload and require-match.
14654 2012-04-24  Ivan Andrus  <darthandrus@gmail.com>  (tiny change)
14656         * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
14657         (ibuffer-filter-by-derived-mode): New filter.
14658         * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
14660 2012-04-23  Andreas Politz  <politza@fh-trier.de>
14662         * subr.el (accept-change-group): Fix arg usage (Bug#6095).
14664 2012-04-23  Chong Yidong  <cyd@gnu.org>
14666         * cus-edit.el (customize-apropos, customize-apropos-options):
14667         Disable matching of non-option variables (Bug#11176).
14668         (customize-option, customize-option-other-window)
14669         (customize-changed-options): Doc fix.
14670         (customize-apropos-options, customize-apropos-faces)
14671         (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
14673         * apropos.el (apropos-read-pattern): Make prompt less cryptic.
14674         Fix word list splitting (Bug#11132).
14675         (apropos-symbol, apropos-keybinding, apropos-label)
14676         (apropos-property, apropos-function-button)
14677         (apropos-variable-button, apropos-misc-button): New faces.
14678         (apropos-symbol-face, apropos-keybinding-face)
14679         (apropos-label-face, apropos-property-face, apropos-match-face):
14680         Variables removed (Bug#8396).
14681         (apropos-library-button, apropos-format-plist, apropos-print)
14682         (apropos-print-doc, apropos-describe-plist): Callers changed.
14684 2012-04-23  Michael Albinus  <michael.albinus@gmx.de>
14686         * net/xesam.el (xesam-mode-map): Use let-bound map in
14687         initialization.  (Bug#11292)
14689 2012-04-23  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
14691         Preserve ispell session localwords when switching back to
14692         original buffer.
14694         * textmodes/ispell.el (ispell-buffer-session-localwords):
14695         New buffer-local variable to hold buffer session localwords.
14696         (ispell-kill-ispell): Add option 'clear to delete session
14697         localwords.
14698         (ispell-command-loop, ispell-change-dictionary)
14699         (ispell-buffer-local-words): Preserve session localwords when
14700         needed.
14702         * textmodes/flyspell.el (flyspell-process-localwords)
14703         (flyspell-do-correct): Preserve session localwords when needed.
14705 2012-04-23  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
14707         * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
14708         using obsolete `translation-table-for-input'.
14709         (ispell-word, ispell-process-line, ispell-complete-word):
14710         Use plain `insert' instead of removed `ispell-insert-word'.
14712 2012-04-22  Chong Yidong  <cyd@gnu.org>
14714         * cus-edit.el (custom-variable-menu)
14715         (custom-variable-reset-saved, custom-face-menu)
14716         (custom-face-reset-saved): If there is no saved value, make the
14717         "reset-saved" operation bring back the default (Bug#9509).
14718         (custom-face-state): Properly detect themed faces.
14720         * faces.el (face-spec-set): Stop supporting deprecated form of
14721         third arg.
14723 2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
14725         Move functions from C to Lisp.  Make non-blocking method calls
14726         the default.  Implement further D-Bus standard interfaces.
14728         * net/dbus.el (dbus-message-internal): Declare function.
14729         Remove unneeded function declarations.
14730         (defvar dbus-message-type-invalid, dbus-message-type-method-call)
14731         (dbus-message-type-method-return, dbus-message-type-error)
14732         (dbus-message-type-signal): Declare variables.  Remove local
14733         definitions.
14734         (dbus-interface-dbus, dbus-interface-peer)
14735         (dbus-interface-introspectable, dbus-interface-properties)
14736         (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
14737         Adapt docstring.
14738         (dbus-interface-objectmanager): New defconst.
14739         (dbus-call-method, dbus-call-method-asynchronously)
14740         (dbus-send-signal, dbus-method-return-internal)
14741         (dbus-method-error-internal, dbus-register-service)
14742         (dbus-register-signal, dbus-register-method): New defuns, moved
14743         from dbusbind.c
14744         (dbus-call-method-handler, dbus-setenv)
14745         (dbus-get-all-managed-objects, dbus-managed-objects-handler):
14746         New defuns.
14747         (dbus-call-method-non-blocking): Make it an obsolete function.
14748         (dbus-unregister-object, dbus-unregister-service)
14749         (dbus-handle-event, dbus-register-property)
14750         (dbus-property-handler): Obey the new structure of
14751         `bus-registered-objects'.
14752         (dbus-introspect): Use `dbus-call-method'.  Use a timeout.
14753         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
14754         Use `dbus-call-method'.
14756 2012-04-22  Chong Yidong  <cyd@gnu.org>
14758         * cus-edit.el (custom-commands, custom-reset-menu)
14759         (Custom-reset-standard): Tweak labels.
14760         (custom-reset-button-menu): Change default to t.
14761         (custom-buffer-create-internal): For the custom-reset-button-menu
14762         case, put the revert button first.
14763         (custom-group-subtitle): New face.
14764         (custom-group-value-create): Align docstring to a specific column.
14766         * wid-edit.el (widget-documentation-link-add): Don't handle
14767         indentation in this function.
14768         (widget-documentation-string-indent-to): New function.
14769         (widget-documentation-string-value-create): Use it.
14771         * autorevert.el (auto-revert):
14772         * epg-config.el (epg):
14773         * ibuffer.el (ibuffer):
14774         * mpc.el (mpc):
14775         * ses.el (ses):
14776         * eshell/eshell.el (eshell):
14777         * net/ange-ftp.el (ange-ftp):
14778         * progmodes/ebnf2ps.el (postscript):
14779         * progmodes/flymake.el (flymake):
14780         * progmodes/prolog.el (prolog):
14781         * progmodes/verilog-mode.el (verilog-mode):
14782         * progmodes/which-func.el (which-func):
14783         * term/xterm.el (xterm):
14784         * textmodes/picture.el (picture):
14785         * textmodes/tildify.el (tildify):
14786         * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
14787         customization buffers.
14789 2012-04-22  Alan Mackenzie  <acm@muc.de>
14791         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
14792         Adding a ) can hide the resulting (..) from searches.  Fix it.
14793         Bound the backward search to the position of the existing (.
14795 2012-04-21  Juanma Barranquero  <lekktu@gmail.com>
14797         * progmodes/verilog-mode.el (verilog-mode): Check whether
14798         which-func-modes is t before adding verilog-mode.
14799         Reported by Andy Moreton <andrewjmoreton@gmail.com>.
14801 2012-04-21  Leo Liu  <sdl.web@gmail.com>
14803         * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
14805 2012-04-21  Michael Vehrs  <Michael.Burschik@gmx.de>
14807         * woman.el: Add support for "T{ T}" tbl syntax, and fix the
14808         filling of the last column of a table (Bug#5635).
14809         (woman-find-next-control-line): New arg, specifying an additional
14810         regexp component for the control line.
14811         (woman2-roff-buffer): Use it.
14812         (woman-break-table): New function.
14813         (woman2-TS): Use it.
14815 2012-04-21  Chong Yidong  <cyd@gnu.org>
14817         * woman.el (woman-set-buffer-display-table, woman-decode-region)
14818         (woman-horizontal-escapes, woman-negative-vertical-space)
14819         (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
14820         (WoMan-warn-ignored): Use ?\s instead of ?\ .
14822 2012-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14824         * minibuffer.el (completion-file-name-table): Complete user names.
14826 2012-04-20  Leo Liu  <sdl.web@gmail.com>
14828         * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
14829         and pcase-let*.
14831 2012-04-20  Chong Yidong  <cyd@gnu.org>
14833         * server.el (server-execute): Respect initial-buffer-choice if it
14834         is a string and there are no files to open (Bug#2825).
14835         (server-create-window-system-frame, server-create-tty-frame):
14836         Don't switch buffers here.
14837         (server-process-filter): Only try to open a window system frame if
14838         compiled with graphical support (Bug#8314).
14840 2012-04-20  Dan Nicolaescu  <dann@gnu.org>
14842         * battery.el (battery-echo-area-format): Display remaining time
14843         for sysfs backend too (Bug#11269).
14844         (battery-linux-sysfs): Fix conditional for the charge.
14846 2012-04-20  Chong Yidong  <cyd@gnu.org>
14848         * progmodes/gdb-mi.el (gdb): Revert previous change.
14849         (gdb-inferior-io--init-proc): New function.
14850         (gdb-init-1): Use it.
14851         (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
14852         responsible for allocating a new pty and hooking it to gdb when
14853         the old pty gets an EIO due to process exit.
14854         (gdb-delchar-or-quit): New command.  Bind it in gdb-mi buffers.
14855         (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
14856         (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
14858 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
14860         * window.el (window-min-size, window-sizable, window-min-delta)
14861         (window-max-delta, window--resizable, window-resizable)
14862         (window-total-size, window-full-height-p, window-full-width-p)
14863         (window-in-direction, window--resize-mini-window, window-resize)
14864         (window--resize-child-windows-normal)
14865         (window--resize-child-windows, window--resize-siblings)
14866         (window--resize-this-window, adjust-window-trailing-edge)
14867         (enlarge-window, shrink-window): Doc fixes.
14869 2012-04-20  Chong Yidong  <cyd@gnu.org>
14871         * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
14872         New function to call delete-process on the gdb-inferior buffer's pty.
14873         (gdb-reset): Use it, instead of relying on kill-buffer to kill the
14874         pty process (Bug#11273).
14875         (gdb-update): New arg to suppress talking to the gdb process.
14876         (gdb-done-or-error): Use it.
14877         (gdb-stopped-functions): Rename from gdb-stopped-hooks.
14878         (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
14879         sentinel not being called.
14881         * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
14883         * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
14885 2012-04-20  Glenn Morris  <rgm@gnu.org>
14887         * net/network-stream.el (open-network-stream): Doc fix.
14889 2012-04-20  Chong Yidong  <cyd@gnu.org>
14891         * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
14893 2012-04-20  Alan Mackenzie  <acm@muc.de>
14895         Ensure searching for keywords is case sensitive.
14897         * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
14898         (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
14899         (c-defun-name, c-mark-function, c-cpp-define-name)
14900         (c-comment-indent, c-scan-conditionals, c-indent-defun)
14901         (c-context-line-break): Bind case-fold-search to nil.
14903         * progmodes/cc-mode.el (c-font-lock-fontify-region):
14904         Bind case-fold-search to nil.
14906 2012-04-20  Chong Yidong  <cyd@gnu.org>
14908         * mail/sendmail.el (mail-bury): Call return action with the right
14909         Rmail buffer (Bug#11242).
14911         * server.el (server-process-filter): Handle corner case where both
14912         tty and nowait options are present (Bug#11102).
14914 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
14916         * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
14917         (top level): Put into the executable the ident-style '$Id:' tag on
14918         windows-nt as well.
14920 2012-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14922         * electric.el (electric-indent-post-self-insert-function): Check that
14923         electric-indent-mode is enabled in current buffer.
14925 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
14927         * imenu.el (imenu-progress-message): Restore; it is "used" in
14928         erc/erc-imenu.el and net/snmp-mode.el.
14930 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
14932         * avoid.el (mouse-avoidance-mode): Mark unused arg.
14933         (mouse-avoidance-nudge-mouse): Remove unused binding.
14935         * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
14937         * descr-text.el (describe-char):
14938         * progmodes/python.el (python-describe-symbol):
14939         Don't call `toggle-read-only', set `buffer-read-only'.
14941         * imenu.el (imenu-default-goto-function): Mark unused args.
14942         (imenu-progress-message): Remove obsolete macro; all callers changed.
14944         * subr.el (keymap-canonicalize): Remove unused binding.
14945         (read-passwd): Mark unused arg.
14947         * tutorial.el (tutorial--display-changes): Remove unused binding.
14948         (tutorial--save-tutorial-to): Remove unused variable.
14950         * emacs-lisp/package.el (define-package, package-menu-mark-delete)
14951         (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
14952         (package-generate-autoloads, package-menu--generate)
14953         (package-menu--find-upgrades): Remove unused bindings.
14955         * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
14956         (cua-restrict-prefix-rectangle): Doc fixes.  Remove unused bindings.
14957         (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
14958         (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
14959         (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
14960         (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
14961         (cua--rectangle-aux-replace, cua--left-fill-rectangle)
14962         (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
14963         (cua-delete-char-rectangle): Mark unused args.
14964         (cua-align-rectangle): Remove unused binding.
14966         * mail/rmail.el (compilation--message->loc)
14967         (epa--find-coding-system-for-mime-charset): Declare.
14969         * net/dbus.el (dbus-register-service): Declare.
14970         (dbus-name-owner-changed-handler): Remove unused binding.
14972         * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
14973         (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
14974         (nxml-scan-backward-within): Mark unused arg.
14975         (nxml-dynamic-markup-word): Remove unused binding.
14977         * mouse.el (mouse-menu-major-mode-map):
14978         * emacs-lisp/authors.el (authors-scan-change-log)
14979         (authors-add-to-author-list):
14980         * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
14981         * emacs-lisp/smie.el (smie-auto-fill):
14982         * mail/sendmail.el (mail-bury):
14983         * mail/unrmail.el (unrmail):
14984         * net/tls.el (open-tls-stream):
14985         * textmodes/picture.el (picture-mouse-set-point):
14986         Remove unused bindings.
14988 2012-04-19  Michael Albinus  <michael.albinus@gmx.de>
14990         * net/tramp.el (tramp-action-password): Let-bind
14991         `enable-recursive-minibuffers' to t.
14993 2012-04-18  Sam Steingold  <sds@gnu.org>
14995         * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
14996         instead of 'string to accommodate values like [f11].
14997         Always use `vconcat' instead of `concat' on it, like in `gud-def'.
14998         * progmodes/gdb-mi.el: Likewise.
15000 2012-04-18  Leo Liu  <sdl.web@gmail.com>
15002         * abbrev.el (edit-abbrevs): Move point to the abbrev table of
15003         current buffer.
15004         (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
15005         LOCAL is nil.
15007 2012-04-18  Chong Yidong  <cyd@gnu.org>
15009         * simple.el (line-move): Use forward-line if in batch mode
15010         (Bug#11053).
15012 2012-04-18  Christopher Schmidt  <christopher@ch.ristopher.com>
15014         * files.el (after-find-file): Do not try to add a final newline if
15015         the buffer is read-only (Bug#11156).
15017 2012-04-17  Richard Stallman  <rms@gnu.org>
15019         * mail/rmail.el (rmail-start-mail):
15020         Pass (rmail-mail-return...) for the return-action.
15021         Pass (rmail-yank-current-message...) for the yank-action.
15022         (rmail-yank-current-message): New function.
15023         (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
15024         (rmail-reply): Likewise.
15025         (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
15027         * mail/sendmail.el (mail-bury): Choose the first rmail-mode
15028         buffer, not the last.  Reject temp buffers.  Use the rmail-mode
15029         buffer, not newbuf.
15031 2012-04-17  Juanma Barranquero  <lekktu@gmail.com>
15033         * server.el (server-ensure-safe-dir): Simplify.
15035 2012-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15037         * emacs-lisp/smie.el: Provide smarter auto-filling.
15038         (smie-auto-fill): New function.
15039         (smie-setup): Use it.
15041         * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
15043 2012-04-17  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
15045         * newcomment.el (comment-inline-offset): New custom var (bug#11090).
15046         (comment-indent): Use it.
15048 2012-04-17  Vincent Belaïche  <vincentb1@users.sourceforge.net>
15050         * ses.el: The overall change is to add cell renaming, that is
15051         setting fancy names for cell symbols other than name matching
15052         "\\`[A-Z]+[0-9]+\\'" regexp .
15053         (ses-localvars): Add ses--renamed-cell-symb-list.
15054         (ses-create-cell-variable): New defun.
15055         (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
15056         (ses-relocate-formula): Relocate formulas only for cells the
15057         symbols of which are not renamed, i.e. symbols whose names do not
15058         match regexp "\\`[A-Z]+[0-9]+\\'".
15059         (ses-relocate-all): Relocate values only for cells the symbols of
15060         which are not renamed.
15061         (ses-load): Create cells variables as the (ses-cell ...) are read,
15062         in order to check row col consistency with cell symbol name only
15063         for cells that are not renamed.
15064         (ses-replace-name-in-formula): New defun.
15065         (ses-rename-cell): New defun.
15067 2012-04-17  Peter Oliver  <bzr@mavit.org.uk>  (tiny change)
15069         * progmodes/perl-mode.el (perl-indent-parens-as-block):
15070         New option (bug#11118).
15071         (perl-calculate-indent): Respect it.
15073 2012-04-17  Glenn Morris  <rgm@gnu.org>
15075         * dired-aux.el (dired-mark-read-string): Doc fix.
15077 2012-04-17  Dmitry Antipov  <dmantipov@yandex.ru>
15079         * dired-aux.el (dired-mark-read-string): Offer optional completion.
15080         (dired-do-chxxx): Complete chown, chgrp over users, groups.  (Bug#7900)
15082 2012-04-17  Glenn Morris  <rgm@gnu.org>
15084         * mouse.el (mouse-drag-track):
15085         * speedbar.el (speedbar-frame-mode):
15086         Use auto-hscroll-mode rather than the alias automatic-hscrolling.
15088 2012-04-16  Leo Liu  <sdl.web@gmail.com>
15090         * progmodes/python.el: Trivial cleanup.
15092 2012-04-16  Glenn Morris  <rgm@gnu.org>
15094         * vc/vc.el (vc-string-prefix-p):
15095         * vc/pcvs-util.el (cvs-string-prefix-p):
15096         * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
15097         * mpc.el (mpc-string-prefix-p):
15098         Make all of these into obsolete aliases for string-prefix-p.
15099         Update callers.
15100         * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
15102         * textmodes/two-column.el: Move custom options to the start.
15103         (frame-width): Remove compat definition.
15104         (2C-associate-buffer, 2C-dissociate):
15105         Use with-current-buffer rather than save-excursion.
15106         (2C-dissociate): Force a mode-line update.
15107         (2C-autoscroll): Use ignore-errors.
15109         * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
15110         Autoload trivia.
15112         * emacs-lisp/cl-extra.el (*random-state*):
15113         Remove unnecessary declaration.
15115         * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
15117         * play/cookie1.el (cookie-snarf):
15118         Give an explicit error if input file cannot be read.
15120         * play/yow.el (yow-file): Use expand-file-name rather than concat.
15122         * progmodes/perl-mode.el (c-macro-expand):
15123         Remove unnecessary autoload (it is in loaddefs.el).
15125         * textmodes/picture.el (picture-desired-column)
15126         (picture-update-desired-column): Convert comments to doc-strings.
15127         (picture-substitute): Remove function.
15128         (picture-mode-map): Initialize in the defvar.
15130         * woman.el: Remove eval-after-load for tar-mode.
15131         * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
15132         (woman-tar-extract-file): Autoload it.
15134         * frame.el (automatic-hscrolling): Make this alias obsolete.
15136 2012-04-12  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
15138         * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
15139         `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
15140         (ispell-dictionary-base-alist): Revert to original XEmacs
15141         friendly version for default.  [:alpha:] will be added in
15142         `ispell-set-spellchecker-params' if needed.
15144 2012-04-16  Chong Yidong  <cyd@gnu.org>
15146         * image.el (imagemagick--file-regexp): New variable.
15147         (imagemagick-register-types): Use it.
15148         (imagemagick-types-inhibit): Add :set function.  Allow new value
15149         of t to inhibit all types.
15151         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
15152         so we can preload it.
15154         * loadup.el (fboundp): Preload regexp-opt, needed by
15155         imagemagick-register-types.
15157 2012-04-15  Chong Yidong  <cyd@gnu.org>
15159         * frame.el (scrolling): Remove nearly unused customization group.
15161         * scroll-all.el (scroll-all-mode): Move to windows group.
15163 2012-04-15  Chong Yidong  <cyd@gnu.org>
15165         * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
15167 2012-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15169         Avoid the use of ((lambda ...) ...) in lexical-binding code.
15170         * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
15172 2012-04-15  Glenn Morris  <rgm@gnu.org>
15174         * simple.el (process-file-side-effects): Doc fix.
15176 2012-04-15  Glenn Morris  <rgm@gnu.org>
15178         * international/mule-cmds.el (set-language-environment): Doc fix.
15180 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
15182         * server.el (server-auth-key, server-generate-key): Doc fixes.
15183         (server-get-auth-key): Doc fix.  Use `string-match-p'.
15184         (server-start): Reflow docstring.
15186 2012-04-14  Lars Ingebrigtsen  <larsi@gnus.org>
15188         * server.el (server-generate-key): `called-interactively-p'
15189         requires a parameter.
15191 2012-04-14  Michal Nazarewicz  <mina86@mina86.com>
15193         * server.el (server-auth-key): New variable.
15194         (server-generate-key, server-get-auth-key): New function.
15195         (server-start): Use the new variable and functions to allow
15196         setting a permanent server key (bug#9423).
15198 2012-04-14  Leo Liu  <sdl.web@gmail.com>
15200         * vc/diff-mode.el (diff-file-prev/next): Fix typo.
15202 2012-04-14  Paul Eggert  <eggert@cs.ucla.edu>
15204         Spelling fixes.
15205         * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
15206         Emacs uses American spelling.
15208 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
15210         * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
15211         (emacs-lock--exit-locked-buffer): Return the locked buffer.  Doc fix.
15212         (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
15213         (emacs-lock--kill-buffer-query-functions): Run new hook.  (Bug#11017)
15215 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15217         * progmodes/which-func.el (which-func-modes): Change default.
15219 2012-04-14  Kim F. Storm  <storm@cua.dk>
15221         * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
15222         exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
15224 2012-04-14  Chong Yidong  <cyd@gnu.org>
15226         * custom.el (custom-theme-set-variables): Doc fix.
15228 2012-04-14  Glenn Morris  <rgm@gnu.org>
15230         * international/mule.el (set-auto-coding-for-load): Doc fix.
15232 2012-04-14  Alan Mackenzie  <acm@muc.de>
15234         * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
15235         imenu work again for Objective C Mode.  Correct the *-index values,
15236         these having been disturbed by a previous change in 2011-08.
15238         * progmodes/cc-engine.el (c-before-change-check-<>-operators):
15239         Correct two search limits.
15241 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15243         * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
15245 2012-04-14  Andreas Schwab  <schwab@linux-m68k.org>
15247         * international/characters.el: Fix sorting.
15249 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
15251         * international/characters.el: Add more missing Latin case pairs.
15253 2012-04-14  Glenn Morris  <rgm@gnu.org>
15255         * files.el (dir-locals-set-class-variables): Doc fix.
15257 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
15259         * international/characters.el: Add set-case-syntax-pair call for
15260         LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
15261         counterpart.  (Bug#11209)
15263         * simple.el (shell-command-on-region): Doc fix.  (Bug#11208)
15265 2012-04-14  Glenn Morris  <rgm@gnu.org>
15267         * calendar/holidays.el (calendar-check-holidays): Doc fix.
15269 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
15271         * textmodes/ispell.el (ispell-dictionary-base-alist):
15272         Add data for Hebrew.
15274 2012-04-14  Chong Yidong  <cyd@gnu.org>
15276         * net/rcirc.el (rcirc-cmd-quit):
15277         Revert 2012-03-18 change (Bug#11192).
15279 2012-04-14  Glenn Morris  <rgm@gnu.org>
15281         * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
15283 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
15285         * minibuffer.el (completion-in-region-mode-map):
15286         Bind completion-help-at-point to M-? rather than ?.  (Bug#11182)
15288 2012-04-13  Vivek Dasmohapatra  <vivek@etla.org>
15290         * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
15292 2012-04-13  Masatake YAMATO  <yamato@redhat.com>
15294         * minibuffer.el (minibuffer-local-filename-syntax): New variable
15295         to allow `C-M-f' and `C-M-b' to move to the nearest path
15296         separator (bug#9511).
15298 2012-04-13  Lars Ingebrigtsen  <larsi@gnus.org>
15300         * avoid.el: Require cl when compiling.  And also move the
15301         `provide' to the end.
15303 2012-04-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
15305         * avoid.el (mouse-avoidance-banish-position): New variable.
15306         (mouse-avoidance-banish-destination): Use it (bug#10165).
15308 2012-04-13  Leo Liu  <sdl.web@gmail.com>
15310         * progmodes/which-func.el (which-func-modes): Add objc-mode.
15312 2012-04-13  Ken Brown  <kbrown@cornell.edu>
15314         * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
15315         this is no longer needed now that cygstart understands file:// URLs.
15316         (browse-url-filename-alist): For the same reason, don't modify
15317         file:// URLs on Cygwin.
15319 2012-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15321         * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
15322         the region on shift if the binding is already shifted (bug#11221).
15324 2012-04-12  Glenn Morris  <rgm@gnu.org>
15326         * mail/mailpost.el: Move to obsolete/.
15328 2012-04-12  Drew Adams  <drew.adams@oracle.com>
15330         * imenu.el (imenu--generic-function): Ignore invisible definitions
15331         (bug#10123).
15333 2012-04-12  Vivek Dasmohapatra  <vivek@etla.org>
15335         * hexl.el (hexl-bits): New variable.
15336         (hexl-options): Mention the variable in the doc string.
15337         (hexl-rulerise, hexl-line-displen): New functions.
15338         (hexl-mode): Mention the new variable.
15339         (hexl-mode, hexl-current-address, hexl-current-address):
15340         Use the displen.
15341         (hexl-ascii-start-column): New function.
15342         (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
15343         (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
15345 2012-04-12  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
15347         * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
15348         '("-i" ENCODING), in 2 separate command-line arguments, to specify
15349         the encoding, as expected by hunspell.
15351 2012-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15353         * battery.el (battery--linux-sysfs-regexp): New const.
15354         (battery-status-function): Use it.  Remove yeeloong special case.
15355         (battery-yeeloong-sysfs): Remove.
15356         (battery-echo-area-format): Remove yeeloong special case.
15358 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15360         * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
15361         Reported by Noah Friedman.
15363         * subr.el (read-passwd): Use read-string.
15365 2012-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15367         * vcursor.el (vcursor-move): Increase the priority of the overlay
15368         (bug#9663).
15370 2012-04-11  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
15372         * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
15373         (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
15375 2012-04-11  William Stevenson  <yhvh2000@gmail.com>
15377         * textmodes/artist.el (artist-mode): Convert artist-mode to use
15378         define-minor-mode (bug#10760).
15380 2012-04-11  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
15382         * progmodes/grep.el (rgrep): Tweak the find command line so
15383         that directories matching `grep-find-ignored-files' won't be
15384         pruned (bug#10351).
15386 2012-04-11  Chong Yidong  <cyd@gnu.org>
15388         * startup.el (command-line): Remove support for long-obsolete
15389         variable font-lock-face-attributes.
15391 2012-04-11  Glenn Morris  <rgm@gnu.org>
15393         * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
15395 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15397         * window.el (window--state-get-1): Obey window-point-insertion-type.
15399 2012-04-11  Lennart Borgman  <lennart.borgman@gmail.com>
15401         * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
15402         to previous function when point is on the first character of a
15403         function.  Take care of that in `narrow-to-defun' (bug#6157).
15405 2012-04-11  Glenn Morris  <rgm@gnu.org>
15407         * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
15408         not just file-errors.
15410         * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
15411         (vc-bzr-sha1): Use internal sha1.
15413 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15415         * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
15417 2012-04-10  Sébastien Gross  <seb@chezwam.org>  (tiny change)
15419         * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
15420         that start in the middle of the line (bug#10496).
15422 2012-04-10  Dan Nicolaescu  <dann@gnu.org>
15424         * battery.el (battery-linux-proc-acpi): Only one battery is
15425         discharged at a time, but that seems to confuse battery.el when
15426         computing `rate-type' for the battery not being discharged
15427         (bug#10332).
15429 2012-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15431         * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
15433         * international/quail.el: Use dolist and simplify.
15434         (quail-define-package, quail-update-keyboard-layout)
15435         (quail-define-rules): Use dolist.
15436         (quail-insert-kbd-layout, quail-get-translation): CSE.
15438         * tmm.el: Use dolist, remove left over hook.
15439         (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
15440         Use dolist.
15441         (calendar-load-hook): Don't mess with it.
15443         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
15444         Use derived-mode-p.  Run the diff asynchronously.
15446 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15448         * obsolete/mouse-sel.el: Add an Obsolete-since header.
15450 2012-04-10  Juanma Barranquero  <lekktu@gmail.com>
15452         * misc.el: Display absolute path of loaded DLLs (bug#10424).
15453         (list-dynamic-libraries--loaded): New function.
15454         (list-dynamic-libraries--refresh): Use it.
15456 2012-04-10  Nathan Weizenbaum  <nweiz@google.com>
15458         * progmodes/python.el (python-fill-paragraph):
15459         Make python-fill-region in a multiline string work when font-lock is
15460         disabled (bug#7018).
15462 2012-04-10  Laimonas VÄ—bra  <laimonas.vebra@gmail.com>  (tiny change)
15464         * language/european.el (cp775): Add oem/legacy (en)coding on
15465         DOS/MS Windows for the Baltic languages.  There are still plenty
15466         of texts written in this encoding/codepage (bug#6519).
15468 2012-04-10  Glenn Morris  <rgm@gnu.org>
15470         * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
15471         Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
15473 2012-04-10  Florian Adamsky  <florian@adamsky.it>  (tiny change)
15475         * recentf.el (recentf-dialog-mode-map): Add two keybindings for
15476         next-line "n" and previous-line "p" in order to make recentf more
15477         consistent with ibuffer, dired or org-mode (bug#9387).
15479 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15481         * image.el (put-image): Return the overlay created instead of the
15482         optional input string (bug#7834).  Note that this may break code
15483         that is (for some reason or other) depending on `put-image'
15484         returning the string.
15486         * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
15488         * simple.el (zap-to-char): Allow zapping using input methods
15489         (bug#1580).
15491         * textmodes/fill.el (fill-region): Leave point and mark where they
15492         were before filling (bug#5399).
15494 2012-04-09  Glenn Morris  <rgm@gnu.org>
15496         * version.el (emacs-bzr-get-version):
15497         Handle lightweight checkouts of local branches.
15499 2012-04-09  Andreas Schwab  <schwab@linux-m68k.org>
15501         * international/characters.el: Recover lost case pairs.  (Bug#11209)
15503 2012-04-09  Chong Yidong  <cyd@gnu.org>
15505         * custom.el (custom-variable-p): Return nil for non-symbol
15506         arguments instead of signaling an error.
15507         (user-variable-p): Obsolete alias for custom-variable-p.
15509         * apropos.el (apropos-variable):
15510         * files-x.el (read-file-local-variable):
15511         * simple.el (set-variable):
15512         * woman.el (woman-mini-help):
15513         * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
15515 2012-04-09  Glenn Morris  <rgm@gnu.org>
15517         * startup.el (normal-top-level): Don't look for leim-list.el
15518         in places where it will not be found.  (Bug#910)
15520         * international/mule-cmds.el (set-default-coding-systems):
15521         * files.el (normal-mode):
15522         Remove guarded calls to ucs-set-table-for-input.  (Bug#9821)
15523         This function was removed with ucs-tables.el in 2008.
15525 2012-04-08  Eli Zaretskii  <eliz@gnu.org>
15527         * textmodes/ispell.el (ispell-check-version): For hunspell, set
15528         ispell-encoding8-command to "-i", without a trailing space.
15529         (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
15530         separate command-line arguments, to specify the encoding, since
15531         that's how hunspell expects it.
15533 2012-04-08  Glenn Morris  <rgm@gnu.org>
15535         * loadup.el: Load bindings before cus-start.
15536         This reduces somewhat the number of "rogue" settings in emacs -Q.
15538 2012-04-07  Glenn Morris  <rgm@gnu.org>
15540         * version.el (emacs-bzr-get-version): New function.
15541         (emacs-bzr-version): New variable.
15542         * loadup.el (emacs-bzr-version): Set it.  (Bug#8054)
15543         * mail/emacsbug.el (report-emacs-bug): Include bzr version.
15545 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
15547         * international/uni-bidi.el, international/uni-category.el:
15548         * international/uni-combining.el, international/uni-decimal.el:
15549         * international/uni-decomposition.el, international/uni-digit.el:
15550         * international/uni-lowercase.el, international/uni-mirrored.el:
15551         * international/uni-name.el, international/uni-numeric.el:
15552         * international/uni-titlecase.el, international/uni-uppercase.el:
15553         Update for Unicode 6.1.
15555 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
15557         * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
15559 2012-04-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15561         * window.el (shrink-window): Mention the `window-min-height'
15562         variable in the doc string.
15564 2012-04-05  Bastien Guerry  <bzg@altern.org>
15566         * color.el (color-lighten-name): Fix typo.
15568 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15570         * server.el (server--on-display-p): New function.
15571         (server--on-display-p): Use it.
15573 2012-04-04  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
15575         * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
15576         (bug#11145).
15578 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15580         * comint.el (comint--common-quoted-suffix): Check string boundary
15581         before comparing (bug#11158).
15582         * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
15584 2012-04-04  Chong Yidong  <cyd@gnu.org>
15586         * minibuffer.el (completion-extra-properties): Doc fix.
15588         * subr.el (delayed-warnings-hook): Doc fix.
15590 2012-04-04  Daiki Ueno  <ueno@unixuser.org>
15592         * epa.el (epa--select-keys): Bind C-c C-c to finish the key
15593         selection (Bug#11159).
15594         (epa-insert-keys): Inform that the default public key will be
15595         exported if no key is selected.
15597 2012-04-04  Richard Stallman  <rms@gnu.org>
15599         * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
15601 2012-04-03  Chong Yidong  <cyd@gnu.org>
15603         * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
15604         mail-insert-file, not its obsolete alias mail-attach-file.
15606 2012-04-03  Michael Albinus  <michael.albinus@gmx.de>
15608         * notifications.el (notifications-notify): Fix docstring.
15610 2012-04-02  Glenn Morris  <rgm@gnu.org>
15612         * emacs-lisp/authors.el (authors-aliases): Another addition.
15614 2012-04-02  Michael Albinus  <michael.albinus@gmx.de>
15616         * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
15617         `tramp-compat-call-process' instead of `tramp-local-call-process'.
15618         Reported by Magnus Henoch <magnus.henoch@gmail.com>.
15620 2012-04-01  Chong Yidong  <cyd@gnu.org>
15622         * files.el (file-in-directory-p): Rename from file-subdir-of-p.
15623         Handle root directory properly.
15624         (copy-directory): Caller changed.
15626         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
15627         * net/tramp.el (tramp-file-name-for-operation): Callers changed.
15629 2012-03-31  Glenn Morris  <rgm@gnu.org>
15631         * term/xterm.el (xterm-extra-capabilities): Doc fix.
15633         * language/indian.el ("Devanagari"): Fix typo.  (Bug#11103)
15635         * calendar/calendar.el (calendar-window-list)
15636         (calendar-hide-window): Restore.  (Bug#11140)
15637         (calendar-exit): Use calendar-window-list, calendar-hide-window again.
15639         * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
15641 2012-03-30  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
15643         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
15644         Check if file is a symlink (Bug#10489).
15646         * files.el (copy-directory): Likewise.
15648 2012-03-30  Chong Yidong  <cyd@gnu.org>
15650         * image.el (imagemagick-types-inhibit)
15651         (imagemagick-register-types): Doc fix.
15653 2012-03-30  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
15655         * textmodes/ispell.el (ispell-get-extended-character-mode):
15656         Disable extended-char-mode for hunspell.  hunspell does not support it
15657         and treats ~word as ordinary words in pipe mode.
15659 2012-03-30  Glenn Morris  <rgm@gnu.org>
15661         * tutorial.el (help-with-tutorial): Ensure local variables don't
15662         happen to make the buffer read-only.  (Bug#11127)
15664 2012-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15666         * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
15667         (perl-calculate-indent): Return `noindent' in strings.
15669 2012-03-28  Sam Steingold  <sds@gnu.org>
15671         * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
15672         instead of the broken adhockery which does not prevent calendar
15673         buffers from being displayed at random after exit.
15674         (calendar-window-list, calendar-hide-window): Remove the broken
15675         adhockery.
15677 2012-03-28  Glenn Morris  <rgm@gnu.org>
15679         * replace.el (query-replace-map): Doc fix.
15681 2012-03-28  Andreas Schwab  <schwab@linux-m68k.org>
15683         * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
15684         contents.  (Bug#11109)
15686 2012-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15688         * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
15689         (bug#11077).
15690         (avl-tree--check, avl-tree--check-node): New funs.
15692 2012-03-27  Martin Rudalics  <rudalics@gmx.at>
15694         * window.el (switch-to-visible-buffer): New option.
15695         (switch-to-prev-buffer, switch-to-next-buffer):
15696         Observe switch-to-visible-buffer.  Make sure that checking for a window
15697         showing a buffer already is done on the same frame.
15699 2012-03-27  Glenn Morris  <rgm@gnu.org>
15701         * startup.el (mail-host-address): Doc fix.
15703 2012-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15705         * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
15706         than 197 variables.
15708 2012-03-26  Ami Fischman  <ami@fischman.org>
15710         * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
15712 2012-03-26  Glenn Morris  <rgm@gnu.org>
15714         * files.el (save-buffers-kill-emacs): Doc fix.
15716         * startup.el (normal-top-level, command-line, command-line-1):
15717         Give them doc strings.
15719 2012-03-25  Eli Zaretskii  <eliz@gnu.org>
15721         * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
15722         of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
15724 2012-03-25  Chong Yidong  <cyd@gnu.org>
15726         * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
15727         theme if it was previously enabled before (Bug#11031).
15729         * cus-theme.el (custom-theme-write-faces): Retrieve current face
15730         spec with custom-face-get-current-spec if its :shown-value is not
15731         determined yet (Bug#9337).
15732         (customize-create-theme, custom-theme-revert): Doc fixes.
15734         * button.el (button-at): Minor addition to docstring.
15736 2012-03-24  Simon Leinen  <simon.leinen@gmail.com>
15738         * vc/vc.el (vc-merge): Fix a prompt.
15740 2012-03-24  Chong Yidong  <cyd@gnu.org>
15742         * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
15743         point (Bug#9623).
15745         * button.el (button-at): Minor addition to docstring.
15747 2012-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15749         * newcomment.el (comment-choose-indent): No space after BOL.
15751 2012-03-22  Sam Steingold  <sds@gnu.org>
15753         * window.el (switch-to-prev-buffer): Revert last patch because the
15754         bug turned out to be an advertised feature (Elisp manual 28.14).
15756 2012-03-22  Glenn Morris  <rgm@gnu.org>
15758         * vc/vc-bzr.el (vc-bzr-status-switches): New option.  (Bug#6724)
15759         (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
15761 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15763         * net/network-stream.el (network-stream-open-starttls): Make error
15764         message under Windows be less misleading.
15766 2012-03-22  Liang Wang  <netcasper@gmail.com>  (tiny change)
15768         * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
15769         understands (bug#9942).
15771 2012-03-22  Chong Yidong  <cyd@gnu.org>
15773         * simple.el (end-of-visible-line): Handle return value of
15774         next-single-property-change properly (Bug#9371).
15776 2012-03-22  Kenichi Handa  <handa@m17n.org>
15778         * international/quail.el (quail-insert-kbd-layout): Fix previous
15779         change.  To avoid unwanted bidi reordering, use
15780         bidi-string-mark-left-to-right instead of inserting LRO and PDF.
15782 2012-03-21  Dmitry Gutov  <dgutov@yandex.ru>
15784         * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
15785         (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
15786         (ruby-beginning-of-indent): Be more careful with the difference
15787         between word-boundary and symbol boundary.
15788         (ruby-mode-syntax-table): Make : a symbol constituent.
15790 2012-03-21  Andreas Politz  <politza@fh-trier.de>
15792         * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
15794 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15796         * progmodes/etags.el (tags-completion-at-point-function):
15797         Improve last fix.
15799         * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
15801 2012-03-21  Sam Steingold  <sds@gnu.org>
15803         * progmodes/etags.el (tags-completion-at-point-function):
15804         Avoid the error when point is inside the pattern.
15806 2012-03-21  John Yates  <john@yates-sheets.org>  (tiny change)
15808         * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
15809         line (Bug#10855).
15811 2012-03-21  Drew Adams  <drew.adams@oracle.com>
15813         * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
15815 2012-03-21  Anmol Khirbat  <anmol@khirbat.net>  (tiny change)
15817         * ido.el (ido-set-current-directory, ido-read-internal)
15818         (ido-choose-completion-string, ido-completion-help): Handle nil
15819         value of ido-completion-buffer (Bug#11008).
15821 2012-03-21  Sam Steingold  <sds@gnu.org>
15823         * window.el (switch-to-prev-buffer): Do not switch to a visible
15824         window previous buffer, just like with the frame previous buffers.
15826 2012-03-21  Chong Yidong  <cyd@gnu.org>
15828         * faces.el (make-face, make-empty-face, copy-face):
15829         * face-remap.el (face-remap-add-relative, face-remap-set-base):
15830         Doc fixes.
15832 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15834         * wid-edit.el (widget-complete-field): Remove (bug#11051).
15835         (widget-complete): Remove broken use of it.
15837 2012-03-20  Chong Yidong  <cyd@gnu.org>
15839         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
15840         Use string-width and truncate-string-width to handle arbitrary
15841         characters.
15843 2012-03-20  Tassilo Horn  <tassilo@member.fsf.org>
15845         * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
15846         to draw rectangles, not squares.  (Regression introduced by revno
15847         2011-03-02T03:48:01Z!cyd@stupidchicken.com)
15849 2012-03-18  Chong Yidong  <cyd@gnu.org>
15851         * faces.el (face-spec-reset-face): Don't call display-graphic-p if
15852         it is not yet defined (for temacs).
15854 2012-03-18  Leo Liu  <sdl.web@gmail.com>
15856         * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
15857         prefix.
15859 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
15861         * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
15862         (ispell-choices-win-default-height, ispell-silently-savep)
15863         (ispell-dictionary-alist, ispell-encoding8-command)
15864         (ispell-check-version, ispell-aspell-find-dictionary)
15865         (ispell-valid-dictionary-list, ispell-words-keyword)
15866         (ispell-get-word, ispell-internal-change-dictionary)
15867         (ispell-region, ispell-skip-region-list)
15868         (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
15869         (ispell-process-line, ispell-minor-mode, ispell-minor-check)
15870         (ispell-message-text-end, ispell-message)
15871         (ispell-buffer-local-parsing): Doc fix.
15873 2012-03-13  Jambunathan K  <kjambunathan@gmail.com>
15875         * htmlfontify.el: Add support for code block fontification for ODT
15876         export (Bug #9914).
15877         (hfy-optimisations): Define new option
15878         `body-text-only'
15879         (hfy-fontify-buffer): Honor above setting.
15880         (hfy-begin-span, hfy-end-span): New routines factored out form
15881         `hfy-fontify-buffer'.
15882         (hfy-begin-span-handler, hfy-end-span-handler): New variables
15883         that permit insertion of custom tags.
15884         (hfy-fontify-buffer): Use above handlers.
15885         (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
15886         (hfy-face-to-css): Re-defined to be a variable.
15887         (hfy-compile-stylesheet): Modify.  Allow stylesheet to be built
15888         over multiple runs.  This is made possible by having the caller let
15889         bind a special variable `hfy-user-sheet-assoc'.
15890         (htmlfontify-string): New defun.
15891         (hfy-compile-face-map): Make sure that the last char in the
15892         buffer is correctly fontified.
15893         (hfy-face-resolve-face): Whitespace only change.
15895 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
15897         * textmodes/ispell.el (ispell-get-decoded-string): Make the error
15898         message more clear.
15900 2012-03-16  Leo Liu  <sdl.web@gmail.com>
15902         * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
15904 2012-03-16  Alan Mackenzie  <acm@muc.de>
15906         Further optimize the handling of large macros.
15908         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
15909         limit to a call of `c-literal-limits'.
15910         (c-determine-+ve-limit): New function.
15911         (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
15912         (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
15913         In CASE 5B, restrict a search limit to 500.
15914         (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
15916         * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
15917         Restrict macro bounds to +-500 from after-change's BEG END.
15919 2012-03-16  Leo Liu  <sdl.web@gmail.com>
15921         * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
15923 2012-03-16  Aaron S. Hawley  <Aaron.S.Hawley@gmail.com>
15925         * tar-mode.el (tar-mode): Fix saving by conditionally undoing
15926         `special-mode' setting of `buffer-read-only'.  (Bug#11010)
15928 2012-03-16  Glenn Morris  <rgm@gnu.org>
15930         * view.el (view-buffer, view-buffer-other-window)
15931         (view-buffer-other-frame): Doc fixes re special mode-class.
15933         * subr.el (eval-after-load): If named feature is provided not from
15934         a file, run after-load forms.  (Bug#10946)
15936         * calendar/calendar.el (calendar-insert-at-column):
15937         Handle non-unit-width characters a bit better.  (Bug#10978)
15939 2012-03-15  Chong Yidong  <cyd@gnu.org>
15941         * emacs-lisp/ring.el (ring-extend): New function.
15942         (ring-insert+extend): Extend the ring correctly (Bug#11019).
15944         * comint.el (comint-read-input-ring)
15945         (comint-add-to-input-history): Grow comint-input-ring lazily.
15947 2012-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15949         * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
15950         Fix up parsing of multiline twoarg non-paired elements (bug#11014).
15952         * imenu.el: Fix multiple inheritance breakage (bug#9199).
15953         (imenu-add-to-menubar): Don't add a redundant index.
15954         (imenu-update-menubar): Handle a dynamically composed keymap.
15956 2012-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15958         * mail/sendmail.el (mail-encode-header):
15959         Bind rfc2047-encode-encoded-words to nil.
15961 2012-03-13  Glenn Morris  <rgm@gnu.org>
15963         * calendar/calendar.el (calendar-string-spread):
15964         Handle non-unit-width characters a bit better.  (Bug#10978)
15966 2012-03-13  Leo Liu  <sdl.web@gmail.com>
15968         * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
15969         directory and file as argument (Bug#10822).
15971 2012-03-13  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
15973         * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
15974         For dynamically generated code, follow $PC.
15975         (gdb-disassembly-handler-custom): Handle no function name case.
15977 2012-03-13  Tim Landscheidt  <tim@tim-landscheidt.de>  (tiny change)
15979         * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
15980         * emulation/ws-mode.el (ws-query-replace):
15981         * sort.el (sort-regexp-fields):
15982         Fix missing trailing whitespace in interactive prompts.  (Bug#11002)
15984 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15986         * dabbrev.el: Fix cycle completion order (bug#10963).
15987         (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
15988         (dabbrev-completion): Don't use an obarray; provide
15989         a cycle-sort-function.
15991 2012-03-12  Leo Liu  <sdl.web@gmail.com>
15993         * simple.el (kill-new): Use equal-including-properties for comparison.
15994         (kill-do-not-save-duplicates): Doc fix.
15996 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15998         * dabbrev.el: Fix cycle completion (bug#10963).
15999         Use lexical binding and wrap to 80 columns.
16000         (dabbrev-completion): Delay computing the list of completions.
16002 2012-03-12  Kenichi Handa  <handa@m17n.org>
16004         * international/quail.el (quail-insert-kbd-layout): Surround each
16005         row by LRO and PDF instead of inserting many LRMs.  Pad the left
16006         and right of each non-spacing marks.  Insert invisible space
16007         between lower and upper characters to prevent composition.
16009 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16011         * minibuffer.el (minibuffer-complete): Don't get confused when the
16012         function is run twice via different commands (bug#10958).
16013         (complete-with-action): Fix docstring.
16015 2012-03-12  Chong Yidong  <cyd@gnu.org>
16017         * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
16018         (nxml-completion-at-point-function): New function.
16019         (nxml-mode): Use it.
16020         (nxml-bind-meta-tab-to-complete-flag): Default to t.
16022         * emacs-lisp/package.el (package-unpack, package-unpack-single):
16023         Load generated autoloads file before byte compiling (Bug#10970).
16024         (package--make-autoloads-and-compile): New helper fun.
16026 2012-03-12  Christopher Schmidt  <christopher@ch.ristopher.com>
16028         * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
16030 2012-03-11  Michael Albinus  <michael.albinus@gmx.de>
16032         * autorevert.el (auto-revert-handler): Ensure, that
16033         file-readable-p is applied only for local files or in
16034         auto-revert-tail-mode.
16036 2012-03-11  Andreas Schwab  <schwab@linux-m68k.org>
16038         * server.el (server-eval-at): Handle non-tcp connections.
16039         Decode result string.
16041         * server.el (server-msg-size): New constant.
16042         (server-reply-print): New function.
16043         (server-eval-and-print): Use it.
16044         (server-eval-at): Use server-quote-arg and server-unquote-arg.
16045         Handle -print-nonl.
16047 2012-03-11  Christopher Schmidt  <christopher@ch.ristopher.com>
16049         * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
16050         (Bug#10987).
16052 2012-03-11  Chong Yidong  <cyd@gnu.org>
16054         * simple.el (goto-line): Doc fix (Bug#9938).
16056         * subr.el (save-window-excursion): Doc fix (Bug#9979).
16058         * dabbrev.el (dabbrev--find-expansion): Update progress reporter
16059         when finished (Bug#10963).
16061 2012-03-11  Martin Rudalics  <rudalics@gmx.at>
16063         * window.el (split-window-below): Fix bug in case where
16064         split-window-keep-point is nil (Bug#10971).
16066 2012-03-11  Juri Linkov  <juri@jurta.org>
16068         * replace.el (replace-highlight): Set isearch-word to nil
16069         unconditionally.  (Bug#10887)
16071 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
16073         * net/mairix.el (mairix-replace-invalid-chars): Rename from
16074         mairix-replace-illegal-chars; all callers changed.  Don't remove
16075         ^, ~, and = characters: they are meaningful in mairix search specs.
16076         (mairix-widget-create-query): Add usage information about mairix
16077         search forms: negating words, searching for substrings, etc.
16079 2012-03-10  Jae-hyeon Park  <jae-hyeon.park@desy.de>  (tiny change)
16081         * international/fontset.el (font-encoding-alist): Add an entry for
16082         ksx1001 (Bug#5667).
16084 2012-03-10  Richard Stallman  <rms@gnu.org>
16086         * mail/sendmail.el (mail-encode-header):
16087         Set rfc2047-encode-encoded-words.
16089         * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
16091         * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
16092         view buffer means not swapped.
16093         (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
16094         (rmail-write-region-annotate): Error if real text has disappeared.
16096         * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
16098 2012-03-10  Chong Yidong  <cyd@gnu.org>
16100         * emulation/cua-rect.el (cua--init-rectangles):
16101         * emulation/cua-base.el (cua--init-keymaps):
16102         Add delete-forward-char to remappings (Bug#9666).
16104 2012-03-10  Martin Rudalics  <rudalics@gmx.at>
16106         * speedbar.el (speedbar-unhighlight-one-tag-line):
16107         Avoid unhighlighting due to frame switching (Bug#10275).
16109 2012-03-10  Chong Yidong  <cyd@gnu.org>
16111         * minibuffer.el (completion-in-region, completion-help-at-point):
16112         Give the completion field overlay a high priority (Bug#6830).
16114         * dired.el (dired-goto-file): Recognize absolute file name
16115         listings (Bug#7126).
16116         (dired-goto-file-1): New helper function.
16117         (dired-toggle-read-only): Inhibit warnings.
16119 2012-03-09  Michael Albinus  <michael.albinus@gmx.de>
16121         * net/dbus.el (dbus-property-handler): Return empty array if
16122         there are no properties.
16124 2012-03-09  Leo Liu  <sdl.web@gmail.com>
16126         * savehist.el (savehist-printable): Stricter check for string
16127         value (Bug#10937).
16129 2012-03-09  Eli Zaretskii  <eliz@gnu.org>
16131         * mail/smtpmail.el (smtpmail-send-it):
16132         Bind coding-system-for-write to *-unix, so that FCC files are kept in
16133         valid mbox format.
16135 2012-03-09  Glenn Morris  <rgm@gnu.org>
16137         * files.el (dir-locals-find-file):
16138         Don't check result is regular, readable.
16139         (dir-locals-read-from-file): Demote errors.
16141 2012-03-08  Eli Zaretskii  <eliz@gnu.org>
16143         * international/quail.el (quail-insert-kbd-layout):
16144         Insert invisible LRM characters before each character in a keyboard
16145         layout cell, to prevent their reordering by bidi display engine.
16146         For details, see the discussion in
16147         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
16149 2012-03-08  Alan Mackenzie  <acm@muc.de>
16151         * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
16152         the starting position; make it extend the marked region when
16153         invoked repeatedly - all under appropriate circumstances.
16154         Fixes bugs #5525, #10906.
16156 2012-03-08  Glenn Morris  <rgm@gnu.org>
16158         * files.el (locate-dominating-file, dir-locals-find-file):
16159         Undo 2012-03-06 change.
16161 2012-03-07  Eli Zaretskii  <eliz@gnu.org>
16163         * international/quail.el (quail-help):
16164         Force bidi-paragraph-direction be left-to-right.  See discussion in
16165         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
16166         for the reason.
16168 2012-03-07  Michael Albinus  <michael.albinus@gmx.de>
16170         Avoid superfluous registering of signals.  (Bug#10807)
16172         * notifications.el (notifications-on-action-object)
16173         (notifications-on-close-object): New defvars.
16174         (notifications-on-action-signal, notifications-on-closed-signal):
16175         Unregister the signal if not needed any longer.
16176         (notifications-notify): Register `notifications-action-signal' or
16177         `notifications-closed-signal', if :on-action or :on-close has been
16178         passed as argument.
16180 2012-03-07  Chong Yidong  <cyd@gnu.org>
16182         * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
16183         non-X platforms.
16185 2012-03-06  Glenn Morris  <rgm@gnu.org>
16187         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
16188         (x-disown-selection-internal, x-get-selection-internal):
16189         Doc fix (add arglist signatures).  (Bug#10783)
16191 2012-03-06  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
16193         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
16194         Handle breakpoints with no "type".
16196 2012-03-06  Glenn Morris  <rgm@gnu.org>
16198         * files.el (locate-dominating-file): Add optional predicate argument.
16199         (dir-locals-find-file): Make use of above change.
16201 2012-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>
16203         * info.el (Info-insert-dir): Also try "dir.gz".
16205 2012-03-06  Glenn Morris  <rgm@gnu.org>
16207         * files.el (dir-locals-find-file):
16208         Ignore non-readable or non-regular files.  (Bug#10928)
16210         * files.el (locate-dominating-file): Doc fix.
16212 2012-03-06  Adam Spiers  <emacs@adamspiers.org>  (tiny change)
16214         * calendar/calendar.el (calendar-set-mode-line):
16215         `getenv' returns a string.  (Bug#10951)
16217 2012-03-05  Leo Liu  <sdl.web@gmail.com>
16219         * simple.el (backward-delete-char-untabify): Constrain point to
16220         field (Bug#10939).
16222         * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
16224 2012-03-05  Chong Yidong  <cyd@gnu.org>
16226         * simple.el (count-words): If called from Lisp, return the word
16227         count, for symmetry with `count-lines'.  Arglist changed.
16228         (count-words--message): Args changed.  Consolidate counting code
16229         from count-words and count-words-region.
16230         (count-words-region): Caller changed.
16231         (count-lines-region): Make it an obsolete alias.
16233 2012-03-04  Tassilo Horn  <tassilo@member.fsf.org>
16235         * saveplace.el (save-place-to-alist)
16236         (save-place-ignore-files-regexp): Allow value nil to disable this
16237         feature.
16239 2012-03-04  Chong Yidong  <cyd@gnu.org>
16241         * faces.el (face-spec-reset-face): For the default face, reset the
16242         attributes to default values (Bug#10748).
16244 2012-03-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16246         * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
16247         previous patch: Check `message-send-mail-function', and not the
16248         default function (bug#10897).
16250 2012-03-04  Michael Albinus  <michael.albinus@gmx.de>
16252         * notifications.el (notifications-on-action-signal)
16253         (notifications-on-closed-signal): Check for unique service name of
16254         incoming event.  Fix error in removing entry.
16255         (top): Register for signals with wildcard service name.
16256         (notifications-notify): Use daemon unique service name for map entries.
16258 2012-03-04  Chong Yidong  <cyd@gnu.org>
16260         * cus-start.el: Make x-select-enable-clipboard-manager customizable.
16262 2012-03-04  Glenn Morris  <rgm@gnu.org>
16264         * abbrev.el (copy-abbrev-table, abbrev-table-p)
16265         (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
16266         (expand-abbrev, define-abbrev-table): Doc fixes.
16268 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16270         * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
16271         `message-default-send-mail-function' and not `send-mail-function'
16272         when doing the prompting for `sendmail-query-once' before sending
16273         in Message buffers (bug#10897).
16275         * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
16276         This is inconsistent with all the other stream functions, which leave
16277         the setting up to the higher levels (if so wanted) (bug#10931).
16279 2012-03-02  Alan Mackenzie  <acm@muc.de>
16281         Depessimize the handling of very large macros.
16283         * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
16284         (c-macro-cache-syntactic): New variables to implement a one
16285         element macro cache.
16286         (c-invalidate-macro-cache): New function.
16287         (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
16288         Adapt to use the new cache.
16289         (c-state-safe-place): Use better the cache of safe positions.
16290         (c-state-semi-nonlit-pos-cache)
16291         (c-state-semi-nonlit-pos-cache-limit):
16292         New variables for...
16293         (c-state-semi-safe-place): New function.  Here, in a macro is "safe".
16294         (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
16295         (c-in-literal, c-literal-limits, c-determine-limit-get-base):
16296         Use c-state-semi-safe-place.
16298         * progmodes/cc-langs.el (c-get-state-before-change-functions):
16299         Add c-invalidate-macro-cache to the C, C++, Obj entries.
16301 2012-03-02  Michael Albinus  <michael.albinus@gmx.de>
16303         * jka-compr.el (jka-compr-call-process):
16304         Apply `file-accessible-directory-p' only when the default directory is
16305         not remote.
16307 2012-03-01  Michael Albinus  <michael.albinus@gmx.de>
16309         * files.el (file-equal-p): Fix docstring.  Avoid unnecessary
16310         access of FILE2, if FILE1 does not exist.
16312         * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
16313         Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
16315         * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
16316         Add "PAGER=" to `process-environment'.
16318 2012-03-01  Michael R. Mauger  <mmaug@yahoo.com>
16320         * progmodes/sql.el: Bug fix
16321         (sql-get-login-ext): Save login values in globals.
16322         (sql-get-login): Use new version of `sql-get-login-ext'.
16323         (sql-interactive-mode): Set global `sql-connection' to nil.
16324         (sql-connect): Set global values for connection.
16325         (sql-product-interactive): Save global values as buffer local.
16327 2012-02-29  Leo Liu  <sdl.web@gmail.com>
16329         * abbrev.el (define-abbrevs): Reset sys to nil.
16331 2012-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
16333         * files.el (file-equal-p): Rename from `files-equal-p'.
16334         Return nil when one or both files don't exist.
16335         (file-subdir-of-p): Now only top directory must exists,
16336         return nil if it doesn't.
16337         (copy-directory): No need to test with `file-subdir-of-p' after
16338         creating dir.
16339         * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
16340         to `file-equal-p'.
16342 2012-02-28  Glenn Morris  <rgm@gnu.org>
16344         * shell.el (shell-mode):
16345         * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
16346         * play/landmark.el (landmark-font-lock-face-O):
16347         * play/handwrite.el (handwrite):
16348         * play/gomoku.el (gomoku-O):
16349         * net/browse-url.el (browse-url-browser-display):
16350         * international/mule.el (define-charset):
16351         * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
16352         * filesets.el (filesets-find-file-delay):
16353         * eshell/em-xtra.el (eshell-xtra):
16354         * eshell/em-unix.el (eshell-grep):
16355         * emulation/viper.el (viper-mode):
16356         * emacs-lisp/regexp-opt.el (regexp-opt-group):
16357         * emacs-lisp/easymenu.el (easy-menu-define):
16358         * calendar/timeclock.el (timeclock-use-display-time):
16359         * bs.el (bs-mode):
16360         * bookmark.el (bookmark-save-flag):
16361         Doc fix (standardize possessive apostrophe usage).
16363 2012-02-27  Chong Yidong  <cyd@gnu.org>
16365         * emulation/viper-cmd.el (viper-intercept-ESC-key):
16366         Fix key-binding lookup for ESC key (Bug#9146).
16368         * font-lock.el (font-lock-specified-p): Rename from
16369         font-lock-spec-present.  Callers changed.
16371 2012-02-27  Daniel Hackney  <dan@haxney.org>
16373         * emacs-lisp/package.el (package-compute-transaction):
16374         Handle holding a package version to t in package-load-list.
16376 2012-02-26  Michael Albinus  <michael.albinus@gmx.de>
16378         * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
16379         (tramp-get-inode, tramp-get-device): Use cached values.
16381 2012-02-26  Alan Mackenzie  <acm@muc.de>
16383         Check there is a font-lock specification before doing initial
16384         fontification.
16386         * font-core.el (font-lock-mode): Move the conditional from
16387         :after-hook to font-lock-initial-fontify.
16388         (font-lock-default-function): Move the check for a specification
16389         to font-lock-spec-present.
16391         * font-lock.el (font-lock-initial-fontify): Call ...
16392         (font-lock-spec-present): New function.
16394 2012-02-26  Jim Blandy  <jimb@red-bean.com>
16396         * progmodes/gdb-mi.el (gdb-mi-quote): New function.
16397         (gdb-send): Apply it to the operand of the '-interpreter-exec
16398         console' command, so that we can pass arguments with (say) quotes
16399         in them.  Store exact string sent in gdb-debug-log (Bug#10765).
16401 2012-02-26  Chong Yidong  <cyd@gnu.org>
16403         * help-fns.el (describe-function-1): Clarify description of
16404         remapping (Bug#10844).
16406         * files.el (files-equal-p): Doc fix.
16407         (file-subdir-of-p): Doc fix.  Convert loop macro to plain Lisp,
16408         and quit the loop once a mismatch is found.
16410 2012-02-25  Juanma Barranquero  <lekktu@gmail.com>
16412         * bs.el (bs--show-with-configuration): Don't throw an error
16413         if the window cannot be split; otherwise, subsequent calls to
16414         bs-show fail, restoring a stale window config.  (Bug#10882)
16416 2012-02-25  Jan Djärv  <jan.h.d@swipnet.se>
16418         * term/ns-win.el (global-map): Bind ns-drag-file to
16419         ns-find-file (Bug#5855, Bug#10050).
16421 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
16423         * calendar/parse-time.el (parse-time-string): Allow extractor to
16424         return nil.
16426 2012-02-25  Michael Albinus  <michael.albinus@gmx.de>
16428         * net/tramp.el (tramp-file-name-for-operation):
16429         Add `files-equal-p' and `file-subdir-of-p'.
16431         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
16432         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
16433         Add COPY-CONTENTS argument.
16435 2012-02-25  Chong Yidong  <cyd@gnu.org>
16437         Add custom groups for VC backends, for consistency with vc-bzr.
16439         * vc/vc-arch.el (vc-arch):
16440         * vc/vc-cvs.el (vc-cvs):
16441         * vc/vc-git.el (vc-git):
16442         * vc/vc-hg.el (vc-hg):
16443         * vc/vc-mtn.el (vc-mtn):
16444         * vc/vc-rcs.el (vc-rcs):
16445         * vc/vc-sccs.el (vc-sccs):
16446         * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
16447         All relevant defcustoms reassigned.
16449 2012-02-25  Chong Yidong  <cyd@gnu.org>
16451         * newcomment.el (comment-styles): Add autoload (Bug#10868).
16453         * term/x-win.el (x-initialize-window-system): Reduce default for
16454         x-selection-timeout to 5 seconds (Bug#8869).
16456 2012-02-24  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
16458         * files.el (files-equal-p, file-subdir-of-p): New functions.
16459         (copy-directory): Error when trying to copy a directory on itself.
16460         Add missing copy-contents arg to tramp handler.
16461         * dired-aux.el (dired-copy-file-recursive): Same.
16462         (dired-create-files): Modify destination when source is equal to
16463         dest when copying files.
16464         Return also when dest is a subdir of source.  (Bug#10489)
16466 2012-02-24  Michael Albinus  <michael.albinus@gmx.de>
16468         * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
16469         (Bug#10874)
16471 2012-02-23  Alan Mackenzie  <acm@muc.de>
16473         * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
16474         parameter "after-hook:" to allow the expansion to run code after
16475         the execution of the mode hooks.
16477         * font-lock.el (font-lock-initial-fontify): New function extracted
16478         from font-lock-mode-internal.
16480         * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
16481         :after-hook.
16483 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16485         * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
16486         (completion--cache-all-sorted-completions): New function.
16487         (completion-all-sorted-completions): Use it.
16488         (completion--do-completion, minibuffer-force-complete):
16489         Use it to re-instate the flush hook.
16491         * icomplete.el (icomplete-completions): Replace last fix with a better
16492         one (bug#10850).
16494 2012-02-23  Dmitry Gutov  <dgutov@yandex.ru>
16496         * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
16497         when it might call us back infinitely (bug#10797).
16499 2012-02-23  Glenn Morris  <rgm@gnu.org>
16501         * minibuffer.el (completion-category-overrides): Doc fix.
16503 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16505         * minibuffer.el (completion-table-with-context): Fix inf-loop.
16506         Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
16508 2012-02-23  Glenn Morris  <rgm@gnu.org>
16510         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
16511         (authors-obsolete-files-regexps, authors-ignored-files)
16512         (authors-ambiguous-files, authors-renamed-files-alist):
16513         Add more entries.
16515 2012-02-23  Juri Linkov  <juri@jurta.org>
16517         * isearch.el (isearch-occur): Sync interactive spec with occur's
16518         new feature in `occur-read-primary-args'.  Doc fix.  (Bug#10705)
16520         * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
16522 2012-02-22  Juri Linkov  <juri@jurta.org>
16524         * international/mule-cmds.el (read-char-by-name): Use \` and \'.
16525         (ucs-insert): Doc fix.  Check for hex digits in the string.
16526         Don't display `nil' in the error message.  (Bug#10857)
16528 2012-02-22  Alan Mackenzie  <acm@muc.de>
16530         * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
16532 2012-02-22  Glenn Morris  <rgm@gnu.org>
16534         * ffap.el (ffap-c-path):
16535         * man.el (Man-header-file-path): Handle multiarch.  (Bug#10702)
16537 2012-02-22  Chong Yidong  <cyd@gnu.org>
16539         * custom.el (load-theme): Doc fix.
16541 2012-02-22  Glenn Morris  <rgm@gnu.org>
16543         * dired-x.el (dired-guess-shell-alist-default):
16544         Remove escape sequences from nroff output.  (Bug#172)
16546 2012-02-21  Glenn Morris  <rgm@gnu.org>
16548         * vc/emerge.el (emerge-defvar-local):
16549         Set `permanent-local' property rather than unused `preserved'.
16551         * textmodes/picture.el (picture-delete-char): New alias.
16552         (picture-mode-map): Use it.  (Bug#10860)
16553         (picture-mode): Doc fix.
16555 2012-02-21  Juanma Barranquero  <lekktu@gmail.com>
16557         * newcomment.el (uncomment-region-default): Remove unused binding.
16559 2012-02-21  Glenn Morris  <rgm@gnu.org>
16561         * textmodes/picture.el (picture-motion, picture-motion-reverse)
16562         (picture-self-insert, picture-tab-chars): Doc fix.
16563         (picture-mode-map): Fix C-a, C-e.
16565 2012-02-20  Glenn Morris  <rgm@gnu.org>
16567         * emacs-lisp/authors.el (authors-aliases): Add another entry.
16569 2012-02-20  Leo Liu  <sdl.web@gmail.com>
16571         * icomplete.el (icomplete-completions): Check FROM arg before
16572         passing to substring (Bug#10850).
16574 2012-02-19  Chong Yidong  <cyd@gnu.org>
16576         * comint.el: Require ansi-color.
16577         (comint-output-filter-functions): Add ansi-color-process-output.
16579         * ansi-color.el: Don't set comint-output-filter-functions; it is
16580         now in the initial value defined in comint.el.
16581         (ansi-color-apply-face-function): New variable.
16582         (ansi-color-apply-on-region): Use it.
16583         (ansi-color-apply-overlay-face): New function.
16585         * shell.el (shell): No need to require ansi-color.
16586         (shell-mode): Use ansi-color-apply-face-function to highlight
16587         color escapes using font-lock-face property (Bug#10835).
16589 2012-02-19  Chong Yidong  <cyd@gnu.org>
16591         * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
16592         mode-line formats (Bug#10839).
16594 2012-02-18  Glenn Morris  <rgm@gnu.org>
16596         * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
16598         * mail/undigest.el (unforward-rmail-message): Doc fix.
16600         * saveplace.el (save-place-ignore-files-regexp): Add :version.
16602 2012-02-18  Eli Zaretskii  <eliz@gnu.org>
16604         * international/characters.el (script-list): Sync with the latest
16605         Unicode Character Database.
16607 2012-02-18  Andreas Schwab  <schwab@linux-m68k.org>
16609         * international/titdic-cnv.el: Remove duplicate coding tag.
16610         * language/cham.el: Likewise.
16611         * language/tai-viet.el: Likewise.
16613 2012-02-18  Glenn Morris  <rgm@gnu.org>
16615         * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
16616         * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
16617         (calendar-bahai-all-holidays-flag, calendar-other-dates):
16618         * calendar/diary-lib.el (diary-abbreviated-year-flag):
16619         * calendar/holidays.el (holiday-bahai-holidays)
16620         (calendar-holidays, list-holidays):
16621         Use utf-8 Bahá'í in doc-strings, menus, etc.
16623 2012-02-17  Tassilo Horn  <tassilo@member.fsf.org>
16625         * saveplace.el (save-place-ignore-files-regexp): New variable
16626         allowing for excluding files from saving their location of point.
16627         The default value matches the temporary commit message editing
16628         files from Git, SVN, Bazaar, and Mercurial.
16629         (save-place-to-alist): Use it.
16631 2012-02-17  Lawrence Mitchell  <wence@gmx.li>
16632             Stefan Monnier  <monnier@iro.umontreal.ca>
16634         * newcomment.el (uncomment-region-default): Don't leave extra space
16635         when an arg is provided (bug#8150).
16637 2012-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
16639         * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
16641 2012-02-17  Glenn Morris  <rgm@gnu.org>
16643         * net/socks.el: Require network-stream.  (Bug#10599)
16645 2012-02-17  Kenichi Handa  <handa@m17n.org>
16647         * international/charprop.el:
16648         * international/uni-name.el:
16649         * international/uni-old-name.el:
16650         * international/uni-comment.el: Regenerate.
16652 2012-02-16  Glenn Morris  <rgm@gnu.org>
16654         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
16655         Interactively in calendar buffer, give an error if not on a date.
16657 2012-02-15  Glenn Morris  <rgm@gnu.org>
16659         * shell.el (shell-delimiter-argument-list):
16660         Revert 2011-02-17 change.  (Bug#8027)
16662 2012-02-15  Chong Yidong  <cyd@gnu.org>
16664         * minibuffer.el (completion-at-point-functions): Doc fix.
16666         * custom.el (defcustom): Doc fix; note use of defvar.
16668 2012-02-15  Glenn Morris  <rgm@gnu.org>
16670         * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
16671         Doc fixes.
16673 2012-02-14  Glenn Morris  <rgm@gnu.org>
16675         * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
16677 2012-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
16679         * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
16680         way the ports list is computed.
16681         (smtpmail-query-smtp-server): Prompt the user for a port number if
16682         we can't connect to any of the standard ports (bug#10810).
16684 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16686         * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
16688 2012-02-13  Glenn Morris  <rgm@gnu.org>
16690         * minibuffer.el (read-file-name): Doc fix.  (Bug#10798)
16692 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
16694         * net/gnutls.el (gnutls-trustfiles): New variable.
16695         (gnutls-negotiate): Use it.
16697 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
16699         * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
16700         does its stuff if Gnus is running.
16702 2012-02-13  Alan Mackenzie  <acm@muc.de>
16704         Fix a loop in c-set-fl-decl-start.
16706         * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
16707         c-backward-syntactic-ws actually moves backwards.
16709 2012-02-13  Leo Liu  <sdl.web@gmail.com>
16711         * net/rcirc.el (rcirc-markup-attributes): Move point to the
16712         beginning so that all \C-o chars are removed.
16714 2012-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
16716         * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
16718 2012-02-12  Alan Mackenzie  <acm@muc.de>
16720         Fix infinite loop with long macros.
16721         * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
16723 2012-02-12  Chong Yidong  <cyd@gnu.org>
16725         * window.el (display-buffer): Doc fix (Bug#10785).
16727 2012-02-12  Glenn Morris  <rgm@gnu.org>
16729         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
16730         (x-disown-selection-internal, x-get-selection-internal):
16731         Sync docs with the xselect.c versions.
16733         * allout-widgets.el: Add missing license notice.
16735 2012-02-11  Glenn Morris  <rgm@gnu.org>
16737         * select.el (x-get-selection-internal, x-own-selection-internal)
16738         (x-disown-selection-internal):
16739         * x-dnd.el (x-get-selection-internal): Update declarations.
16741         * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
16743         * window.el (window-sides-slots):
16744         * tool-bar.el (tool-bar-position):
16745         * term/xterm.el (xterm-extra-capabilities):
16746         * ses.el (ses-self-reference-early-detection):
16747         * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
16748         (verilog-auto-wire-type)
16749         (verilog-auto-delete-trailing-whitespace)
16750         (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
16751         (verilog-auto-tieoff-declaration):
16752         * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
16753         (sql-oracle-statement-starters, sql-oracle-scan-on):
16754         * progmodes/prolog.el (prolog-align-comments-flag)
16755         (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
16756         (prolog-left-indent-regexp, prolog-paren-indent-p)
16757         (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
16758         (prolog-types, prolog-mode-specificators)
16759         (prolog-determinism-specificators, prolog-directives)
16760         (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
16761         (prolog-electric-dot-flag)
16762         (prolog-electric-dot-full-predicate-template)
16763         (prolog-electric-underscore-flag, prolog-electric-tab-flag)
16764         (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
16765         (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
16766         (prolog-program-switches, prolog-prompt-regexp)
16767         (prolog-debug-on-string, prolog-debug-off-string)
16768         (prolog-trace-on-string, prolog-trace-off-string)
16769         (prolog-zip-on-string, prolog-zip-off-string)
16770         (prolog-use-standard-consult-compile-method-flag)
16771         (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
16772         (prolog-imenu-max-lines, prolog-info-predicate-index)
16773         (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
16774         (prolog-char-quote-workaround):
16775         * progmodes/cc-vars.el (c-defun-tactic):
16776         * net/tramp.el (tramp-encoding-command-interactive)
16777         (tramp-local-end-of-line):
16778         * net/soap-client.el (soap-client):
16779         * net/netrc.el (netrc-file):
16780         * net/gnutls.el (gnutls):
16781         * minibuffer.el (completion-category-overrides)
16782         (completion-cycle-threshold)
16783         (completion-pcm-complete-word-inserts-delimiters):
16784         * man.el (Man-name-local-regexp):
16785         * mail/feedmail.el (feedmail-display-full-frame):
16786         * international/characters.el (glyphless-char-display-control):
16787         * eshell/em-ls.el (eshell-ls-date-format):
16788         * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
16789         (lisp-lambda-list-keyword-parameter-indentation)
16790         (lisp-lambda-list-keyword-parameter-alignment):
16791         * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
16792         * dired-x.el (dired-omit-verbose):
16793         * cus-theme.el (custom-theme-allow-multiple-selections):
16794         * calc/calc.el (calc-highlight-selections-with-faces)
16795         (calc-lu-field-reference, calc-lu-power-reference)
16796         (calc-note-threshold):
16797         * battery.el (battery-mode-line-limit):
16798         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
16799         (archive-7z-update):
16800         * allout.el (allout-prefixed-keybindings)
16801         (allout-unprefixed-keybindings)
16802         (allout-inhibit-auto-fill-on-headline)
16803         (allout-flattened-numbering-abbreviation):
16804         * allout-widgets.el (allout-widgets-auto-activation)
16805         (allout-widgets-icons-dark-subdir)
16806         (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
16807         (allout-widgets-theme-dark-background)
16808         (allout-widgets-theme-light-background)
16809         (allout-widgets-item-image-properties-emacs)
16810         (allout-widgets-item-image-properties-xemacs)
16811         (allout-widgets-run-unit-tests-on-load)
16812         (allout-widgets-time-decoration-activity)
16813         (allout-widgets-hook-error-post-time)
16814         (allout-widgets-track-decoration):
16815         Add missing :version tags to new defcustoms and defgroups.
16817         * progmodes/sql.el (sql-ansi-statement-starters)
16818         (sql-oracle-statement-starters): Add custom type.
16820         * progmodes/prolog.el: Remove leading '*' from defcustom docs.
16821         (prolog-system-version): Give it a type.
16823 2012-02-11  Eli Zaretskii  <eliz@gnu.org>
16825         * term/pc-win.el (x-select-text, x-selection-owner-p)
16826         (x-own-selection-internal, x-disown-selection-internal)
16827         (x-get-selection-internal): Sync doc strings and argument lists
16828         with xselect.c, common-win.el and x-win.el.  (Bug#10783)
16830 2012-02-11  Leo Liu  <sdl.web@gmail.com>
16832         * progmodes/python.el (python-end-of-statement): Fix infinite
16833         loop.  (Bug#10788)
16835 2012-02-10  Glenn Morris  <rgm@gnu.org>
16837         * international/mule-cmds.el (unify-8859-on-encoding-mode)
16838         (unify-8859-on-decoding-mode): Properly mark as obsolete.
16840 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
16842         * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
16843         about SMTP before checking the From header.
16845         * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
16846         into own function for reuse by emacsbug.el.
16848 2012-02-10  Leo Liu  <sdl.web@gmail.com>
16850         * subr.el (condition-case-unless-debug): Rename from
16851         condition-case-no-debug.  All callers changed.
16852         (with-demoted-errors): Fix caller.
16854         * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
16855         * nxml/rng-valid.el (rng-do-some-validation):
16856         * emacs-lisp/package.el (package-refresh-contents)
16857         (package-menu-execute):
16858         * desktop.el (desktop-create-buffer):
16859         * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
16861 2012-02-10  Glenn Morris  <rgm@gnu.org>
16863         * textmodes/bibtex.el:
16864         Add missing :version tags for new/changed defcustoms.
16866         * files.el (remote-file-name-inhibit-cache): Doc fixes.
16868 2012-02-09  Lars Ingebrigtsen  <larsi@rusty>
16870         * mail/smtpmail.el (smtpmail-user-mail-address): New function.
16871         (smtpmail-via-smtp): Use it, or fall back on the From address.
16872         (smtpmail-send-it): Ditto.
16874 2012-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16876         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
16877         Don't fallback on byte-compile-defvar.  Optimize (defvar foo) away.
16878         (byte-compile-tmp-var): New const.
16879         (byte-compile-defvar): Use it to minimize .elc size.
16880         Just use `defvar' rather than simulate it (bug#10761).
16882 2012-02-09  Glenn Morris  <rgm@gnu.org>
16884         * files.el (rename-uniquely): Doc fix.  (Bug#3806)
16886         * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
16887         Add :version tags.
16889         * progmodes/compile.el (compilation-error-screen-columns)
16890         (compilation-first-column, compilation-filter-start): Doc fixes.
16892         * vc/log-view.el (log-view-toggle-entry-display):
16893         * vc/vc.el (vc-merge, vc-pull): Doc fixes.
16895         * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
16896         (report-emacs-bug-can-use-xdg-email):
16897         (report-emacs-bug-insert-to-mailer): Doc fixes.
16898         (report-emacs-bug): Message fix.
16900         * net/browse-url.el (browse-url-can-use-xdg-open)
16901         (browse-url-xdg-open): Doc fixes.
16903         * electric.el (electric-indent-mode, electric-pair-mode)
16904         (electric-layout-rules, electric-layout-mode): Doc fixes.
16905         (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
16907 2012-02-08  Martin Rudalics  <rudalics@gmx.at>
16909         * server.el (server-unselect-display): Don't inadvertently kill
16910         the current buffer.  (Bug#10729)
16912 2012-02-08  Glenn Morris  <rgm@gnu.org>
16914         * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
16915         (sql-list-table): Doc fixes.
16917         * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
16918         Comment out (does nothing).
16920         * completion.el (dynamic-completion-mode):
16921         * dirtrack.el (dirtrack-debug-mode):
16922         * electric.el (electric-layout-mode):
16923         * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
16924         * face-remap.el (text-scale-mode, buffer-face-mode):
16925         * iimage.el (iimage-mode):
16926         * image-mode.el (image-transform-mode):
16927         * minibuffer.el (completion-in-region-mode):
16928         * scroll-lock.el (scroll-lock-mode):
16929         * simple.el (next-error-follow-minor-mode):
16930         * tar-mode.el (tar-subfile-mode):
16931         * tooltip.el (tooltip-mode):
16932         * vcursor.el (vcursor-use-vcursor-map):
16933         * wid-browse.el (widget-minor-mode):
16934         * emulation/tpu-edt.el (tpu-edt-mode):
16935         * emulation/tpu-extras.el (tpu-cursor-free-mode):
16936         * international/iso-ascii.el (iso-ascii-mode):
16937         * language/thai-util.el (thai-word-mode):
16938         * mail/supercite.el (sc-minor-mode):
16939         * net/goto-addr.el (goto-address-mode):
16940         * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
16941         * progmodes/cwarn.el (cwarn-mode):
16942         * progmodes/flymake.el (flymake-mode):
16943         * progmodes/glasses.el (glasses-mode):
16944         * progmodes/hideshow.el (hs-minor-mode):
16945         * progmodes/pascal.el (pascal-outline-mode):
16946         * textmodes/enriched.el (enriched-mode):
16947         * vc/smerge-mode.el (smerge-mode):
16948         Doc fixes (minor mode argument).
16950 2012-02-07  Eli Zaretskii  <eliz@gnu.org>
16952         * ls-lisp.el (ls-lisp-sanitize): New function.
16953         (ls-lisp-insert-directory): Use it to fix or remove any elements
16954         in file-alist with missing attributes.  (Bug#4673)
16956 2012-02-07  Alan Mackenzie  <acm@muc.de>
16958         Fix spurious recognition of c-in-knr-argdecl.
16960         * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
16961         putative K&R region.
16963 2012-02-07  Alan Mackenzie  <acm@muc.de>
16965         * progmodes/cc-engine.el (c-forward-objc-directive):
16966         Prevent looping in "#pragma mark @implementation".
16968 2012-02-07  Michael Albinus  <michael.albinus@gmx.de>
16970         * notifications.el (notifications-on-closed-signal): Make `reason'
16971         optional.  (Bug#10744)
16973 2012-02-07  Glenn Morris  <rgm@gnu.org>
16975         * emacs-lisp/easy-mmode.el (define-minor-mode):
16976         Doc fixes for the macro and the mode it defines.
16978         * image.el (imagemagick-types-inhibit): Doc fix.
16980         * cus-start.el (imagemagick-render-type): Add it.
16982 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
16984         * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
16985         Set the default at load time, too, so that `font-lock-fontify-buffer'
16986         can be called without setting up the entire mode first.  This fixes
16987         a bug in `mm-inline-text' with C MIME parts.
16989 2012-02-06  Chong Yidong  <cyd@gnu.org>
16991         * simple.el (list-processes--refresh): Delete exited processes
16992         (Bug#8094).
16994         * comint.el (comint-next-prompt): next-single-char-property-change
16995         and prev-single-char-property-change never return nil (Bug#8657).
16997         * custom.el (defcustom): Doc fix (Bug#9711).
16999 2012-02-05  Chong Yidong  <cyd@gnu.org>
17001         * cus-edit.el (custom-variable-reset-backup): Quote the value
17002         before storing it in the customized-value property (Bug#6712).
17003         (custom-display): Add a customization type tag.
17004         (custom-buffer-create-internal): Improve tooltip message.
17006         * wid-edit.el (widget-field-value-get): New optional arg to
17007         suppress trailing whitespace truncation.
17008         (character): Use it (Bug#2689).
17010 2012-02-05  Andreas Schwab  <schwab@linux-m68k.org>
17012         * progmodes/gud.el (gud-pv): Use pv instead of pv1.
17013         * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
17015 2012-02-05  Chong Yidong  <cyd@gnu.org>
17017         * cus-edit.el (custom-variable-value-create): For mismatched
17018         types, show the current value (Bug#7600).
17020         * custom.el (defcustom): Doc fix.
17022 2012-02-05  Glenn Morris  <rgm@gnu.org>
17024         * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
17026 2012-02-05  Juanma Barranquero  <lekktu@gmail.com>
17028         * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
17029         (pp-buffer): Use `ignore-errors', `looking-at-p'.
17030         (pp-last-sexp): Use `looking-at-p'.
17032 2012-02-04  Glenn Morris  <rgm@gnu.org>
17034         * files.el (revert-buffer):
17035         Doc fix (mention revert-buffer-in-progress-p).
17037         * emacs-lisp/ert-x.el (ert-simulate-command):
17038         Check deferred-action-list (which is obsolete) is bound.
17040         * subr.el (with-wrapper-hook): Doc fixes.
17042         * simple.el (filter-buffer-substring-functions)
17043         (buffer-substring-filters, filter-buffer-substring): Doc fixes.
17045 2012-02-04  Lars Ljung  <lars@matholka.se>  (tiny change)
17047         * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
17048         anywhere in shell-file-name, not just at the beginning.  (Bug#10523)
17050 2012-02-04  Leo Liu  <sdl.web@gmail.com>
17052         * emacs-lisp/smie.el: Fix dead link (Bug#10711).
17054 2012-02-04  Glenn Morris  <rgm@gnu.org>
17056         * image.el (image-extension-data): Add obsolete alias.
17058         * isearch.el (isearch-update): Doc fix.
17060         * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
17062         * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
17064 2012-02-03  Glenn Morris  <rgm@gnu.org>
17066         * image.el (image-animated-p): Doc fix.  Use image-animated-types.
17067         (image-animate-timeout): Doc fix.
17069         * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
17071 2012-02-02  Glenn Morris  <rgm@gnu.org>
17073         * server.el (server-auth-dir): Doc fix.
17074         (server-eval-at): Doc fix.  Give an explicit error if !server-use-tcp.
17076         * subr.el (run-mode-hooks): Doc fix.
17078 2012-02-02  Juri Linkov  <juri@jurta.org>
17080         * image-mode.el (image-toggle-display-image): Remove tautological
17081         `major-mode' from the `derived-mode-p' test.
17083 2012-02-02  Kenichi Handa  <handa@m17n.org>
17085         * composite.el (compose-region): Cancel previous change.
17087 2012-02-02  Kenichi Handa  <handa@m17n.org>
17089         * composite.el (compose-region, compose-string): Signal error for
17090         a null string component (Bug#6988).
17092 2012-02-01  Chong Yidong  <cyd@gnu.org>
17094         * view.el (view-buffer-other-window, view-buffer-other-frame):
17095         Handle special modes like view-buffer (Bug#10650).
17096         (view-buffer): Simplify.
17098         * frame.el (set-frame-font): Tweak meaning of third argument.
17100         * dynamic-setting.el (font-setting-change-default-font):
17101         Use set-frame-font (Bug#9982).
17103 2012-02-01  Glenn Morris  <rgm@gnu.org>
17105         * progmodes/compile.el (compilation-internal-error-properties):
17106         Respect compilation-first-column in the "*compilation*" buffer.
17108         * emacs-lisp/easy-mmode.el (define-minor-mode):
17109         Relax :variable's test for a named function.
17111 2012-01-31  Alan Mackenzie  <acm@muc.de>
17113         * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
17114         off by one error.
17116 2012-01-31  Chong Yidong  <cyd@gnu.org>
17118         * frame.el (set-frame-font): New arg ALL-FRAMES.
17120         * menu-bar.el (menu-set-font): Use set-frame-font.
17122         * faces.el (face-spec-reset-face): Don't apply unspecified
17123         attribute values to the default face.
17125 2012-01-31  Juanma Barranquero  <lekktu@gmail.com>
17127         * progmodes/cwarn.el (cwarn): Remove dead link.
17128         (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
17129         Remove * from defcustom docstrings.
17130         (turn-on-cwarn-mode): Make obsolete.
17131         (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
17132         (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
17134 2012-01-31  Glenn Morris  <rgm@gnu.org>
17136         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
17137         Fix :variable handling of mode a symbol not equal to modefun.
17138         Allow named functions to be used as the cdr of :variable.
17140 2012-01-30  Glenn Morris  <rgm@gnu.org>
17142         * emacs-lisp/authors.el (authors-fixed-entries):
17143         Remove reference to deleted file rnewspost.el.
17145 2012-01-29  Juanma Barranquero  <lekktu@gmail.com>
17147         * window.el (window-with-parameter): Remove unused variable `windows'.
17148         (window--side-check): Remove unused variable `code'.
17149         (window--resize-siblings): Remove unused variable `first'.
17150         (adjust-window-trailing-edge): Remove unused variable `failed'.
17151         (window-deletable-p, window--delete): Remove unused variable `buffer'.
17152         Use `let', not `let*'.
17153         (balance-windows-2): Remove unused variable `found'.
17154         (window--state-put-2): Remove unused variable `splits'.
17155         (window-state-put): Remove unused variable `selected'.
17156         (same-window-p): Use `string-match-p'.
17157         (display-buffer-assq-regexp): Remove unused variable `value'.
17158         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
17159         Mark argument ALIST as ignored.
17160         (pop-to-buffer): Remove unused variable `old-window'.
17162 2012-01-29  Eli Zaretskii  <eliz@gnu.org>
17164         * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
17165         and .lzma compressed files.
17167 2012-01-29  Chong Yidong  <cyd@gnu.org>
17169         * frame.el (window-system-default-frame-alist): Doc fix.
17171         * dynamic-setting.el (font-setting-change-default-font): Don't
17172         change the default face if SET-FONT argument is non-nil (Bug#9982).
17174 2012-01-29  Samuel Bronson  <naesten@gmail.com>
17176         * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
17178 2012-01-29  Syver Enstad  <syver.enstad@cisco.com>  (tiny change)
17180         * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
17181         breakpoints in files outside current directory (Bug#6098).
17183 2012-01-29  Chong Yidong  <cyd@gnu.org>
17185         * progmodes/python.el: Require ansi-color at top-level.
17187         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
17188         Define and use in Emacs Lisp mode (Bug#9360).
17189         (lisp-mode-abbrev-table): Add doc.
17190         (lisp-mode-variables): Don't set local-abbrev-table.
17191         (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
17193 2012-01-28  Roland Winkler  <winkler@gnu.org>
17195         * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
17197 2012-01-28  Roland Winkler  <winkler@gnu.org>
17199         * textmodes/bibtex.el (bibtex-entry-alist): New function.
17200         (bibtex-set-dialect): Use it.  Either set global values of
17201         dialect-dependent variables or bind these variables buffer-locally
17202         (Bug#10254).
17203         (bibtex-mode): Call bibtex-set-dialect via
17204         hack-local-variables-hook.
17205         (bibtex-dialect): Update docstring.
17206         Add safe-local-variable predicate.
17207         (bibtex-entry-alist, bibtex-field-alist): Initialize via
17208         bibtex-set-dialect.
17209         (bibtex-mode-map): Define menu for each dialect.
17210         (bibtex-entry): Fix docstring.
17212 2012-01-28  Chong Yidong  <cyd@gnu.org>
17214         * eshell/esh-arg.el (eshell-quote-argument): New function.
17216         * eshell/esh-ext.el (eshell-invoke-batch-file):
17217         * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
17218         first arg to eshell-parse-command (Bug#10523).
17220 2012-01-28  Drew Adams  <drew.adams@oracle.com>
17222         * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
17223         `default-directory' is non-nil.
17225 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
17227         * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
17228         line that displays system-configuration-options.  (Bug#9924)
17230 2012-01-28  Drew Adams  <drew.adams@oracle.com>
17232         * descr-text.el (describe-char): Show information about POS, in
17233         addition to information about the character at POS.  Improve and
17234         update the doc string.  Change "code point" to "code point in
17235         charset", to avoid confusion with the character's Unicode code
17236         point shown above that.  (Bug#10129)
17238 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
17240         * descr-text.el (describe-char): Show the raw character, not only
17241         its display form at POS.  Suggested by Kenichi Handa <handa@m17n.org>.
17242         See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
17243         for the reasons.
17245 2012-01-28  Phil Hagelberg  <phil@hagelb.org>
17247         * emacs-lisp/package.el (package-install):
17248         Run package-refresh-contents if there is no archive yet (Bug#9798).
17250 2012-01-28  Chong Yidong  <cyd@gnu.org>
17252         * emacs-lisp/package.el (package-maybe-load-descriptor):
17253         New function, split from package-maybe-load-descriptor.
17254         (package-maybe-load-descriptor): Use it.
17255         (package-download-transaction): Fully load required packages
17256         inside the loop, so that `require' calls work (Bug#10593).
17257         (package-install): No need to call package-initialize now.
17259 2012-01-28  Chong Yidong  <cyd@gnu.org>
17261         * simple.el (deactivate-mark): Doc fix (Bug#8614).
17263         * tooltip.el (tooltip-mode): Doc fix.
17264         (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
17266         * frame.el (set-cursor-color): Doc fix (Bug#352).
17268         * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
17269         (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
17271         * cus-edit.el (custom-buffer-create-internal): Fix search button
17272         action (Bug#10542).
17273         (customize-unsaved, customize-saved): Doc fix (Bug#10541).
17275 2012-01-27  Eduard Wiebe  <usenet@pusto.de>
17277         * dired.el (dired-mark-files-regexp):
17278         Include any subdirectory components.  (Bug#10445)
17280 2012-01-27  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
17282         * pcmpl-unix.el (pcmpl-ssh-known-hosts):
17283         Handle [host]:port syntax.  (Bug#10533)
17285 2012-01-27  Alex Harsanyi  <harsanyi@mac.com>
17287         * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
17289 2012-01-26  Glenn Morris  <rgm@gnu.org>
17291         * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
17292         * term.el (term-raw-escape-map): Use Control-X-prefix.
17293         * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map.  (Bug#10566)
17295 2012-01-25  Martin Rudalics  <rudalics@gmx.at>
17297         * window.el (window-state-get, window--state-get-1): Don't deal
17298         with fixed-sizeness of windows.  Simplify code.
17300 2012-01-25  Jérémy Compostella  <jeremy.compostella@gmail.com>
17302         * window.el (window--state-get-1, window--state-put-2):
17303         Don't save and restore the mark.
17305 2012-01-25  Chong Yidong  <cyd@gnu.org>
17307         * custom.el (custom-variable-p): Doc fix.
17309 2012-01-25  Glenn Morris  <rgm@gnu.org>
17311         * dired.el (dired-goto-file): Handle some of the more common
17312         characters that `ls -b' escapes.  (Bug#10596)
17314         * progmodes/compile.el (compilation-next-error-function):
17315         Respect compilation-first-column in the "*compilation*" buffer.
17316         * progmodes/grep.el (grep-first-column): New variable.  (Bug#10594)
17318         * vc/vc.el (vc-modify-change-comment): Scoping fix.  (Bug#10513)
17320 2012-01-24  Glenn Morris  <rgm@gnu.org>
17322         * pcmpl-gnu.el (pcomplete/tar): Handle " - ".  (Bug#10457)
17324 2012-01-24  Julien Danjou  <julien@danjou.info>
17326         * color.el (color-rgb-to-hsl): Fix value computing.
17327         (color-hue-to-rgb): New function.
17328         (color-hsl-to-rgb): New function.
17329         (color-clamp, color-saturate-hsl, color-saturate-name)
17330         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
17331         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
17333 2012-01-24  Glenn Morris  <rgm@gnu.org>
17335         * vc/vc-rcs.el (vc-rcs-create-tag):
17336         * vc/vc-sccs.el (vc-sccs-create-tag):
17337         Fix argument spec to be what vc-create-tag expects.  (Bug#10515)
17339 2012-01-23  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
17341         * eshell/esh-util.el (eshell-read-hosts-file):
17342         Skip comment lines.  (Bug#10549)
17344         * eshell/em-unix.el (pcomplete/ssh): Remove.  (Bug#10548)
17346 2012-01-23  Juanma Barranquero  <lekktu@gmail.com>
17348         * subr.el (display-delayed-warnings): Doc fix.
17349         (collapse-delayed-warnings): New function to collapse identical
17350         adjacent warnings.
17351         (delayed-warnings-hook): Add it.
17353 2012-01-22  Michael Albinus  <michael.albinus@gmx.de>
17355         * net/tramp.el (tramp-action-login): Set connection property "login-as".
17357         * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
17358         (tramp-default-user-alist): Don't add "pscp".
17359         (tramp-do-copy-or-rename-file-out-of-band): Use connection
17360         property "login-as", if set.  (Bug#10530)
17362 2012-01-21  Michael Albinus  <michael.albinus@gmx.de>
17364         * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
17365         "plink1" and "psftp".  (Bug#10530)
17367 2012-01-21  Kenichi Handa  <handa@m17n.org>
17369         * international/mule-cmds.el (prefer-coding-system): Show a
17370         warning message if the default value of file-name-coding-system
17371         was not changed.
17373 2012-01-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
17375         * windmove.el (windmove-reference-loc):
17376         Fix windmove-reference-loc miscalculation.
17378 2012-01-21  Jay Belanger  <jay.p.belanger@gmail.com>
17380         * calc/calc-units.el (math-put-default-units): Don't use "1" as a
17381         default unit.
17383 2012-01-21  Glenn Morris  <rgm@gnu.org>
17385         * international/mule.el (auto-coding-alist): Add .tbz.
17387         * files.el (local-enable-local-variables): Doc fix.
17388         (inhibit-local-variables-regexps): Rename from
17389         inhibit-first-line-modes-regexps.  Keep old name as obsolete alias.
17390         Doc fix.  Add some extensions from auto-coding-alist.
17391         (inhibit-local-variables-suffixes):
17392         Rename from inhibit-first-line-modes-suffixes.  Doc fix.
17393         (inhibit-local-variables-p):
17394         New function, extracted from set-auto-mode-1.
17395         (set-auto-mode): Doc fix.  Respect inhibit-local-variables-regexps.
17396         (set-auto-mode-1): Doc fix.  Use inhibit-local-variables-p.
17397         (hack-local-variables): Doc fix.  Make the mode-only case
17398         respect enable-local-variables and friends.
17399         Respect inhibit-local-variables-regexps for file-locals, but
17400         not for directory-locals.
17401         (set-visited-file-name):
17402         Take account of inhibit-local-variables-regexps.
17403         Whether it applies may change as the file name is changed.
17404         * jka-cmpr-hook.el (jka-compr-install):
17405         * jka-compr.el (jka-compr-uninstall):
17406         Update for inhibit-first-line-modes-suffixes name change.
17408 2012-01-20  Martin Rudalics  <rudalics@gmx.at>
17410         * help-macro.el (make-help-screen): Temporarily restore original
17411         binding for minor-mode-map-alist (Bug#10454).
17413 2012-01-19  Julien Danjou  <julien@danjou.info>
17415         * color.el (color-name-to-rgb): Use the white color to find the max
17416         color component value and return correctly computed values.
17417         (color-name-to-rgb): Add missing float conversion for max value.
17419 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
17421         * window.el (window--state-get-1, window-state-get): Do not use
17422         special state value for window-persistent-parameters.
17423         Rename argument IGNORE to WRITABLE.  Rewrite doc-string.
17424         (window--state-put-2): Reset all window parameters to nil before
17425         assigning values of persistent parameters.
17427 2012-01-18  Alan Mackenzie  <acm@muc.de>
17429         Eliminate sluggishness and hangs in fontification of "semicolon
17430         deserts".
17432         * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
17433         Change value 10000 -> 3000.
17434         (c-state-safe-place): Reformulate so it doesn't stack up an
17435         infinite number of wrong entries in c-state-nonlit-pos-cache.
17436         (c-determine-limit-get-base, c-determine-limit): New functions to
17437         determine backward search limits disregarding literals.
17438         (c-find-decl-spots): Amend commenting.
17439         (c-cheap-inside-bracelist-p): New function which detects "={".
17441         * progmodes/cc-fonts.el
17442         (c-make-font-lock-BO-decl-search-function): Give a limit to a
17443         backward search.
17444         (c-font-lock-declarations): Fix an occurrence of point being
17445         undefined.  Check additionally for point being in a bracelist or
17446         near a macro invocation without a semicolon so as to avoid a
17447         fruitless time consuming search for a declarator.  Give a more
17448         precise search limit for declarators using the new
17449         c-determine-limit.
17451 2012-01-18  Glenn Morris  <rgm@gnu.org>
17453         * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
17454         (set-auto-mode): Doc fixes.
17456 2012-01-17  Glenn Morris  <rgm@gnu.org>
17458         * isearch.el (search-nonincremental-instead): Fix doc typo.
17460         * dired.el (dired-insert-directory): Handle newlines in directory name.
17461         (dired-build-subdir-alist): Unescape newlines in directory name.
17463 2012-01-17  Michael Albinus  <michael.albinus@gmx.de>
17465         * net/tramp.el (tramp-local-end-of-line): New defcustom.
17466         (tramp-action-login, tramp-action-yesno, tramp-action-yn)
17467         (tramp-action-terminal): Use it.  (Bug#10530)
17469 2012-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17471         * minibuffer.el (completion--replace): Strip properties (bug#10062).
17473 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
17475         * window.el (window-state-ignored-parameters): Remove variable.
17476         (window--state-get-1): Rename argument MARKERS to IGNORE.
17477         Handle persistent window parameters.  Make copy of clone-of
17478         parameter only if requested.  (Bug#10348)
17479         (window--state-put-2): Install a window parameter only if it has
17480         a non-nil value or an existing parameter shall be overwritten.
17482 2012-01-15  Michael Albinus  <michael.albinus@gmx.de>
17484         * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
17486 2012-01-14  Eli Zaretskii  <eliz@gnu.org>
17488         * info.el (Info-toc-build): If the Info file has no "Up" pointer,
17489         don't pass the (nil) value of `upnode' to string-match.
17491 2012-01-14  Chong Yidong  <cyd@gnu.org>
17493         * startup.el (command-line): Fix X resource class for cursorColor.
17494         Fix values recognized by the cursorBlink resource.
17496 2012-01-14  Paul Eggert  <eggert@cs.ucla.edu>
17498         * epg.el (epg--make-temp-file): Avoid permission race condition
17499         when running on old Emacs versions (bug#10403).
17501 2012-01-14  Glenn Morris  <rgm@gnu.org>
17503         * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
17505 2012-01-13  Alan Mackenzie  <acm@muc.de>
17507         Fix filling for when filladapt mode is enabled.
17509         * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
17510         c-mask-paragraph, pass in `fill-paragraph' rather than
17511         `fill-region-as-paragraph'.  (This is a reversion of a previous
17512         change.)
17513         * progmodes/cc-mode.el (c-basic-common-init):
17514         Make fill-paragraph-handle-comment buffer local and set it to nil.
17516 2012-01-13  Glenn Morris  <rgm@gnu.org>
17518         * dired.el (dired-switches-escape-p): New function.
17519         (dired-insert-directory): Use dired-switches-escape-p.
17520         (dired-get-filename): Undo "\ " quoting if needed.  (Bug#10469)
17522         * find-dired.el (find-ls-option): Doc fix.  (Bug#10262)
17524 2012-01-12  Glenn Morris  <rgm@gnu.org>
17526         * mail/sendmail.el (mail-mode): Update paragraph-separate for
17527         changes in adaptive-fill-regexp.  (Bug#10276)
17529 2012-01-11  Alan Mackenzie  <acm@muc.de>
17531         Fix Emacs bug #10463 - put `widen's around the critical spots.
17533         * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
17534         widen around each invocation of c-state-pp-to-literal.  Remove an
17535         unused let variable.
17537 2012-01-11  Glenn Morris  <rgm@gnu.org>
17539         * dired-aux.el (dired-do-shell-command): Fix */? logic.  (Bug#6561)
17540         Doc fix.
17542 2012-01-10  Chong Yidong  <cyd@gnu.org>
17544         * net/network-stream.el (network-stream-open-starttls):
17545         Avoid emitting a confusing error message when the server gives a bad
17546         response to the capability command.
17548 2012-01-10  Glenn Morris  <rgm@gnu.org>
17550         * mail/unrmail.el (unrmail): Tweak previous change.
17552 2012-01-09  Chong Yidong  <cyd@gnu.org>
17554         * custom.el (custom-safe-themes): Use SHA-256 for hashing.
17556 2012-01-08  Alan Mackenzie  <acm@muc.de>
17558         Optimize font locking in long enum definitions.
17560         * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
17561         arm to a cond form to handle enums.
17562         * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
17563         * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
17565 2012-01-07  Paul Eggert  <eggert@cs.ucla.edu>
17567         * files.el (move-file-to-trash): Preserve default file modes on error.
17568         (Bug#10401)
17570 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17572         * faces.el (set-face-attribute): Clarify the meaning of the nil
17573         frame (bug#10294).
17575         * subr.el (with-selected-frame): Mention that the selected frame
17576         is restored (bug#9980).
17578         * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
17579         (bug#9759).
17581         * mail/smtpmail.el (password-cache-add): Remove unused declaration.
17582         (password-read): Don't autoload unused function.
17584 2012-01-07  Juanma Barranquero  <lekktu@gmail.com>
17586         * progmodes/which-func.el (which-func-mode): Turn into a
17587         non-interactive function and mark as obsolete (bug#10428).
17589 2012-01-06  Chong Yidong  <cyd@gnu.org>
17591         * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
17592         (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
17593         functions, along with 1 and -1.
17595 2012-01-06  Eli Zaretskii  <eliz@gnu.org>
17597         * time.el (display-time-load-average)
17598         (display-time-default-load-average): Doc fixes.  See the thread
17599         starting at
17600         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
17601         for the details.
17603 2012-01-06  Glenn Morris  <rgm@gnu.org>
17605         * mail/unrmail.el (unrmail): Give an explicit error if the input file
17606         has no messages.  (Bug#10377)
17608         * info.el (Info-mode-map): Bind e to end-of-buffer, rather
17609         than Info-edit.  (Bug#10385)
17611         * time.el (display-time-load-average, display-time-next-load-average):
17612         Doc fixes.
17614         * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
17615         local setting of buffer-read-only to the input buffer.  (Bug#10419)
17617         * calendar/calendar.el (calendar-mode):
17618         Locally set scroll-margin to 0.  (Bug#10379)
17620 2012-01-06  Ulrich Mueller  <ulm@gentoo.org>
17622         * play/doctor.el (doctor-death): Escape "," characters.  (Bug#10370)
17624 2012-01-05  Glenn Morris  <rgm@gnu.org>
17626         * eshell/em-unix.el (diff-no-select): Autoload it.
17627         (eshell/diff): Use diff-no-select.  (Bug#10420)
17629 2012-01-05  Chong Yidong  <cyd@gnu.org>
17631         * shell.el (shell-dynamic-complete-functions): Revert last change.
17632         (shell-command-completion-function): New function.
17633         (shell-completion-vars): Use it to implement
17634         shell-completion-execonly (Bug#10417).
17636         * custom.el (enable-theme): Don't set custom-safe-themes.
17638         * cus-theme.el (custom-theme-merge-theme):
17639         Ignore custom-enabled-themes and custom-safe-themes.
17641 2012-01-05  Michael R. Mauger  <mmaug@yahoo.com>
17643         * progmodes/sql.el (sql-login-hook): Add hook to respond to the
17644         first prompt in `sql-interacive-mode'.
17645         (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
17646         keywords.
17647         (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
17648         (sql-product-interactive): Bug fix: Set `sql-buffer' in
17649         context of original buffer.  Invoke `sql-login-hook'.
17651 2012-01-04  Eli Zaretskii  <eliz@gnu.org>
17653         * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
17654         letters in cite-prefix.
17656 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17658         * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
17660 2012-01-03  Chong Yidong  <cyd@gnu.org>
17662         * shell.el (shell-dynamic-complete-functions):
17663         Put pcomplete-completions-at-point, so as to try
17664         comint-filename-completion first (Bug#10417).
17666 2012-01-02  Richard Stallman  <rms@gnu.org>
17668         * battery.el (battery-status-function):
17669         Detect when to use battery-yeeloong-sysfs.
17670         (battery-echo-area-format): Add string for Yeeloong.
17671         (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
17672         (battery-yeeloong-sysfs): New function.
17674 2012-01-02  Chong Yidong  <cyd@gnu.org>
17676         * dirtrack.el (dirtrack-list): Eliminate unused third element.
17677         (dirtrack): Merge code for handling relative filenames in prompt
17678         from shell-dir-cookie-watcher.
17679         (dirtrack-debug-message): New arg to avoid excess format calls.
17681         * shell.el (shell-dir-cookie-re): Variable deleted.
17682         (shell-dir-cookie-watcher): Function deleted.
17683         (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
17684         with dirtrack-mode.
17686 2012-01-01  Eli Zaretskii  <eliz@gnu.org>
17688         * term/w32-win.el (dynamic-library-alist) <gnutls>:
17689         Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
17690         libgnutls-26.dll.
17692 2011-12-31  Andreas Schwab  <schwab@linux-m68k.org>
17694         * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
17696 2011-12-31  Eli Zaretskii  <eliz@gnu.org>
17698         * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
17699         headers of non-MIME messages, when rmail-enable-mime is non-nil.
17701 2011-12-29  Michael Albinus  <michael.albinus@gmx.de>
17703         * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
17704         also for alternative shells.
17705         (tramp-open-connection-setup-interactive-shell): Check, whether
17706         the shell is a busybox.
17707         (tramp-send-command): Don't suppress multiple prompts for
17708         busyboxes, it hurts.
17710 2011-12-28  Chong Yidong  <cyd@gnu.org>
17712         * progmodes/gdb-mi.el (gdb-get-source-file-list)
17713         (gdb-get-source-file): Move mode line update to
17714         gdb-get-source-file (Bug#10087).
17716 2011-12-25  Chong Yidong  <cyd@gnu.org>
17718         * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
17719         gud-gdb-marker-filter without taking it as an argument.
17720         (gud-gdb-run-command-fetch-lines): Caller changed.
17721         (gud-gdb-completion-function): New variable.
17722         (gud-gdb-completion-at-point): Use it.
17723         (gud-gdb-completions-1): Split from gud-gdb-completions.
17725         * progmodes/gdb-mi.el (gdb-input): Accept command and handler
17726         function as separate arguments.
17727         (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
17728         (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
17729         (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
17730         (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
17731         (gdb-stopped, def-gdb-auto-update-trigger)
17732         (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
17733         (gdb-get-changed-registers, gdb-get-main-selected-frame):
17734         Callers changed.
17735         (gud-gdbmi-completions): New function.
17736         (gdb): Use it for generating the completion table.
17738 2011-12-24  Alan Mackenzie  <acm@muc.de>
17740         Introduce a mechanism to widen the region used in context font
17741         locking.  Use this to protect declarations from losing their contexts.
17743         * progmodes/cc-langs.el (c-before-font-lock-functions):
17744         Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
17745         (c-before-context-fontification-functions): New defvar, a list of
17746         functions to be run just before context (etc.) font locking.
17748         * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
17749         New, functionality extracted from
17750         c-neutralize-syntax-in-and-mark-CPP.
17751         (c-in-after-change-fontification): New variable.
17752         (c-after-change): Set c-in-after-change-fontification.
17753         (c-set-fl-decl-start): Rejig its interface, so it can be called
17754         from both after-change and context fontifying.
17755         (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
17756         New functions.
17757         (c-standard-font-lock-fontify-region-function): New variable.
17758         (c-font-lock-fontify-region): New function.
17760 2011-12-24  Juri Linkov  <juri@jurta.org>
17762         * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
17763         (Bug#10348)
17765 2011-12-23  Michael Albinus  <michael.albinus@gmx.de>
17767         * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
17768         existence of source file.  (Bug#10325)
17770 2011-12-23  Alan Mackenzie  <acm@muc.de>
17772         Fix unstable fontification inside templates.
17774         * progmodes/cc-langs.el (c-before-font-lock-functions):
17775         Newly created from the singular version.  The (c c++ objc) entry now
17776         additionally has c-set-fl-decl-start.  The other languages (apart
17777         from AWK) have that as a single entry.
17779         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
17780         The functionality for "local" declarations has been extracted to
17781         c-set-fl-decl-start.
17783         * progmodes/cc-mode.el (c-common-init, c-after-change):
17784         Changes due to pluralisation of c-before-font-lock-functions.
17785         (c-set-fl-decl-start): New function, extracted from
17786         c-font-lock-enclosing-decls and enhanced.
17788 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
17790         * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
17792 2011-12-22  Juri Linkov  <juri@jurta.org>
17794         * progmodes/grep.el (rgrep): Fix docstring.  (Bug#10185)
17796 2011-12-22  Chong Yidong  <cyd@gnu.org>
17798         * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
17800 2011-12-21  Drew Adams  <drew.adams@oracle.com>
17802         * files.el (file-remote-p): Fix docstring.  (Bug#10319)
17804 2011-12-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
17806         * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
17808 2011-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
17810         * progmodes/cfengine.el: Add Version.  Improve CFEngine 3.x syntax
17811         highlighting and support.  Fix up comments for capitalization.
17812         (cfengine-mode-debug): New var.
17813         (cfengine3-mode): Change the modeline indicator to "CFE3".
17814         (cfengine3-font-lock-keywords): Improve defun highlighting.
17815         (cfengine2-actions): Rename from `cfengine-actions'.
17816         (cfengine2-font-lock-keywords): Rename from
17817         `cfengine-font-lock-keywords'.
17818         (cfengine2-imenu-expression): Rename from
17819         `cfengine-imenu-expression'.
17820         (cfengine2-outline-level): Rename from `cfengine-outline-level'.
17821         (cfengine2-beginning-of-defun): Rename from
17822         `cfengine-beginning-of-defun'.
17823         (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
17824         (cfengine2-indent-line): Rename from `cfengine-indent-line'.
17825         (cfengine2-mode): Rename from `cfengine-mode'.  Change the
17826         modeline indicator to "CFE2".
17827         (cfengine-mode): Defalias to `cfengine-auto-mode'.
17828         (cfengine-mode-abbrevs): Mark obsolete.
17830 2011-12-21  Chong Yidong  <cyd@gnu.org>
17832         * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
17833         filename argument.
17835 2011-12-20  Martin Rudalics  <rudalics@gmx.at>
17837         * window.el (window-normalize-buffer-to-display): Remove.
17838         (display-buffer): Handle buffer-or-name argument as in Emacs 23.
17840 2011-12-19  Chong Yidong  <cyd@gnu.org>
17842         * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
17843         Don't signal an error in a predicate function; return non-nil.
17844         (vc-dir-mark-file): Move the error here.
17845         (vc-dir-mark-unmark): If acting on the region, keep going if one
17846         of the entries cannot be marked/unmarked.
17847         (vc-dir-mark-all-files): If current entry is a directory, mark
17848         only child files, as documented.
17850 2011-12-19  Vincent Belaïche  <vincentb1@users.sourceforge.net>
17852         * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
17853         branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
17854         addition.
17856 2011-12-18  Jan Djärv  <jan.h.d@swipnet.se>
17858         * term/ns-win.el (ns-get-selection-internal)
17859         (ns-store-selection-internal): Declare.
17860         (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
17861         Declare as obsolete.
17862         (ns-get-pasteboard, ns-paste-secondary):
17863         Use ns-get-selection-internal.
17864         (ns-set-pasteboard, ns-copy-including-secondary):
17865         Use ns-store-selection-internal.
17867 2011-12-17  Chong Yidong  <cyd@gnu.org>
17869         * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
17870         (vc-deduce-fileset): Doc fix.
17872 2011-12-16  Andreas Schwab  <schwab@linux-m68k.org>
17874         * calc/calc-misc.el (calc-help): Avoid wrapping help message.
17876 2011-12-13  Sam Steingold  <sds@gnu.org>
17878         * man.el (Man-getpage-in-background): When running under a
17879         window-system, ignore $MANWIDTH and $COLUMNS.
17881 2011-12-15  Kenichi Handa  <handa@m17n.org>
17883         * language/ethio-util.el: Change coding tag to utf-8-emacs.
17884         (setup-ethiopic-environment-internal): Comment out key-binding for
17885         ethio-toggle-punctuation.
17887 2011-12-13  Alan Mackenzie  <acm@muc.de>
17889         Add the switch statement to AWK Mode.
17891         * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
17892         "default" to the keywords regexp.
17894         * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
17895         expression as the rest.
17896         (c-nonlabel-token-key): Allow string literals for AWK.
17897         Refactor for the other modes.
17899         Large brace-block initialisation makes CC Mode slow: Fix.
17900         Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
17901         routines.  Limit backward searching in c-font-lock-enclosing.decl.
17903         * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
17904         pp-state and literal type in addition to the limits.
17905         (c-state-safe-place): New defun, extracted from c-state-literal-at.
17906         (c-state-literal-at): Use the above new defun.
17907         (c-slow-in-literal, c-fast-in-literal): Remove.
17908         (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
17910         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
17911         being in a literal.  Add a limit for backward searching.
17913         * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
17914         c-slow-in-literal.
17916 2011-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17918         * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
17920 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
17922         * window.el (delete-other-windows): Use correct frame in call to
17923         window-with-parameter.
17925 2011-12-12  Daniel Pfeiffer  <occitan@t-online.de>
17927         * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
17928         (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
17929         (makefile-gmake-statements, makefile-makepp-statements):
17930         Use it and add new makepp keywords.
17931         (makefile-makepp-font-lock-keywords): Add new patterns.
17932         (makefile-match-function-end): Match new [...] and [[...]].
17934 2011-12-11  Juanma Barranquero  <lekktu@gmail.com>
17936         * ses.el (ses-call-printer-return, ses-cell-property-get)
17937         (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
17938         (ses-create-cell-variable, ses-reset-header-string)
17939         (ses-cell-set-formula, ses-repair-cell-reference-all)
17940         (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
17941         (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
17942         (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
17943         (ses-aset-with-undo, ses-load, ses-truncate-cell)
17944         (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
17945         (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
17946         (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
17947         (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
17948         (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
17949         (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
17950         (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
17951         (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
17953 2011-12-11  Vincent Belaïche  <vincentb1@users.sourceforge.net>
17955         * ses.el: The overall change is to add cell renaming, that is
17956         setting fancy names for cell symbols other than name matching
17957         "\\`[A-Z]+[0-9]+\\'" regexp .
17958         (ses-create-cell-variable): New defun.
17959         (ses-relocate-formula): Relocate formulas only for cells the
17960         symbols of which are not renamed, i.e. symbols whose names do not
17961         match regexp "\\`[A-Z]+[0-9]+\\'".
17962         (ses-relocate-all): Relocate values only for cells the symbols of
17963         which are not renamed.
17964         (ses-load): Create cells variables as the (ses-cell ...) are read,
17965         in order to check row col consistency with cell symbol name only
17966         for cells that are not renamed.
17967         (ses-replace-name-in-formula): New defun.
17968         (ses-rename-cell): New defun.
17970 2011-12-11  Chong Yidong  <cyd@gnu.org>
17972         * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
17973         for completion via gud-gdb-fetch-lines-filter (Bug#10274).
17975 2011-12-11  Eric Hanchrow  <eric.hanchrow@gmail.com>
17977         * window.el (other-window): Fix docstring.
17979 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
17981         * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
17982         `from' or `to' address before taking its substring.
17983         Fixes incorrect display in Rmail summary buffer whereby an RFC2047
17984         encoded name is chopped in the middle of the encoded string, and
17985         thus displayed encoded.
17987 2011-12-10  Juanma Barranquero  <lekktu@gmail.com>
17989         * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
17991 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
17993         * textmodes/texnfo-upd.el: Update commentary.  Add a warning not
17994         to use texinfo-update-node and commands that call it if the
17995         Texinfo file uses @node lines without next/prev/up pointers.
17996         Correct outdated description about texinfo-master-menu.
17997         (texinfo-all-menus-update, texinfo-master-menu)
17998         (texinfo-update-node, texinfo-every-node-update)
17999         (texinfo-multiple-files-update): Doc fix.  Warn against updating
18000         all the @node lines.
18001         (texinfo-master-menu): Only call texinfo-update-node if the prefix
18002         argument is numeric.  Explain better in the doc string what the
18003         function really does.
18004         (texinfo-insert-master-menu-list): Improve the error message
18005         displayed if there's no menu in the Top node.
18006         (Bug#2975)  See also this thread:
18007         http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
18009 2011-12-09  Manuel Gómez  <mgrojo@gmail.com>  (tiny change)
18011         * speedbar.el (speedbar-supported-extension-expressions):
18012         Add .adb and .ads, commonly used for Ada source code (bug#10256).
18014 2011-12-09  Juanma Barranquero  <lekktu@gmail.com>
18016         * printing.el (pr-mode-alist):
18017         * simple.el (filter-buffer-substring-functions)
18018         (completion-list-insert-choice-function):
18019         * window.el (window-with-parameter, window-atom-root)
18020         (window-sides-slots, window-size-fixed, window-min-delta)
18021         (window-max-delta, window--resize-mini-window)
18022         (window--resize-child-windows-normal, window-tree)
18023         (delete-other-windows, quit-window, split-window)
18024         (display-buffer-record-window, special-display-buffer-names)
18025         (special-display-regexps, special-display-popup-frame)
18026         (same-window-p, split-window-sensibly)
18027         (display-buffer-overriding-action, display-buffer-alist)
18028         (display-buffer-base-action, display-buffer, switch-to-buffer)
18029         (switch-to-buffer-other-window, switch-to-buffer-other-frame)
18030         (fit-window-to-buffer, recenter-positions)
18031         (mouse-autoselect-window-state, mouse-autoselect-window-select):
18032         * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
18033         and remove unneeded backslashes in docstrings.
18035 2011-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18037         * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
18039         * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
18040         (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
18041         end in ".mk".
18042         (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
18043         when reading the makefile (bug#10116).
18045 2011-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18047         * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
18048         (bug#10116).
18050 2011-12-06  Glenn Morris  <rgm@gnu.org>
18052         * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
18054 2011-12-06  Chong Yidong  <cyd@gnu.org>
18056         * progmodes/cc-fonts.el (c-annotation-face): Use defface.
18058 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
18060         * textmodes/table.el (table-shorten-cell): Fix typo.
18062 2011-12-05  Christopher Genovese  <genovese.cr@gmail.com>  (tiny change)
18064         * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
18066 2011-12-05  Eli Zaretskii  <eliz@gnu.org>
18068         * descr-text.el (describe-char): Fix display of strong
18069         right-to-left characters and directional embeddings and overrides.
18071         * simple.el (what-cursor-position): Fix display of codepoints of
18072         strong right-to-left characters.
18074 2011-12-05  Chong Yidong  <cyd@gnu.org>
18076         * faces.el (read-color): Doc fix.
18078 2011-12-05  Glenn Morris  <rgm@gnu.org>
18080         * align.el (align--set-marker): Add doc-string.
18081         Don't try to move something that is not a marker.  (Bug#10216)
18083 2011-12-04  Glenn Morris  <rgm@gnu.org>
18085         * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
18086         overly zealous deletion of trailing whitespace.
18088 2011-12-04  Juanma Barranquero  <lekktu@gmail.com>
18090         * server.el (server-delete-client): On Windows, do not try to delete
18091         the only terminal.
18092         (server-process-filter): On Windows, treat requests for a tty frame as
18093         if they were for a GUI frame if the running server is in GUI mode.
18095 2011-12-03  Glenn Morris  <rgm@gnu.org>
18097         * textmodes/texinfmt.el (batch-texinfo-format): Doc fix.  (Bug#10207)
18099 2011-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18101         * electric.el: Streamline electric-indent's hook.
18102         (electric-indent-chars): Revert to simple list.
18103         (electric-indent-functions): New var.
18104         (electric-indent-post-self-insert-function): Use it.
18106         * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
18107         there's no inferior buffer (bug#10196).
18108         (prolog-consult-compile): Don't use toggle-read-only.
18110 2011-12-02  Michael Albinus  <michael.albinus@gmx.de>
18112         * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
18113         interrupt.  (Bug#10187)
18115 2011-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18117         * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
18118         (bug#9160).
18120         * dired-aux.el (dired-query): Don't assume help-char is modifier-free
18121         (bug#10191).
18123 2011-12-02  Juri Linkov  <juri@jurta.org>
18125         * info.el (Info-search): Display "end of manual" when Isearch
18126         reaches the end of single-file Info manual.  (Bug#9918)
18128 2011-12-02  Eli Zaretskii  <eliz@gnu.org>
18130         * isearch.el (isearch-message-prefix): Run the input method part
18131         of the prompt through bidi-string-mark-left-to-right.  (Bug#10183)
18133 2011-12-02  Juri Linkov  <juri@jurta.org>
18135         * isearch.el (isearch-occur): Use `word-search-regexp' for
18136         `isearch-word'.
18137         (isearch-search-and-update): Add condition for `isearch-word' and
18138         call `word-search-regexp'.  (Bug#10145)
18140 2011-12-01  Glenn Morris  <rgm@gnu.org>
18142         * eshell/em-hist.el (eshell-hist-initialize):
18143         Handle eshell-history-size nil and HISTSIZE set or unset.
18144         (eshell-history-file-name, eshell-history-size): Fix custom type.
18146 2011-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18148         * man.el (Man-completion-table): Fix the lambda case (bug#10168).
18150 2011-12-01  Michael McNamara  <mac@mail.brushroad.com>
18152         * progmodes/verilog-mode.el (verilog-pretty-expr):
18153         Rework verilog-pretty-expr to handle new assignment operators in system
18154         verilog, such as += *= and the like.
18155         (verilog-assignment-operator-re): Regular expression to find the
18156         assigment operator in a verilog assignment.
18157         (verilog-assignment-operation-re): Regular expression to find an
18158         assignment statement for pretty-expr.
18159         (verilog-in-attribute-p): Query returns true if point is in an
18160         attribute context; used to skip these for expression line up from
18161         pretty-expr.
18162         (verilog-in-parameter-p): Query returns true if point is in an
18163         parameter definition context; used to skip these for expression
18164         line up from pretty-expr.
18165         (verilog-in-parenthesis-p): Query returns true if point is in a
18166         parenthetical expression, specifically ( ) but not [ ] or { };
18167         used by pretty-expr.
18168         (verilog-just-one-space): If there is no space, don't add one.
18169         (verilog-get-lineup-indent-2): Specifically skip just attribute
18170         contexts for expression lineup, rather than skipping all
18171         parenthetical expressions.
18172         (verilog-calculate-indent): Fix comment, and fix indent.
18173         (verilog-do-indent): Indent declarations in lists (suggested by
18174         Joachim Lechner).
18175         (verilog-mode-abbrev-table): Populate abbrev mode with the various
18176         skeleton items.
18177         (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
18178         by Alain Mellan).
18180 2011-12-01  Wilson Snyder  <wsnyder@wsnyder.org>
18182         * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
18183         parameters with embedded comments.  Reported by Ray Stevens.
18184         (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
18185         verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
18186         Reported by Tim Holt.
18187         (verilog-auto): Fix AUTOing a upper module then AUTOing module
18188         instantiated by upper module causing wrong expansion until AUTOed a
18189         second time.  Reported by K C Buckenmaier.
18190         (verilog-diff-auto): Fix showing .* as a difference when
18191         `verilog-auto-star-save' off.  Reported by Dan Dever.
18192         (verilog-auto-reset, verilog-read-always-signals)
18193         (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
18194         temporary signals in reset list if
18195         verilog-auto-reset-blocking-in-non is nil, and match assignment
18196         style to each signal's assignment type, bug381.
18197         Reported by Thomas Esposito.
18198         (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
18199         (verilog-uvm-statement-re): Support UVM indentation and
18200         highlighting, with old OVM keywords only.
18201         (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
18202         Support AUTOTIEOFF creating non-wire data types.
18203         Suggested by Jonathan Greenlaw.
18204         (verilog-auto-insert-lisp, verilog-delete-to-paren)
18205         (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
18206         (verilog-inject-sense, verilog-read-inst-pins)
18207         (verilog-read-sub-decls, verilog-read-sub-decls-line):
18208         Fix mismatching parenthesis inside commented out code when deleting
18209         AUTOINST, bug383.  Reported by Jonathan Greenlaw.
18210         (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
18211         non-numeric vector width.  Reported by Alex Reed.
18212         (verilog-auto-ascii-enum): Add "onehot" option to work around not
18213         detecting signals with parameter widths.  Reported by Alex Reed.
18214         (verilog-auto-delete-trailing-whitespace):
18215         With `verilog-auto-delete-trailing-whitespace' remove trailing
18216         whitespace in auto expansion, bug371.  Reported by Brad Dobbie.
18217         (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
18218         Fix verilog-scan-cache corruption when running user AUTO expansion
18219         hooks that call indentation routines.
18220         (verilog-simplify-range-expression): Fix typo ignoring lower case
18221         identifiers.
18222         (verilog-delete-auto): Fix delete-autos to also remove user created
18223         automatics, as long as they start with AUTO.
18224         (verilog-batch-diff-auto, verilog-diff-auto)
18225         (verilog-diff-function): Add `verilog-diff-auto' and bind to
18226         "C-c?"  to report differences in AUTO expansion, ignoring spaces.
18227         (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
18228         (verilog-in-paren-quick, verilog-re-search-backward-quick)
18229         (verilog-re-search-forward-quick, verilog-syntax-ppss):
18230         Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
18231         is disabled and its cache will get corrupt, causing AUTOS not to
18232         expand.  Instead use only -quick functions.
18233         (verilog-scan-region): Fix scanning over escaped quotes.
18234         (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
18235         (verilog-re-search-backward-quick)
18236         (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
18237         related functions now ignore strings, to fix misparsing of strings
18238         with magic comments embedded in them.
18239         (verilog-read-auto-template):
18240         Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
18241         Reported by Brad Dobbie.
18242         (verilog-read-auto-template):
18243         Fix 'verilog-auto-inst-template-numbers' with comments.
18244         Reported by Brad Dobbie.
18245         (verilog-auto-inst, verilog-auto-inst-param)
18246         (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
18247         merge conflicts with AUTOINST, bug358.  Reported by Brad Dobbie.
18248         (verilog-auto-inst-template-numbers): Add 'lhs' policy for
18249         debugging templates without merge conflicts, bug357.
18250         Reported by Brad Dobbie.
18251         (verilog-read-auto-template):
18252         Fix verilog-auto-inst-template-numbers with multiple templates.
18253         Reported by Brad Dobbie.
18254         (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
18255         abbrevs so user won't be asked to save.
18256         (verilog-read-auto-lisp-present): Fix to start at beginning of
18257         buffer in case called outside of verilog-auto.
18258         (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
18259         to "X-2".  Reported by Matthew Myers.
18260         (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
18261         all inputs from module templates.  Reported by Leith Johnson.
18262         (verilog-module-inside-filename-p): Fix locating programs as with
18263         modules.
18264         (verilog-auto-inst-port): Fix vl-width expressions when using
18265         verilog-auto-inst-param-value, bug331.  Reported by Julian Gorfajn.
18266         (verilog-decls-get-regs, verilog-decls-get-signals,
18267         verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
18268         verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
18269         verilog-read-decls): Combine reg and wire structures into one var
18270         structure to represent SystemVerilog concepts.
18271         (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
18272         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
18273         (verilog-auto-wire-type, verilog-insert-definition):
18274         Add verilog-auto-wire-type and AUTOLOGIC to support using
18275         SystemVerilog "logic" keyword instead of "wire"/"reg".
18276         (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
18277         to declares outputs that also have assignments (presumably in an
18278         ifdef or generate if so there's not a driver conflict).
18279         Reported by Matthew Myers.
18280         (verilog-auto-declare-nettype, verilog-insert-definition):
18281         Add verilog-auto-declare-nettype to fix declarations using
18282         `default_nettype none.  Reported by Julian Gorfajn.
18283         (verilog-read-always-signals-recurse, verilog-read-decls)
18284         (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
18285         malformed end statement, bug325.  Reported by Joshua Wise and
18286         Andrew Drake.
18287         (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
18288         (verilog-inst-comment-re): Fix not deleting Interfaced comment
18289         when expanding .* in interfaces, bug320.
18290         Reported by Pierre-David Pfister.
18291         (verilog-read-module-name): Fix import statements between module
18292         name and open parenthesis, bug317.
18293         Reported by Pierre-David Pfister.
18294         (verilog-simplify-range-expression): Fix simplification of
18295         multiplications inside AUTOWIRE connections, bug303.
18296         (verilog-auto-inst-port): Support parameter expansion in
18297         multidimensional arrays.
18298         (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
18299         after "assert property".  Reported by Julian Gorfajn.
18300         (verilog-simplify-range-expression): Fix "couldn't merge" errors
18301         with multiplication, bug303.
18302         (verilog-read-decls): Fix parsing of unsigned data types, bug302.
18303         Reported by Jan Frode Lonnum.
18305 2011-11-30  Juanma Barranquero  <lekktu@gmail.com>
18307         * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
18308         (hfy-shell-file-name, hfy-shell):
18309         * international/fontset.el (x-decompose-font-name): Fix typos.
18311 2011-11-29  Ken Brown  <kbrown@cornell.edu>
18313         * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
18314         (gdb-version): Remove defvar.
18315         (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
18316         (gdb-gud-context-command, gdb-non-stop-handler)
18317         (gdb-current-context-command, gdb-stopped): Use it.
18318         (gdb-init-1): Enable pretty printing here.
18319         (gdb-non-stop-handler): Don't enable pretty-printing here.
18320         Check to see if the target supports non-stop mode; if not, turn off
18321         non-stop mode.  Use the following.
18322         (gdb-check-target-async): New defun.
18323         (gud-watch, gdb-stopped): Fix whitespace.
18324         (gdb-get-source-file): Don't try to display the source file if
18325         `gdb-main-file' is nil.
18327 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18329         * align.el: Try to generate fewer markers (bug#10047).
18330         (align--set-marker): New macro.
18331         (align-region): Use it.
18333 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18335         * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
18337 2011-11-29  Chong Yidong  <cyd@gnu.org>
18339         * indent.el (indent-for-tab-command, indent-according-to-mode):
18340         Doc fix.
18341         (indent-region): Doc fix.  Switch nested ifs to equivalent cond.
18343 2011-11-29  Michael Albinus  <michael.albinus@gmx.de>
18345         * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
18346         aware of remote file names.  (Bug#10124)
18348 2011-11-29  Chong Yidong  <cyd@gnu.org>
18350         * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
18352 2011-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18354         * files.el (find-file): Don't use force-same-window (bug#10144).
18355         * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
18356         use pop-to-buffer if the selected window can't be used.
18357         (pop-to-buffer-same-window): Use display-buffer--same-window-action.
18359 2011-11-28  Eli Zaretskii  <eliz@gnu.org>
18361         * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
18362         special-mode-map.
18364 2011-11-28  Chong Yidong  <cyd@gnu.org>
18366         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
18368 2011-11-27  Nick Roberts  <nickrob@snap.net.nz>
18370         * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
18371           gdb-get-source-file-list on gdb-create-source-file-list.
18373 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
18375         * whitespace.el (whitespace-newline): Use a different foreground
18376         color for 16-color light-background displays.
18378 2011-11-24  Chong Yidong  <cyd@gnu.org>
18380         * window.el (display-buffer--special-action): Doc fix.
18382 2011-11-25  Juanma Barranquero  <lekktu@gmail.com>
18384         * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
18385         (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
18386         (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
18387         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
18388         (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
18389         (avl-tree-stack-first):
18390         * emacs-lisp/cconv.el (cconv--analyse-use):
18391         * net/gnutls.el (gnutls-negotiate): Fix typos.
18393 2011-11-24  Glenn Morris  <rgm@gnu.org>
18395         * lpr.el (lpr-windows-system, lpr-lp-system):
18396         * mail/binhex.el (binhex-begin-line):
18397         * progmodes/grep.el (grep-history, grep-find-history):
18398         * textmodes/flyspell.el:
18399         * vc/pcvs-defs.el (cvs-global-menu):
18400         * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
18401         * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
18402         * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
18404         * net/tls.el: Fix case of "GnuTLS".
18406         * paths.el (rmail-file-name): Format doc-string for make-docfile.
18408         * version.el (emacs-build-system): Give it a doc-string.
18410 2011-11-24  Juri Linkov  <juri@jurta.org>
18412         * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
18414 2011-11-24  Glenn Morris  <rgm@gnu.org>
18416         * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
18417         if called on a non-mime message just toggle the headers.  (Bug#8006)
18419 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
18421         * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
18422         (allout-lead-with-comment-string, allout-structure-deleted-hook)
18423         (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
18424         (allout-rebullet-heading, allout-open-sibtopic)
18425         (allout-toggle-current-subtree-encryption)
18426         (allout-toggle-subtree-encryption, allout-encrypt-string)
18427         (allout-next-topic-pending-encryption, allout-adjust-file-variable)
18428         (allout-distinctive-bullets-string, allout-auto-activation):
18429         * window.el (window-normalize-buffer-to-display):
18430         * progmodes/verilog-mode.el (verilog-batch-indent):
18431         * textmodes/bibtex.el (bibtex-field-braces-opt)
18432         (bibtex-field-strings-opt):
18433         * vc/cvs-status.el (cvs-tree-merge):
18434         Fix typos.
18436 2011-11-23  Michael Albinus  <michael.albinus@gmx.de>
18438         * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
18439         `non-essential' to t, in order to avoid remote connections.
18441 2011-11-23  Eli Zaretskii  <eliz@gnu.org>
18443         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
18444         On MS-DOS and MS-Windows, compare with loaddefs.el
18445         case-insensitively.
18447 2011-11-23  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
18449         * mail/unrmail.el (unrmail): Always add blank line.  (Bug#7743)
18451 2011-11-23  Glenn Morris  <rgm@gnu.org>
18453         * paths.el (rmail-file-name): Reformat the doc-string so that it
18454         is picked up.
18456         * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
18457         (rmail-auto-file): Ignore case in the "special" field names,
18458         as mail-fetch-field does for all others.
18460         * mail/rmail.el (rmail-forward):
18461         * mail/rmailkwd.el (rmail-set-label):
18462         * mail/rmailout.el (rmail-output, rmail-output-as-seen)
18463         (rmail-output-body-to-file): Give error if no message.  (Bug#10082)
18465         * mail/rmail.el (rmail-current-message): Doc fix.
18467         * mail/rmail.el (rmail-message-filter): Mark as obsolete.  (Bug#2624)
18469 2011-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18471         * server.el (server-eval-and-print): Allow C-g (bug#6585).
18473 2011-11-22  Glenn Morris  <rgm@gnu.org>
18475         * mail/rmailmm.el (test-rmail-mime-handler)
18476         (test-rmail-mime-bulk-handler)
18477         (test-rmail-mime-multipart-handler): Move tests to test/ directory.
18479 2011-11-21  Juri Linkov  <juri@jurta.org>
18481         * calc/calc.el (calc-read-key-sequence):
18482         Let-bind `input-method-function' to nil.  (Bug#10018)
18484 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18486         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
18487         Tell the caller that the next line needs recomputation, even
18488         though it doesn't start a sexp (bug#10094).
18490 2011-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18492         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
18494 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18496         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
18497         Use force-same-window.
18499 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
18501         * descr-text.el (describe-char-unicode-data):
18502         * json.el (json-string-escape):
18503         * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
18504         (Footnote-unicode, Footnote-style-p):
18505         * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
18507 2011-11-20  Chong Yidong  <cyd@gnu.org>
18509         * window.el (replace-buffer-in-windows): Restore interactive spec.
18511 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18513         * electric.el (electric-indent-mode): Fix last change (too optimistic).
18515         * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
18516         (byte-compile-global-not-obsolete-vars): New var.
18517         (byte-compile-check-variable, byte-compile-make-obsolete-variable):
18518         Use it.
18519         (byte-compile-warn-obsolete): Align text with the one in *Help*.
18521 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
18523         * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
18524         * progmodes/pascal.el (electric-pascal-equal):
18525         * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
18526         * xml.el (xml-substitute-special): Fix typos.
18528 2011-11-20  Glenn Morris  <rgm@gnu.org>
18530         * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
18531         (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
18532         Doc fixes.
18533         (rmail-decode-mime-charset): Mark as obsolete.
18535         * mail/rmailsum.el (rmail-message-regexp-p-1):
18536         * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
18537         Before using mime functions, check they are set.  (Bug#10077)
18539 2011-11-19  Juri Linkov  <juri@jurta.org>
18541         * info.el (Info-finder-find-node): Use `package--builtins' instead
18542         of `package-alist'.  Use node names formed by the pattern "Keyword "
18543         and the keyword name.
18545 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
18547         * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
18549 2011-11-19  Juri Linkov  <juri@jurta.org>
18551         * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
18552         that calls `revert-buffer' on all Info buffers.  (Bug#9915)
18553         (Info-revert-find-node): Remove let-bindings `old-buffer-name',
18554         `old-history', `old-history-forward'.  Add let-binding
18555         `window-selected'.  Remove calls to `kill-buffer',
18556         `switch-to-buffer' and `Info-mode'.  Set `Info-current-file' to nil
18557         before calling `Info-find-node', so `Info-find-node-2' will reread
18558         the Info file.  Restore window positions only when `window-selected'
18559         is non-nil.
18561 2011-11-19  Juri Linkov  <juri@jurta.org>
18563         * isearch.el (isearch-lazy-highlight-new-loop):
18564         Remove condition `(not isearch-error)'.  (Bug#9918)
18566         * misearch.el (multi-isearch-search-fun): Add condition
18567         `(not bound)' to ignore lazy-highlighting search.
18568         Add the search-failed message "end of multi" when the end of
18569         multi-sequence is reached.  Uncapitalize the search-failed
18570         message "Repeat for next buffer".
18572         * info.el (Info-search): Add the search-failed message
18573         "end of the manual" when the end of the manual is reached
18574         in Isearch mode.
18576 2011-11-19  Juri Linkov  <juri@jurta.org>
18578         * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
18579         Use non-destructive `remove' instead of `delete' because
18580         `Info-history-list' stored to `Info-isearch-initial-history-list' in
18581         `Info-isearch-start' might need to be restored in `Info-isearch-end'.
18583 2011-11-19  Juri Linkov  <juri@jurta.org>
18585         * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
18586         to nil instead of binding `search-ring' and `regexp-search-ring'.
18587         (Bug#9185)
18589 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
18591         * simple.el (line-move): Force movement by logical lines for any
18592         hscrolled window, not only when auto-hscroll-mode is on.
18593         (line-move-visual): Update doc string to that effect.  (Bug#10076)
18595 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
18597         * language/european.el (macintosh): Define as alias for mac-roman.
18599 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
18601         * mail/rmailmm.el (rmail-mime-display-header)
18602         (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
18603         (rmail-mime-entity-segment, rmail-mime-toggle-raw)
18604         (rmail-mime-toggle-hidden, rmail-mime-insert-text)
18605         (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
18606         (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
18607         of a raw aref.
18608         (rmail-mime-entity-segment): To get past the tagline, move forward
18609         2 more lines, to account for the 2 empty lines that precede and
18610         follow the line with the buttons.
18611         (rmail-mime-update-tagline): Move one more line, to get past the
18612         empty line that follows the buttons in the tagline.  (Bug#9520)
18614 2011-11-19  Martin Rudalics  <rudalics@gmx.at>
18616         * window.el (window-max-delta-1, window-min-delta-1)
18617         (window-min-size-1, window-state-get-1, window-state-put-1)
18618         (window-state-put-2): Use "window--" prefix.
18620 2011-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18622         * emacs-lisp/smie.el: Improve warnings and conflict detection.
18623         (smie-warning-count): New var.
18624         (smie-set-prec2tab): Use it.
18625         (smie-bnf->prec2): Improve warnings.  Add docstring.
18626         (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
18627         (smie-bnf--set-class): New function.
18628         (smie-bnf--classify): Rename from smie-bnf-classify.  Rewrite to fix
18629         corner case.
18631         * progmodes/compile.el: Obey compilation-first-column in dest buffer.
18632         (compilation-error-properties, compilation-move-to-column):
18633         Handle compilation-first-column while in the target buffer.
18635         * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
18636         Don't hardcode point-min==1.
18638         * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
18639         (eshell-rewrite-for-command): Remove workaround.
18640         (eshell-do-pipelines, eshell-do-pipelines-synchronously)
18641         (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
18642         * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
18644         * files-x.el (modify-file-local-variable): Obey commenting conventions.
18646 2011-11-17  Glenn Morris  <rgm@gnu.org>
18648         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
18649         Ignore buffer-local generated-autoload-file if it is the same
18650         as the global value.  (Bug#10049)
18652 2011-11-17  Juanma Barranquero  <lekktu@gmail.com>
18654         * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
18655         (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
18656         (reftex-toc-previous-heading, reftex-toc-max-level)
18657         (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
18658         (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
18659         (reftex-toc-do-promote, reftex-toc-promote-prepare)
18660         (reftex-toc-promote-action, reftex-toc-extract-section-number)
18661         (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
18662         (reftex-toc-rename-label, reftex-toc-visit-location)
18663         (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
18664         (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
18665         (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
18666         leaving "*toc*" only for references to the buffer.
18668 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
18670         * window.el (window-resize, delete-window, split-window):
18671         Replace window-splits by window-combination-resize.
18672         * cus-start.el (window-splits): Replace by window-combination-resize.
18674 2011-11-17  Glenn Morris  <rgm@gnu.org>
18676         * progmodes/sh-script.el (sh-font-lock-keywords-var):
18677         Make bash entry derive from sh entry, not shell entry.
18679 2011-11-16  Michael Albinus  <michael.albinus@gmx.de>
18681         * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
18682         local file name.
18684 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
18686         * menu-bar.el (menu-bar-file-menu):
18687         * printing.el (pr-ps-utility):
18688         * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
18689         (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
18690         (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
18691         (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
18692         (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
18693         (icalendar--convert-cyclic-to-ical)
18694         (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
18695         (icalendar--convert-ical-to-diary)
18696         (icalendar--convert-recurring-to-diary)
18697         (icalendar--convert-non-recurring-all-day-to-diary)
18698         (icalendar-import-format-sample):
18699         * progmodes/idlw-shell.el (idlwave-shell-mode):
18700         * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
18701         (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
18702         (vhdl-ps-print-init): Fix typos.
18704 2011-11-16  Ken Manheimer  <ken.manheimer@gmail.com>
18706         * allout.el, allout-widgets.el (file metadata): Attribute copyright to
18707         FSF and collapse date sequence, obscure author/maintainer email address
18708         better, remove extra version line, track relocation of author's webpage.
18710         * progmodes/python.el (python-pdbtrack-input-prompt)
18711         (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
18712         regular python pdb prompts.  Adjustments shamelessly taken exactly as
18713         suggested in EmacsWiki page (tiny change):
18714         http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
18716 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
18718         * expand.el (expand-pos, expand-index, expand-point):
18719         Remove redundant info from docstring.
18720         (expand-add-abbrevs): Doc fix.
18721         (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
18722         (expand-sample-perl-mode-expand-list): Fix typos.
18724         * net/dbus.el (dbus-event-member-name):
18725         * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
18726         * term/pc-win.el (msdos-create-frame-with-faces):
18727         * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
18729 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
18731         * window.el (split-window, window-state-get-1)
18732         (window-state-put-1, window-state-put-2): Rename occurrences of
18733         window-nest to window-combination-limit.
18734         * cus-start.el (window-nest): Rename to window-combination-limit.
18736 2011-11-16  Chong Yidong  <cyd@gnu.org>
18738         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
18739         regexp (Bug#10033).
18741 2011-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18743         * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
18744         `completing-read' will remove *Completions* and will preserve
18745         current-buffer for us.
18746         (tmm-add-prompt): Users of *Completions* will always (re)set its
18747         major mode.
18748         (tmm-old-comp-map): Remove.
18750 2011-11-16  Glenn Morris  <rgm@gnu.org>
18752         * mail/rmailedit.el: Require rmailmm when compiling.
18753         (rmail-old-mime-state): New declaration.
18754         (rmail-edit-current-message): If editing a mime message,
18755         edit the "raw" message from the mbox buffer.
18756         (rmail-cease-edit): Handle mime messages.  (Bug#9840)
18758 2011-11-15  Glenn Morris  <rgm@gnu.org>
18760         * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
18761         which wasn't being used.  Add optional arg to force given state.
18762         (rmail-mime): Add optional arg to force given state.
18764 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
18766         * allout.el (allout-encryption-plaintext-sanitization-regexps):
18767         * frame.el (display-mm-dimensions-alist):
18768         * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
18769         (outline-move-subtree-down):
18770         * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
18771         (newsticker--treeview-do-get-node):
18772         * net/quickurl.el (quickurl-list-buffer-name):
18773         * progmodes/dcl-mode.el (dcl-mode):
18774         * progmodes/gdb-mi.el (gdb-mapcar*):
18775         * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
18777 2011-11-15  Glenn Morris  <rgm@gnu.org>
18779         * mail/rmail.el (rmail-file-coding-system): It's only ever used
18780         in a boolean sense, so just make it a boolean, and fix the doc.
18781         (rmail-show-mime-function, rmail-mime-feature)
18782         (rmail-require-mime-maybe): Doc fixes.
18783         (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
18785         * mail/rmailmm.el (rmail-show-mime): Doc fix.
18787 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
18789         * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
18790         (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
18791         (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
18792         (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
18794 2011-11-15  Glenn Morris  <rgm@gnu.org>
18796         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
18797         (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
18798         (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
18799         (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
18800         (rmail-mime, rmail-show-mime): Doc fixes.
18802         * term/ns-win.el (mode-line-frame-identification):
18803         Leave it alone.  (Bug#10051)
18805         * simple.el (mark-whole-buffer): Doc fix.  (Bug#10023)
18807         * mail/rmailout.el (rmail-output-to-rmail-buffer):
18808         Handle empty buffers.  (Bug#9978)
18810 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
18812         * international/mule.el (define-charset):
18813         * mail/rmailmm.el (rmail-mime-find-header-encoding):
18814         * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
18815         * progmodes/verilog-mode.el (verilog-backward-token):
18816         * textmodes/ispell.el (lookup-words):
18817         * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
18819 2011-11-14  Glenn Morris  <rgm@gnu.org>
18821         * progmodes/executable.el
18822         (executable-make-buffer-file-executable-if-script-p):
18823         Handle file-modes returning nil.
18825         * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
18826         message - not necessary, and causes problems.  (Bug#9831)
18828         * mail/rmailsum.el (rmail-new-summary): Preserve message number.
18830         * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
18832         * mail/rmailsum.el (rmail-summary, rmail-new-summary)
18833         (rmail-new-summary-1): Allow empty summaries.  (Bug#9964)
18834         (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
18836 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
18838         * window.el (window-resize, delete-window): Use window-splits
18839         variable instead of function.
18840         (window-state-get-1, window-state-put-2, window-state-put):
18841         Don't deal with windows' splits status.
18843 2011-11-12  Glenn Morris  <rgm@gnu.org>
18845         * apropos.el (apropos-do-all, apropos-library, apropos-value)
18846         (apropos-documentation): Doc fixes.
18848 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
18850         * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
18851         * textmodes/sgml-mode.el (html-tag-help): Fix typos.
18853 2011-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18855         * electric.el (electric-indent-post-self-insert-function): Make it
18856         possible for a char to only indent in some circumstances.
18857         (electric-indent-mode): Simplify.
18859 2011-11-11  Martin Rudalics  <rudalics@gmx.at>
18861         * window.el (windows-with-parameter): Remove unused function.
18862         (windows-at-side): Rename to window-at-side-list.
18863         (window-check, window-atom-check, window-atom-check-1)
18864         (window-side-check, window-size-ignore, window-size-fixed-1)
18865         (window-in-direction-2): Prefix with "window--".
18866         (window-tree-1): Rename to window--subtree, fix doc-string.
18868 2011-11-11  Glenn Morris  <rgm@gnu.org>
18870         * subr.el (eval-after-load): If FILE is already loaded,
18871         evaluate FORM before it gets wrapped in more stuff.  (Bug#10009)
18873 2011-11-10  Glenn Morris  <rgm@gnu.org>
18875         * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
18876         Call svn via vc-svn-command rather than vc-do-command.
18877         (vc-svn-command): Add --non-interactive.  (Bug#9993)
18878         (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
18880         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18881         Add toggle-read-only.  (Bug#7292)
18882         * files.el (toggle-read-only): Mention that it should only
18883         be used interactively.  (Bug#10006)
18885 2011-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
18887         * progmodes/compile.el (compilation-error-regexp-alist-alist):
18888         Adjust regexp for OCaml warnings.
18890         * electric.el (electric-pair-post-self-insert-function): Let user
18891         turn it off buffer-locally (bug#9932).
18893         * progmodes/python.el (python-beginning-of-statement):
18894         Rewrite (bug#2703).
18896         * progmodes/compile.el: Better handle TABs (bug#9749).
18897         (compilation-internal-error-properties)
18898         (compilation-next-error-function): Obey the target buffer's
18899         compilation-error-screen-columns.
18901 2011-11-09  Juanma Barranquero  <lekktu@gmail.com>
18903         * progmodes/meta-mode.el: Remove obsolete comments.
18904         (meta-right-comment-regexp, meta-ignore-comment-regexp):
18905         Fix typos in docstrings.
18907 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
18909         * window.el (window-size-fixed-p): Rewrite doc-string.
18910         (window-resizable-p): Rename to window--resizable-p.  Update callers.
18911         (window--resizable): New function.  Make all callers of
18912         window-resizable call window--resizable instead.
18913         (window-resizable): Rewrite in terms of window--resizable.
18915 2011-11-08  Glenn Morris  <rgm@gnu.org>
18917         * progmodes/delphi.el (delphi-mode-syntax-table):
18918         Let define-derived-mode define a proper syntax table.  (Bug#9994)
18920 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18922         * window.el: Stay away from defsubst.
18923         (window-list-no-nils): Remove.
18924         (window-state-get-1, window-state-get): Use backquote instead.
18926 2011-11-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
18928         * emacs-lisp/find-func.el (find-function-read):
18929         Fix incorrect use of default argument in `completing-read'.
18931 2011-11-08  Martin Rudalics  <rudalics@gmx.at>
18933         * window.el (display-buffer-function, special-display-function):
18934         Mention display-buffer-record-window but do not mention
18935         help-setup parameter in doc-strings.
18936         (window-min-delta): Fix doc-string typo.
18938 2011-11-08  Chong Yidong  <cyd@gnu.org>
18940         * window.el (window-total-height, window-total-width): Doc fix.
18941         (window-body-size): Move from C.
18942         (window-body-height, window-body-width): Move to C.
18944 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18946         * window.el: Make special-display like display-buffer-alist (bug#9532).
18947         (display-buffer--special-action): New function, morphed
18948         from display-buffer--special.
18949         (display-buffer): Use it to handle special-display-buffers at higher
18950         priority (just after display-buffer-alist).
18951         (display-buffer-fallback-action, display-buffer--other-frame-action)
18952         (pop-to-buffer-same-window): Remove display-buffer--special.
18954 2011-11-07  Glenn Morris  <rgm@gnu.org>
18956         * calendar/cal-menu.el (cal-menu-set-date-title):
18957         Do nothing if not in a calendar.  (Bug#9976)
18959 2011-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18961         * files.el (find-file): Always use selected-window.
18963 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
18965         * window.el (window-combinations): Make WINDOW argument
18966         mandatory.  Rewrite doc-string.
18967         (walk-window-subtree, window-atom-check, window-min-delta)
18968         (window-max-delta, window--resize-this-window)
18969         (window--resize-root-window-vertically, window-tree)
18970         (balance-windows, window-state-put): Rewrite doc-strings as to
18971         not mention the term "subwindow".
18972         (window--resize-subwindows-skip-p): Rename to
18973         window--resize-child-windows-skip-p.
18974         (window--resize-subwindows-normal): Rename to
18975         window--resize-child-windows-normal.
18976         (window--resize-subwindows): Rename to
18977         window--resize-child-windows.
18978         (window-or-subwindow-p): Rename to window--in-subtree-p.
18980 2011-11-07  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
18982         * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
18983         Ensure that mbox format messages end in two newlines (Bug#9974).
18985 2011-11-06  Chong Yidong  <cyd@gnu.org>
18987         * window.el (window-combination-p): Function deleted; its
18988         side-effect is not used in any existing code.
18989         (window-combinations, window-combined-p): Call window-*-child
18990         directly.
18992 2011-11-05  Chong Yidong  <cyd@gnu.org>
18994         * window.el (window-valid-p): Rename from window-any-p.
18995         (window-size-ignore, window-state-get): Callers changed.
18996         (window-normalize-window): Rename from window-normalize-any-window.
18997         New arg LIVE-ONLY, replacing window-normalize-live-window.
18998         (window-normalize-live-window): Delete.
18999         (window-combination-p, window-combined-p, window-combinations)
19000         (walk-window-subtree, window-atom-root, window-min-size)
19001         (window-sizable, window-sizable-p, window-size-fixed-p)
19002         (window-min-delta, window-max-delta, window-resizable)
19003         (window-resizable-p, window-full-height-p, window-full-width-p)
19004         (window-current-scroll-bars, window-point-1, set-window-point-1)
19005         (window-at-side-p, window-in-direction, window-resize)
19006         (adjust-window-trailing-edge, maximize-window, minimize-window)
19007         (window-deletable-p, delete-window, delete-other-windows)
19008         (record-window-buffer, unrecord-window-buffer)
19009         (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
19010         (quit-window, split-window, window-state-put)
19011         (set-window-text-height, fit-window-to-buffer)
19012         (shrink-window-if-larger-than-buffer): Callers changed.
19014 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
19016         * mail/rmail.el (rmail-simplified-subject): Decode subject with
19017         rfc2047-decode-string.
19018         (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
19019         warnings.
19021         * window.el (window-body-height, window-body-width): Mention in
19022         the doc string that the return values are in frame's canonical
19023         units.  (Bug#9949)
19025 2011-11-03  Alan Mackenzie  <acm@muc.de>
19027         * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
19028         change in cc-engine.el.
19030 2011-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19032         * window.el (switch-to-buffer): Use `force-same-window' interactively.
19034 2011-11-02  Martin Rudalics  <rudalics@gmx.at>
19036         * window.el (quit-window): Call unrecord-window-buffer after
19037         showing another buffer in the window.  (Bug#9937)
19038         (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
19040 2011-11-02  Juanma Barranquero  <lekktu@gmail.com>
19042         * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
19043         Accept status with more than 9 shelves.  (Bug#9935)
19044         Reported by Colin D Bennett <colin@gibibit.com>.
19046 2011-11-01  Martin Rudalics  <rudalics@gmx.at>
19048         * help.el (with-help-window): Don't reference
19049         temp-buffer-show-specifiers in doc-string.
19051 2011-10-31  Andreas Schwab  <schwab@linux-m68k.org>
19053         * subr.el (keymap--menu-item-with-binding): Ignore item if not a
19054         menu-item.
19056 2011-10-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19058         * whitespace.el: New version 13.2.2.
19059         (whitespace-newline-mode): Disable properly.  Reported by Sarah
19060         <EmacsWiki>.
19062 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
19064         * net/newst-treeview.el: Remove "Time-stamp".
19065         (newsticker--group-manage-orphan-feeds): Do not call
19066         newsticker--treeview-tree-update.
19067         (newsticker-treeview-update, newsticker-treeview):
19068         Call newsticker--treeview-tree-update if necessary.
19070 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
19072         * window.el (window-iso-combination-p, window-iso-combined-p)
19073         (window-iso-combinations): Remove "iso-" infix.
19074         Suggested by Chong Yidong.
19075         (window-min-size-1, window-size-fixed-1, window-min-delta-1)
19076         (window-max-delta-1, window-resize, window--resize-siblings)
19077         (window--resize-this-window, adjust-window-trailing-edge)
19078         (split-window, balance-windows-1)
19079         (shrink-window-if-larger-than-buffer):
19080         * calendar/calendar.el (calendar-generate-window):
19081         * help.el (resize-temp-buffer-window): Adjust callers accordingly.
19083 2011-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19085         * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
19086         in place (bug#9907).
19087         (eshell-subcommand-arg-values, eshell-rewrite-named-command)
19088         (eshell-rewrite-if-command, eshell-rewrite-for-command)
19089         (eshell-structure-basic-command, eshell-rewrite-while-command)
19090         (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
19091         (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
19092         (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
19093         (eshell-do-pipelines-synchronously, eshell-eval-command):
19094         Use backquotes and prefer setq to set.
19095         (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
19096         (eshell-macrop): Use functionp.
19097         (eshell-do-eval): Handle multiple expressions in `while' body.
19099 2011-10-30  Chong Yidong  <cyd@gnu.org>
19101         * emulation/viper-cmd.el (viper-exec-change): Use push-mark
19102         instead of set-mark (Bug#9810).
19104 2011-10-30  Chong Yidong  <cyd@gnu.org>
19106         * window.el (split-window-below, split-window-right): Rename from
19107         split-window-above-each-other and split-window-side-by-side
19108         respectively.  All callers changed.
19109         (split-window-sensibly, split-window-sensibly): Use them.
19110         (split-window-keep-point): Doc fix.
19112         * isearch.el: Add isearch-scroll property to split-window-below
19113         and split-window-right.
19115         * follow.el (follow-mode):
19116         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
19117         * progmodes/ada-xref.el (ada-gdb-application):
19118         * emulation/vip.el (vip-buffer-in-two-windows):
19119         * image-dired.el (image-dired-dired-with-window-configuration):
19120         * dired-x.el (dired-do-find-marked-files):
19121         * dired.el (dired-pop-to-buffer):
19122         * bs.el (bs--show-with-configuration):
19123         * vc/emerge.el (emerge-setup-windows):
19124         * textmodes/two-column.el (2C-two-columns):
19125         * textmodes/reftex-toc.el (reftex-toc):
19126         * progmodes/gdb-mi.el (gdb-setup-windows):
19127         * progmodes/fortran.el (fortran-window-create):
19128         * net/newst-treeview.el (newsticker--treeview-window-init):
19129         * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
19130         * emulation/tpu-edt.el (tpu-gold-map):
19131         * emulation/crisp.el (crisp-mode-map):
19132         * calendar/calendar.el (calendar-basic-setup): Callers changed.
19134 2011-10-29  Chong Yidong  <cyd@gnu.org>
19136         * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
19138         * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
19140         * textmodes/flyspell.el (flyspell-word): Fix char offset for
19141         forged Ispell output (Bug#7904).
19143         * emacs-lisp/package.el (package-refresh-contents): Add autoload.
19145 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19147         * doc-view.el: Avoid ugly errors about not finding nil.
19148         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
19149         (doc-view-dvipdf-program, doc-view-unoconv-program)
19150         (doc-view-ps2pdf-program, doc-view-pdftotext-program):
19151         Avoid nil or absolute file name as default value.
19152         (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
19154 2011-10-28  Alan Mackenzie  <acm@muc.de>
19156         * progmodes/cc-defs.el (c-version): -> 5.32.2.
19158 2011-10-28  Alan Mackenzie  <acm@muc.de>
19160         Amend the handling of c-beginning/end-of-defun in nested declaration
19161         scopes.
19163         * progmodes/cc-vars.el (c-defun-tactic): Move here from
19164         cc-langs.el.  Change it to a defcustom.
19166         * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
19167         cc-vars.el.
19169         * progmodes/cc-engine.el (c-beginning-of-statement-1):
19170         Prevent "class foo : bar" being spuriously recognized as a label.
19172         * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
19173         Add parameter `inclusive' (to include enclosing braces in the region).
19174         (c-widen-to-enclosing-decl-scope): New function.
19175         (c-while-widening-to-decl-block): New macro.
19176         (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
19177         outward for defun boundaries, and correspondingly change symbol
19178         `respect-enclosure' to `go-outward'.
19179         (c-declaration-limits): Change algorithm to report only the "innermost"
19180         defun's boundaries.
19182 2011-10-28  Deniz Dogan  <deniz@dogan.se>
19184         * net/rcirc.el (rcirc-mode): Use hard newlines.
19186 2011-10-28  Alan Mackenzie  <acm@muc.de>
19188         Amend to indent and fontify macros "which include their own semicolon"
19189         correctly, using the "virtual semicolon" mechanism.
19191         * progmodes/cc-defs.el: Update "virtual semicolon" comments.
19193         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
19194         Recode to scan one line at a time rather than having \n and \r
19195         explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
19196         (c-forward-label): Amend for virtual semicolons.
19197         (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
19199         * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
19200         of the new C macros.
19202         * progmodes/cc-langs.el (c-at-vsemi-p-fn):
19203         (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
19204         (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
19205         (c-opt-cpp-macro-define): Make into a full language variable.
19206         (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
19207         AWK Mode (including \n, \r) removed, no longer needed.
19209         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
19210         Invoke c-make-macro-with-semi-re.
19212         * progmodes/cc-vars.el (c-macro-with-semi-re):
19213         (c-macro-names-with-semicolon): New variables.
19214         (c-make-macro-with-semi-re): New function.
19216 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19218         * vc/log-edit.el: Fill empty field rather than adding new one.
19219         (log-edit-add-field): New function.
19220         (log-edit-insert-changelog): Use it.
19222 2011-10-28  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
19224         * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
19226 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19228         * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
19229         (gdb--check-interpreter): New function.
19230         (gdb): Use it.
19232 2011-10-27  Glenn Morris  <rgm@gnu.org>
19234         * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
19235         (least-positive-float, least-negative-float)
19236         (least-positive-normalized-float, least-negative-normalized-float)
19237         (float-epsilon, float-negative-epsilon):
19238         Remove unnecessary declarations.
19240         * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
19241         * emacs-lisp/cl.el (most-positive-float, most-negative-float)
19242         (least-positive-float, least-negative-float)
19243         (least-positive-normalized-float, least-negative-normalized-float)
19244         (float-epsilon, float-negative-epsilon): Add doc-strings,
19245         based on those in cl.texi.
19247         * files.el (set-visited-file-name): If the major-mode changed,
19248         reload the local variables.  (Bug#9796)
19250 2011-10-27  Chong Yidong  <cyd@gnu.org>
19252         * subr.el (change-major-mode-after-body-hook): New hook.
19253         (run-mode-hooks): Run it.
19255         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
19256         Use change-major-mode-before-body-hook.
19258         * simple.el (fundamental-mode):
19259         * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
19260         change introducing fundamental-mode-hook.
19262 2011-10-26  Juanma Barranquero  <lekktu@gmail.com>
19264         * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
19266 2011-10-26  Michael Albinus  <michael.albinus@gmx.de>
19268         * ido.el (ido-file-name-all-completions-1): Do not require
19269         tramp.el explicitly.  (Bug#7583)
19271 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19273         * progmodes/octave-mod.el:
19274         * progmodes/octave-inf.el: Update maintainer.
19276 2011-10-26  Chong Yidong  <cyd@gnu.org>
19278         * subr.el (with-wrapper-hook): Rewrite doc.
19280 2011-10-25  Michael Albinus  <michael.albinus@gmx.de>
19282         * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
19283         filenames "/method:foo:".  (Bug#9793)
19285 2011-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19287         * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
19288         (bug#9865).
19290 2011-10-24  Glenn Morris  <rgm@gnu.org>
19292         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.  (Bug#9819)
19294 2011-10-24  Michael Albinus  <michael.albinus@gmx.de>
19296         * notifications.el: Add the requirement of a running D-Bus session
19297         bus to the Commentary.
19299 2011-10-24  Juri Linkov  <juri@jurta.org>
19301         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
19302         `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
19303         (Bug#9364)
19305 2011-10-24  Juri Linkov  <juri@jurta.org>
19307         * info.el (Info-following-node-name-re): Add newline to the list
19308         of allowed characters for leading space.  (Bug#9824)
19310 2011-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19312         * progmodes/octave-inf.el (inferior-octave-mode-map):
19313         Fix C-c C-h binding.
19314         * progmodes/octave-mod.el (octave-help): Remove.
19316 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
19318         Sync with Tramp 2.2.3.
19320         * net/tramp-cache.el (top): Pacify byte-compiler using
19321         `init-file-user' and `site-run-file'.
19323         * net/trampver.el: Update release number.
19325 2011-10-23  Chong Yidong  <cyd@gnu.org>
19327         * files.el (toggle-read-only): Remove obsolete comment about
19328         version control.
19330         * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
19331         for toggle-read-only.  Note that this hasn't called vc-next-action
19332         since 2008-05-02, though it wasn't documented at the time.
19334         * vc/ediff-init.el (ediff-toggle-read-only-function):
19335         Use toggle-read-only.
19337 2011-10-22  Alan Mackenzie  <bug-cc-mode@gnu.org>
19339         Fix bug #9560, sporadic wrong indentation; improve instrumentation
19340         of c-parse-state.
19342         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
19343         correct faulty logical expression.
19344         (c-parse-state-state, c-record-parse-state-state):
19345         (c-replay-parse-state-state): New defvar/defuns.
19346         (c-debug-parse-state): Use new functions.
19348 2011-10-22  Martin Rudalics  <rudalics@gmx.at>
19350         * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
19351         last fix.  Use window-in-direction correctly.
19353 2011-10-21  Chong Yidong  <cyd@gnu.org>
19355         * progmodes/idlwave.el (idlwave-mode):
19356         * progmodes/vera-mode.el (vera-mode): No need to set
19357         require-final-newline; that's done in prog-mode.
19358         Suggested by Stefan Monnier.
19360 2011-10-21  Martin Rudalics  <rudalics@gmx.at>
19362         * mouse.el (mouse-drag-window-above)
19363         (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
19364         (mouse-drag-mode-line-1, mouse-drag-header-line)
19365         (mouse-drag-vertical-line-rightward-window): Remove.
19366         (mouse-drag-line): New function.
19367         (mouse-drag-mode-line, mouse-drag-header-line)
19368         (mouse-drag-vertical-line): Call mouse-drag-line.
19369         * window.el (window-at-side-p, windows-at-side): New functions.
19371 2011-10-21  Ulrich Mueller  <ulm@gentoo.org>
19373         * tar-mode.el (tar-grind-file-mode):
19374         Fix handling of setuid/setgid, handle sticky bit.  (Bug#9817)
19376 2011-10-21  Chong Yidong  <cyd@gnu.org>
19378         * progmodes/idlwave.el (idlwave-mode):
19379         * progmodes/vera-mode.el (vera-mode):
19380         Use mode-require-final-newline.
19382 2011-10-20  Glenn Morris  <rgm@gnu.org>
19384         * vc/vc.el (vc-next-action): Handle removed directories.  (Bug#9781)
19386 2011-10-20  Christoph Scholtes  <cschol2112@googlemail.com>
19388         * emulation/cua-base.el (cua-set-mark): Fix case of string.
19390 2011-10-20  Chong Yidong  <cyd@gnu.org>
19392         * emulation/cua-base.el (cua-mode):
19393         * mail/footnote.el (footnote-mode):
19394         * mail/mailabbrev.el (mail-abbrevs-mode):
19395         * net/xesam.el (xesam-minor-mode):
19396         * progmodes/bug-reference.el (bug-reference-mode):
19397         * progmodes/cap-words.el (capitalized-words-mode):
19398         * progmodes/compile.el (compilation-minor-mode)
19399         (compilation-shell-minor-mode):
19400         * progmodes/gud.el (gud-tooltip-mode):
19401         * progmodes/hideif.el (hide-ifdef-mode):
19402         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
19403         * progmodes/subword.el (subword-mode):
19404         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
19405         * progmodes/which-func.el (which-function-mode):
19406         * term/tvi970.el (tvi970-set-keypad-mode):
19407         * term/vt100.el (vt100-wide-mode):
19408         * textmodes/flyspell.el (flyspell-mode):
19409         * textmodes/ispell.el (ispell-minor-mode):
19410         * textmodes/nroff-mode.el (nroff-electric-mode):
19411         * textmodes/paragraphs.el (use-hard-newlines):
19412         * textmodes/refill.el (refill-mode):
19413         * textmodes/reftex.el (reftex-mode):
19414         * textmodes/rst.el (rst-minor-mode):
19415         * textmodes/sgml-mode.el (html-autoview-mode)
19416         (sgml-electric-tag-pair-mode):
19417         * textmodes/tex-mode.el (latex-electric-env-pair-mode):
19418         * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
19419         * emulation/crisp.el (crisp-mode):
19420         * emacs-lisp/eldoc.el (eldoc-mode):
19421         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
19422         minor mode behavior.
19424 2011-10-19  Juri Linkov  <juri@jurta.org>
19426         * descr-text.el (describe-char): Add #x2010 and #x2011 to
19427         the list of hard-coded chars with escape-glyph face.
19429 2011-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19431         * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
19433 2011-10-19  Michael Albinus  <michael.albinus@gmx.de>
19435         * net/tramp.el (tramp-connectable-p): Make a stronger check on a
19436         running process.
19438 2011-10-19  Glenn Morris  <rgm@gnu.org>
19440         * vc/vc-bzr.el (vc-bzr-after-dir-status):
19441         Ignore ignored files.  (Bug#9726)
19443 2011-10-19  Chong Yidong  <cyd@gnu.org>
19445         Doc fix for minor modes, stating that an omitted argument enables
19446         the mode unconditionally when called from Lisp.
19448         * abbrev.el (abbrev-mode):
19449         * allout.el (allout-mode):
19450         * autoinsert.el (auto-insert-mode):
19451         * autoarg.el (autoarg-mode, autoarg-kp-mode):
19452         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
19453         (global-auto-revert-mode):
19454         * battery.el (display-battery-mode):
19455         * composite.el (global-auto-composition-mode)
19456         (auto-composition-mode):
19457         * delsel.el (delete-selection-mode):
19458         * desktop.el (desktop-save-mode):
19459         * dired-x.el (dired-omit-mode):
19460         * dirtrack.el (dirtrack-mode):
19461         * doc-view.el (doc-view-minor-mode):
19462         * double.el (double-mode):
19463         * electric.el (electric-indent-mode, electric-pair-mode):
19464         * emacs-lock.el (emacs-lock-mode):
19465         * epa-hook.el (auto-encryption-mode):
19466         * follow.el (follow-mode):
19467         * font-core.el (font-lock-mode):
19468         * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
19469         * help.el (temp-buffer-resize-mode):
19470         * hilit-chg.el (highlight-changes-mode)
19471         (highlight-changes-visible-mode):
19472         * hi-lock.el (hi-lock-mode):
19473         * hl-line.el (hl-line-mode, global-hl-line-mode):
19474         * icomplete.el (icomplete-mode):
19475         * ido.el (ido-everywhere):
19476         * image-file.el (auto-image-file-mode):
19477         * image-mode.el (image-minor-mode):
19478         * iswitchb.el (iswitchb-mode):
19479         * jka-cmpr-hook.el (auto-compression-mode):
19480         * linum.el (linum-mode):
19481         * longlines.el (longlines-mode):
19482         * master.el (master-mode):
19483         * mb-depth.el (minibuffer-depth-indicate-mode):
19484         * menu-bar.el (menu-bar-mode):
19485         * minibuf-eldef.el (minibuffer-electric-default-mode):
19486         * mouse-sel.el (mouse-sel-mode):
19487         * msb.el (msb-mode):
19488         * mwheel.el (mouse-wheel-mode):
19489         * outline.el (outline-minor-mode):
19490         * paren.el (show-paren-mode):
19491         * recentf.el (recentf-mode):
19492         * reveal.el (reveal-mode, global-reveal-mode):
19493         * rfn-eshadow.el (file-name-shadow-mode):
19494         * ruler-mode.el (ruler-mode):
19495         * savehist.el (savehist-mode):
19496         * scroll-all.el (scroll-all-mode):
19497         * scroll-bar.el (scroll-bar-mode):
19498         * server.el (server-mode):
19499         * shell.el (shell-dirtrack-mode):
19500         * simple.el (auto-fill-mode, transient-mark-mode)
19501         (visual-line-mode, overwrite-mode, binary-overwrite-mode)
19502         (line-number-mode, column-number-mode, size-indication-mode)
19503         (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
19504         * strokes.el (strokes-mode):
19505         * time.el (display-time-mode):
19506         * t-mouse.el (gpm-mouse-mode):
19507         * tool-bar.el (tool-bar-mode):
19508         * tooltip.el (tooltip-mode):
19509         * type-break.el (type-break-mode-line-message-mode)
19510         (type-break-query-mode):
19511         * view.el (view-mode):
19512         * whitespace.el (whitespace-mode, whitespace-newline-mode)
19513         (global-whitespace-mode, global-whitespace-newline-mode):
19514         * xt-mouse.el (xterm-mouse-mode): Doc fix.
19516         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
19517         Fix autogenerated docstring.
19519 2011-10-19  Juri Linkov  <juri@jurta.org>
19521         * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
19522         by checking environment variables "DESKTOP_SESSION" and
19523         "XDG_CURRENT_DESKTOP".  (Bug#9779)
19525 2011-10-19  Juri Linkov  <juri@jurta.org>
19527         * net/browse-url.el (browse-url-browser-function): Add "Chromium".
19528         (browse-url-chromium-program, browse-url-chromium-arguments):
19529         New defcustoms.
19530         (browse-url-default-browser): Check for `browse-url-chromium' and
19531         call `browse-url-chromium-program'.
19532         (browse-url-chromium): New command.  (Bug#9779)
19534 2011-10-18  Juanma Barranquero  <lekktu@gmail.com>
19536         * facemenu.el (list-colors-duplicates): On Windows, detect more
19537         duplicates by assuming that only colors matching "^System" are
19538         special "system colors".  (Bug#9722)
19540 2011-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
19542         * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
19543         to distinguish the author from the committer.
19545 2011-10-18  Michael Albinus  <michael.albinus@gmx.de>
19547         * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
19549 2011-10-18  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
19551         * international/mule.el (sgml-html-meta-auto-coding-function):
19552         Add support for detecting encoding in HTML5 specified only as
19553         <meta charset="UTF-8">.  Implementation just makes http-equiv and
19554         content-type parts from HTML4 encoding string optional.  (Bug#9716)
19556 2011-10-18  Glenn Morris  <rgm@gnu.org>
19558         * vc/vc.el (vc-initial-comment): Mark as obsolete.  (Bug#9745)
19560 2011-10-18  Chong Yidong  <cyd@gnu.org>
19562         * faces.el (cursor): Doc fix.
19564 2011-10-17  Chong Yidong  <cyd@gnu.org>
19566         * font-lock.el (font-lock-maximum-size): Mark as obsolete.
19568 2011-10-17  Ryan Barrett  <emacs@ryanb.org>  (tiny change)
19570         * dirtrack.el (dirtrack): Support shell buffers with path
19571         prefixes, e.g. tramp-based remote shells.  (Bug#9647)
19573 2011-10-17  Teodor Zlatanov  <tzz@lifelogs.com>
19575         * json.el: Bump version to 1.3 and note change in History.
19576         (json-alist-p, json-plist-p): Rewrite to avoid recursion.
19578 2011-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19580         * comint.el (comint-insert-input, comint-send-input)
19581         (comint-get-old-input-default, comint-backward-matching-input)
19582         (comint-next-prompt): Use nil instead of `input' for field property of
19583         past user input (bug#114).
19585         * minibuffer.el (completion--replace): Inherit surrounding properties
19586         (bug#114).
19587         (minibuffer-complete-and-exit): Use it.
19589         * comint.el (comint--table-subvert): Quote the all-completions output
19590         (bug#9160).
19592 2011-10-17  Martin Rudalics  <rudalics@gmx.at>
19594         * ido.el (ido-default-buffer-method): Remove redundant :type entry.
19596         * menu-bar.el (menu-bar-file-menu): Add entry for making new
19597         window on right of selected.  (Bug#9350) Reword other window
19598         entries and separate them from frame entries.
19600 2011-10-15  Glenn Morris  <rgm@gnu.org>
19602         * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
19603         Doc fixes.
19605 2011-10-15  Chong Yidong  <cyd@stupidchicken.com>
19607         * net/network-stream.el (network-stream-open-starttls):
19608         Improve detection of failure due to lack of TLS support.
19610         * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
19611         putting the input text in front and in bold.
19613 2011-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19615         * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
19617         * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
19618         empty buffer.
19620         * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
19621         unread-command-events rather than pushing yet-another event.
19623 2011-10-14  Eli Zaretskii  <eliz@gnu.org>
19625         * mail/sendmail.el (sendmail-query-once): Improve the wording of
19626         the explanation of the possible choices.  Make the options passed
19627         to completing-read shorter.
19629 2011-10-13  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
19631         * textmodes/flyspell.el (flyspell-large-region): Make sure
19632         extended character mode is used if defined (Bug#1339).
19634 2011-10-13  Eli Zaretskii  <eliz@gnu.org>
19636         * simple.el (what-cursor-position): Fix the display of the
19637         character info for LRE, LRO, RLE, and RLO characters by appending
19638         an invisible PDF.
19640 2011-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19642         * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
19643         even in case of error; add debug spec; simplify data flow.
19644         (with-timeout-handler): Remove.
19646 2011-10-12  Michael Albinus  <michael.albinus@gmx.de>
19648         Fix Bug#6019, Bug#9315.
19650         * files.el (set-auto-mode): Call `file-name-sans-versions' for the
19651         complete `buffer-file-name', the local file name part could look
19652         remotely (for example on VMS).
19654         * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
19655         `tramp-run-real-handler'.
19656         (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
19657         already quoted by '"'.
19659         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
19660         Let `file-name-handler-alist' be nil, the local file name part
19661         could look remotely (for example on VMS).
19663 2011-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19665         * textmodes/flyspell.el (flyspell-word): Move with-local-quit
19666         from here...
19667         (flyspell-post-command-hook): ...to here.
19669 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19671         * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
19672         if not needed.
19673         (sendmail-query-once): Remove OS dependencies.  Make it a 3-way choice
19674         using completion.  Protect against "slow" callers.
19675         Remove the "message hack".
19677 2011-10-11  Juri Linkov  <juri@jurta.org>
19679         * isearch.el (isearch-lazy-highlight-word): New variable.
19680         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
19681         Use it.  (Bug#9727)
19683 2011-10-11  Glenn Morris  <rgm@gnu.org>
19685         * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
19686         like f90-previous-statement does.
19688 2011-10-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
19690         * eshell/eshell.el (eshell-command): History should be saved
19691         only in interactive use, to avoid error.
19693 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19695         * minibuffer.el (completion-file-name-table): Fix last change,
19696         i.e. ignore normal errors but not the other ones.
19698 2011-10-10  Martin Rudalics  <rudalics@gmx.at>
19700         * window.el (special-display-buffer-names)
19701         (special-display-regexps): Remove some remnants of earlier
19702         changes from doc-strings.
19703         (quit-windows-on): New function.
19705         * vc/vc.el (vc-revert, vc-rollback):
19706         * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
19707         instead of deleting windows.  (Bug#4557) (Bug#5310) (Bug#5556)
19708         (Bug#6183) (Bug#7074) (Bug#7447)
19710 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
19712         * window.el (frame-auto-hide-function): Add version tag.
19713         (Bug#9699)
19715 2011-10-09  Michael Albinus  <michael.albinus@gmx.de>
19717         * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
19718         condition.
19720 2011-10-09  Leo Liu  <sdl.web@gmail.com>
19722         * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
19723         (Bug#9701)
19725 2011-10-08  Glenn Morris  <rgm@gnu.org>
19727         * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
19728         before the first code statement zero indent.  (Bug#9690)
19730 2011-10-08  Chong Yidong  <cyd@stupidchicken.com>
19732         * simple.el (count-words-region): Always count in the region.
19733         Report the number of lines and characters too.
19734         (count-words): New command, which counts in the buffer if the
19735         region is inactive, as count-words-region used to.
19736         (count-words--message): New function.  Handle plurals.
19737         (count-lines-region): Make it an alias for count-words-region.
19739         * bindings.el (esc-map): Replace count-lines-region with
19740         count-words-region.
19742 2011-10-08  Martin Rudalics  <rudalics@gmx.at>
19744         * window.el (window--delete): Delete dedicated frame
19745         unconditionally when argument KILL is non-nil.  (Bug#9699)
19746         (switch-to-buffer): Fix doc-string typo.
19748 2011-10-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
19750         * eshell/eshell.el (eshell-command): Avoid using hooks.
19752 2011-10-07  Chong Yidong  <cyd@stupidchicken.com>
19754         * bindings.el ([M-left],[M-right]): Bind to left-word and
19755         right-word respectively.
19757 2011-10-07  Glenn Morris  <rgm@gnu.org>
19759         * cus-start.el (debug-on-quit): Fix custom type.
19761 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19763         * subr.el (define-key-after): Clarify that the function is not
19764         useful for non-menu keymaps.
19766         * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
19768 2011-10-06  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
19770         * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
19771         in current minibuffer (Fix bug with recursive minibuffers).
19773 2011-10-06  Chong Yidong  <cyd@stupidchicken.com>
19775         * progmodes/gdb-mi.el (gdb): Doc fix.
19777 2011-10-05  Martin Rudalics  <rudalics@gmx.at>
19779         * window.el (frame-auto-hide-function): New option replacing
19780         frame-auto-delete.  Suggested by Stefan Monnier.
19781         (window--delete): Call frame-auto-hide-function instead of
19782         investigating frame-auto-delete.
19783         (window-point-1, set-window-point-1): New functions.
19784         (window-in-direction, record-window-buffer, window-state-get-1)
19785         (display-buffer-record-window): Use window-point-1 instead of
19786         window-point.
19787         (set-window-buffer-start-and-point): Use set-window-point-1.
19789 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19791         * emacs-lisp/edebug.el: Heed checkdoc recommendations.
19793 2011-10-05  Glenn Morris  <rgm@gnu.org>
19795         * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
19796         (perl-calculate-indent): Suppress scan errors.  (Bug#2205)
19798 2011-10-05  Leo Liu  <sdl.web@gmail.com>
19800         * subr.el (read-char-choice): Fix argument to buffer-live-p which
19801         works with buffer object.
19803 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19805         * mpc.el (mpc-tool-bar-map): Add labels.
19807 2011-10-04  Glenn Morris  <rgm@gnu.org>
19809         * calendar/holidays.el (calendar-check-holidays): Doc fix.
19811 2011-10-04  Martin Rudalics  <rudalics@gmx.at>
19813         * window.el (window--delete): New function.
19814         (frame-auto-delete): Resuscitate option.
19815         (bury-buffer, replace-buffer-in-windows)
19816         (quit-window): Rewrite using window--delete.
19817         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
19818         Pass display-buffer-mark-dedicated to window--display-buffer-2
19819         (Bug#9639).
19821 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19823         * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
19824         returns a list (bug#9554).  Add remote file name completion.
19825         * comint.el (comint--table-subvert): Curry and get quote&unquote
19826         functions as arguments.
19827         (comint--complete-file-name-data): Adjust call accordingly.
19828         * pcomplete.el (pcomplete--table-subvert): Remove.
19829         (pcomplete-completions-at-point): Use comint--table-subvert instead.
19831         * minibuffer.el (completion-table-case-fold): Use currying.
19832         (completion--styles-type, completion--cycling-threshold-type):
19833         New constants.
19834         (completion-styles, completion-category-overrides)
19835         (completion-cycle-threshold): Use them.
19836         * pcomplete.el (pcomplete-completions-at-point): Adjust call to
19837         completion-table-case-fold.
19839 2011-10-03  Stephen Berman  <stephen.berman@gmx.net>
19841         * minibuffer.el (completion-category-overrides): Fix type of styles
19842         and add more user friendly tags (bug#9660).
19844 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19846         * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
19847         (mule-input-method-string): New widget.
19848         (default-input-method, language-info-custom-alist): Use it.
19850 2011-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19852         * pcomplete.el: Require comint.
19853         (pcomplete--common-suffix): Remove.
19854         (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
19855         (pcomplete--table-subvert): Sync with comint--table-subvert.
19856         (pcomplete--entries): Use comint-completion-file-name-table.
19857         * comint.el (comint-unquote-filename): Simplify.
19858         (comint-completion-file-name-table): New function (bug#9616).
19859         (comint--complete-file-name-data): Use it.
19861         * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
19862         (pcmpl-gnu-tar-buffer): Remove.
19863         (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
19864         around.  Make sure pcomplete-suffix-list is only changed temporarily.
19865         Don't look inside the tar's file if it's too large.
19867 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
19869         * cus-edit.el (custom-mode-map):
19870         * epa.el (epa-key-list-mode-map):
19871         * man.el (Man-mode-map):
19872         * startup.el (splash-screen-keymap):
19873         * simple.el (special-mode-map): Use scroll-up-command and
19874         scroll-down-command.
19876         * progmodes/idlw-help.el (idlwave-help-mode-map):
19877         * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
19878         * net/newst-plainview.el (newsticker-mode-map):
19879         * emulation/ws-mode.el (wordstar-mode-map):
19880         * emulation/vi.el (vi-com-map):
19881         * calc/calc-graph.el (calc-graph-show-dumb):
19882         * term/sun.el (terminal-init-sun):
19883         * term/ns-win.el (global-map):
19884         * progmodes/grep.el (grep-mode-map):
19885         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
19886         * mail/rmail.el (rmail-mode-map):
19887         * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
19889         * custom.el (custom-safe-themes, load-theme): Treat value of t for
19890         custom-safe-themes as special.
19892 2011-10-01  Julien Danjou  <julien@danjou.info>
19894         * notifications.el (notifications-notify): Fix docstring.
19896 2011-10-01  Per Starbäck  <per@starback.se>
19898         * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call.  (Bug#9643)
19900 2011-09-30  Martin Rudalics  <rudalics@gmx.at>
19902         * startup.el (command-line-1): Fix last fix by inserting
19903         initial-scratch-message into *scratch* before displaying it.
19904         (Bug#9605) and (Bug#9636)
19906 2011-09-29  Eli Zaretskii  <eliz@gnu.org>
19908         * simple.el (line-move): If auto-hscroll-mode is disabled and the
19909         window is hscrolled, move by logical lines.  (Bug#9607)
19910         (line-move-visual): Update the doc string to the above effect.
19912 2011-09-29  Martin Rudalics  <rudalics@gmx.at>
19914         * window.el (display-buffer-record-window): When WINDOW is the
19915         selected window use `point' instead of `window-point'.  (Bug#9626)
19917         * startup.el (command-line-1): Use insert-before-markers when
19918         inserting initial-scratch-message.  (Bug#9605)
19920         * help.el (help-window): Remove variable.
19922 2011-09-29  Glenn Morris  <rgm@gnu.org>
19924         * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
19926 2011-09-29  Juanma Barranquero  <lekktu@gmail.com>
19928         * descr-text.el (describe-char-categories): Accept category
19929         descriptions more than one line long.
19931 2011-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19933         * simple.el (delete-trailing-whitespace): Fix last change.
19935         * progmodes/perl-mode.el (perl-syntax-propertize-function):
19936         Don't confuse "y => 3" as the beginning of a `y' operation.
19938         * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
19939         object has more than 4 slots (bug#9613).
19941 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
19943         * subr.el (with-output-to-temp-buffer):
19944         * net/quickurl.el (quickurl, quickurl-browse-url):
19945         Fix typos in docstrings.
19947 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
19949         * minibuffer.el (completion-styles)
19950         (completion-category-overrides): Cross reference each other in doc
19951         strings.
19953 2011-09-27  Glenn Morris  <rgm@gnu.org>
19955         * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
19956         to split-string.  (Bug#9606)
19958 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19960         * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
19961         (bug#9615).
19963 2011-09-27  Chong Yidong  <cyd@stupidchicken.com>
19965         * emacs-lisp/package.el (list-packages): Fix echo area message.
19967 2011-09-27  Leo Liu  <sdl.web@gmail.com>
19969         * ido.el (ido-read-internal): Accept cons cell HIST arg.
19971 2011-09-25  Michael Albinus  <michael.albinus@gmx.de>
19973         * net/dbus.el (dbus-unregister-object): Don't release services for
19974         registered signals.  (Bug#9581)
19976 2011-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
19978         * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
19979         function that picks between cfengine 2 and 3 support
19980         automatically.  Update docs accordingly.
19982 2011-09-22  Kenichi Handa  <handa@m17n.org>
19984         * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
19985         ZERO.
19986         (indian-itrans-v5-table-for-tamil): New variable.
19987         (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
19989 2011-09-22  Ken Manheimer  <ken.manheimer@gmail.com>
19991         * allout.el (allout-this-command-hid-stuff): Buffer-local variable
19992         that's true if the current command involved collapsing of text.
19993         It's reset to false at the beginning of the next command.
19994         (allout-post-command-business): Move the cursor to the beginning
19995         of entry if the cursor is hidden and collapsing activity just
19996         happened.
19998 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
20000         * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
20001         tracking (Bug#9541).
20003 2011-09-24  Ulf Jasper  <ulf.jasper@web.de>
20005         * net/newst-reader.el (newsticker-html-renderer)
20006         (newsticker-show-news): Automatically load html rendering package
20007         if newsticker-html-renderer is set.  Fixes "Warning: defvar ignored
20008         because w3m-fill-column is let-bound" and the error "Symbol's value
20009         as variable is void: w3m-fill-column".
20011 2011-09-24  Michael Albinus  <michael.albinus@gmx.de>
20013         * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
20014         Release services only if they are defined.  (Bug#9581)
20016 2011-09-23  Richard Stallman  <rms@gnu.org>
20018         * textmodes/paragraphs.el (forward-sentence): For backwards case,
20019         distinguish start of paragraph from start of its text.
20021         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
20023         * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
20024         (rmail-generate-viewer-buffer): Put that hook on view buffer.
20025         (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
20027 2011-09-23  Andreas Schwab  <schwab@linux-m68k.org>
20029         * international/mule-diag.el (mule-diag): Insert a newline after
20030         each fontset description.
20032 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20034         * simple.el (delete-trailing-whitespace):
20035         Document last change; simplify.
20037 2011-09-23  Peter J. Weisberg  <pj@irregularexpressions.net>
20039         * simple.el (delete-trailing-whitespace): Also delete
20040         extra newlines at the end of the buffer.
20042         * textmodes/picture.el: Make motion commands obey shift-select-mode.
20043         (picture-newline): Use forward-line so as to ignore fields.
20045 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20047         * subr.el (with-wrapper-hook): Fix edebug spec.
20049 2011-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20051         * simple.el (kill-line): Note effect of `show-trailing-whitespace'
20052         (bug#4538).
20054 2011-09-23  Michael Albinus  <michael.albinus@gmx.de>
20056         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
20057         Fix nasty bug using wrong cached values.
20059 2011-09-23  Alan Mackenzie  <acm@muc.de>
20061         * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
20063 2011-09-23  Chong Yidong  <cyd@stupidchicken.com>
20065         * window.el (pop-to-buffer): Ensure right window is selected if we
20066         chose another frame.
20068 2011-09-22  Eli Zaretskii  <eliz@gnu.org>
20070         * simple.el (what-cursor-position): Use get-char-property-change
20071         and next-single-char-property-change, to be able to show display
20072         properties that come from overlays as well as text properties.
20074 2011-09-22  Chong Yidong  <cyd@stupidchicken.com>
20076         * window.el (pop-to-buffer-same-window): New (reinstated) fun.
20078         * cmuscheme.el (run-scheme, switch-to-scheme):
20079         * cus-edit.el (customize-group, custom-buffer-create)
20080         (customize-browse):
20081         * info.el (info):
20082         * shell.el (shell):
20083         * mail/sendmail.el (mail):
20084         * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
20086 2011-09-22  Richard Stallman  <rms@gnu.org>
20088         * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
20089         move back only to line beg, don't move back over blank lines.
20091 2011-09-22  Michael Albinus  <michael.albinus@gmx.de>
20093         * files.el (copy-directory): Set directory attributes only in case
20094         they could be retrieved from the source directory.  (Bug#9565)
20096 2011-09-22  Dima Kogan  <dkogan@secretsauce.net>  (tiny change)
20098         * progmodes/hideshow.el (hs-looking-at-block-start-p)
20099         (hs-find-block-beginning, hs-hide-level-recursive):
20100         Ignore strings as well as comments.  (Bug#9502)
20102 2011-09-22  Andrew Schein  <andrew@andrewschein.com>  (tiny change)
20104         * progmodes/sql.el (sql-comint-postgres):
20105         Convert port number to a string.  (Bug#9566)
20107 2011-09-22  Martin Rudalics  <rudalics@gmx.at>
20109         * window.el (quit-window): Undedicate window when switching to
20110         previous buffer.  Reported by Thierry Volpiatto
20111         <thierry.volpiatto@gmail.com>.
20112         (special-display-popup-frame): When popping up a new frame reset
20113         its previous buffers to nil.  Simplify code.
20115 2011-09-21  Michael Albinus  <michael.albinus@gmx.de>
20117         * net/tramp.el (tramp-handle-shell-command): Set process sentinel
20118         and process filter, as done also in `shell-command'.
20120 2011-09-21  Martin Rudalics  <rudalics@gmx.at>
20122         * window.el (set-window-buffer-start-and-point):
20123         Call set-window-start with NOFORCE argument t.
20124         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
20125         (quit-window): Reword doc-string.  Handle new format of
20126         quit-restore parameter.  Don't delete window if it has a
20127         previous buffer we can show instead of the present one.
20128         (display-buffer-record-window): Rewrite using a new format for
20129         the quit-restore window parameter
20130         (special-display-popup-frame, display-buffer-same-window)
20131         (display-buffer-reuse-window, display-buffer-pop-up-frame)
20132         (display-buffer-pop-up-window, display-buffer-use-some-window):
20133         Adapt symbol passed to display-buffer-record-window.
20134         * help.el (help-window-setup): Handle new format of quit-restore
20135         parameter.
20137 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20139         * faces.el (face-list): Fix docstring (bug#9564).
20141         * window.el (display-buffer--action-function-custom-type):
20142         Don't include internal functions in the Custom interface.
20144 2011-09-20  Juri Linkov  <juri@jurta.org>
20146         * info.el (Info-history-skip-intermediate-nodes): New defcustom.
20147         (Info-forward-node, Info-backward-node, Info-next-preorder)
20148         (Info-last-preorder): Use it.  (Bug#9528)
20150 2011-09-20  Juri Linkov  <juri@jurta.org>
20152         * info.el (Info-last-preorder): Visit last menu item only when
20153         `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
20155 2011-09-20  Julien Danjou  <julien@danjou.info>
20157         * password-cache.el (password-cache-remove): Remove entries even if the
20158         value is nil, so that password with a nil value (negative caching) is
20159         possible to invalidate.
20161 2011-09-20  Lawrence Mitchell  <wence@gmx.li>
20163         * progmodes/f90.el (f90-break-line): If breaking inside comment delete
20164         all whitespace around breakpoint.  (Bug#9553)
20165         (f90-find-breakpoint): Only break at whitespace inside a comment.
20167 2011-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20169         * minibuffer.el (completion-file-name-table): Keep track of errors.
20170         (completion-table-with-predicate): Handle the case where pred1 is nil.
20171         * pcomplete.el (pcomplete-completions-at-point): Simplify.
20173 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20175         * emacs-lisp/debug.el (debugger-args): Give it a docstring.
20176         (debugger-return-value): Signal an error if the debugging context does
20177         not await any return value.
20179         * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
20180         * image-mode.el (image-toggle-display-text)
20181         (image-toggle-display-image): Stay away from evil `intangible'.
20183 2011-09-19  Leo Liu  <sdl.web@gmail.com>
20185         * replace.el (occur-revert-arguments): Make it permanent-local.
20186         (occur-mode): Don't call font-lock-defontify.
20188 2011-09-19  Chong Yidong  <cyd@stupidchicken.com>
20190         * net/ldap.el (ldap-search-internal): Don't push empty search
20191         result (Bug#9508).
20193 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20195         * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
20197 2011-09-19  Michael Albinus  <michael.albinus@gmx.de>
20199         * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
20200         Suggested by Liam Stitt <stittl@cuug.ab.ca>.
20202 2011-09-18  Juri Linkov  <juri@jurta.org>
20204         * buff-menu.el (Buffer-menu-mode-map):
20205         * dired.el (dired-mode-map):
20206         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
20207         (lisp-interaction-mode-map):
20208         * emacs-lisp/package.el (package-menu-mode-map):
20209         * epa.el (epa-key-list-mode-map):
20210         * menu-bar.el (menu-bar-showhide-tool-bar-menu)
20211         (menu-bar-options-menu):
20212         * outline.el (outline-mode-menu-bar-map):
20213         * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
20214         * vc/vc-dir.el (vc-dir-menu-map):
20215         * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
20216         Capitalize non-function content words in menu item strings.
20218         * dired.el (dired-mode-map): Add menu item for
20219         `image-dired-dired-toggle-marked-thumbs'.
20221 2011-09-18  Juri Linkov  <juri@jurta.org>
20223         * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
20224         to `isearch-case-fold-search' and restore its original value
20225         after the `isearch-mode' call.
20227 2011-09-18  Juri Linkov  <juri@jurta.org>
20229         * progmodes/grep.el (grep-process-setup): Don't check code for 1
20230         because `zgrep' returns 1 for successful matches (bug#9226).
20232 2011-09-18  Juri Linkov  <juri@jurta.org>
20234         * info.el (Info-extract-menu-node-name): Check the second match
20235         for empty string (second test-case of bug#9528).
20236         (Info-last-preorder): Let-bind `Info-history' to nil to not add
20237         intermediate nodes to the history (first test-case of bug#9528).
20239 2011-09-18  Juri Linkov  <juri@jurta.org>
20241         * info.el (Info-mode-syntax-table): New variable.
20242         (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
20244 2011-09-18  Juri Linkov  <juri@jurta.org>
20246         * info.el (Info-file-supports-index-cookies):
20247         Increment line-beginning-position's arg from 3 to 4 because makeinfo
20248         outputs one more line for long file names (bug#4142).
20250 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
20252         * newcomment.el (comment-normalize-vars): If prompting for
20253         comment-start, set comment-start-skip too (Bug#8424).
20255 2011-09-18  Johan BockgÃ¥rd  <bojohan@gnu.org>
20257         * icomplete.el: Fix previous fix of Bug#5849.
20258         (icomplete-mode): Don't set completion-show-inline-help.
20259         (icomplete-minibuffer-setup): Set completion-show-inline-help
20260         locally during icompletion.
20262 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
20264         * woman.el (woman2-process-escapes): Don't delete unrecognized
20265         escapes (Bug#7843).
20267         * files.el (inhibit-first-line-modes-regexps): Add image files.
20268         (hack-local-variables-prop-line): Return nil for malformed
20269         prop-lines (Bug#9044).
20271 2011-09-18  Michael Albinus  <michael.albinus@gmx.de>
20273         * net/tramp.el (top): Don't require 'shell.
20274         (tramp-methods): Fix docstring.
20275         (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
20276         Return complete remote file name.  Handle "smb" case.
20277         Use `tramp-tmpdir', if defined for the respective method.
20278         (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
20280         * net/tramp-compat.el (top): Require 'shell.
20282         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
20283         (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
20284         `tramp-current-host'.
20285         (tramp-get-remote-tmpdir): Remove.
20287         * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
20288         `tramp-tmpdir' entries.
20289         (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
20290         (tramp-smb-handle-file-attributes): Ignore errors.
20291         (tramp-smb-wait-for-output): Check also for process end.
20293 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20295         * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
20296         when sending QUIT (bug#9312).
20298 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
20300         * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
20301         (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
20302         occur-mode-display-occurrence.
20303         (occur-edit-mode): Add usage message.
20304         (occur-cease-edit): New command.
20305         (occur-after-change-function): Use text properties to find the
20306         position of the prefix text.
20307         (occur-engine): Set stickiness of prefix text properties.
20309 2011-09-17  Glenn Morris  <rgm@gnu.org>
20311         * progmodes/etags.el (complete-tag):
20312         Fix call to completion-in-region.  (Bug#9526)
20314 2011-09-17  Juri Linkov  <juri@jurta.org>
20316         * textmodes/ispell.el (ispell-word): Add to the error message
20317         the word, ispell program name and current dictionary (bug#9121).
20318         (ispell-tex-arg-end): Capitalize "error" in the error message.
20320 2011-09-17  Andreas Schwab  <schwab@linux-m68k.org>
20322         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
20323         check.  (Bug#4251)
20325 2011-09-17  Juri Linkov  <juri@jurta.org>
20327         * window.el (window-safe-min-height, window-safe-min-width):
20328         Fix typos (followup to bug#9522).
20330 2011-09-17  Sven Joachim  <svenjoac@gmx.de>
20332         * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
20334 2011-09-16  Eli Zaretskii  <eliz@gnu.org>
20336         * simple.el (line-move): If goal-column is set, move by logical
20337         lines, not by display lines.  (Bug#971)
20338         (next-line, previous-line, goal-column, line-move-visual): Doc fix
20339         to reflect the above change.
20341 2011-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20343         * image.el (imagemagick-register-types): Use regexp-opt.
20345 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
20347         * window.el (display-buffer-base-action): Rename from
20348         display-buffer-default-action.  Make default value empty.
20349         (display-buffer-overriding-action): Convert to defvar.
20350         (display-buffer-fallback-action): New var.
20352 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
20354         * emacs-lisp/package.el (package-alist): Fix risky-local-variable
20355         declaration.
20356         (package--add-to-archive-contents): If there is a duplicate entry
20357         with an older version, remove it.
20358         (package-menu-mark-delete, package-menu-mark-install)
20359         (package-menu-mark-unmark): Make unused args optional.
20360         (package-menu-mark-obsolete-for-deletion):
20361         Use package-menu-get-status instead of a regexp search.
20362         (package-menu-get-status): Use tabulated-list-entry.
20363         (package-menu-mark-upgrades): New command.
20364         (package-menu-mode-map): Bind it to U.  Add it to menu bar.
20365         (package-menu-execute): Do installation before deletion.
20366         (package-menu-refresh, package-menu-execute): Use derived-mode-p
20367         instead of checking major-mode.
20368         (package-menu--find-upgrades): New function.
20370 2011-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20372         * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
20373         passwords in the log buffer.
20374         (smtpmail-process-filter): Update the process marker so that the
20375         "broken by peer" status message is inserted in the right place.
20377 2011-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20379         * textmodes/bibtex.el (bibtex-complete-string-cleanup)
20380         (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
20381         bibtex-completion-at-point-function.
20382         (bibtex-completion-at-point-function): Use them.
20384         * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
20386         * mpc.el (mpc-constraints-tag-lookup): New function.
20387         (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
20388         also to browser "album|playlist".
20390 2011-09-14  Juri Linkov  <juri@jurta.org>
20392         * isearch.el (isearch-fail-pos): Add new arg `msg'.  Doc fix.
20393         (isearch-edit-string): Use length of `isearch-string' when
20394         `isearch-fail-pos' returns nil.
20395         (isearch-message): Remove duplicate code and call
20396         `isearch-fail-pos' with arg `t'.
20398 2011-09-14  Chong Yidong  <cyd@stupidchicken.com>
20400         * replace.el (occur-mode-goto-occurrence): Don't force using other
20401         window (Bug#9499).
20403         * dired-aux.el (dired-do-chmod): Don't provide initial input.
20405 2011-09-14  Martin Rudalics  <rudalics@gmx.at>
20407         * window.el (display-buffer-window): Remove.
20408         (display-buffer-record-window): Use help-setup window parameter
20409         instead of variable display-buffer-window.
20410         (display-buffer-function, special-display-buffer-names)
20411         (special-display-function): Mention help-setup parameter instead
20412         of display-buffer-window in doc-string.
20413         * help.el (help-window-setup): New argument help-window.
20414         Use help-window-setup parameter instead of display-buffer-window.
20415         Reword some messages.
20416         (with-help-window): Pass window used for displaying the buffer
20417         to help-window-setup.  Don't set display-buffer-window.
20419 2011-09-13  Glenn Morris  <rgm@gnu.org>
20421         * emacs-lisp/debug.el (debugger-make-xrefs):
20422         Preserve point.  (Bug#9462)
20424 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
20426         * window.el (window-deletable-p): Use next-frame.
20428 2011-09-13  Martin Rudalics  <rudalics@gmx.at>
20430         * window.el (window-auto-delete): Remove.
20431         (window-deletable-p): Remove argument FORCE.  Don't deal with
20432         dedication and previous buffers.
20433         (switch-to-prev-buffer): Don't delete window.
20434         (delete-windows-on): Delete a window's frame if and only if the
20435         window is dedicated.
20436         (replace-buffer-in-windows): Delete buffer's window or frame if
20437         and only if window is dedicated.
20438         (quit-window): Handle quit-restore as before last change.
20439         (bury-buffer): Delete window only if window-deletable-p returns t.
20441 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
20443         * window.el (window-deletable-p): Never delete the last frame on a
20444         given terminal.
20446 2011-09-13  Glenn Morris  <rgm@gnu.org>
20448         * help.el (describe-key-briefly): Copy previous standard-output change.
20450 2011-09-13  PJ Weisberg  <pj@irregularexpressions.net>
20452         * help.el (where-is): Respect non-standard standard-output.  (Bug#9030)
20454 2011-09-13  Glenn Morris  <rgm@gnu.org>
20456         * emacs-lisp/lisp-mode.el (lisp-indent-function):
20457         * progmodes/scheme.el (scheme-indent-function): Doc fixes.
20459 2011-09-12  Chong Yidong  <cyd@stupidchicken.com>
20461         * dired-aux.el (dired-mark-read-string): Don't return default
20462         value on empty input (Bug#9361).
20463         (dired-do-chxxx): Treat empty input for "touch" as no -t option.
20464         Omit initial minibuffer contents.
20465         (dired-do-chmod): Signal an error on empty input.
20466         (dired-mark-read-string): Don't return default on empty input.
20468         * files.el (file-modes-symbolic-to-number): Doc fix.
20470 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20472         * international/mule-cmds.el (ucs-completions): Remove.
20473         (read-char-by-name): Use complete-with-action instead; add metadata.
20475 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
20477         * window.el (display-buffer--action-function-custom-type)
20478         (display-buffer--action-custom-type): New vars.
20479         (display-buffer-alist, display-buffer-default-action)
20480         (display-buffer-overriding-action): Add defcustom types.
20482         * frame.el (delete-other-frames): Doc fix (Bug#276).
20484 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20486         * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
20488 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
20490         Change modes that used same-window-* vars to use switch-to-buffer.
20492         * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
20493         Use switch-to-buffer.
20495         * cus-edit.el (customize-group, custom-buffer-create)
20496         (customize-browse, custom-buffer-create-other-window):
20497         Use switch-to-buffer or switch-to-buffer-other-window.
20499         * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
20500         (Info-prev, Info-up, Info-speedbar-goto-node)
20501         (info-display-manual): Use switch-to-buffer.
20502         (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
20504         * mail/sendmail.el (mail): Use switch-to-buffer.
20505         (mail-recover): Use switch-to-buffer-other-window.
20507         * cmuscheme.el (run-scheme, switch-to-scheme):
20508         * ielm.el (ielm):
20509         * shell.el (shell):
20510         * net/rlogin.el (rlogin):
20511         * net/telnet.el (telnet, rsh):
20512         * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
20514 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
20516         * dired.el (dired-sort-toggle-or-edit): Revert last changes.
20518 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20520         * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
20521         so don't mention it (bug#9301).
20522         (dired-sort-toggle-or-edit): Clarify string further.
20524         * faces.el (face-spec-set-match-display): Make `(type graphic)'
20525         match `x', `w32' and `ns', like the manual says (bug#9029).
20527         * subr.el (eval-after-load): Doc string clarification (bug#9125).
20528         (process-kill-buffer-query-function): Mention the buffer name in
20529         the query.
20531         * image-mode.el (image-next-line): The line parameter is mandatory
20532         (bug#9258).
20534         * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
20535         which can be useful (bug#9301).
20537         * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
20539         * subr.el (match-string): Mention that the current buffer should
20540         be the same as the search was done in (bug#9282).
20542         * facemenu.el: Disable the remove-* commands if the mark isn't
20543         active (bug#9162).
20545 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
20547         * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
20548         of display-buffer.
20549         (Buffer-menu-2-window): Use switch-to-buffer-other-window.
20551         * replace.el (occur-mode-goto-occurrence)
20552         (occur-mode-display-occurrence) Use second arg of pop-to-buffer
20553         and display-buffer.
20555         * mail/reporter.el (reporter-submit-bug-report): Use second arg of
20556         display-buffer.
20558         * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
20559         special-display and same-window variables.
20560         (mail-other-window): Use switch-to-buffer-other-window.
20561         (mail-other-frame): USe switch-to-buffer-other-frame.
20563         * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
20564         Use display-buffer-other-frame.
20565         (gdb-display-gdb-buffer): Use pop-to-buffer.
20567         * progmodes/gud.el (gud-goto-info): Use info-other-window.
20569         * progmodes/python.el: Don't set same-window-buffer-names.
20571         * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
20573         * window.el (display-buffer-alist): Add *Python*.
20575 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
20577         * window.el (display-buffer-alist): Add entry for buffers
20578         previously handled same-window-*.
20579         (display-buffer-alist, display-buffer-default-action)
20580         (display-buffer-overriding-action): Mark as risky.
20581         (display-buffer-alist): Document action function changes.
20582         (display-buffer--same-window-action)
20583         (display-buffer--other-frame-action): New variables.
20584         (switch-to-buffer, display-buffer-other-frame): Use them.
20585         (display-buffer): Rename reuse-frame entry to reusable-frames.
20586         (display-buffer-reuse-selected-window): Function deleted.
20587         (display-buffer-reuse-window): Handle reusable-frames alist entry.
20588         If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
20589         (display-buffer-special): New function.
20590         (display-buffer--maybe-pop-up-frame-or-window): Rename from
20591         display-buffer-reuse-or-pop-window.  Split off special-display
20592         part into display-buffer-special.
20593         (display-buffer-use-some-window): Don't perform any special
20594         pop-up-frames handling.
20595         (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
20596         (display-buffer--maybe-same-window): Rename from
20597         display-buffer-maybe-same-window.
20599         * info.el: Don't set same-window-regexps.
20600         (info-setup): New function.
20601         (info-other-window, info): Call it.
20603         * cus-edit.el: Don't set same-window-regexps.
20604         (customize-group): New argument.
20605         (customize-group-other-window): Use it.
20606         (customize-face, customize-face-other-window): Likewise.
20607         (custom-buffer-create-other-window): Use pop-to-buffer directly.
20609         * net/rlogin.el:
20610         * net/telnet.el:
20611         * progmodes/gud.el: Don't set same-window-regexps.
20613         * cmuscheme.el:
20614         * ielm.el:
20615         * shell.el:
20616         * mail/sendmail.el:
20617         * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
20619 2011-09-10  Juri Linkov  <juri@jurta.org>
20621         * isearch.el (isearch-edit-string): Remove obsolete mention of
20622         `C-w' (`isearch-yank-word-or-char') from docstring.
20623         (isearch-query-replace): Fix typo in docstring (bug#9466).
20625 2011-09-10  Juri Linkov  <juri@jurta.org>
20627         * paren.el (show-paren-function): Don't show escaped parens.
20628         Let-bind `unescaped' to `t' when paren is not escaped.  (Bug#9461)
20630 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
20632         * mail/sendmail.el (mml-to-mime, mml-attach-file)
20633         (mm-default-file-encoding): Remove autoload forms, they are
20634         replaced with autoload cookies in mml.el and mm-encode.el.
20635         (mail-add-attachment): New command.
20636         (mail-mode-map): Add a menu-bar item for mail-add-attachment.
20637         (mail-mode): Mention mail-insert-file and mail-add-attachment in
20638         the doc string.
20639         (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
20641 2011-09-10  Reuben Thomas  <rrt@sc3d.org>
20643         * simple.el (count-words-region): Use buffer if there's no region
20644         (bug#9429).
20646 2011-09-09  Juri Linkov  <juri@jurta.org>
20648         * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
20649         `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
20650         (wdired-isearch-filter-read-only): New function.  (Bug#6362)
20652 2011-09-09  Alan Mackenzie  <acm@muc.de>
20654         * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
20655         spuriously generating `awk-mode-syntax-table'.  (Bug #9448).
20657 2011-09-09  Eli Zaretskii  <eliz@gnu.org>
20659         Fix for Savannah bug#9392.
20660         * simple.el (mail-encode-mml): New defvar.
20662         * mail/rmail.el (mail-encode-mml): Add a defvar.
20663         (rmail-enable-mime-composing): Default to t.
20664         (rmail-forward): Use MIME method of forwarding only if both
20665         rmail-enable-mime-composing and rmail-enable-mime are non-nil.
20666         Set mail-encode-mml non-nil if the MIME method was used.
20668         * mail/sendmail.el (mml-to-mime): Add autoload form.
20669         (mail-encode-mml): Add a defvar.
20670         (mail-mode): Make mail-encode-mml buffer-local and initialize it
20671         to nil.
20672         (mail-send): If mail-encode-mml is non-nil, run the outgoing
20673         message through mml-to-mime, and reset mail-encode-mml to nil.
20675 2011-09-09  Glenn Morris  <rgm@gnu.org>
20677         * woman.el (woman-if-body): When processing an .el block,
20678         do not delete the next .el block as well.  (Bug#9447)
20679         (woman-special-characters): Add oq, cq, and hy characters.
20681 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
20683         * window.el (window-deletable-p): Make sure window is live before
20684         invoking window-prev-buffers.
20686 2011-09-08  Leo Liu  <sdl.web@gmail.com>
20688         * net/rcirc.el (rcirc-cmd-invite): New rcirc command.  (Bug#9453)
20690 2011-09-08  Juri Linkov  <juri@jurta.org>
20692         * progmodes/compile.el (compilation-environment): Make it
20693         a defcustom (bug#8340).
20695 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
20697         * window.el (frame-auto-delete): Rename to window-auto-delete.
20698         Make it control auto-deletion of windows and/or frames.
20699         (window-deletable-p): New argument FORCE.  Rewrite conditions
20700         for deleting window/frame.  (Bug#9419)
20701         (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
20702         Rewrite handling of case when window/frame can be deleted.
20703         (delete-windows-on): Call window-deletable-p with new FORCE
20704         argument t.  (Bug#9456)
20706 2011-09-07  Chong Yidong  <cyd@stupidchicken.com>
20708         * help-mode.el (help-mode): Restore autoload.
20710 2011-09-07  Juri Linkov  <juri@jurta.org>
20712         * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
20713         `compilation-environment'.  Set buffer-local
20714         `compilation-environment' to `thisenv' later after (funcall mode).
20715         (Bug#8340)
20717         * vc/vc-git.el (vc-git-grep): Remove --no-color.  (Bug#9408)
20718         (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
20719         instead of replacing its value.  (Bug#8340)
20721 2011-09-07  Juri Linkov  <juri@jurta.org>
20723         * progmodes/grep.el (grep-regexp-alist): Calculate column positions
20724         based on text properties put by `grep-filter' instead of matching
20725         escape sequences.
20726         (grep-mode): Set buffer-local `compilation-error-screen-columns'
20727         to the value of `grep-error-screen-columns' (bug#9438).
20729 2011-09-07  Juri Linkov  <juri@jurta.org>
20731         * simple.el (next-error-highlight, next-error-highlight-no-select):
20732         Doc fix (bug#9432).
20734 2011-09-07  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
20736         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
20737         Check for null c-opt-block-decls-with-vars-key.  (Bug#9443)
20739 2011-09-07  Leo Liu  <sdl.web@gmail.com>
20741         * net/rcirc.el (rcirc-mode): Conditionally initialize
20742         rcirc-input-ring.
20744 2011-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20746         * emacs-lisp/find-func.el (find-function-C-source): Only set
20747         find-function-C-source-directory after checking that we found a source
20748         file there (bug#9440).
20750 2011-09-06  Alan Mackenzie  <acm@muc.de>
20752         * isearch.el (isearch-other-meta-char): Wherever a key list is
20753         unread, "unread" the prefix arg, too.  This fixes bug #8901.
20755 2011-09-05  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
20757         * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
20759 2011-09-05  Juri Linkov  <juri@jurta.org>
20761         * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
20763 2011-09-05  Juri Linkov  <juri@jurta.org>
20765         * progmodes/grep.el (grep-filter): Avoid incomplete processing by
20766         keeping point where processing of grep matches begins, and
20767         continue to delete remaining escape sequences from the same point.
20768         (grep-filter): Make leading zero optional in "0?1;31m" because
20769         git-grep emits "\033[1;31m" escape sequences unlike expected
20770         "\033[01;31m" as GNU Grep does (bug#9408).
20771         (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
20773 2011-09-05  Juri Linkov  <juri@jurta.org>
20775         * subr.el (y-or-n-p): Capitalize "yes".
20777 2011-09-04  Michael Albinus  <michael.albinus@gmx.de>
20779         * net/tramp.el (top): Require 'shell.  Use `tramp-unload-hook' but
20780         `tramp-cache-unload-hook' where appropriate.
20781         (tramp-methods): Rename `tramp-remote-sh' to
20782         `tramp-remote-shell'.  Add `tramp-remote-shell-args'.
20783         (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
20785         * net/tramp-sh.el (top): Don't require 'shell.
20786         (tramp-methods): Add `tramp-remote-shell' and
20787         `tramp-remote-shell-args' entries.
20788         (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
20789         (tramp-sh-handle-shell-command): Remove.
20790         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
20791         Use `tramp-remote-shell'.
20793 2011-09-03  Chong Yidong  <cyd@stupidchicken.com>
20795         * mail/sendmail.el (sendmail-query-once-function): Delete.
20796         (sendmail-query-once): Save directly to send-mail-function.
20797         Update message-send-mail-function too.
20799         * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
20801 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
20803         * progmodes/python.el (python-mode-map): Use correct function to
20804         start python interpreter from menu-bar (as reported by Geert
20805         Kloosterman).
20806         (inferior-python-mode-map): Fix typo.
20807         (python-shell-map): Remove.
20809 2011-09-03  Deniz Dogan  <deniz@dogan.se>
20811         * net/rcirc.el (rcirc-print): Simplify code for
20812         rcirc-scroll-show-maximum-output.  There is no need to walk
20813         through all windows to find the right one.
20815 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
20817         * help.el (help-return-method): Doc fix.
20819 2011-09-03  Martin Rudalics  <rudalics@gmx.at>
20821         * window.el (window-deletable-p): Don't return a non-nil value
20822         when there's a buffer that was shown in the window before.
20823         (Bug#9419)
20824         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
20825         Set window's previous buffers to nil.
20827 2011-09-03  Eli Zaretskii  <eliz@gnu.org>
20829         * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
20830         newline before and after the tag line, so it doesn't interfere
20831         with determining the paragraph direction of bidirectional text.
20833 2011-09-03  Leo Liu  <sdl.web@gmail.com>
20835         * files.el (find-file-not-true-dirname-list): Remove.  (Bug#9422)
20837 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
20839         * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
20840         (pop-to-buffer): Change interactive spec.  Pass second argument
20841         directly to display-buffer.
20842         (display-buffer): Fix interactive spec.  Use functionp to
20843         distinguish between a function and a list of functions.
20845         * abbrev.el (edit-abbrevs):
20846         * arc-mode.el (archive-extract):
20847         * autoinsert.el (auto-insert):
20848         * bookmark.el (bookmark-bmenu-list):
20849         * files.el (find-file):
20850         * view.el (view-buffer):
20851         * progmodes/compile.el (compilation-goto-locus):
20852         * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
20854 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
20856         * window.el (display-buffer-alist): Doc fix.
20857         (display-buffer): Add docstring.  Don't treat
20858         display-buffer-default specially.
20859         (display-buffer-reuse-selected-window)
20860         (display-buffer-same-window, display-buffer-maybe-same-window)
20861         (display-buffer-reuse-window, display-buffer-pop-up-frame)
20862         (display-buffer-pop-up-window)
20863         (display-buffer-reuse-or-pop-window)
20864         (display-buffer-use-some-window): New functions.
20865         (display-buffer-default-action): Use them.
20866         (display-buffer-default): Delete.
20867         (pop-to-buffer-1): Fix choice of actions.
20869 2011-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20871         * minibuffer.el (completion--insert-strings): Don't get confused by
20872         completion entries that end with an LF char.
20874 2011-09-01  Eli Zaretskii  <eliz@gnu.org>
20876         * window.el (frame-auto-delete, window-deletable-p): Doc fix.
20878 2011-09-01  Chong Yidong  <cyd@stupidchicken.com>
20880         * window.el (display-buffer): Restore interactive spec.
20881         (display-buffer-same-window, display-buffer-other-window):
20882         New functions.
20883         (pop-to-buffer-1): New function.  Use the above.
20884         (pop-to-buffer, pop-to-buffer-same-window): Use it.
20885         (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
20887         * view.el (view-buffer-other-window, view-buffer-other-frame):
20888         Just use pop-to-buffer.
20890 2011-09-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
20892         * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories.  (Bug#9391)
20894 2011-09-01  Wilfred Hughes  <wilfred@potatolondon.com>  (tiny change)
20896         * vc/vc-git.el (vc-git-grep): Use --no-color.  (Bug#9408)
20898 2011-08-31  Richard Stallman  <rms@gnu.org>
20900         * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
20901         of the separation of rmail-view-buffer from rmail-buffer.
20902         If you say no to "replace original", the decrypt is in the
20903         view buffer.  If you say yes, the decrypt goes into the
20904         rmail buffer also.
20906 2011-08-31  Martin Rudalics  <rudalics@gmx.at>
20908         * window.el (display-buffer-window): Rewrite doc-string.
20909         (display-buffer-record-window): New function.
20910         (display-buffer-macro-specifiers)
20911         (display-buffer-even-window-sizes, display-buffer-set-height)
20912         (display-buffer-set-width, display-buffer-in-window)
20913         (display-buffer-reuse-window, display-buffer-split-specifiers)
20914         (display-buffer-side-specifiers, display-buffer-split-window-1)
20915         (display-buffer-split-window, display-buffer-split-atom-window)
20916         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
20917         (display-buffer-pop-up-side-window, display-buffer-in-side-window)
20918         (display-buffer-other-window-means-other-frame)
20919         (display-buffer-normalize-special)
20920         (display-buffer-normalize-default)
20921         (display-buffer-normalize-argument)
20922         (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
20923         (display-buffer-normalize-specifiers, display-buffer-frame)
20924         (display-buffer-same-window, display-buffer-same-frame)
20925         (display-buffer-other-window)
20926         (display-buffer-same-frame-other-window)
20927         (display-buffer-other-frame, pop-to-buffer-same-window)
20928         (pop-to-buffer-same-frame, pop-to-buffer-other-window)
20929         (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
20930         (switch-to-buffer-same-frame)
20931         (switch-to-buffer-other-window-same-frame)
20932         (display-buffer-alist-of-strings-p, display-buffer-alist-add)
20933         (display-buffer-alist-set-1, display-buffer-alist-set-2)
20934         (display-buffer-alist-set): Remove.
20935         (display-buffer-function, special-display-buffer-names)
20936         (special-display-regexps, special-display-function):
20937         In doc-string refer to display-buffer-window and quit-restore
20938         parameter.
20939         (pop-up-frame-alist, pop-up-frame-function, special-display-p)
20940         (special-display-frame-alist, special-display-popup-frame)
20941         (same-window-buffer-names, same-window-regexps, same-window-p)
20942         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
20943         (split-window-preferred-function, split-height-threshold)
20944         (split-width-threshold, window-splittable-p)
20945         (split-window-sensibly, window--try-to-split-window)
20946         (window--frame-usable-p, even-window-heights)
20947         (window--even-window-heights, window--display-buffer-1)
20948         (window--display-buffer-2, display-buffer-other-frame):
20949         Restore old Emacs 23 code, order and doc-strings where applicable.
20950         (display-buffer-default, display-buffer-assq-regexp): New functions.
20951         (display-buffer-alist): Rewrite doc-string.
20952         (display-buffer-default-action)
20953         (display-buffer-overriding-action): New variables.
20954         (display-buffer, switch-to-buffer): Rewrite.
20955         (pop-to-buffer): Restore Emacs 23 behavior but use
20956         window-normalize-buffer-to-display.
20957         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
20958         Restore Emacs 23 behavior but use
20959         window-normalize-buffer-to-switch-to.
20960         (pop-to-buffer-same-window): Rewrite.
20961         (pop-to-buffer-other-window, pop-to-buffer-other-frame):
20962         Rewrite using Emacs 23 options.
20964 2011-08-31  Michael Albinus  <michael.albinus@gmx.de>
20966         * net/tramp.el (tramp-root-regexp): Remove.
20967         (tramp-completion-file-name-regexp-unified)
20968         (tramp-completion-file-name-regexp-separate)
20969         (tramp-completion-file-name-regexp-url): Don't use leading volume
20970         letter on w32 systems.  (Bug#5303, Bug#9311)
20971         (tramp-drop-volume-letter): Simplify definition.
20972         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20974 2011-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20976         * subr.el (event-modifiers): Fix "missing modifier" part of docstring
20977         (bug#9356).
20979 2011-08-30  Reuben Thomas  <rrt@sc3d.org>  (tiny change)
20981         * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
20983 2011-08-29  Juri Linkov  <juri@jurta.org>
20985         * isearch.el (isearch-done): Don't display message "Mark saved"
20986         when arg `edit' is non-nil to prevent its flicker in the echo area.
20988 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
20990         * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
20991         obsolete packages for deletion.
20993 2011-08-28  Christoph Scholtes  <cschol2112@googlemail.com>
20995         * help-mode.el (help-mode-map): Add special-mode-map to parent.
20996         (help-mode): Derive help-mode from special-mode.  Don't invoke
20997         view-mode from help-mode.
20998         (help-xref-override-view-map): Remove.
20999         (help-make-xrefs): Remove minor-mode-overriding-map-alist since
21000         view-mode is not used anymore.
21002 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
21004         * server.el (server-port): Doc fix.
21006         * cus-theme.el (custom-theme-choose-mode): Inherit from
21007         special-mode (Bug#9124).
21008         (custom-theme-choose-mode-map): Add special-mode to parent.
21010 2011-08-28  Alan Mackenzie  <acm@muc.de>
21012         * progmodes/cc-fonts.el
21013         (c-make-font-lock-BO-decl-search-function): New function.
21014         (c-basic-matchers-after - "Fontify the clauses after various
21015         keywords"): Extract the three keyword lists for the 3 erroneous
21016         constructs from the list of four, and use the new function above
21017         in place of an old one.
21019 2011-08-28  Deniz Dogan  <deniz@dogan.se>
21021         * net/rcirc.el (rcirc-insert-prev-input)
21022         (rcirc-insert-next-input): Remove unused argument.
21024 2011-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21026         * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
21028 2011-08-27  Alan Mackenzie  <acm@muc.de>
21030         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
21031         handle function pointer parameters properly.
21033 2011-08-27  Martin Rudalics  <rudalics@gmx.at>
21035         * window.el (display-buffer-reuse-window): Fix case where
21036         selected window was reused with non-nil OTHER-WINDOW argument.
21037         (Bug#9381)
21039 2011-08-27  Deniz Dogan  <deniz@dogan.se>
21041         * net/rcirc.el (rcirc-check-auth-status): Adding support for
21042         oftc's NickServ messages.
21044 2011-08-27  Glenn Morris  <rgm@gnu.org>
21046         * saveplace.el (save-place-limit): Make it finite.  (Bug#9352)
21048 2011-08-26  Chong Yidong  <cyd@stupidchicken.com>
21050         * emacs-lisp/package.el (package-install): Call package-initialize
21051         if called interactively.
21053 2011-08-26  Leo Liu  <sdl.web@gmail.com>
21055         * emacs-lisp/cl-macs.el (defstruct): Fix format.  (Bug#9357)
21057 2011-08-25  Juri Linkov  <juri@jurta.org>
21059         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
21060         `search-whitespace-regexp' (bug#9364).
21062 2011-08-25  Juri Linkov  <juri@jurta.org>
21064         * isearch.el (isearch-edit-string): Let-bind `search-ring' and
21065         `regexp-search-ring' to their global values to protect from
21066         updating by `read-from-minibuffer' (bug#9185).
21068 2011-08-25  Juri Linkov  <juri@jurta.org>
21070         * textmodes/ispell.el (ispell-command-loop): Add newline
21071         at the end of the "Use option `i'..." line.
21073 2011-08-25  Juri Linkov  <juri@jurta.org>
21075         * battery.el (display-battery-mode): If `battery-status-function'
21076         or `battery-mode-line-format' is nil, display the message and set
21077         `display-battery-mode' to nil (bug#9363).
21079 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
21081         * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
21082         bidi-string-mark-left-to-right; they are unnecessary now.
21084 2011-08-25  Deniz Dogan  <deniz@dogan.se>
21086         * net/quickurl.el: Documentation typo fixes.
21088 2011-08-25  Chong Yidong  <cyd@stupidchicken.com>
21090         * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
21092 2011-08-25  Glenn Morris  <rgm@gnu.org>
21094         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
21096         * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
21097         (smtpmail-via-smtp): Handle nil response from smtp.
21099 2011-08-24  Juri Linkov  <juri@jurta.org>
21101         * proced.el (proced-marked): Inherit from `error' instead of
21102         `font-lock-warning-face'.
21104         * ibuffer.el (ibuffer-marked-face): Change default face from
21105         `font-lock-warning-face' to `warning'.
21106         (ibuffer-deletion-face): Change default face from
21107         `font-lock-type-face' to `error'.
21109         * battery.el (battery-update): Use the face `error' instead of
21110         `font-lock-warning-face' (bug#6117).
21112 2011-08-24  Juri Linkov  <juri@jurta.org>
21114         * faces.el (success): Change face color from "Green3" to
21115         "ForestGreen" on light background (bug#9353).
21117 2011-08-24  Chong Yidong  <cyd@stupidchicken.com>
21119         * window.el (quit-window): Rename from quit-restore-window.
21120         Use same arglist as old quit-window.
21121         (frame-auto-delete): Doc fix.
21123         * view.el (view-mode-exit): Use quit-window.
21125 2011-08-24  Juri Linkov  <juri@jurta.org>
21127         * isearch.el (isearch-ring-adjust1): Start visiting previous
21128         search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
21129         (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
21130         for empty search string (when the last search string is reused
21131         automatically) to adjust the isearch ring to the last element and
21132         prepare the correct index for further M-p commands (bug#9185).
21134 2011-08-24  Kenichi Handa  <handa@m17n.org>
21136         * international/ucs-normalize.el: If decomposition property of
21137         CHAR is the default one (i.e. a list of CHAR itself), treat it as
21138         nil.
21139         (nfd, nfkd): Likewise.
21141 2011-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
21143         * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
21144         from process filters aren't reliably transmitted to the surrounding
21145         accept-process-output.
21146         (mpc-proc-check): New function.
21147         (mpc-proc-sync): Use it (bug#8293)
21149 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21151         * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
21152         Add compatibility functions (bug#9313).
21154 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
21156         * cus-start.el (all): Add entry for bidi-paragraph-direction.
21158         * international/uni-bidi.el: Regenerate.
21160 2011-08-23  Kenichi Handa  <handa@m17n.org>
21162         * international/charprop.el:
21163         * international/uni-bidi.el:
21164         * international/uni-category.el:
21165         * international/uni-combining.el:
21166         * international/uni-comment.el:
21167         * international/uni-decimal.el:
21168         * international/uni-decomposition.el:
21169         * international/uni-digit.el:
21170         * international/uni-lowercase.el:
21171         * international/uni-mirrored.el:
21172         * international/uni-name.el:
21173         * international/uni-numeric.el:
21174         * international/uni-old-name.el:
21175         * international/uni-titlecase.el:
21176         * international/uni-uppercase.el: Regenerate.
21178 2011-08-23  Martin Rudalics  <rudalics@gmx.at>
21180         * help.el (help-window-setup): Fix message displayed when other
21181         window is reused.  (Bug#9341)
21183 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21185         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
21186         * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
21188         * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
21189         Mark obsolete.
21190         * shell.el (shell-parse-pcomplete-arguments): New function.
21191         (shell-completion-vars): Use it instead (bug#9160).
21193 2011-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21195         * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
21196         strings and comments (bug#9333).
21198         * emacs-lisp/debug.el (debug-arglist): New function.
21199         (debug-convert-byte-code): Use it.  Handle lexical byte-codes.
21200         (debug-on-entry-1): Handle interpreted closures (bug#9120).
21202 2011-08-22  Juri Linkov  <juri@jurta.org>
21204         * progmodes/compile.el (compilation-mode-font-lock-keywords):
21205         Revert regexp that highlights output switches to its old
21206         pre-2010-10-28 value and remove one `?' from it (bug#9319).
21208         * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
21209         to check for empty output (bug#9226).
21211 2011-08-22  Chong Yidong  <cyd@stupidchicken.com>
21213         * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
21214         symbol-constituent as the default, as that stops font-lock from
21215         working properly (Bug#8843).
21217 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21219         * mail/smtpmail.el (smtpmail-via-smtp): Only bind
21220         `coding-system-for-*' around the process open call to avoid
21221         auth-source side effects.
21222         (smtpmail-try-auth-methods): Expand the secret password.
21223         (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
21224         probe hangs.
21226 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
21228         * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
21230         * emacs-lisp/find-func.el (find-function-noselect): New arg
21231         lisp-only.
21233         * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
21234         signal an error for built-in functions (Bug#6664).
21236 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21238         * mail/smtpmail.el (smtpmail-smtp-user): New variable.
21239         (smtpmail-try-auth-methods): Use it.
21241 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
21243         * font-lock.el (font-lock-fontify-region)
21244         (font-lock-unfontify-region, font-lock-default-fontify-buffer)
21245         (font-lock-default-unfontify-buffer)
21246         (font-lock-default-fontify-region)
21247         (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
21249         * progmodes/compile.el (compilation-error-properties):
21250         Fix confusion between file struct and message struct (Bug#9319).
21251         (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
21252         `ant' regexp.
21254         * net/browse-url.el (browse-url-firefox): Don't call
21255         browse-url-firefox-sentinel unless using -remote (Bug#9328).
21257 2011-08-20  Glenn Morris  <rgm@gnu.org>
21259         * tutorial.el (help-with-tutorial): Avoid an error on short screens.
21261         * tutorial.el (tutorial--default-keys): Update some default bindings.
21263         * files.el (hack-local-variables): Fully ignore case for "mode:".
21265 2011-08-20  Alan Mackenzie  <acm@muc.de>
21267         Resolve invalid use of a regexp in regexp-opt.
21269         * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
21270         detection for a java annotation.
21272         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
21273         detection for a java annotation.
21275         * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
21276         handling for java.
21277         (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
21279 2011-08-20  Chong Yidong  <cyd@stupidchicken.com>
21281         * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
21282         (Bug#9274).
21284 2011-08-20  Alan Mackenzie  <acm@muc.de>
21286         Fontify CPP expressions correctly when starting in the middle of
21287         such a construct.  Mainly for when jit-lock etc. starts a chunk
21288         here.
21290         * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
21291         variable.
21292         (c-make-font-lock-search-form): New function, extracted from
21293         c-make-font-lock-search-function.
21294         (c-make-font-lock-search-function): Use the above function.
21295         (c-make-font-lock-context-search-function): New function.
21296         (c-cpp-matchers): Enhance the preprocessor expression case with
21297         the above function
21298         (c-font-lock-complex-decl-prepare): Test for being in a CPP form
21299         which takes an expression.
21301         * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
21303 2011-08-20  Martin Rudalics  <rudalics@gmx.at>
21305         * window.el (display-buffer-reuse-window)
21306         (display-buffer-pop-up-window): Don't reuse or split a side
21307         window.
21309 2011-08-19  Glenn Morris  <rgm@gnu.org>
21311         * files.el (hack-local-variables-prop-line, hack-local-variables):
21312         Downcase "Mode:".  (Bug#9331)
21314 2011-08-18  Chong Yidong  <cyd@stupidchicken.com>
21316         * international/characters.el: Add L and R categories.
21318         * subr.el (bidi-string-mark-left-to-right): Rename from
21319         string-mark-left-to-right.  Use category search.
21321         * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
21323 2011-08-18  Juri Linkov  <juri@jurta.org>
21325         * faces.el (error, warning, success): New faces with definitions
21326         copied from old default values of `font-lock-warning-face',
21327         `compilation-warning', `compilation-info' (bug#6117).
21329         * font-lock.el (font-lock-warning-face): Inherit from `error'.
21331         * progmodes/compile.el (compilation-error): Inherit from `error'.
21332         (compilation-warning): Inherit from `warning'.
21333         (compilation-info): Inherit from `success'.
21335         * dired.el (dired-marked): Inherit from `warning'.
21336         (dired-flagged): Inherit from `error'.
21338 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21340         * mail/smtpmail.el (auth-source): Require to avoid problems with
21341         binding variables (bug#9298).  Also clean up some unused
21342         autoloads.
21344         * net/network-stream.el (network-stream-open-starttls):
21345         Support using starttls.el without using gnutls-cli.
21347 2011-08-17  Juri Linkov  <juri@jurta.org>
21349         * progmodes/grep.el (rgrep): Handle the case when
21350         `grep-find-command' is a cons cell (bug#9278).
21352 2011-08-17  Martin Rudalics  <rudalics@gmx.at>
21354         * window.el (display-buffer-pop-up-frame): Run frame creation
21355         function with BUFFER current (as special-display-popup-frame
21356         does).  Reported by Drew Adams.
21358 2011-08-17  Daiki Ueno  <ueno@unixuser.org>
21360         * epa-mail.el: Simplify GnuPG group expansion using
21361         epg-expand-group.
21362         (epa-mail-group-alist, epa-mail-group-modtime)
21363         (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
21364         (epa-mail-sync-groups, epa-mail-expand-recipient-1)
21365         (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
21366         Remove.
21368 2011-08-16  Feng Li  <fengli@gmail.com>  (tiny change)
21370         * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
21372 2011-08-16  Alan Mackenzie  <acm@muc.de>
21374         * progmodes/cc-engine.el (c-state-cache-non-literal-place):
21375         Correct, to avoid the inside of macros.
21377 2011-08-16  Richard Stallman  <rms@gnu.org>
21379         * epa-mail.el: Handle GnuPG group definitions.
21380         (epa-mail-group-alist, epa-mail-group-modtime)
21381         (epa-mail-gnupg-conf-file): New variables.
21382         (epa-mail-parse-groups, epa-mail-sync-groups)
21383         (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
21384         (epa-mail-expand-recipients): New functions.
21385         (epa-mail-encrypt): Call epa-mail-expand-recipients.
21387         * mail/rmail.el (rmail-epa-decrypt): New command.
21389         * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
21390         Don't bind buffer-read-only, just inhibit-read-only.
21391         (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
21392         (epa-decrypt-armor-in-region): Make error message clearer.
21394 2011-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
21396         * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
21397         and "a2b" to "ab" for `prefix'.
21399 2011-08-14  Chong Yidong  <cyd@stupidchicken.com>
21401         * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
21402         filter groups.
21403         (ibuffer-included-in-filter-p-1): Use it.  Suggested by Rafaël
21404         Fourquet (Bug#8804).
21406 2011-08-12  Juanma Barranquero  <lekktu@gmail.com>
21408         * startup.el (argi): Declare as global variable (bug#9275).
21410 2011-08-12  Chong Yidong  <cyd@stupidchicken.com>
21412         * subr.el (string-mark-left-to-right): Search the entire string
21413         for RTL script, not just the terminating character.  Doc fix.
21415 2011-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21417         * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
21418         New function.
21419         (js--regexp-literal, js-syntax-propertize-function): Remove.
21420         (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
21421         (js-mode-map): Don't rebind electric keys.
21422         (js-insert-and-indent): Remove.
21423         (js-mode): Setup electric-layout and electric-indent instead.
21425         * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
21427 2011-08-12  Daiki Ueno  <ueno@unixuser.org>
21429         * epa.el (epa-progress-callback-function): Fix the logic of
21430         displaying progress.
21431         * epa-file.el (epa-file-insert-file-contents): Make progress
21432         display more user-friendly.
21433         (epa-file-write-region): Ditto.
21435 2011-08-10  Chong Yidong  <cyd@stupidchicken.com>
21437         * subr.el (string-mark-left-to-right): New function.
21439         * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
21440         Use string-mark-left-to-right.
21441         (list-buffers-noselect): Caller changed.
21443         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
21444         Use string-mark-left-to-right.
21445         (tabulated-list-print): Recenter after moving point.
21447 2011-08-10  Juri Linkov  <juri@jurta.org>
21449         * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
21450         This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
21451         intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
21453 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
21455         * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
21456         (Bug#7554).
21458 2011-08-09  Andreas Schwab  <schwab@linux-m68k.org>
21460         * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
21461         character.  (Bug#6594)
21463 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
21465         * image-dired.el: Don't use find-file for temporary work (Bug#7895).
21466         (image-dired--with-db-file): New macro.
21467         (image-dired-write-tags, image-dired-remove-tag)
21468         (image-dired-create-gallery-lists, image-dired-write-comments)
21469         (image-dired-get-comment, image-dired-mark-tagged-files)
21470         (image-dired-list-tags, image-dired-gallery-generate): Use it.
21471         (image-dired-gallery-generate): Use insert-file-contents.
21473         * time.el (display-time-world-list, display-time-world-display):
21474         * time-stamp.el (time-stamp-string):
21475         * vc/add-log.el (add-change-log-entry): Use setenv instead of
21476         set-time-zone-rule (Bug#7337).
21478 2011-08-08  Daiki Ueno  <ueno@unixuser.org>
21480         * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
21481         (epg-error-to-string, epg-errors-to-string): New function.
21482         (epg-wait-for-completion): Reverse errors list.
21483         (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
21484         (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
21485         (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
21486         (epg-sign-keys, epg-generate-key-from-file)
21487         (epg-generate-key-from-string): Format errors by using
21488         epg-errors-to-string (bug#9255).
21489         (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
21491 2011-08-07  Juri Linkov  <juri@jurta.org>
21493         * faces.el (list-faces-display): Remove extra angle bracket
21494         from `help-mode-map'.
21496         * info.el (Info-history-toc-nodes): Doc fix.
21498         * longlines.el (longlines-mode): Doc fix.
21500 2011-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21502         * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
21503         of statements and in a few more cases (bug#9183).
21505         * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
21506         New functions.
21507         (cl-transform-lambda): Use them (bug#9239).
21509 2011-08-05  Martin Rudalics  <rudalics@gmx.at>
21511         * window.el (display-buffer-same-window)
21512         (display-buffer-same-frame, display-buffer-other-window)
21513         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
21514         (pop-to-buffer-other-window)
21515         (pop-to-buffer-same-frame-other-window)
21516         (pop-to-buffer-other-frame): Make them defuns.
21517         (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
21519 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21521         * subr.el (make-composed-keymap): Move from C.  Change calling
21522         convention, and improve docstring to bring attention to a subtle point.
21523         * minibuffer.el (completing-read-default): Adjust accordingly.
21525 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
21527         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
21528         (tramp-open-shell): Use `tramp-shell-quote-argument'.
21530         * net/trampver.el: Update release number.
21532 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21534         * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
21535         "in" (bug#9190).
21537 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21539         * mail/sendmail.el (sendmail-query-once): Restore the current
21540         buffer after querying (bug#9074).
21542         * dired.el (dired-flagged): Use different faces for marked and
21543         flagged files (bug#6117).
21545         * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
21546         (bug#4433).
21548         * ido.el (ido-mode): Switch off the message if called
21549         non-interactively.
21551         * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
21552         before 587, since it appears that that's more likely to work for
21553         more people.
21555         * cus-edit.el (custom-file): When running under emacs -q, always
21556         refuse to save the customizations, even if the .emacs file doesn't
21557         exist.
21559         * info.el: Remove the `Info-beginning-of-buffer' function
21560         (bug#8325).
21562         * net/network-stream.el (network-stream-open-starttls):
21563         Use `starttls-available-p' to see whether starttls.el can be used.
21565 2011-08-01  Martin Rudalics  <rudalics@gmx.at>
21567         * window.el (display-buffer-in-window): Don't set dedicated status
21568         of window here (Bug#9215).
21569         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
21570         (display-buffer-pop-up-side-window)
21571         (display-buffer-in-side-window): Set dedicated status of window here.
21573 2011-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21575         * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
21576         before binding generated-autoload-file.
21578 2011-08-01  Deniz Dogan  <deniz@dogan.se>
21580         * net/rcirc.el (rcirc-handler-333): Clarify docstring.
21582 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
21584         Sync with Tramp 2.2.2.
21586         * net/trampver.el: Update release number.
21588 2011-07-30  Juri Linkov  <juri@jurta.org>
21590         * dired-aux.el (dired-touch-initial): Remove function.
21591         (dired-do-chxxx): For op-symbol `touch', set `initial' to the
21592         current time, and `default' to the last modification time of the
21593         current marked file (bug#6887).
21595 2011-07-28  Jose E. Marchesi  <jemarch@gnu.org>
21597         * simple.el (goto-line): Use string-to-number to provide a
21598         numeric argument to read-number (bug#9163).
21600 2011-07-27  Michael Albinus  <michael.albinus@gmx.de>
21602         * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
21603         connection process, it could be nil.
21605 2011-07-27  Leo Liu  <sdl.web@gmail.com>
21607         Simplify url handling in rcirc-mode.
21609         * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
21610         (rcirc-browse-url-at-mouse): Remove.
21611         * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
21613 2011-07-26  Alan Mackenzie  <acm@muc.de>
21615         Fontify bitfield declarations properly.
21617         * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
21618         (c-symbol-chars): Now exported as a lang variable.
21619         (c-not-primitive-type-keywords): New lang variable.
21621         * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
21622         QT keyword "more" to prevent "more slots: ...." being spuriously
21623         parsed as a bitfield declaration.
21625         * progmodes/cc-engine.el (c-beginning-of-statement-1):
21626         Refactor and enhance to handle bitfield declarations.
21627         (c-punctuation-in): New function.
21628         (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
21629         declarations properly.
21631 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
21633         * calendar/icalendar.el (icalendar--all-events): Take care of
21634         multiple vcalendars in a single file.
21635         (icalendar--convert-float-to-ical): Checkdoc fixes.
21637 2011-07-25  Deniz Dogan  <deniz@dogan.se>
21639         * image.el (insert-image): Clarifying docstring.
21641 2011-07-24  Michael Albinus  <michael.albinus@gmx.de>
21643         * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
21644         `tramp-send-command-and-check' if there is no error.
21645         (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
21647 2011-07-22  Alan Mackenzie  <acm@muc.de>
21649         Prevent cc-langs.elc being loaded at run time.
21651         * progmodes/cc-mode.el: Remove two autoload forms which loaded
21652         cc-langs.
21654         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
21655         "(require 'cc-langs)".  Quote a form so it will evaluate at
21656         (cc-mode's) compilation time.
21658 2011-07-22  Michael Albinus  <michael.albinus@gmx.de>
21660         * net/tramp.el (tramp-file-name-handler): Avoid recursive
21661         loading.  (Bug#9114)
21663 2011-07-21  Martin Rudalics  <rudalics@gmx.at>
21665         * window.el (display-buffer-pop-up-window)
21666         (display-buffer-pop-up-side-window)
21667         (display-buffer-in-side-window): Call display-buffer-set-height
21668         and display-buffer-set-width after setting the new window's
21669         buffer so `fit-window-to-buffer' and friends work on the right buffer.
21671 2011-07-20  Sam Steingold  <sds@gnu.org>
21673         * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
21674         (etags-tags-included-tables): Call `convert-standard-filename' on
21675         the file names contained in TAGS so that windows Emacs can handle
21676         TAGS files created by cygwin ctags.
21678 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21680         * proced.el (proced-update): Revert yesterday's bug#1779 patch,
21681         which apparently didn't work.
21683 2011-07-19  Roland Winkler  <winkler@gnu.org>
21685         * proced.el (proced-send-signal): For *Marked Processes* buffer
21686         put point at beginning of buffer.
21688 2011-07-19  Stephen Berman  <stephen.berman@gmx.net>
21690         * proced.el (proced-format): Make header lines align with the text
21691         (bug#1779).
21693 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21695         * view.el (view-buffer): Allow running in `special' modes if we're
21696         visiting a file (bug#8615).
21698 2011-07-19  Martin Rudalics  <rudalics@gmx.at>
21700         * window.el (display-buffer-alist-of-strings-p)
21701         (display-buffer-alist-set-1, display-buffer-alist-set-2):
21702         New functions.
21703         (display-buffer-alist-set): Rewrite to handle Emacs 23 options
21704         more accurately.
21706 2011-07-18  Alan Mackenzie  <acm@muc.de>
21708         Fontify declarators properly when, e.g., a jit-lock chunk begins
21709         inside a declaration.
21711         * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
21713         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
21714         New function.
21715         (c-complex-decl-matchers): Insert reference to
21716         c-font-lock-enclosing-decls.
21718         * progmodes/cc-engine.el (c-backward-single-comment):
21719         (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
21720         to nil around calls to (forward-comment -1).
21722 2011-07-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21724         * image.el (put-image): Doc typo fix.
21726         * progmodes/etags.el (tags-search): Doc typo fix.
21728         * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
21729         password if we get errors 550 to 554.
21731 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21733         * net/gnutls.el (gnutls-log-level): Remove.
21735         * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
21736         indentation character (bug#6380).
21738         * files.el (buffer-offer-save): Made permanently local (bug#6241).
21740         * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
21741         to clarify what the problem is (bug#4291).
21743         * simple.el (current-kill): Clarify what
21744         `interprogram-paste-function' does (bug#7500).
21745         (auto-fill-mode): Document `auto-fill-function' in relation to
21746         `auto-fill-mode' (bug#2470).
21748 2011-07-16  Lawrence Mitchell  <wence@gmx.li>
21750         * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
21751         method if slot is read-only (bug#9035).
21753 2011-07-16  Martin Rudalics  <rudalics@gmx.at>
21755         * frame.el (select-frame-set-input-focus): New argument NORECORD.
21756         * window.el (pop-to-buffer): Select window used even if it was
21757         selected before, see discussion of (Bug#8615), (Bug#6954).
21758         Pass argument NORECORD on to select-frame-set-input-focus.
21760 2011-07-15  Glenn Morris  <rgm@gnu.org>
21762         * subr.el (read-char-choice): Allow quitting.  (Bug#9001)
21763         Respect help-form.
21765 2011-07-09  Lawrence Mitchell  <wence@gmx.li>
21767         * net/gnutls.el (gnutls-min-prime-bits): New variable.
21768         (gnutls-negotiate): Use it.
21770 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21772         * net/gnutls.el (gnutls-negotiate):
21773         Upcase `gnutls-algorithm-priority'.
21775 2011-07-15  Glenn Morris  <rgm@gnu.org>
21777         * jka-compr.el (jka-compr-verbose): Move from here...
21778         * jka-cmpr-hook.el (jka-compr-verbose): ... to here.  (Bug#9090)
21779         Add missing :version tag.
21780         * info.el: No need to require jka-compr when compiling.
21782 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21784         * net/gnutls.el (gnutls-algorithm-priority): New variable.
21785         (gnutls-negotiate): Use it.
21787         * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
21789         * info.el (Info-beginning-of-buffer): New command.
21790         (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
21791         announcing `b' as the key (bug#8325).
21792         (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
21794         * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
21796         * international/mule-cmds.el
21797         (describe-specified-language-support): Make the error message
21798         clearer (bug#8905).
21800         * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
21802         * isearch.el (isearch-barrier): Add a doc string, since it's
21803         mentioned in a function doc string (bug#8678).
21805 2011-07-15  Martin Rudalics  <rudalics@gmx.at>
21807         * window.el (switch-to-buffer): Call pop-to-buffer with normalized
21808         buffer argument (Bug#9083) and self-identifying label argument.
21810 2011-07-15  Glenn Morris  <rgm@gnu.org>
21812         * emacs-lisp/debug.el (debug): Doc fix.  (Bug#8273)
21814 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21816         * man.el (Man-fontify-manpage): Fix message when formatting the
21817         man page (bug#7929).
21819 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
21821         * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
21822         argument LRM; if non-nil, append an invisible LRM character to the
21823         buffer name.
21824         (list-buffers-noselect): Call Buffer-menu-buffer+size with the
21825         last argument non-nil, when formatting buffer names.
21826         (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
21827         paragraph direction.
21829 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21831         * man.el (Man-bgproc-sentinel): Skip any arguments and only output
21832         the man page name (bug#7929).
21834         * image.el (put-image): Mention the `put-image' overlay property
21835         (bug#7834).
21837         * scroll-bar.el (set-scroll-bar-mode): Mention that
21838         `scroll-bar-mode' lists the values (bug#7772).
21840         * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
21841         command (bug#7729).
21843         * rect.el (apply-on-rectangle): Return the point after the last
21844         operation.
21845         (string-rectangle): Go to the point after the last operation
21846         (bug#7522).
21848         * printing.el (pr-toggle-region): Clarify the documentation
21849         slightly (bug#7493).
21851         * time.el (display-time-update):
21852         Allow `display-time-mail-function' to return nil (bug#7158).
21853         Fix suggested by Detlev Zundel.
21855         * vc/diff.el (diff): Clarify the order the file names are read
21856         (bug#7111).
21858         * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
21859         the doc string (bug#7015).
21861         * font-lock.el (font-lock-maximum-decoration): Mention what
21862         numeric levels mean (bug#6935).
21864         * startup.el (initial-buffer-choice): Don't mention the `none'
21865         selection, which is against policy.
21867 2011-07-14  Martin Rudalics  <rudalics@gmx.at>
21869         * window.el (display-buffer-normalize-special):
21870         Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
21872 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
21874         * subr.el (version<, version<=, version=): Mention "-CVS" and
21875         "-12345" alpha version numbers.
21877 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
21879         * bindings.el: Add advertised binding for set-mark-command
21880         (Bug#5772).
21882 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
21884         * bindings.el (mode-line-other-buffer):
21885         * bookmark.el (bookmark-bmenu-2-window):
21886         * bs.el (bs-cycle-next, bs-cycle-previous):
21887         * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
21888         switch-to-buffer.
21890         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
21891         Delete.
21893 2011-07-14  Juanma Barranquero  <lekktu@gmail.com>
21895         * follow.el (follow-debug-message, follow-redisplay):
21896         * jka-cmpr-hook.el (with-auto-compression-mode):
21897         Fix typos in docstrings.
21899 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21901         * subr.el (with-silent-modifications): Clarify somewhat what the
21902         macro inhibits (bug#6525).
21904         * simple.el (eval-expression): Note what it does if called
21905         interactively (bug#6495).
21907 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
21909         * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
21910         Use pop-to-buffer buffer-or-name if it is nil.
21912         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21913         Remove switch-to-buffer.
21915 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21917         * files.el (make-directory): Clarify that an error will be raised
21918         if there's an error (bug#6397).
21920         * startup.el (initial-buffer-choice): Add `none' as a choice
21921         (bug#6234).
21923         * subr.el (add-hook): Clarify section about buffer-local hooks
21924         (bug#6218).
21926         * dired.el (dired-flagged): Clarify doc string (bug#6117).
21928 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
21930         * tabify.el (untabify): Preserve the current column so that point
21931         doesn't move (bug#6032).
21933 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21935         * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
21936         Rewrite to avoid awkward possessive "s" (bug#5986).
21938 2011-07-13  Glenn Morris  <rgm@gnu.org>
21940         * dired.el (dired-use-ls-dired): Doc fix.  (Bug#9039).
21941         (dired-insert-directory): Give a message the first time
21942         if ls is found not to support --dired.
21944 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21946         * simple.el (toggle-truncate-lines): Clarify what is toggled
21947         (bug#5580).  Text by Drew Adams.
21949 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
21951         * simple.el (blink-matching-open): Make the error message from the
21952         last change less verbose.
21954 2011-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
21956         * font-lock.el (font-lock-comment-face): Use the high contrast
21957         "yellow" color for font-lock-comment-face on low color terminals
21958         using a dark background color (bug#4221).
21960 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21962         * dired.el (dired-insert-set-properties): Make the doc string
21963         reflect what it does now (bug#5325).
21965         * simple.el (blink-matching-open): Say that we were unable to find
21966         the match within the limit, if we're limited (bug#5122).
21968         * international/mule-cmds.el (prefer-coding-system): Add an
21969         example (bug#4869).
21971         * progmodes/etags.el (tags-search): Document `file-list-form'
21972         (bug#4731).
21974 2011-07-13  Lawrence Mitchell  <wence@gmx.li>
21976         * net/browse-url.el (browse-url-default-browser)
21977         (browse-url-browser-function): Make the default browser choice a
21978         bit more logical (bug#4300).  Also clean up the doc string.
21980 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
21982         * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
21983         binary endings (bug#4440).
21985 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21987         * info.el (info-insert-file-contents): Inhibit jka-compr messages,
21988         which can be pretty annoying (bug#8971).
21990         * jka-compr.el (jka-compr-verbose): New variable, and use
21991         throughout (bug#8971).
21993         * info.el (Info-find-file): Fall back on the installation
21994         directory if we can't find the info node anywhere else.
21996 2011-07-13  Sergei Organov  <osv@javad.com>  (tiny change)
21998         * vc/vc.el (vc-revert-file):
21999         Don't set file time-stamp in the past.  (Bug#5181)
22001 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22003         * files.el (after-find-file): Give a better error message when
22004         trying to find a symlink that points to a file that doesn't exist
22005         (bug#4398).
22007         * progmodes/cc-vars.el: Remove (probably) misleading comment
22008         (bug#4396).
22010 2011-07-12  Johan BockgÃ¥rd  <bojohan@gnu.org>
22012         * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
22014 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
22016         * mouse-sel.el: Hack restoring functionality, while keeping
22017         compatibility with 2010-07-03 changes to mouse selection.
22018         (mouse-sel-primary-overlay): New var.
22019         (mouse-sel-selection-alist): Use it.
22020         (mouse-sel-mode): Doc fix; remove points that are default features
22021         of mouse.el.
22023 2011-07-12  Johan BockgÃ¥rd  <bojohan@gnu.org>
22025         * progmodes/compile.el (compilation-error-regexp-alist-alist):
22026         Fix previous fix (bug#2490).
22028 2011-07-12  Roland Winkler  <winkler@gnu.org>
22030         * textmodes/bibtex.el (bibtex-initialize):
22031         Use pop-to-buffer-same-window.
22032         (bibtex-search-entries): Fix interactive call.
22034 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22036         * progmodes/compile.el (compilation-error-regexp-alist-alist):
22037         Fontise bytecomp Error lines more correctly (bug#2490).
22038         Fix suggested by Johan BockgÃ¥rd.
22040         * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
22042         * dired-x.el (dired-guess-default): Use `delete-dups'.
22044 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
22046         * dired.el (dired-mark-prompt):
22047         * dired-aux.el (dired-read-shell-command): Doc fix.
22049 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22051         * mail/sendmail.el (sendmail-query-once):
22052         Use `customize-save-variable' unconditionally, now that it works under
22053         emacs -Q.
22055         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
22057         * cus-edit.el (custom-file): Take an optional no-error variable.
22058         (customize-save-variable): Set the variable, and give a warning if
22059         running under "emacs -q".
22061 2011-07-11  Juanma Barranquero  <lekktu@gmail.com>
22063         * loadhist.el (unload-feature-special-hooks):
22064         Add `auto-coding-functions', `fill-nobreak-predicate' and
22065         `find-directory-functions' (bug#5327).
22067 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22069         * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
22071         * cus-edit.el (custom-guess-name-alist): -alist variables should
22072         use the `alist' type (bug#3120).  Suggested by Drew Adams.
22074         * printing.el: Add documentation to all the `pr-toggle-' commands.
22076 2011-07-11  Leo Liu  <sdl.web@gmail.com>
22078         * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
22079         backends where it makes sense (bug#2623).
22081 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22083         * dired-x.el (dired-guess-default): Remove duplicate shell command
22084         entries (bug#2028).
22085         (dired-guess-default): Fix grammar in doc string (bug#2028).
22086         (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
22088         * subr.el (remove-duplicates): New conveniency function.
22090 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22092         * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
22093         (bug#1526).
22095 2011-07-10  Martin Rudalics  <rudalics@gmx.at>
22097         * window.el (display-buffer-normalize-default): Don't invert
22098         meaning of even-window-heights.  Reported by Eli Zaretskii
22099         <eliz@gnu.org>.
22101 2011-07-10  Bob Rogers  <rogers@rgrjr.dyndns.org>
22103         * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
22105 2011-07-10  Chong Yidong  <cyd@stupidchicken.com>
22107         * window.el (display-buffer): Fix arguments to
22108         display-buffer-reuse-window in last change.
22110         * faces.el (link): Use a less saturated blue on light backgrounds.
22112         * startup.el (fancy-startup-text, fancy-about-text)
22113         (fancy-startup-tail): Use font-lock faces, for background safety.
22115 2011-07-09  Bob Nnamtrop  <bobnnamtrop@gmail.com>  (tiny change)
22117         * emulation/viper-cmd.el (viper-change-state-to-vi):
22118         Limit triggering of abbrev expansion (Bug#9038).
22120 2011-07-09  Martin Rudalics  <rudalics@gmx.at>
22122         * window.el (display-buffer-default-specifiers): Remove.
22123         (display-buffer-macro-specifiers): Remove default specifiers.
22124         (display-buffer-alist): Default to nil.
22125         (display-buffer-reuse-window): New optional argument other-window.
22126         (display-buffer-pop-up-window): Allow splitting internal
22127         windows.  Check whether a live window was created.
22128         (display-buffer-other-window-means-other-frame)
22129         (display-buffer-normalize-arguments): Rename to
22130         display-buffer-normalize-argument and rewrite.  Set the
22131         other-window specifier.
22132         (display-buffer-normalize-special): New function.
22133         (display-buffer-normalize-options): Rename to
22134         display-buffer-normalize-default and rewrite.
22135         (display-buffer-normalize-options-inhibit): Remove.
22136         (display-buffer-normalize-specifiers): Rewrite.
22137         (display-buffer): Process other-window specifier and call
22138         display-buffer-reuse-window with it.  Emulate Emacs 23 behavior
22139         more faithfully.
22140         (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
22141         (display-buffer-alist-set): Don't handle 'unset default values.
22142         (display-buffer-in-window, display-buffer-alist-set):
22143         Replace symbol "dedicated" by "dedicate".  Reported by Tassilo Horn
22144         <tassilo@member.fsf.org>.
22146 2011-07-09  Leo Liu  <sdl.web@gmail.com>
22148         * register.el (insert-register): Restore accidental change on
22149         2011-06-26.  (Bug#9028)
22151 2011-07-09  Glenn Morris  <rgm@gnu.org>
22153         * subr.el (remq): Handle the empty list.  (Bug#9024)
22155 2011-07-08  Andreas Schwab  <schwab@linux-m68k.org>
22157         * mail/sendmail.el (send-mail-function): No longer delay custom
22158         initialization.
22159         * custom.el (custom-initialize-delay): Doc fix.
22161 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22163         * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
22165 2011-07-08  Michael Albinus  <michael.albinus@gmx.de>
22167         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
22168         human-friendly prompt.
22170 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22172         * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
22173         provided by a particular plugin.
22175 2011-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22177         * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
22178         save customizations (with "emacs -Q"), just set the variable
22179         instead of erroring out.
22181         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
22183 2011-07-08  Juri Linkov  <juri@jurta.org>
22185         * arc-mode.el (archive-zip-expunge, archive-zip-update)
22186         (archive-zip-update-case): Use 7z if found by `executable-find'.
22187         The order of searching the available programs is the same as in
22188         `archive-zip-extract' (bug#8968).
22190 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
22192         * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
22193         (menu-bar-options-menu): Tweak descriptions.
22195 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22197         * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
22198         menu items into verb phrases (bug#1421).  Also refill to fit under
22199         80 columns.
22201 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
22203         * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
22204         (Info-read-node-name): Doc fix (Bug#1084).
22206         * thingatpt.el (forward-thing, bounds-of-thing-at-point)
22207         (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
22208         (end-of-sexp, beginning-of-sexp)
22209         (thing-at-point-bounds-of-list-at-point, forward-whitespace)
22210         (forward-symbol, forward-same-syntax, word-at-point)
22211         (sentence-at-point): Doc fix (Bug#1144).
22213 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22215         * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
22216         should cover it (bug#1281).
22218         * cus-edit.el (custom-show): Mark as obsolete.
22220         * net/network-stream.el (network-stream-open-starttls): If GnuTLS
22221         negotiation fails, then possibly try again with a non-encrypted
22222         connection (bug#9017).
22224         * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
22225         be used.
22227 2011-07-07  Richard Stallman  <rms@gnu.org>
22229         * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
22230         property, and handle its changed format.
22231         Look for the correct line number.
22232         Use file's line contents (but not past first =) to find
22233         correct line in message.
22235 2011-07-07  Kenichi Handa  <handa@m17n.org>
22237         * international/characters.el (build-unicode-category-table):
22238         Delete it.
22239         (unicode-category-table): Set it by unicode-property-table-internal.
22241         * international/mule-cmds.el (char-code-property-alist): Move to
22242         to src/chartab.c.
22243         (get-char-code-property): Call unicode-property-table-internal to
22244         load a file.  Call get-unicode-property-internal where necessary.
22245         (put-char-code-property): Call unicode-property-table-internal to
22246         load a file.  Call put-unicode-property-internal where necessary.
22247         put-unicode-property-internal where necessary.
22248         (char-code-property-description):
22249         Call unicode-property-table-internal to load a file.
22251         * international/charprop.el:
22252         * international/uni-bidi.el:
22253         * international/uni-category.el:
22254         * international/uni-combining.el:
22255         * international/uni-comment.el:
22256         * international/uni-decimal.el:
22257         * international/uni-decomposition.el:
22258         * international/uni-digit.el:
22259         * international/uni-lowercase.el:
22260         * international/uni-mirrored.el:
22261         * international/uni-name.el:
22262         * international/uni-numeric.el:
22263         * international/uni-old-name.el:
22264         * international/uni-titlecase.el:
22265         * international/uni-uppercase.el: Regenerate.
22267         * loadup.el: Load international/charprop.el before
22268         international/characters.
22270 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
22272         * window.el (next-buffer, previous-buffer): Signal an error if
22273         called from a minibuffer window.
22275         * bindings.el: Revert 2011-07-04 change.
22277 2011-07-06  Richard Stallman  <rms@gnu.org>
22279         * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
22280         (rmail-mime-insert-bulk, rmail-mime-insert-text):
22281         Treat markers like ints.
22282         (rmail-mime-entity): Doc fix.
22284 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22286         * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
22287         defcustom again for backwards compatibility.
22289         * simple.el (shell-command-on-region): Fill.
22291         * dired-aux.el (dired-kill-line): Add a doc string.
22293         * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
22294         to "\\sw\\|\\s_" (bug#358).
22296         * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
22297         (dired-unmark-backward): Ditto.
22298         (dired-flag-backup-files): Ditto.
22300         * dired-x.el (dired-mark-sexp): Ditto.
22302 2011-07-06  Richard Stallman  <rms@gnu.org>
22304         * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
22305         (rmail-mime-entity): New arg TRUNCATED.
22306         (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
22307         New functions.
22308         (rmail-mime-save): Warn if entity is truncated.
22309         (rmail-mime-toggle-hidden): Likewise, for showing.
22310         (rmail-mime-process-multipart): Record when an entity is truncated.
22312         * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
22313         if ENTITY is a string.
22315 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22317         * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
22318         of faces when `M-C-x'-ing their definitions (bug#8378).
22319         Also clean up the code slightly.
22321         * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
22322         because that makes the colors go away.
22324         * mail/sendmail.el (send-mail-function): Change the default to
22325         `sendmail-query-once'.
22326         (sendmail-query-once): Add an autoload cookie.
22328         * net/network-stream.el (network-stream-open-starttls): Try using
22329         a plain connection even if the server offered STARTTLS, and we
22330         kinda wanted to use it, if Emacs doesn't have any STARTTLS
22331         capability.  This should make smtpmail.el work in slightly more
22332         configurations.
22334 2011-07-06  Michael Albinus  <michael.albinus@gmx.de>
22336         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
22337         New defun.
22338         * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
22340 2011-07-06  Michael R. Mauger  <mmaug@yahoo.com>
22342         * progmodes/sql.el: Version 3.0
22343         (sql-product-alist): Add product :completion-object,
22344         :completion-column, and :statement attributes.
22345         (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
22346         (sql-mode-syntax-table): Mark all punctuation.
22347         (sql-font-lock-keywords-builder): Temporarily remove fallback on
22348         ansi keywords.
22349         (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
22350         (sql-mode-oracle-font-lock-keywords): Improve.
22351         (sql-oracle-show-reserved-words): New function for development.
22352         (sql-product-font-lock): Simplify for source code buffers.
22353         (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
22354         New functions.
22355         (sql-highlight-product): Set product specific syntax table.
22356         (sql-mode-map): Add statement movement functions.
22357         (sql-ansi-statement-starters, sql-oracle-statement-starters):
22358         New variable.
22359         (sql-statement-regexp, sql-beginning-of-statement)
22360         (sql-end-of-statement, sql-signum): New functions.
22361         (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
22362         (sql-show-sqli-buffer): Bug fix.
22363         (sql-interactive-mode): Store connection data as buffer local.
22364         (sql-connect): Add NEW-NAME parameter.  Redesign interaction
22365         with sql-interactive-mode.
22366         (sql-save-connection): Save buffer local settings.
22367         (sql-connection-menu-filter): Change menu entry name.
22368         (sql-product-interactive): Bug fix.
22369         (sql-preoutput-hold): New variable.
22370         (sql-interactive-remove-continuation-prompt): Bug fixes.
22371         (sql-debug-redirect): New variable.
22372         (sql-str-literal): New function.
22373         (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
22374         Redesign.
22375         (sql-oracle-save-settings, sql-oracle-restore-settings)
22376         (sql-oracle-list-all, sql-oracle-list-table): New functions.
22377         (sql-completion-object, sql-completion-column)
22378         (sql-completion-sqlbuf): New variables.
22379         (sql-build-completions-1, sql-build-completions)
22380         (sql-try-completion): New functions.
22381         (sql-read-table-name): Use them.
22382         (sql-contains-names): New buffer local variable.
22383         (sql-list-all, sql-list-table): Use it.
22384         (sql-oracle-completion-types): New variable.
22385         (sql-oracle-completion-object, sql-sqlite-completion-object)
22386         (sql-postgres-completion-object): New functions.
22388 2011-07-06  Glenn Morris  <rgm@gnu.org>
22390         * window.el (pop-to-buffer): Doc fix.
22392 2011-07-06  Markus Heiser  <markus.heiser@darmarit.de>  (tiny change)
22394         * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
22396 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
22398         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
22400         * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
22402 2011-07-05  Chong Yidong  <cyd@stupidchicken.com>
22404         * button.el (button): Inherit from link face.  Suggested by Dan
22405         Nicolaescu.
22407 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
22409         * progmodes/gdb-mi.el: Fit in 80 columns.
22410         (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
22411         switch-to-buffer.
22413         * progmodes/which-func.el (which-func-ff-hook): Don't output a message
22414         if imenu is simply not configured (bug#8941).
22416 2011-07-05  Ken Manheimer  <ken.manheimer@gmail.com>
22418         * allout.el (allout-post-undo-hook): New allout outline-change
22419         event hook to signal undo activity.
22420         (allout-post-command-business): Run allout-post-undo-hook if an
22421         undo just occurred.
22422         (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
22423         * allout-widgets.el (allout-widgets-after-undo-function):
22424         Ensure the integrity of the current item's decoration after it has been
22425         in the vicinity of an undo.
22426         (allout-widgets-mode): Include allout-widgets-after-undo-function
22427         on the new allout-post-undo-hook.
22429 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
22431         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
22432         Let define-derived-mode define it.
22433         * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
22434         cycles of abbrev-table inheritance (bug#8998).
22436 2011-07-05  Roland Winkler  <winkler@gnu.org>
22438         * textmodes/bibtex.el: Add support for biblatex.
22439         (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
22440         (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
22441         (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
22442         (bibtex-entry-alist, bibtex-field-alist): New variables.
22443         (bibtex-entry-field-alist): Obsolete alias for
22444         bibtex-BibTeX-entry-alist.
22445         (bibtex-entry-alist, bibtex-field-alist): New widgets.
22446         (bibtex-set-dialect): New command.
22447         (bibtex-entry-type, bibtex-entry-head)
22448         (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
22449         Bind via bibtex-set-dialect.
22450         (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
22451         (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
22452         (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
22453         (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
22454         Define via bibtex-set-dialect.
22455         (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
22456         Obey bibtex-no-opt-remove-re.
22457         (bibtex-vec-push, bibtex-vec-incr): New functions.
22458         (bibtex-format-entry, bibtex-field-list)
22459         (bibtex-print-help-message, bibtex-validate)
22460         (bibtex-search-entries): Use new format of bibtex-entry-alist.
22462 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
22464         * progmodes/compile.el (compilation-goto-locus):
22465         * net/tramp-cmds.el (tramp-append-tramp-buffers):
22466         * bs.el (bs-cycle-next, bs-cycle-previous):
22467         * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
22468         * bindings.el (mode-line-other-buffer):
22469         * autoinsert.el (auto-insert):
22470         * arc-mode.el (archive-extract):
22471         * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
22473 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
22475         * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
22476         Fix check of `emacs-lock-unlockable-modes'.
22477         Coerce true values of `emacs-lock--try-unlocking' to t.
22479 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
22481         * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
22482         * emacs-lock.el: New file.
22484 2011-07-05  Julien Danjou  <julien@danjou.info>
22486         * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
22487         than `boundp' to check if face is set.
22489 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
22491         * register.el (registerv-make):
22492         * window.el (window-min-height): Fix typos in docstrings.
22494 2011-07-05  Jan Djärv  <jan.h.d@swipnet.se>
22496         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
22497         Update doc string.
22499 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
22501         * server.el (server-execute): Catch quit and call
22502         `server-return-error' to pass the error back to emacsclient and
22503         close the connection (bug#8942).
22505 2011-07-04  Ken Manheimer  <ken.manheimer@gmail.com>
22507         * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
22508         insecure exception for current topic.  Also note that auto-saves
22509         are handled differently.
22511         (allout-auto-save-temporarily-disabled, allout-just-did-undo):
22512         State variables for tracking auto-save inhibition situation.
22514         (allout-write-contents-hook-handler): Rename from
22515         'allout-write-file-hook-handler', and describe how it depends on
22516         write-contents-functions sensitivity to non-nil value to prevent
22517         file write.
22519         (allout-auto-save-hook-handler): Remove.  auto-save does not check
22520         this in individual buffers, only in the starting buffer, so this
22521         is not the right way for us to inhibit auto-save in a buffer
22522         according to its condition.
22524         (allout-mode): Use new allout-write-contents-hook-handler, and
22525         only with write-contents-functions.  Remove auto-save provisions -
22526         they're implemented elsewhere.
22528         (allout-before-change-handler): If undo is in progress, note that
22529         for attention of allout-post-command-business.
22531         (allout-post-command-business): If the command we're following was
22532         an undo, check for change in the status of encrypted items and
22533         adjust auto-save inhibitions accordingly.
22535         (allout-toggle-subtree-encryption): Adjust auto-save inhibition
22536         according to whether there are or aren't any plain-text topics
22537         pending encryption.
22539         (allout-inhibit-auto-save-info-for-decryption):
22540         Adjust buffer-saved-size and some allout state to inhibit auto-saves
22541         if there are plain-text topics pending encryption.
22543         (allout-maybe-resume-auto-save-info-after-encryption): Adjust
22544         buffer-saved-size and some allout state to not inhibit auto-saves
22545         if there are no longer any plain-text topics pending encryption.
22547         (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
22548         No longer provide for exemption of the current topic.
22550 2011-07-04  Juri Linkov  <juri@jurta.org>
22552         Add 7z operations to delete and save changed members (bug#8968).
22553         * arc-mode.el (archive-7z-expunge, archive-7z-update):
22554         New defcustoms.
22555         (archive-7z-write-file-member): New function.
22556         (archive-7z-summarize): Fix the number of dashes in the
22557         listing output.
22559 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
22561         * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
22562         (bug#8958).
22564 2011-07-04  Chong Yidong  <cyd@stupidchicken.com>
22566         * bindings.el: Ignore next-buffer and previous-buffer in
22567         minibuffer-local-map.
22569         * font-lock.el (font-lock-builtin-face): Change light background
22570         color to dark slate blue (Bug#6693).
22572 2011-07-04  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
22574         * progmodes/gdb-mi.el (gdb): Use completion-at-point.
22576 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
22578         * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
22579         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
22580         Add switch-to-buffer.
22582 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22584         * isearch.el (isearch-search-fun-function): Clarify further the
22585         meaning of the function returned.
22587 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
22589         * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
22591         * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
22592         (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
22593         Use it.
22594         (tramp-remote-path): Add "/bin" and "/usr/bin".  On busyboxes,
22595         `tramp-default-remote-path' does not exist.
22596         (tramp-send-command-and-read): New optional argument NOERROR.
22597         (tramp-open-connection-setup-interactive-shell)
22598         (tramp-get-remote-path, tramp-get-remote-stat): Use it.
22599         (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
22600         (tramp-process-sentinel): Flush also process' connection property.
22601         (tramp-sh-handle-start-file-process): Do not set process
22602         sentinel.  It is done now ...
22603         (tramp-maybe-open-connection): ... here.  (Bug#8929)
22605 2011-07-04  MON KEY  <monkey@sandpframing.com>
22607         * play/animate.el (animate-string): Doc fixes and allow changing
22608         the buffer name (bug#5417).
22610 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22612         * play/animate.el (animation-buffer-name): Rename from *animate*.
22614 2011-07-04  Paul Eggert  <eggert@cs.ucla.edu>
22616         * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
22617         This is simpler and helps future-proof the code.
22618         (timer-until): Use time-subtract and float-time.
22619         (timer--time-less-p): Use time-less-p.
22621 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
22623         * type-break.el (timep): Use the value of `float-time' to avoid a
22624         byte-compiler warning.
22626         * server.el (server-eval-and-print): Return any result, even nil.
22628 2011-07-03  Paul Eggert  <eggert@cs.ucla.edu>
22630         * type-break.el: Accept time formats that the builtins accept.
22631         (timep, type-break-time-difference): Accept any format that
22632         float-time accepts, rather than insisting on (HIGH LOW USECS) format.
22633         This is simpler and helps future-proof the code.
22634         (type-break-time-difference): Round rather than ignoring
22635         subseconds components.
22637 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22639         * info.el (Info-apropos-matches): Make non-interactive, since it
22640         doesn't seem to do anything useful as a command (bug#8829).
22642 2011-07-03  Chong Yidong  <cyd@stupidchicken.com>
22644         * frame.el (frame-background-mode, frame-set-background-mode):
22645         Move from faces.el.
22646         (frame-default-terminal-background): New function.
22648         * custom.el (custom-push-theme): Don't record faces in `changed'
22649         theme; this doesn't work correctly for per-frame face settings.
22650         (disable-theme): Use face-set-after-frame-default to reset faces.
22651         (custom--frame-color-default): New function.
22653 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22655         * dired.el (dired-flagging-regexp): Remove unused variable
22656         (bug#8769).
22658 2011-03-29  Kevin Ryde  <user42@zip.com.au>
22660         * progmodes/compile.el (compilation-error-regexp-alist-alist):
22661         `perl-Test2' extend to match possible "fail #N" rep count
22662         (bug#8377).
22664 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22666         * mail/feedmail.el (feedmail-buffer-to-smtpmail):
22667         `smtpmail-via-smtp' now returns the error instead of nil.
22669         * isearch.el (isearch-search-fun-function): Clarify the doc string
22670         (bug#8101).
22672 2011-07-03  Richard Kim  <emacs18@gmail.com>  (tiny change)
22674         * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
22675         unnecessary spaces (bug#8987).
22677 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22679         * net/network-stream.el (open-network-stream): Use the
22680         :end-of-capability command thoughout.
22682 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
22684         * net/network-stream.el (open-network-stream): Add the
22685         :end-of-capability command parameter, used by pop3.el.
22687 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22689         * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
22691         * fringe.el (fringe-query-style): Remove redundant text " (type ?
22692         for list)" (bug#6475).
22694         * files.el (file-expand-wildcards): Ignore non-readable
22695         sub-directories while trying to find matches instead of signaling
22696         an error (bug#6297).
22698         * man.el (Man-reference-regexp): Allow matching possible
22699         word-wrapped references (bug#6289).
22701         * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
22702         for consistency with the other vc buffers (bug#6197).
22703         (vc-checkin): Ditto.
22705         * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
22707         * longlines.el (longlines-mode): Document what ARG does (bug#6150).
22709 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22711         * custom.el (defcustom): Clarify that :set is only used in the
22712         Customize user interface (bug#6089).
22714         * progmodes/flymake.el (flymake-mode): If the buffer isn't
22715         associated with a file, refuse to run instead of erroring out
22716         (bug#6084).
22718         * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
22719         the doc string, since it appears that using `fill-column' always
22720         controls the width (bug#7845).
22722         * simple.el (shell-command-on-region): Say where the error output
22723         went if `shell-command-default-error-buffer' is set (bug#6857).
22725 2011-07-02  Ken Manheimer  <ken.manheimer@gmail.com>
22727         * allout.el (allout-yank-processing): Adjust cursor position for
22728         backwards-deleted space.
22730         (allout-rebullet-heading): Register changes with
22731         allout-exposure-changed-hook, so the modified topic is properly
22732         decorated.
22734 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22736         * minibuffer.el (completion-in-region): Document PREDICATE
22737         (bug#7136).
22739         * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
22740         of keyword/argument pairs (bug#6904).
22742         * replace.el (multi-occur):
22743         Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
22745 2011-07-02  Drew Adams  <drew.adams@oracle.com>
22747         * dired.el (dired-mark-if): Make the message about whether it's
22748         marking or unmarking clearer (bug#8523).
22750 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22752         * disp-table.el (display-table-print-array): New function.
22753         (describe-display-table): Use it to print the vectors more pretty
22754         (Bug#8859).
22756 2011-07-02  Martin Rudalics  <rudalics@gmx.at>
22758         * window.el (window-state-get-1): Don't assign clone numbers.
22759         Add clone-of item to list of window parameters.
22760         (window-state-put-2): Don't process clone numbers.
22761         (display-buffer-alist): Fix doc-string.
22763 2011-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
22765         * subr.el (remq): Don't allocate if it's not needed.
22766         (keymap--menu-item-binding, keymap--menu-item-with-binding)
22767         (keymap--merge-bindings): New functions.
22768         (keymap-canonicalize): Use them to refine the canonicalization.
22769         * minibuffer.el (minibuffer-local-completion-map)
22770         (minibuffer-local-must-match-map): Move initialization from C.
22771         (minibuffer-local-filename-completion-map): Move initialization from C;
22772         don't inherit from anything here.
22773         (minibuffer-local-filename-must-match-map): Make obsolete.
22774         (completing-read-default): Use make-composed-keymap to combine
22775         minibuffer-local-filename-completion-map with either
22776         minibuffer-local-must-match-map or
22777         minibuffer-local-filename-completion-map.
22779 2011-07-01  Glenn Morris  <rgm@gnu.org>
22781         * type-break.el (type-break-time-sum): Use dolist.
22783         * textmodes/flyspell.el (flyspell-word-search-backward):
22784         Replace CL function.
22786 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22788         * mouse.el (mouse--strip-first-event): New function.
22789         (function-key-map): Use it to map fringe clicks to normal clicks
22790         by default.
22792         * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
22793         (vc-bzr-revision-completion-table): Add support for annotate and date.
22795         * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
22796         inherit from parent.
22798 2011-07-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22800         * dired-aux.el (dired-diff): Doc fixup (bug#8816).
22801         (dired-show-file-type): Doc fixup (bug#8818).
22803         * dired.el (dired-mode): Fix up the doc string as suggested by
22804         Drew Adams (bug#8817).
22806         * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
22807         cookie, since the manual says that it should be possible to add
22808         this function to `find-file-hook' (bug#8709).
22810 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
22812         * progmodes/cfengine.el: Moved all cfengine3.el functionality
22813         here.  Noted Ted Zlatanov as the maintainer.
22814         (cfengine-common-settings, cfengine-common-syntax): New functions
22815         to set up common things between `cfengine-mode' and
22816         `cfengine3-mode'.
22817         (cfengine3-mode): New mode.
22818         (cfengine3-defuns cfengine3-defuns-regex
22819         (cfengine3-class-selector-regex cfengine3-category-regex)
22820         (cfengine3-vartypes cfengine3-font-lock-keywords)
22821         (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
22822         (cfengine3-indent-line): Add from cfengine3.el.
22824 2011-07-01  Michael Albinus  <michael.albinus@gmx.de>
22826         * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
22828         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
22830 2011-07-01  Martin Rudalics  <rudalics@gmx.at>
22832         * window.el (same-window-buffer-names, same-window-regexps)
22833         (same-window-p, special-display-frame-alist)
22834         (special-display-popup-frame, special-display-function)
22835         (special-display-buffer-names, special-display-regexps)
22836         (special-display-p, pop-up-frame-alist, pop-up-frame-function)
22837         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
22838         (split-window-preferred-function, split-height-threshold)
22839         (split-width-threshold, even-window-heights)
22840         (display-buffer-mark-dedicated, window-splittable-p)
22841         (split-window-sensibly, window-safely-shrinkable-p):
22842         Un-obsolete.
22843         (display-buffer): Don't spread args with function specifier
22844         because special-display-popup-frame won't like it.
22846 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
22848         Time-stamp simplifications and fixes.
22849         These improve accuracy slightly, and future-proof the code
22850         against some potential changes to current-time format.
22852         * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
22853         by using time-since and float-time.
22855         * vc/ediff-util.el (ediff-calc-command-time): Use time-since
22856         and float-time.  Say "NNN.NNN seconds" rather than "NNN seconds
22857         + NNN microseconds".
22859         * type-break.el (type-break-time-sum): Rewrite using time-add.
22861         * play/hanoi.el (hanoi-current-time-float): Remove.
22862         All uses replaced by float-time.
22864         * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
22865         This yields a more-accurate answer.
22866         (rng-time-to-float): Remove; no longer needed.
22868         * emacs-lisp/timer.el (timer-relative-time): Use time-add.
22870         * calendar/timeclock.el (timeclock-seconds-to-time):
22871         Defalias to seconds-to-time, since they're the same thing.
22873         * emacs-lisp/elp.el (elp-elapsed-time):
22874         * emacs-lisp/benchmark.el (benchmark-elapse):
22875         * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
22877 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22879         * window.el (bury-buffer): Don't iconify the only frame.
22880         (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
22881         to pop-to-buffer.  Use pop-to-buffer-same-frame if you don't like that.
22883 2011-07-01  Chong Yidong  <cyd@stupidchicken.com>
22885         * eshell/em-smart.el (eshell-smart-display-navigate-list):
22886         Add mouse-yank-primary.
22888 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
22890         * progmodes/cfengine3.el: New file to support CFEngine 3.x.
22892 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22894         * emacs-lisp/find-func.el (find-library--load-name): New fun.
22895         (find-library-name): Use it to find relative load names when provided
22896         absolute file name (bug#8803).
22898 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22900         * textmodes/flyspell.el (flyspell-word): Consider words that
22901         differ only in case as potential doublons (bug#5687).
22903         * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
22904         Remove two rather uninteresting debugging-like messages to make
22905         debbugs.el more silent.
22907         * comint.el (comint-password-prompt-regexp): Accept "Response" as
22908         a password-like phrase.
22910 2011-06-30  Masatake YAMATO  <yamato@redhat.com>
22912         * progmodes/cc-guess.el: New file.
22914         * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
22916         * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
22917         derived from `c-basic-common-init'.
22919         * progmodes/cc-mode.el (top-level): Require cc-guess.
22920         (c-basic-common-init): Use `cc-choose-style-for-mode'.
22922 2011-06-30  Lawrence Mitchell  <wence@gmx.li>
22924         * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
22926 2011-06-30  Alan Mackenzie  <acm@muc.de>
22928         * progmodes/cc-engine.el (c-guess-continued-construct):
22929         Correct the handling of template-args-cont, particularly for when font
22930         lock is disabled.  Name this case as "CASE G".
22932 2011-06-30  Ken Manheimer  <ken.manheimer@gmail.com>
22934         * allout.el (allout-yank-processing): Fix injection of extra space
22935         between bullet and non-whitespace character in first topic when
22936         pasting, ensuring that the actual spacing in the pasted topic
22937         following the bullet char is preserved.  This extra space was
22938         causing pasted encrypted topics to get a decrypted status even
22939         when the content was actually still encrypted.  Now the decryption
22940         status from before the paste is preserved.
22942         (allout-flag-region): Set all allout overlays so they evaporate
22943         when reduced to zero length (evanescent), to prevent overlay
22944         leakage.
22946 2011-06-30  Glenn Morris  <rgm@gnu.org>
22948         * w32-fns.el (w32-charset-info-alist): Declare.
22950         * find-dired.el (find-grep-options): Simplify.
22952         * term/ns-win.el (ns-set-resource): Declare.
22954         * ses.el (row, col): Declare dynamic variables honestly.
22956         * textmodes/reftex-parse.el (index-tags): Declare.
22958 2011-06-30  Chong Yidong  <cyd@stupidchicken.com>
22960         * cus-edit.el (customize-push-and-save): New function.
22962         * files.el (hack-local-variables-confirm): Use it.
22964         * custom.el (load-theme): New arg NO-CONFIRM.
22965         Use customize-push-and-save (Bug#8720).
22966         (custom-enabled-themes): Doc fix.
22968         * cus-theme.el (customize-create-theme)
22969         (custom-theme-merge-theme): Callers to load-theme changed.
22971 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22973         * thingatpt.el (thing-at-point-short-url-regexp): Require that
22974         short URLs have at least one dot in them (bug #7614).
22976         * progmodes/grep.el (rgrep): Bind `process-connection-type' to
22977         nil, because using a pty is apparently too slow (bug #895).
22979 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22981         * mail/sendmail.el (sendmail-query-once): New function.
22982         (sendmail-query-once-function): New variable.
22984 2011-06-29  Glenn Morris  <rgm@gnu.org>
22986         * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
22988         * ses.el (top-level): Require cl when compiling.
22989         (ses-set-localvars): Fix error statement.
22990         Call it at compile time to silence a storm of warnings.
22992 2011-06-29  Martin Rudalics  <rudalics@gmx.at>
22994         * window.el (normalize-live-buffer): Rename to
22995         window-normalize-buffer.
22996         (normalize-live-frame): Rename to window-normalize-frame.
22997         (normalize-any-window): Rename to window-normalize-any-window.
22998         (normalize-live-window): Rename to window-normalize-live-window.
22999         (make-window-atom): Rename to window-make-atom.
23000         (window-resize-reset): Rename to window--resize-reset.
23001         (window-resize-reset-1): Rename to window--resize-reset-1.
23002         (resize-mini-window): Rename to window--resize-mini-window.
23003         (resize-subwindows-skip-p): Rename to
23004         window--resize-subwindows-skip-p.
23005         (resize-subwindows-normal): Rename to
23006         window--resize-subwindows-normal.
23007         (resize-subwindows): Rename to window--resize-subwindows.
23008         (resize-other-windows): Rename to window--resize-siblings.
23009         (resize-this-window): Rename to window--resize-this-window.
23010         (resize-root-window): Rename to window--resize-root-window.
23011         (resize-root-window-vertically): Rename to
23012         window--resize-root-window-vertically.
23013         (normalize-buffer-to-display): Rename to
23014         window-normalize-buffer-to-display.
23015         (normalize-buffer-to-switch-to): Rename to
23016         window-normalize-buffer-to-switch-to.
23017         Correspondingly update all callers of the functions listed
23018         above.
23019         (display-buffer-alist, display-buffer-normalize-arguments)
23020         (display-buffer-normalize-options, display-buffer)
23021         (display-buffer-alist-set): Use "function" instead of
23022         "fun-with-args".
23024 2011-06-28  Chong Yidong  <cyd@stupidchicken.com>
23026         * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
23027         addresses more clearly.  Add hyperlinks for bug-gnu-emacs and
23028         debbugs.gnu.org.  Mention acknowledgment email.
23030 2011-06-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23032         * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
23033         buffer multibyteness, since it shouldn't matter.
23035 2011-06-28  Martin Rudalics  <rudalics@gmx.at>
23037         * window.el (display-buffer-in-side-window): Handle dedicated
23038         windows as in display-buffer-reuse-window.
23039         (display-buffer-normalize-alist): Use value of override
23040         specifier.
23041         (display-buffer-normalize-specifiers): Use value of
23042         other-window-means-other-frame specifier.
23043         (display-buffer-alist): Rewrite some texts in widgets.
23044         (display-buffer): Spread arguments when calling function
23045         specified by fun-with-args.
23047 2011-06-28  Deniz Dogan  <deniz@dogan.se>
23049         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
23050         Unnest `let'.
23052         * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
23053         selectors (Bug#5732).
23054         (css-proprietary-nmstart-re): Use `regexp-opt'.
23056 2011-06-27  Jari Aalto  <jari.aalto@cante.net>
23058         * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
23059         (eshell-ls-date-format): New defcustom.
23060         (eshell-ls-file): Use it.
23062 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
23064         * help-fns.el (describe-variable): Fix message for terminal-local vars.
23066 2011-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23068         * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
23069         (ange-ftp-make-tmp-name): New arg.
23070         (ange-ftp-file-local-copy): Use it.
23072 2011-06-27  Jambunathan K  <kjambunathan@gmail.com>
23074         * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
23075         no-conversion (Bug#8870).
23077 2011-06-27  Martin Rudalics  <rudalics@gmx.at>
23079         * window.el (window-right, window-left, window-child)
23080         (window-child-count, window-last-child)
23081         (window-iso-combination-p, walk-window-tree-1)
23082         (window-atom-check-1, window-tree-1, delete-window)
23083         (window-state-get-1, display-buffer-even-window-sizes): Adapt to
23084         new naming conventions - window-vchild, window-hchild,
23085         window-next and window-prev are now called window-top-child,
23086         window-left-child, window-next-sibling and window-prev-sibling
23087         respectively.
23088         (resize-window-reset): Rename to window-resize-reset.
23089         (resize-window-reset-1): Rename to window-resize-reset-1.
23090         (resize-window): Rename to window-resize.
23091         (window-min-height, window-min-width)
23092         (resize-mini-window, resize-this-window, resize-root-window)
23093         (resize-root-window-vertically, adjust-window-trailing-edge)
23094         (enlarge-window, shrink-window, maximize-window)
23095         (minimize-window, delete-window, quit-restore-window)
23096         (split-window, balance-windows, balance-windows-area-adjust)
23097         (balance-windows-area, window-state-put-2)
23098         (display-buffer-even-window-sizes, display-buffer-set-height)
23099         (display-buffer-set-width, set-window-text-height)
23100         (fit-window-to-buffer): Rename all "resize-window" prefixed
23101         calls to use the "window-resize" prefix convention.
23102         (display-buffer-alist): Fix symbol for label specifier.
23103         (display-buffer-reuse-window): Set reuse-dedicated to cdr of
23104         corresponding specifier.
23105         Reported by Juanma Barranquero <lekktu@gmail.com>.
23107 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
23109         * ses.el (ses-destroy-cell-variable-range): Fix heading comment
23110         convention.
23111         (ses-call-printer): Does not pass an empty string to formatter when the
23112         cell is empty to keep from barking printer Calc math-format-value.
23114 2011-06-27  Richard Stallman  <rms@gnu.org>
23116         * battery.el (battery-mode-line-limit): New variable.
23117         (battery-update): Handle it.
23119         * mail/rmailmm.el (rmail-mime-process-multipart):
23120         Handle truncated messages.
23122 2011-06-27  Glenn Morris  <rgm@gnu.org>
23124         * progmodes/flymake.el (flymake-err-line-patterns):
23125         Allow for column numbers in the ant/javac pattern.  (Bug#8866)
23127 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
23129         * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
23130         (ses--clean-!, ses--clean-_): New functions.
23131         (ses-range): Add configurability of readout order, and conversion
23132         to Calc vector.
23134         * ses.el (ses-repair-cell-reference-all): New function.
23135         (ses-cell-symbol): Set macro as safe, so that it can be used in
23136         formulas.
23138         * ses.el: Update cycle detection algorithm.
23139         (ses-localvars): Add ses--Dijkstra-attempt-nb and
23140         ses--Dijkstra-weight-bound, and initial values thereof when applicable.
23141         (ses-set-localvars): New function.
23142         (ses-make-cell): Add property-list as a cell element.
23143         (ses-cell-property-get-fun, ses-cell-property-get)
23144         (ses-cell-property-delq-fun, ses-cell-property-set-fun)
23145         (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
23146         New functions.
23147         (ses-cell-property-set, ses-cell-property-pop)
23148         (ses-cell-property-get-handle): New macro.
23149         (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
23150         New aliases, used for code readability.
23151         (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
23152         cycle detection.
23153         (ses-self-reference-early-detection): New defcustom.
23154         (ses-formula-references): Robustify against self-referring cells.
23155         (ses-mode): Use ses-set-localvars.
23156         (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
23157         before lauching the update processing.
23158         (ses-initialize-Dijkstra-attempt): New function.
23159         (ses-recalculate-cell): Update for cycle detection based on
23160         Dijkstra algorithm.
23162         * ses.el: Fix commenting and indenting convention.
23164 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
23166         * bs.el (bs-cycle-next): Complete last change.
23168 2011-06-27  Drew Adams  <drew.adams@oracle.com>
23170         * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
23172 2011-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23174         * net/network-stream.el (network-stream-open-starttls):
23175         Don't re-get capabilities unless we've reestablished connection.
23176         (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
23178         * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
23179         to binary to possibly avoid line encoding issues on Windows (among
23180         other things).
23182 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23184         * net/network-stream.el (open-network-stream): Return an :error
23185         saying what the problem was, if possible.
23187         * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
23188         server.
23190         * net/network-stream.el (network-stream-open-starttls): If we
23191         wanted to use STARTTLS, and the server offered it, but we weren't
23192         able to because we had no STARTTLS support, then close the connection.
23193         (open-network-stream): Return an :error element, if present.
23195 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
23197         * hl-line.el (hl-line-sticky-flag): Doc fix.
23198         (global-hl-line-sticky-flag): New option (Bug#8323).
23199         (global-hl-line-highlight): Obey it.
23201         * vc/vc.el (vc-revert-show-diff): Default to t.
23203 2011-06-26  Ken Manheimer  <ken.manheimer@gmail.com>
23205         * allout-widgets.el (allout-widgets-post-command-business):
23206         Stop decorating intermediate isearch matches.  They're not being
23207         undecorated when an isearch is continued past, and isearch
23208         automatically collapses them.  This leads to "widget leaks", where
23209         decorated items accumulate in collapsed areas.  Lines with lots of
23210         hidden widgets can slow down cursor travel, substantially.
23211         Too much complicated machinery would be needed to ensure undecoration,
23212         so we're doing without this nicety.
23214         (allout-widgets-tally-string): Don't try to do a hash-table-count
23215         of allout-widgets-tally when it's nil.  This eliminates spurious "Error
23216         during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
23217         *Messages* when allout-widgets-maintain-tally is t.
23219 2011-06-26  Martin Rudalics  <rudalics@gmx.at>
23221         * window.el (display-buffer-normalize-argument): Rename to
23222         display-buffer-normalize-arguments.  Handle special meaning of
23223         LABEL argument.  Respect special-display-function when popping up
23224         a new frame.  Fix code searching for a window showing the buffer
23225         on another frame.
23226         (display-buffer-normalize-specifiers):
23227         Call display-buffer-normalize-arguments.
23228         (display-buffer-in-window): Don't undedicate the window if its
23229         buffer remains the same.
23230         Reported by Drew Adams <drew.adams@oracle.com>.
23231         (display-buffer-alist): Add choice for same-window macro
23232         specfier.
23233         (display-buffer): Mention special meaning of LABEL argument in
23234         doc-string.  Fix quoting.  Don't pop up a new frame even as
23235         fallback.
23237 2011-06-26  Juanma Barranquero  <lekktu@gmail.com>
23239         * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
23240         avoid deleting the current window in some cases (bug#8911).
23242 2011-06-26  Andreas Schwab  <schwab@linux-m68k.org>
23244         * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
23245         (Bug#8934)
23247 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23249         * net/network-stream.el (network-stream-open-starttls):
23250         Use built-in TLS support if `gnutls-available-p' is true.
23251         (network-stream-open-tls): Ditto.
23253 2011-06-26  Leo Liu  <sdl.web@gmail.com>
23255         * register.el (registerv): New struct.
23256         (registerv-make): New function.
23257         (jump-to-register, describe-register-1, insert-register):
23258         Support the jump-func, print-func and insert-func slot of a registerv
23259         struct.  (Bug#8415)
23261 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
23263         * vc/vc.el (vc-revert-show-diff): New defcustom.
23264         (vc-diff-internal): New arg specifying diff buffer.
23265         (vc-revert): Obey vc-revert-show-diff.  If we show a diff, don't
23266         reuse an existing *vc-diff* buffer (Bug#8927).
23268         * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
23270 2011-06-26  Glenn Morris  <rgm@gnu.org>
23272         * progmodes/f90.el (f90-critical-indent): New option.
23273         (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
23274         (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
23275         (f90-mode): Doc fix.
23276         (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
23277         (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
23278         (f90-beginning-of-block, f90-next-block, f90-indent-region)
23279         (f90-match-end): Handle block, critical.
23281 2011-06-25  Glenn Morris  <rgm@gnu.org>
23283         * calendar/diary-lib.el (diary-included-files): Doc fix.
23284         (diary-include-files): New function, extracted from
23285         diary-include-other-diary-files and diary-mark-included-diary-files.
23286         (diary-include-other-diary-files, diary-mark-included-diary-files):
23287         Just call diary-include-files.
23288         (diary-mark-entries): Reset diary-included-files on first call.
23290         * calendar/diary-lib.el (diary-mark-entries)
23291         (diary-mark-included-diary-files):
23292         Visit included diary-files in temp buffers.
23294         * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
23295         (f90-blocks-re, f90-program-block-re, f90-end-block-re)
23296         (f90-start-block-re, f90-imenu-generic-expression)
23297         (f90-looking-at-program-block-start, f90-no-block-limit):
23298         Add support for submodules.
23300         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
23301         (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
23303 2011-06-25  Eli Zaretskii  <eliz@gnu.org>
23305         * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
23306         buffer-file-type before setting its value, to avoid disastrous
23307         global effects on decoding files for DOS/Windows systems.  (Bug#8780)
23309 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
23311         * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
23313         * ses.el (ses-unload-function):
23314         * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
23316         * proced.el (proced-unload-function):
23317         * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
23319 2011-06-25  Andreas Rottmann  <a.rottmann@gmx.at>
23321         * server.el (server-create-window-system-frame): Add parameters arg.
23322         (server-process-filter): Doc fix.  Handle frame-parameters.
23324 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
23326         Fix bug#8730, bug#8781.
23328         * loadhist.el (unload--set-major-mode): New function.
23329         (unload-feature): Use it.
23331         * progmodes/python.el (python-after-info-look): Add autoload cookie.
23332         (python-unload-function): New function.
23334 2011-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
23336         * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
23338 2011-06-25  Giuseppe Scrivano  <gscrivano@gnu.org>
23340         * net/browse-url.el (browse-url-firefox-program): Add icecat to
23341         the candidates list.
23343 2011-06-24  Juanma Barranquero  <lekktu@gmail.com>
23345         * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
23347 2011-06-23  Richard Stallman  <rms@gnu.org>
23349         * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
23350         (rmail-variables): Set next-error-move-function.
23351         (rmail-what-message): Take argument POS.
23352         (rmail-next-error-move): New function.
23354 2011-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
23356         * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
23357         messages for adjacent non-terminals.
23359 2011-06-23  Richard Stallman  <rms@gnu.org>
23361         * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
23362         (rmail-show-message-1): Preserve buffer modified flag.
23363         (rmail-start-mail): Don't specify use of rmail-mail-return;
23364         that's done by mail-bury now.
23365         (rmail-mail-return): Handle arg NEWBUF.
23367 2011-06-23  Michael Albinus  <michael.albinus@gmx.de>
23369         * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
23370         SIZE is a number.
23372 2011-06-23  Martin Rudalics  <rudalics@gmx.at>
23374         * window.el (get-lru-window, get-mru-window)
23375         (get-largest-window): Never return a minibuffer window.
23376         (display-buffer-pop-up-window): Fix a bug that could lead to
23377         reusing the minibuffer window.
23378         (display-buffer): Pass original specifier argument to
23379         display-buffer-function instead of the normalized one.
23380         Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
23382 2011-06-22  Leo Liu  <sdl.web@gmail.com>
23384         * minibuffer.el (completing-read-function)
23385         (completing-read-default): Move from minibuf.c.
23387 2011-06-22  Richard Stallman  <rms@gnu.org>
23389         * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
23390         to Rmail even if not started by a special Rmail command.
23392         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
23393         Copy the buffer currently showing just one message.
23395 2011-06-22  Roland Winkler  <winkler@gnu.org>
23397         * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
23398         (bibtex-clean-entry): First delete the old key so that a
23399         customized algorithm for generating the new key does not get
23400         confused by the old key.
23401         (bibtex-url): Obey regexp of first step.
23402         (bibtex-search-entries): Do not use add-to-list with local
23403         list-var.
23405 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23407         * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
23408         stored a user name, then query for the password first, instead of
23409         waiting for SMTP to give an error message and the trying again.
23411 2011-06-22  Lawrence Mitchell  <wence@gmx.li>
23413         * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
23414         BUFFER in call-process.
23416 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23418         * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
23419         QUIT twice.
23420         (smtpmail-try-auth-methods): Require user name and password from
23421         auth-source.
23423 2011-06-22  Martin Rudalics  <rudalics@gmx.at>
23425         * window.el (display-buffer-default-specifiers)
23426         (display-buffer-alist): Remove entries for pop-up-frame-alist.
23427         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
23428         (split-window): Normalize SIDE argument (Bug#8916).
23430         * frame.el (pop-up-frame-alist, pop-up-frame-function)
23431         (special-display-frame-alist, special-display-popup-frame):
23432         Remove duplicate declarations.  These are now in window.el.
23434 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23436         * mail/smtpmail.el (smtpmail-via-smtp):
23437         Set :use-starttls-if-possible so that we always use STARTTLS if the
23438         server supports it.  SMTP servers that support STARTTLS commonly
23439         require it.
23441         * net/network-stream.el (network-stream-open-starttls): Support
23442         upgrading to STARTTLS always, even if we don't have built-in support.
23443         (open-network-stream): Add the :always-query-capabilities keyword.
23445         * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
23446         upgrades with `open-network-stream', and rely solely on
23447         auth-source for all credentials.  Big changes throughout the file,
23448         but in particular:
23449         (smtpmail-auth-credentials): Remove.
23450         (smtpmail-starttls-credentials): Remove.
23451         (smtpmail-via-smtp): Check for servers saying they want AUTH after
23452         MAIL FROM, too.
23454         * net/network-stream.el (network-stream-open-starttls):
23455         Provide support for client certificates both for external and built-in
23456         STARTTLS.
23457         (auth-source): Require.
23458         (open-network-stream): Document the :client-certificate keyword.
23459         (network-stream-certificate): Change cert-cert to cert and
23460         cert-key to key.
23462 2011-06-21  Michael Albinus  <michael.albinus@gmx.de>
23464         * net/tramp-cache.el (top): Don't load the persistency file when
23465         "emacs -Q" has been called.
23467 2011-06-21  Tim Harper  <timcharper@gmail.com>
23469         * term/ns-win.el (ns-initialize-window-system):
23470         Set application-specific `ApplePressAndHoldEnabled' system
23471         resource to NO as it is not yet supported by the NS port.
23473 2011-06-21  Juanma Barranquero  <lekktu@gmail.com>
23475         * misc.el (list-dynamic-libraries--refresh): Compute header here...
23476         (list-dynamic-libraries): ...not here.
23478 2011-06-21  Leo Liu  <sdl.web@gmail.com>
23480         * subr.el (sha1): Implement sha1 using secure-hash.
23482 2011-06-21  Martin Rudalics  <rudalics@gmx.at>
23484         * window.el (display-buffer-alist): In default value do not
23485         enforce searching a window on any but the selected frame.
23486         Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
23487         (display-buffer-select-window): Remove function.
23488         (display-buffer-in-window): When a window on another frame gets
23489         reused, do not select it any more but just raise its frame if
23490         necessary (Bug#8851) and (Bug#8856).
23491         (display-buffer-normalize-options): Handle pop-up-frames related
23492         options more faithfully.
23493         (pop-to-buffer): Don't rely on `display-buffer' selecting the
23494         window if it is on another frame.
23495         (display-buffer-alist, display-buffer-default-specifiers):
23496         Don't make new frame unsplittable by default.
23497         (display-buffer-normalize-argument): Fix doc-string typo and use
23498         'same-frame-other-window instead of 'other-window when associating
23499         with display-buffer-macro-specifiers.
23501 2011-06-21  Vincent Belaïche  <vincent.b.1@hotmail.fr>
23503         * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
23504         New functions.
23505         (5x5-mode-map, 5x5-mode-menu): Bind them.
23506         (5x5-draw-grid): Tweak the solver's rendering.
23508 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23510         * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
23511         `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
23513 2011-06-21  Drew Adams  <drew.adams@oracle.com>
23515         * menu-bar.el: Use function variable instead of switch-to-buffer.
23516         (menu-bar-select-buffer-function): New variable.
23517         (menu-bar-update-buffers): Use it (bug#8876).
23519 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23521         * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
23522         variable's status.
23524 2011-06-20  Jan Djärv  <jan.h.d@swipnet.se>
23526         * x-dnd.el (x-dnd-version-from-flags)
23527         (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
23528         and long as number (Bug#8899).
23529         (x-dnd-handle-xdnd): Call functions above (Bug#8899).
23531 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23533         * minibuffer.el (completion-metadata): Add `metadata' to the alist.
23534         (completion-try-completion, completion-all-completions): Compute the
23535         metadata argument if it's missing; make it optional (bug#8795).
23537         * wid-edit.el: Use lex-bind and move towards completion-at-point.
23538         (widget-complete): Use new :completion-function property.
23539         (widget-completions-at-point): New function.
23540         (default): Use :completion-function instead of :complete.
23541         (widget-default-completions): Rename from widget-default-complete;
23542         Rewrite.
23543         (widget-string-complete, widget-file-complete, widget-color-complete):
23544         Remove functions.
23545         (file, symbol, function, variable, coding-system, color):
23546         * international/mule-cmds.el (default-input-method, charset)
23547         (language-info-custom-alist):
23548         * cus-edit.el (face): Use new property :completions.
23550         * progmodes/pascal.el (pascal-completions-at-point): New function.
23551         (pascal-mode): Use it.
23552         (pascal-mode-map): Use completion-at-point.
23553         (pascal-toggle-completions): Make obsolete.
23554         (pascal-complete-word, pascal-show-completions):
23555         * progmodes/octave-mod.el (octave-complete-symbol):
23556         Redefine as obsolete alias.
23557         * progmodes/octave-inf.el (inferior-octave-completion-at-point):
23558         Signal absence of completion info for old Octave,
23559         (inferior-octave-complete): Redefine as obsolete alias.
23560         * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
23561         (meta-completions-at-point): Rename from meta-complete-symbol and
23562         adapt it for use on completion-at-point-functions.
23563         (meta-common-mode): Use it.
23564         (meta-looking-at-backward, meta-match-buffer): Remove.
23565         (meta-complete-symbol): Redefine as obsolete alias.
23566         (meta-common-mode-map): Use completion-at-point.
23567         * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
23568         (makefile-mode-map): Use completion-at-point.
23569         (makefile-completions-at-point): Rename from makefile-complete and
23570         adapt it for use on completion-at-point-functions.
23571         (makefile-mode): Use it.
23572         (makefile-complete): Redefine as obsolete alias.
23574 2011-06-20  Deniz Dogan  <deniz@dogan.se>
23576         * net/rcirc.el: Delete trailing whitespaces once and for all.
23578 2011-06-20  Daniel Colascione  <dan.colascione@gmail.com>
23580         * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
23582 2011-06-19  Chong Yidong  <cyd@stupidchicken.com>
23584         * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
23586         * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
23588 2011-06-19  Martin Rudalics  <rudalics@gmx.at>
23590         * window.el (display-buffer-other-window-means-other-frame):
23591         Call display-buffer-normalize-alist.
23592         (display-buffer-normalize-specifiers-1): Rename to
23593         display-buffer-normalize-argument.  New argument other-frame.
23594         Rewrite.
23595         (display-buffer-normalize-specifiers-2): Rename to
23596         display-buffer-normalize-options.
23597         (display-buffer-normalize-alist-1): New function.
23598         (display-buffer-normalize-specifiers-3): Rename to
23599         display-buffer-normalize-alist.
23600         Call display-buffer-normalize-alist-1.
23601         (display-buffer-normalize-options-inhibit): New variable.
23602         (display-buffer-normalize-specifiers): Rewrite calling
23603         display-buffer-normalize-alist,
23604         display-buffer-normalize-argument, and
23605         display-buffer-normalize-options.  Don't call the latter if
23606         display-buffer-normalize-options-inhibit is non-nil.
23607         (frame-auto-delete): New option.
23608         (window-deletable-p): Use frame-auto-delete.
23609         (window-list-no-nils, window-state-ignored-parameters)
23610         (window-state-get-1, window-state-get, window-state-put-list)
23611         (window-state-put-1, window-state-put-2, window-state-put):
23612         New functions.
23613         (display-buffer-normalize-options): Move special-display-p group
23614         after pop-up-frame group (Bug#8851) and (Bug#8856).
23616 2011-06-18  Chong Yidong  <cyd@stupidchicken.com>
23618         * emacs-lisp/rx.el (rx-constituents): Add support for numbered
23619         groups (Bug#8776).
23620         (rx-submatch-n): New function.
23621         (rx): Document it.
23623         * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
23624         (Bug#8768).
23626         * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
23628         * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
23630         * cus-face.el (custom-declare-face): Call custom-theme-recalc face
23631         anytime existing face settings are present (Bug#8889).
23633         * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
23634         (delphi-mode): Use define-derived-mode to inherit from prog-mode.
23635         Remove unused argument.
23637 2011-06-18  Martin Rudalics  <rudalics@gmx.at>
23639         * window.el (display-buffer-default-specifiers):
23640         Remove pop-up-frame.  Add pop-up-window-min-height,
23641         pop-up-window-min-width, and another reuse-window specifier
23642         (Bug#8882).  Reported by Dan Nicolaescu <dann@gnu.org>.
23643         (display-buffer-normalize-specifiers-2):
23644         Handle split-height-threshold and split-width-threshold also when
23645         pop-up-windows is unset.  Add a reuse-window specifier for the
23646         case popping up a new window fails.
23647         (special-display-popup-frame): Remove double quoting.
23648         (display-buffer-normalize-specifiers-1): Fix thinko.
23650 2011-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
23652         * shell.el (shell-completion-vars): Set pcomplete-termination-string
23653         according to comint-completion-addsuffix.
23655         * pcomplete.el: Convert to lexical binding and fix bug#8819.
23656         (pcomplete-suffix-list): Mark as obsolete.
23657         (pcomplete-completions-at-point): Capture pcomplete-norm-func and
23658         pcomplete-seen in the closure.
23659         (pcomplete-comint-setup): Setup completion-at-point as well.
23660         (pcomplete--entries): New function.
23661         (pcomplete--env-regexp): New var.
23662         (pcomplete-entries): Rewrite to work with partial-completion and
23663         without relying on pcomplete-suffix-list.
23664         (pcomplete-pare-list): Remove, unused.
23666 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
23668         * window.el (display-buffer-alist): Set pop-up-window-min-height
23669         and pop-up-window-min-width in default value.  Reported by
23670         Thierry Volpiatto <thierry.volpiatto@gmail.com>.  New specifier
23671         other-window-means-other-frame.
23672         (display-buffer-macro-specifiers): Comment out entry for
23673         other-window specifier.
23674         (display-buffer-other-window-means-other-frame): New function.
23675         (display-buffer-normalize-specifiers-1): New arguments
23676         buffer-name and label.  Treat other-window case specially.
23677         (display-buffer-normalize-specifiers-2): Treat other-window case
23678         specially.
23679         (display-buffer-normalize-specifiers-3): New function.
23680         (display-buffer-normalize-specifiers):
23681         Call display-buffer-normalize-specifiers-3.
23683 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
23685         * window.el (same-window-p): Fix two typos introduced when
23686         adding with-no-warnings.
23687         (display-buffer-normalize-specifiers-1): Don't check
23688         pop-up-frames for 'unset initialization.
23689         (display-buffer-normalize-specifiers-2): Major rewrite using
23690         special-display-p and same-window-p (Bug#8851) and (Bug#8856).
23691         (pop-up-frames, display-buffer-reuse-frames)
23692         (display-buffer-mark-dedicated): Don't initialize to 'unset.
23693         Suggested by David Engster <deng@randomsample.de>.
23694         (even-window-heights): Initialize to 'unset.
23695         (display-buffer-alist-set): Handle new 'unset initializations.
23696         (display-buffer-macro-specifiers): Don't pop up a new frame in the
23697         other window case.
23699 2011-06-16  Martin Rudalics  <rudalics@gmx.at>
23701         * window.el (display-buffer-normalize-specifiers-1):
23702         Respect current value of pop-up-frames for most reasonable values of
23703         second argument of display-buffer (Bug#8865).
23704         (switch-to-buffer-same-frame, switch-to-buffer-other-window)
23705         (switch-to-buffer-other-window-same-frame)
23706         (switch-to-buffer-other-frame): Fix doc-strings.  Reported by Drew
23707         Adams (Bug#8875).
23708         (display-buffer): Don't check noninteractive when calling
23709         display-buffer-pop-up-frame.
23710         (display-buffer-pop-up-frame): Never pop up a frame in
23711         noninteractive mode (Bug#8857).
23712         (enlarge-window, shrink-window): Don't report an error when the
23713         window can't be resized as requested (Bug#8862).
23715 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
23717         * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
23719         * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
23721         * abbrev.el (define-abbrev-table): Don't add a table multiple times.
23723 2011-06-15  Alan Mackenzie  <acm@muc.de>
23725         * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
23726         for declarators, disable knr checking to speed up for normal files.
23727         2: Refactor, replacing a sequence of nested if forms by a cond form.
23729 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23731         * net/network-stream.el (open-network-stream): Add the keyword
23732         :always-query-capabilities for the case where you want to force a
23733         `plain' network connection, but the protocol still requires the
23734         capabilitiy command (i.e., SMTP and EHLO).
23736         * subr.el (process-live-p): Rename from `process-alive-p' for
23737         consistency with other `-live-p' functions.
23739 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
23741         * window.el (same-window-buffer-names, same-window-regexps)
23742         (special-display-frame-alist, special-display-popup-frame)
23743         (special-display-function, special-display-buffer-names)
23744         (special-display-regexps, pop-up-frame-alist)
23745         (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
23746         (pop-up-windows, split-window-preferred-function)
23747         (split-height-threshold, split-width-threshold, even-window-heights)
23748         (display-buffer-mark-dedicated): Don't encourage the use of
23749         display-buffer-alist from Elisp code.
23751 2011-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
23753         * progmodes/python.el (python-mode): Derive from prog-mode.
23754         * progmodes/ps-mode.el (ps-mode):
23755         * progmodes/mixal-mode.el (mixal-mode):
23756         * progmodes/cfengine.el (cfengine-mode):
23757         * progmodes/ld-script.el (ld-script-mode): Likewise.
23759 2011-06-15  Martin Rudalics  <rudalics@gmx.at>
23761         * window.el (display-buffer-alist): Trim default value to avoid
23762         popping up a new frame (Bug#8857) or reusing an arbitrary window
23763         on another frame.
23764         (display-buffer): Do not fall back on popping up a new frame in
23765         batch mode (Bug#8857).
23767 2011-06-14  Chong Yidong  <cyd@stupidchicken.com>
23769         * cus-theme.el (describe-theme-1): Use custom-theme-p.
23770         (custom-theme-summary): New function.
23771         (customize-themes): Use it.
23773 2011-06-13  Glenn Morris  <rgm@gnu.org>
23775         * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
23777 2011-06-13  Martin Rudalics  <rudalics@gmx.at>
23779         * help.el (help-window): Remove variable.
23780         (help-window-point-marker, temp-buffer-max-height)
23781         (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
23782         (help-print-return-message): Don't set help-window.
23783         (resize-temp-buffer-window): Rewrite cod eand doc-string.
23784         (help-window-setup-finish): Remove.
23785         (help-window-display-message, help-window-setup)
23786         (with-help-window): Major rewrite based on new
23787         display-buffer-window variable.
23789         * help-mode.el (help-mode-finish): Remove help-window related
23790         code.
23792         * view.el (view-exits-all-viewing-windows): Remove reference to
23793         view-return-to-alist in doc-string.
23794         (view-return-to-alist): Make obsolete.
23795         (view-buffer): Call pop-to-buffer-same-window and remove
23796         undo-window code.
23797         (view-buffer-other-window): Call pop-to-buffer-other-window and
23798         simplify code.  Ignore second argument.
23799         (view-buffer-other-frame): Call pop-to-buffer-other-frame and
23800         simplify code.  Ignore second argument.
23801         (view-return-to-alist-update): Make obsolete.
23802         (view-mode-enter): Rename second argument to QUIT-RESTORE.
23803         Rewrite using quit-restore window parameters.
23804         (view-mode-exit): Rename second argument to EXIT-ONLY.
23805         Rewrite using quit-restore-window.
23806         (View-exit, View-exit-and-edit, View-leave, View-quit)
23807         (View-quit-all, View-kill-and-leave): Call view-mode-exit with
23808         appropriate arguments.
23809         (view-end-message): Use quit-restore window parameter.
23811         * window.el (display-buffer-function): Rewrite doc-string.
23812         (display-buffer-window, display-buffer-alist): New variables.
23813         (display-buffer-split-specifiers)
23814         (display-buffer-side-specifiers)
23815         (display-buffer-macro-specifiers): New constants.
23816         (display-buffer-even-window-sizes, display-buffer-set-height)
23817         (display-buffer-set-width, display-buffer-select-window)
23818         (display-buffer-in-window, display-buffer-reuse-window)
23819         (display-buffer-split-window-1, display-buffer-split-window)
23820         (display-buffer-split-atom-window, display-buffer-pop-up-window)
23821         (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
23822         (display-buffer-in-side-window, normalize-buffer-to-display)
23823         (display-buffer-normalize-specifiers-1)
23824         (display-buffer-normalize-specifiers-2)
23825         (display-buffer-normalize-specifiers, display-buffer-frame):
23826         New functions.
23827         (display-buffer): Major rewrite.
23828         (display-buffer-other-window, display-buffer-other-frame)
23829         (pop-to-buffer, switch-to-buffer-other-window)
23830         (switch-to-buffer-other-frame): Rewrite.
23831         (display-buffer-same-window, display-buffer-same-frame)
23832         (display-buffer-same-frame-other-window)
23833         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
23834         (pop-to-buffer-other-window)
23835         (pop-to-buffer-same-frame-other-window)
23836         (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
23837         (switch-to-buffer-other-window-same-frame): New functions.
23838         (same-window-p, special-display-p): Rewrite disabling warnings.
23839         Make obsolete.
23840         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
23841         (display-buffer-mark-dedicated): Initialize to symbol 'unset.
23842         Make obsolete
23843         (same-window-buffer-names, same-window-regexps)
23844         (special-display-frame-alist, special-display-popup-frame)
23845         (special-display-function, special-display-buffer-names)
23846         (special-display-regexps, pop-up-frame-alist)
23847         (pop-up-frame-function, split-window-preferred-function)
23848         (split-height-threshold, split-width-threshold)
23849         (even-window-heights): Make obsolete.
23851 2011-06-12  Glenn Morris  <rgm@gnu.org>
23853         * term/xterm.el (terminal-init-xterm): `version' may be nil.  (Bug#8838)
23854         Misc simplifications.
23856 2011-06-12  Martin Rudalics  <rudalics@gmx.at>
23858         * window.el (window-safely-shrinkable-p): Restore function which
23859         was inadvertently removed in change from 2011-06-11.  Declare as
23860         obsolete.
23862         * calendar/calendar.el (calendar-generate-window):
23863         Use window-iso-combined-p instead of combination of one-window-p and
23864         window-safely-shrinkable-p.
23866 2011-06-12  Glenn Morris  <rgm@gnu.org>
23868         * progmodes/fortran.el (fortran-mode-syntax-table):
23869         * progmodes/f90.el (f90-mode-syntax-table):
23870         Set % to punctuation.  (Bug#8820)
23871         (f90-find-tag-default): Remove, no longer needed.
23873 2011-06-12  Daniel Colascione  <dan.colascione@gmail.com>
23875         * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
23877 2011-06-11  Chong Yidong  <cyd@stupidchicken.com>
23879         * image.el (image-animated-p): Return animation delay in seconds.
23880         Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
23881         (image-animate-timeout): Remove DELAY argument.  Don't assume
23882         every subimage has the same delay; get it from image-animated-p.
23883         (image-animate): Caller changed.
23885 2011-06-11  Michael Albinus  <michael.albinus@gmx.de>
23887         * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
23888         to ignored backtrace functions.
23890 2011-06-11  Glenn Morris  <rgm@gnu.org>
23892         * calendar/appt.el (appt-disp-window-function): Doc fix.
23893         (appt-check): Handle overlapping appointments.  (Bug#8337)
23895 2011-06-11  Martin Rudalics  <rudalics@gmx.at>
23897         * window.el (window-tree-1, window-tree): New functions, moving
23898         the latter to window.el.
23899         (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
23900         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
23901         (bw-refresh-edges): Remove.
23902         (balance-windows-1, balance-windows-2): New functions.
23903         (balance-windows): Rewrite in terms of window tree functions,
23904         balance-windows-1 and balance-windows-2.
23905         (bw-adjust-window): Remove.
23906         (balance-windows-area-adjust): New function with functionality of
23907         bw-adjust-window but using resize-window.
23908         (set-window-text-height): Rewrite doc-string.
23909         Use normalize-live-window and resize-window.
23910         (enlarge-window-horizontally, shrink-window-horizontally):
23911         Rename argument to DELTA.
23912         (window-buffer-height): New function.
23913         (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
23914         Rewrite using new window resize routines.
23915         (kill-buffer-and-window, mouse-autoselect-window-select):
23916         Use ignore-errors instead of condition-case.
23917         (quit-window): Call delete-frame instead of delete-windows-on
23918         for the only buffer on frame.
23920 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
23922         * loadup.el (top-level): Load window before files for the sake
23923         of replace-buffer-in-windows.
23925         * files.el (read-buffer-to-switch)
23926         (switch-to-buffer-other-window)
23927         (switch-to-buffer-other-frame, display-buffer-other-frame):
23928         Move to window.el.
23930         * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
23931         (previous-buffer): Move to window.el.
23933         * bindings.el (unbury-buffer): Move to window.el.
23935         * window.el (delete-other-windows-vertically): Move after
23936         definition of delete-other-windows.
23937         (other-window, delete-windows-on, replace-buffer-in-windows):
23938         Move here from window.c.
23939         (record-window-buffer, unrecord-window-buffer)
23940         (set-window-buffer-start-and-point, switch-to-prev-buffer)
23941         (switch-to-next-buffer): New functions.
23942         (get-next-valid-buffer, last-buffer, next-buffer): Move here
23943         from simple.el.  Call switch-to-next-buffer.
23944         (previous-buffer): Move here from simple.el.
23945         Call switch-to-prev-buffer.
23946         (bury-buffer): Move here from buffer.c.  Switch to previous
23947         buffer when window cannot be deleted.
23948         (unbury-buffer): Move here from bindings.el.
23949         (ctl-x-map): Move binding for other-window from window.c to
23950         here.
23951         (read-buffer-to-switch, switch-to-buffer-other-window)
23952         (switch-to-buffer-other-frame): Move here from files.el.
23953         (normalize-buffer-to-switch-to): New functions.
23954         (switch-to-buffer): Move here from buffer.c.
23955         Use read-buffer-to-switch and normalize-buffer-to-switch-to.
23957 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
23959         * window.el (window-min-height, window-min-width): Move here
23960         from window.c.  Add defcustoms and rewrite doc-strings.
23961         (resize-mini-window, resize-window): New functions.
23962         (adjust-window-trailing-edge, enlarge-window, shrink-window):
23963         Move here from window.c.
23964         (maximize-window, minimize-window): New functions.
23965         (delete-window, delete-other-windows, split-window): Move here
23966         from window.c.
23967         (window-split-min-size): New function.
23968         (split-window-keep-point): Mention split-window-above-each-other
23969         instead of split-window-vertically.
23970         (split-window-above-each-other, split-window-vertically):
23971         Rename split-window-vertically to split-window-above-each-other
23972         and provide defalias for old definition.
23973         (split-window-side-by-side, split-window-horizontally):
23974         Rename split-window-horizontally to split-window-side-by-side
23975         and provide defalias for the old definition.
23976         (ctl-x-map): Move bindings for delete-window,
23977         delete-other-windows and enlarge-window here from window.c.
23978         Replace bindings for split-window-vertically and
23979         split-window-horizontally by bindings for
23980         split-window-above-each-other and split-window-side-by-side.
23982         * cus-start.el (all): Remove entries for window-min-height and
23983         window-min-width.  Add entries for window-splits and
23984         window-nest.
23986 2011-06-09  Glenn Morris  <rgm@gnu.org>
23988         * calendar/appt.el (appt-mode-line): New function.
23989         (appt-check, appt-disp-window): Use it.
23991         * files.el (hack-one-local-variable-eval-safep):
23992         Allow minor-modes with explicit +/-1 arguments.
23994 2011-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
23996         * term/xterm.el (xterm): Add defgroup.
23997         (xterm-extra-capabilities): Add defcustom to supply known xterm
23998         capabilities, skip querying them, or query them (default).
23999         (terminal-init-xterm): Use it.
24000         (terminal-init-xterm-modify-other-keys): New function to set up
24001         modifyOtherKeys support to simplify `terminal-init-xterm'.
24003 2011-06-09  Martin Rudalics  <rudalics@gmx.at>
24005         * window.el (resize-window-reset, resize-window-reset-1)
24006         (resize-subwindows-skip-p, resize-subwindows-normal)
24007         (resize-subwindows, resize-other-windows, resize-this-window)
24008         (resize-root-window, resize-root-window-vertically)
24009         (window-deletable-p, window-or-subwindow-p)
24010         (frame-root-window-p): New functions.
24012 2011-06-09  Glenn Morris  <rgm@gnu.org>
24014         * net/ange-ftp.el (ange-ftp-switches-ok): New function.
24015         (ange-ftp-get-files): Use it.
24017 2011-06-09  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
24019         * mail/sendmail.el (mail-recover-1, mail-recover):
24020         * files.el (recover-file, recover-session):
24021         Handle dired-listing-switches not being just a single short option.
24023 2011-06-09  Glenn Morris  <rgm@gnu.org>
24025         * calendar/appt.el (appt-display-message, appt-disp-window):
24026         Handle lists of appointments.
24028 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
24030         * window.el (one-window-p): Move down in code.
24031         Rewrite doc-string.
24032         (window-current-scroll-bars): Rewrite doc-string.
24033         Normalize live window argument.
24034         (walk-windows, get-window-with-predicate, count-windows):
24035         Rewrite doc-string.  Use window-list-1.
24036         (window-in-direction-2, window-in-direction, get-mru-window):
24037         New functions.
24039 2011-06-08  Reuben Thomas  <rrt@sc3d.org>
24041         * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
24042         Doc fix (Bug#8713).
24044 2011-06-08  Chong Yidong  <cyd@stupidchicken.com>
24046         * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
24048 2011-06-08  Juanma Barranquero  <lekktu@gmail.com>
24050         * loadhist.el (unload-feature-special-hooks):
24051         Add `comint-output-filter-functions'.
24053 2011-06-08  Ivan Kanis  <gnu@kanis.fr>
24055         * calendar/appt.el (appt-check): Move some initializations into the let.
24057 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
24059         * window.el (window-height): Defalias to window-total-height.
24060         (window-width): Defalias to window-body-width.
24062 2011-06-07  Chong Yidong  <cyd@stupidchicken.com>
24064         * image-mode.el (image-toggle-animation): New command.
24065         (image-mode-map): Bind it to RET.
24066         (image-mode): Update message.
24067         (image-toggle-display-image): Avoid a spurious cache flush.
24068         (image-transform-rotation): Doc fix.
24069         (image-transform-properties): Return quickly in the normal case.
24070         (image-animate-loop): Rename from image-animate-max-time.
24072         * image.el (image-animate-max-time): Move to image-mode.el.
24073         (create-animated-image): Remove unnecessary function.
24074         (image-animate): Rename from image-animate-start.  New arg.
24075         (image-animate-stop): Remove; just use image-animate-timer.
24076         (image-animate-timer): Use car-safe.
24077         (image-animate-timeout): Rename argument.
24079 2011-06-07  Martin Rudalics  <rudalics@gmx.at>
24081         * window.el (get-lru-window, get-largest-window): Move here from
24082         window.c.  Rename first argument to ALL-FRAMES.
24083         Rephrase doc-strings.
24084         (get-buffer-window-list): Rewrite using window-list-1.
24085         Rephrase doc-string.
24086         (window-safe-min-height, window-safe-min-width): New constants.
24087         (window-size-ignore, window-min-size, window-min-size-1)
24088         (window-sizable, window-sizable-p, window-size-fixed-1)
24089         (window-size-fixed-p, window-min-delta-1, window-min-delta)
24090         (window-max-delta-1, window-max-delta, window-resizable)
24091         (window-resizable-p, window-total-height, window-total-width)
24092         (window-body-width): New functions.
24093         (window-full-height-p, window-full-width-p): Rewrite using
24094         window-total-size.
24095         (window-body-height): Rewrite using window-body-size.
24097 2011-06-06  Martin Rudalics  <rudalics@gmx.at>
24099         * window.el (window-right, window-left, window-child)
24100         (window-child-count, window-last-child, window-any-p)
24101         (normalize-live-buffer, normalize-live-frame)
24102         (normalize-any-window, normalize-live-window)
24103         (window-iso-combination-p, window-iso-combined-p)
24104         (window-iso-combinations)
24105         (walk-window-tree-1, walk-window-tree, walk-window-subtree)
24106         (windows-with-parameter, window-with-parameter)
24107         (window-atom-root, make-window-atom, window-atom-check-1)
24108         (window-atom-check, window-side-check, window-check):
24109         New functions.
24110         (ignore-window-parameters, window-sides, window-sides-vertical)
24111         (window-sides-slots): New variables.
24112         (window-size-fixed): Move down in code.  Minor doc-string fix.
24114 2011-06-05  Andreas Schwab  <schwab@linux-m68k.org>
24116         * comint.el (comint-dynamic-complete-as-filename)
24117         (comint-dynamic-complete-filename): Correctly call
24118         completion-in-region.
24120 2011-06-05  Deniz Dogan  <deniz@dogan.se>
24122         * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
24123         in last change.
24125 2011-06-05  Deniz Dogan  <deniz@dogan.se>
24127         * net/rcirc.el (rcirc-prompt-for-encryption): New function.
24128         (rcirc): Use it to prompt for encryption.
24130 2011-06-05  Roland Winkler  <winkler@gnu.org>
24132         * textmodes/bibtex.el (bibtex-search-buffer): New variable.
24133         (bibtex-search-entries): New command bound to C-c C-a.
24134         (bibtex-display-entries): New function.
24136 2011-06-05  Roland Winkler  <winkler@gnu.org>
24138         * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
24139         (bibtex-insert-kill): After yanking insert newline if necessary.
24140         (bibtex-initialize): Call bibtex-string-files-init only once.
24141         (bibtex-mode): Do not call easy-menu-add.
24142         (bibtex-validate-globally): Use save-excursion in bibtex buffers.
24143         (bibtex-yank): Set arg properly if nil.
24145 2011-06-05  Roland Winkler  <winkler@gnu.org>
24147         * textmodes/bibtex.el (bibtex-search-entry-globally):
24148         New variable.
24149         (bibtex-search-entry): Use it.
24151 2011-06-05  Roland Winkler  <winkler@gnu.org>
24153         * textmodes/bibtex.el (bibtex-entry-format): New option
24154         sort-fields.
24155         (bibtex-format-entry, bibtex-reformat): Honor this option.
24156         (bibtex-parse-entry): Return fields in proper order.
24158 2011-06-05  Juanma Barranquero  <lekktu@gmail.com>
24160         * doc-view.el (doc-view-remove-if): Move computation of result out
24161         of `dolist' to silence misleading lexical-binding warning.
24163 2011-06-04  Chong Yidong  <cyd@stupidchicken.com>
24165         * emacs-lisp/timer.el (timer-activate): Remove unused arg.
24166         (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
24168 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
24170         * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
24171         "SunOS 5.10".
24173 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
24175         * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
24176         (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
24177         (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
24178         (tramp-parse-putty):
24179         * net/tramp-sh.el (tramp-completion-function-alist-rsh)
24180         (tramp-completion-function-alist-ssh)
24181         (tramp-completion-function-alist-telnet)
24182         (tramp-completion-function-alist-su)
24183         (tramp-completion-function-alist-putty): Set `tramp-autoload'
24184         cookie.
24186         * net/tramp-ftp.el:
24187         * net/tramp-sh.el:
24188         * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
24189         load "tramp.el" `tramp-set-completion-function'.
24191 2011-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
24193         * shell.el: Require and use pcomplete.
24194         (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
24195         (shell-completion-vars): Set pcomplete-default-completion-function.
24197 2011-06-04  Deniz Dogan  <deniz@dogan.se>
24199         * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
24200         `memq' (Bug#8799).
24202 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
24204         * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
24206 2011-06-02  Juanma Barranquero  <lekktu@gmail.com>
24208         * bs.el (bs--mark-unmark, bs--nth-wrapper):
24209         * mpc.el (mpc-select-extend, mpc-songpointer-context):
24210         * vc/log-view.el (log-view-beginning-of-defun):
24211         * vc/smerge-mode.el (smerge-apply-resolution-patch)
24212         (smerge-refine-forward, smerge-refine-chopup-region):
24213         Silence warning for unused `dotimes' counter variables.
24215 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
24217         * net/tramp.el (tramp-with-progress-reporter): Rename from
24218         with-progress-reporter.  Use `declare'.
24219         * net/tramp-smb.el:
24220         * net/tramp-sh.el:
24221         * net/tramp-gvfs.el: Update all uses.
24223 2011-06-02  Jay Belanger  <jay.p.belanger@gmail.com>
24225         * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
24226         buffer isn't killed before making it current.
24228 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
24230         Silence various byte-compiler warnings.
24231         * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
24232         `access-type' and new obsolescence format.
24233         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
24234         new format.
24235         (byte-compile-check-variable): New `access-type' argument.
24236         Only warn if the access-type is obsolete.
24237         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
24238         (byte-compile-variable-set): Adjust callers.
24239         * help-fns.el (describe-variable): Adjust to new obsolescence format.
24240         * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
24241         setting it as obsolete.
24242         * simple.el (minibuffer-completing-symbol):
24243         * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
24244         access as obsolete.
24245         * minibuffer.el (minibuffer-completing-file-name): Don't make it
24246         obsolete yet.
24247         * international/quail.el (quail-mouse-choose-completion): Remove unused
24248         code referring to obsolete var.
24249         (quail-choose-completion-string): Remove.
24250         * server.el (server-clients-with, server-kill-buffer-query-function)
24251         (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
24252         * proced.el (proced-send-signal):
24253         * emacs-lisp/lisp.el (lisp-complete-symbol):
24254         Replace completion-annotate-function with completion-extra-properties.
24256 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
24258         * simple.el (goto-line): Use read-number.
24259         (overriding-map-is-bound): Remove.
24260         (saved-overriding-map): Change default.
24261         (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
24262         Take the map as argument.
24263         (universal-argument, negative-argument, digit-argument): Use it.
24264         (restore-overriding-map): Adjust.
24265         (do-auto-fill): Use fill-forward-paragraph.
24266         (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
24268         * minibuffer.el (minibuffer-inactive-mode-map): New var.
24269         (minibuffer-inactive-mode): New major mode.
24270         * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
24271         the *Messages* buffer" hack.
24272         (mouse-popup-menubar): Don't burp if the event is a normal key.
24274         Miscellaneous tweaks.
24275         * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
24276         lexical scoping as in subr.el's dolist and dotimes.
24277         * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
24278         Silence compiler warning.
24279         * thingatpt.el (forward-whitespace): Trivial coding style fix.
24280         * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
24281         * international/ccl.el (ccl-compile): Trivial simplification.
24282         * help-fns.el (help-do-arg-highlight): Silence compiler warning.
24283         * emacs-lisp/testcover.el (testcover-end): Remove spurious
24284         `printflag' argument.
24285         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
24286         Purecopy the whole obsolescence data.
24288 2011-06-01  Leo Liu  <sdl.web@gmail.com>
24290         * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
24291         improve doc-string as suggested by Marco Pessotto
24292         <melmothx@gmail.com>.
24293         (rcirc-print): Fix last change.
24295 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
24297         * minibuffer.el (complete-with-action): Return nil for the metadata and
24298         boundaries of non-functional tables.
24299         (completion-table-dynamic): Return nil for the metadata.
24300         (completion-table-with-terminator): Add default case, using
24301         complete-with-action.
24302         (completion--metadata): New function.
24303         (completion-all-sorted-completions, minibuffer-completion-help): Use it
24304         to try and avoid pathological performance problems.
24305         (completion--embedded-envvar-table): Return `category' metadata.
24307 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24309         * subr.el (process-alive-p): New tiny convenience function.
24311 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
24313         * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
24314         content but also its previous major mode.
24316 2011-05-31  Helmut Eller  <eller.helmut@gmail.com>
24318         * emacs-lisp/debug.el (debug): Restore the previous content of the
24319         *Backtrace* buffer when we exit with C-M-c.
24321 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
24323         * minibuffer.el: Add metadata method to completion tables.
24324         (completion-category-overrides): New defcustom.
24325         (completion-metadata, completion--field-metadata)
24326         (completion-metadata-get, completion--styles)
24327         (completion--cycle-threshold): New functions.
24328         (completion-try-completion, completion-all-completions):
24329         Add `metadata' argument to choose completion-styles.
24330         (completion--do-completion): Use metadata to choose cycling.
24331         (completion-all-sorted-completions): Use metadata for sorting.
24332         Remove :completion-cycle-penalty which is not needed any more.
24333         (completion--try-word-completion): Add `metadata' argument.
24334         (minibuffer-completion-help): Check metadata for annotation function
24335         and sorting.
24336         (completion-file-name-table): Return `category' metadata.
24337         (minibuffer-completing-file-name): Make obsolete.
24338         * simple.el (minibuffer-completing-symbol): Make obsolete.
24339         * icomplete.el (icomplete-completions): Pass new `metadata' param to
24340         completion-try-completion.
24342 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24344         * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
24346 2011-05-30  Leo Liu  <sdl.web@gmail.com>
24348         * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
24349         (rcirc-print): Decode all incoming messages (bug#8744).
24350         (rcirc-decode-coding-system): Allow value nil for automatic coding
24351         system detection.
24353 2011-06-01  Glenn Morris  <rgm@gnu.org>
24355         * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
24357 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
24359         * image.el (image-animate-max-time): Allow nil and t values.
24360         Default to nil.
24361         (create-animated-image): Doc fix.
24362         (image-animate-start): Remove second arg; just use
24363         image-animate-max-time.
24364         (image-animate-timeout): Doc fix.  Args changed.
24366         * image-mode.el (image-toggle-display-image): Ensure that the
24367         image spec passed to the animate timer is the same object as in
24368         the buffer's display property (Bug#6981).
24369         (image-transform-properties): Doc fix.
24371         * image.el (image-animate-max-time): Default to nil.
24373 2011-05-29  Martin Rudalics  <rudalics@gmx.at>
24375         * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
24376         entire buffer list (Bug#8184).
24378 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
24380         * image.el (imagemagick-types-inhibit)
24381         (imagemagick-register-types): Doc fix.
24383 2011-05-29  Deniz Dogan  <deniz@dogan.se>
24385         * net/rcirc.el (rcirc): Use the user's stored encryption method by
24386         default.
24388 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
24390         * select.el: Don't perform clipboard-manager saving in hooks;
24391         leave the hooks empty.
24393 2011-05-28  Leo Liu  <sdl.web@gmail.com>
24395         * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
24396         (occur-mode-map): Bind occur-edit-mode.  Use occur-menu-map.
24397         (occur-edit-mode): New major mode (Bug#8463).
24398         (occur-after-change-function): New function.
24399         (occur-engine): Give Occur tags a read-only property.
24401 2011-05-28  Kevin Ryde  <user42@zip.com.au>
24403         * subr.el (def-edebug-spec): Doc fix (Bug#8430).
24405 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
24407         * bindings.el (help-echo): Make the initial non-indicator dash
24408         empty on graphical terminals (Bug#7295).
24410         * files.el (auto-mode-alist): Move config rule after the
24411         in-stripping one (Bug#8547).
24413         * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
24415         * startup.el (normal-splash-screen): Remove gratuitous mode-line
24416         setting (Bug#8740).
24418 2011-05-28  Alp Aker  <aker@pitt.edu>  (tiny change)
24420         * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
24421         (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
24422         (Bug#8539).
24424 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
24426         * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
24428 2011-05-28  Dima Kogan  <dkogan@cds.caltech.edu>  (tiny change)
24430         * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
24431         (hs-hide-block-at-point, hs-find-block-beginning)
24432         (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
24433         (Bug#8279).
24435 2011-05-28  Glenn Morris  <rgm@gnu.org>
24437         * startup.el (fancy-about-screen): Use standard mode line.  (Bug#8740)
24439 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
24441         * help-fns.el (describe-function-1): If the function is a derived
24442         major mode, print the parent mode.
24444         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
24445         (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
24447 2011-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24449         * minibuffer.el (completion--capf-wrapper): Check applicability before
24450         returning non-nil for non-exclusive completion data.
24451         * progmodes/etags.el (tags-completion-at-point-function):
24452         * info-look.el (info-lookup-completions-at-point): Mark as
24453         non-exclusive.
24454         (info-complete): Adjust accordingly.
24456         * info-look.el: Convert to lexical-binding and completion-at-point.
24457         (info-lookup-completions-at-point): New function.
24458         (info-complete): Use it and completion-in-region.
24460 2011-05-28  Drew Adams  <drew.adams@oracle.com>
24462         * isearch.el: Let M-e start with point at the first mismatched char.
24463         (isearch-fail-pos): New function.
24464         (isearch-edit-string): Use it.
24466 2011-05-28  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
24468         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
24470 2011-05-27  Toby Cubitt  <toby-predictive@dr-qubit.org>
24472         * emacs-lisp/avl-tree.el: New avl-tree-stack datatype.  Add new
24473         traversal functions for avl-trees.
24474         (avl-tree--stack): New struct.
24475         (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
24476         (avl-tree-enter): Add optional `updatefun' arg.
24477         (avl-tree--do-enter): Add optional `updatefun' arg.
24478         Change return value.
24479         (avl-tree-delete): Add optional `test' and `nilflag' args.
24480         (avl-tree--do-delete): Add `test' and `nilflag' args.
24481         Change return value.
24482         (avl-tree-member): Add optional `nilflag'
24483         (avl-tree-member-p): New function.
24484         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
24485         (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
24486         (avl-tree-stack-empty-p): New functions.
24488         * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
24489         avl-tree--del-balance1 and make it work both ways.
24490         (avl-tree--del-balance2): Remove.
24491         (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
24492         make it work both ways.
24493         (avl-tree--enter-balance2): Remove.
24494         (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
24495         New macros.
24496         (avl-tree--mapc, avl-tree-map): Add direction argument.
24498 2011-05-27  David Michael  <fedora.dm0@gmail.com>  (tiny change)
24500         * files.el (interpreter-mode-alist): Add rbash (bug#8745).
24502 2011-05-27  Chong Yidong  <cyd@stupidchicken.com>
24504         * select.el: Support clipboard managers with built-in function
24505         x-clipboard-manager-save, via delete-frame-functions and
24506         kill-emacs-hook.
24507         (xselect-convert-to-targets): Add MULTIPLE target to list.
24508         (xselect-convert-to-save-targets): New function.
24510 2011-05-27  Kenichi Handa  <handa@m17n.org>
24512         * mail/sendmail.el (mail-encode-header): Avoid double encoding by
24513         let-binding rfc2047-encode-encoded-words to nil.
24515 2011-05-27  Glenn Morris  <rgm@gnu.org>
24517         * mail/emacsbug.el: Don't require url-util.
24519         * shell.el (shell-directory-tracker): Case matters.  (Bug#8735)
24521         * files.el (set-auto-mode):
24522         Also respect mode: entries at the end of the file.  (Bug#8586)
24524 2011-05-26  Glenn Morris  <rgm@gnu.org>
24526         * files.el (hack-local-variables-prop-line, hack-local-variables):
24527         Downcase mode names, as seems to be traditional.
24528         (hack-local-variables, hack-local-variables-apply): Doc fixes.
24530         * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
24531         (report-emacs-bug-hook): Try to validate the From address.  (Bug#8038)
24533 2011-05-25  Julien Danjou  <julien@danjou.info>
24535         * textmodes/rst.el (rst-define-level-faces): Do not define face
24536         symbol if it is already defined.
24538 2011-05-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
24540         * play/5x5.el (5x5-new-game, 5x5-randomize):
24541         Reset 5x5-solver-output to nil when a new grid is cast.
24542         (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
24543         these debugging traces, as defmacro breaks the compiled code.
24545 2011-05-24  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
24547         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
24549 2011-05-24  Leo Liu  <sdl.web@gmail.com>
24551         * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
24552         (vc-bzr-sha1): Adapt.
24554         * sha1.el: Remove.  Function `sha1' is now builtin.
24556         * bindings.el: Provide sha1 feature.
24558 2011-05-24  Kenichi Handa  <handa@m17n.org>
24560         * mail/sendmail.el: Require `rfc2047'.
24561         (mail-insert-from-field): Do not perform RFC2047 encoding.
24562         (mail-encode-header): New function.
24563         (sendmail-send-it): Set buffer-file-coding-system of the work
24564         buffer to the return value of select-message-coding-system.
24565         Call mail-encode-header.
24567         * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
24569 2011-05-24  Sean Neakums  <sneakums@zork.net>  (tiny change)
24571         * mail/supercite.el (sc-default-cite-frame):
24572         Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
24574 2011-05-24  Glenn Morris  <rgm@gnu.org>
24576         * progmodes/python.el (brm-menu): Declare.
24578         * emulation/viper.el (viper-set-hooks): Declare.
24580         * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
24581         (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
24582         (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
24583         (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
24584         (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
24585         (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
24587 2011-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
24589         Add an :exit-function for completion-at-point.
24591         * minibuffer.el (completion--done): New fun.
24592         (completion--do-completion): Use it.  New arg `expect-exact'.
24593         (minibuffer-complete, minibuffer-complete-word): Don't output message,
24594         since completion--do-completion does it for us now.
24595         (minibuffer-force-complete): Use completion--done and
24596         completion--replace.  Handle sole-completion case with more care.
24597         (minibuffer-complete-and-exit): Use new `expect-exact' arg.
24598         (completion-extra-properties): New var.
24599         (completion-annotate-function): Make obsolete.
24600         (minibuffer-completion-help): Adjust accordingly.
24601         Use completion-list-insert-choice-function.
24602         (completion-at-point, completion-help-at-point):
24603         Bind completion-extra-properties.
24604         (completion-pcm-word-delimiters): Add | (for uniquify, for example).
24605         * simple.el (completion-list-insert-choice-function): New var.
24606         (completion-setup-function): Preserve it.
24607         (choose-completion): Pay attention to it, shuffle the code a bit.
24608         (choose-completion-string): New arg `insert-function'.
24610         * textmodes/bibtex.el: Convert to lexical binding.
24611         (bibtex-mode-map): Use completion-at-point.
24612         (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
24613         (bibtex-completion-at-point-function): New fun, from bibtex-complete.
24614         (bibtex-complete): Define as obsolete alias.
24615         (bibtex-complete-internal): Remove.
24616         (bibtex-format-entry): Remove unused sub-group in regexp.
24617         * shell.el (shell--command-completion-data)
24618         (shell-environment-variable-completion):
24619         * pcomplete.el (pcomplete-completions-at-point):
24620         * comint.el (comint--complete-file-name-data): Use :exit-function
24621         instead of completion-table-with-terminator so it also works for
24622         choose-completion.
24624 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
24626         * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
24628         * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
24629         (bug#8710).
24631         * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
24633 2011-05-23  Ken Manheimer  <ken.manheimer@gmail.com>
24635         * allout.el (allout-inhibit-auto-fill-on-headline): Create new
24636         customization variable and implement: If non-nil, auto-fill will
24637         be inhibited while on topic's header line.
24639 2011-05-23  Vincent Belaïche  <vincentb1@users.sourceforge.net>
24641         * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
24642         click on.  II/ Make 5x5 multisession.  III/ Ensure that random grids
24643         always have a solution in grid size = 5 cases.
24644         (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
24645         (5x5-solver-output, 5x5-log-buffer): New vars.
24646         (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
24647         Make these variables buffer local to achieve 5x5 multi-session-ness.
24648         (5x5): Set 5x5-grid-size only if SIZE is non-negative.
24649         (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
24650         (5x5-solve-suggest): New funs.
24651         (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
24652         randomize a grid so that we ensure that there is always a solution.
24653         (5x5-make-random-grid): Allow other movement than flipping.
24655 2011-05-23  Kevin Ryde  <user42@zip.com.au>
24657         * emacs-lisp/advice.el (ad-read-advised-function):
24658         Use `function-called-at-point' as the default, if it has
24659         advice and passes PREDICATE.
24661 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
24663         * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
24664         byte-compile-lambda if it's actually a lambda.
24666         * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
24667         Fix function quoting.  Use backquote better.
24669 2011-05-22  Yuanle Song  <sylecn@gmail.com>
24671         * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
24672         matching (Bug#8516).
24674 2011-05-22  Jari Aalto  <jari.aalto@cante.net>
24676         * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
24677         different face (Bug#8178).
24679 2011-05-22  Chong Yidong  <cyd@stupidchicken.com>
24681         * vc/diff-mode.el (diff-changed): Don't use terminal specs for
24682         defface (Bug#8144).
24684 2011-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24686         * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
24687         funcall as well (bug#8712).  Warn when performing those conversions.
24688         * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
24690         * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
24692 2011-05-22  Glenn Morris  <rgm@gnu.org>
24694         * files.el (hack-local-variables-prop-line): Small simplifications.
24695         (hack-local-variables, hack-local-variables-prop-line):
24696         If MODE-ONLY, return the mode, rather than just `t'.
24698 2011-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
24700         * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
24702 2011-05-21  Glenn Morris  <rgm@gnu.org>
24704         * files.el (hack-local-variables-prop-line, hack-local-variables):
24705         If only interested in the mode, don't bother doing the other stuff.
24707         * image-mode.el (image-after-revert-hook):
24708         Redraw all frames on which the image is visible.  (Bug#8567)
24710         * dired-aux.el (dired-touch-initial): Just use current-time.  (Bug#6887)
24712         * wid-edit.el (widget-checklist-match-inline):
24713         Fix 2011-04-19 change.  (Bug#8649)
24715 2011-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24717         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
24718         Also allow singlespace after single-letter capitals followed by a dot.
24720         * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
24721         enabled.  Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
24723 2011-05-20  Nix  <nix@esperi.org.uk>
24725         * files.el (basic-save-buffer-2):
24726         Fix handling of break-hardlink-on-save with non-existent files.
24728 2011-05-19  Deniz Dogan  <deniz@dogan.se>
24730         * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
24731         (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
24733 2011-05-19  Glenn Morris  <rgm@gnu.org>
24735         * progmodes/f90.el (f90-type-def-re):
24736         Handle "type, bind(c)".  (Bug#8691)
24738         * emacs-lisp/autoload.el (batch-update-autoloads):
24739         Set autoload-excludes by parsing loadup.el rather than Makefiles.
24741 2011-05-18  Michael Albinus  <michael.albinus@gmx.de>
24743         * net/tramp.el (tramp-process-actions): Set "first-password-request"
24744         property for the correct connection in case of multihops.
24746 2011-05-18  Glenn Morris  <rgm@gnu.org>
24748         * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
24749         * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
24751         Rationalize calendar handling of day and month abbrev-arrays.
24752         * calendar/calendar.el (calendar-customized-p): New function.
24753         (calendar-abbrev-construct, calendar-make-alist): Change what it does.
24754         (calendar-day-name-array, calendar-month-name-array): Doc fix.
24755         Add :set function.
24756         (calendar-abbrev-length, calendar-day-abbrev-array)
24757         (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
24758         (calendar-day-abbrev-array, calendar-month-abbrev-array):
24759         Elements may no longer be nil.
24760         (calendar-day-name, calendar-month-name):
24761         Update for changed nature of abbrev arrays.
24762         * calendar/diary-lib.el (diary-name-pattern):
24763         Update for changed nature of abbrev arrays.
24764         (diary-mark-entries-1): Update calendar-make-alist calls.
24765         (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
24766         * calendar/cal-html.el (cal-html-day-abbrev-array):
24767         Simply inherit from calendar-day-abbrev-array.
24769 2011-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
24771         * progmodes/grep.el (grep-mode): Disable default
24772         compilation-directory-matcher setting (bug#8684).
24774 2011-05-17  Michael Albinus  <michael.albinus@gmx.de>
24776         * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
24777         instead of "head" and "tail".  There were problems with SunOS 5.9,
24778         and it performs better.
24780 2011-05-17  Glenn Morris  <rgm@gnu.org>
24782         * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
24784         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
24785         Replace obsolete function.
24787         * shell.el (pcomplete-parse-arguments-function): Declare.
24789         * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
24790         (appt-display-diary, appt-display-interval, appt-prev-comp-time)
24791         (appt-check): Doc fixes.
24792         (appt-disp-window-function, appt-delete-window-function):
24793         Remove needless special case in custom :type.
24794         (appt-display-count): Default to 0, not nil.
24795         (appt-check): Reset appt-display-count to 0, not nil.
24797 2011-05-17  Juanma Barranquero  <lekktu@gmail.com>
24799         * progmodes/python.el (python-font-lock-keywords):
24800         Add the Python 3.X keyword "nonlocal" (bug#8639).
24802 2011-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
24804         * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
24806 2011-05-16  Kevin Ryde  <user42@zip.com.au>
24808         * info-look.el (makefile-automake-mode): New setups, looking in
24809         automake manual, then makefile-mode.
24810         (makefile-mode): Remove automake manual, have it just in
24811         makefile-automake-mode since there's various things different or
24812         not relevant to plain make.
24813         (makefile-mode): Remove "other-modes" non-existent automake-mode,
24814         believe a hypothetical automake-mode would go to makefile-mode,
24815         not the other way around.
24817 2011-05-15  Chong Yidong  <cyd@stupidchicken.com>
24819         * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
24820         hunk-end tags (Bug#8672).
24822         * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
24823         vc-annotate-show-diff-revision-at-line (Bug#8671).
24825 2011-05-14  Glenn Morris  <rgm@gnu.org>
24827         * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
24828         in the middle of an existing one with multiple authors.  (Bug#8645)
24829         (change-log-font-lock-keywords): Also handle multiple author lines
24830         with leading tabs.  (Bug#8644)
24832         * calendar/appt.el (appt-check): Rename some local variables.
24833         Some simplification/reordering.
24835         * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
24836         (feedmail-sendmail-f-doesnt-sell-me-out)
24837         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
24838         (feedmail-debug-sit-for, feedmail-queue-express-hook)
24839         (feedmail-queue-runner-message-sender): Set :version.
24840         (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
24841         (bbdb-dwim-net-address, vm-mail): Declare.
24842         (feedmail-binmail-gnulinuxish-template):
24843         Rename from feedmail-binmail-linuxish-template.
24844         (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
24845         Use insert-buffer-substring.
24847 2011-05-14  Bill Carpenter  <bill@carpenter.org>
24849         * mail/feedmail.el (feedmail-patch-level): Increase.
24850         (feedmail-debug): New custom group.
24851         (feedmail-confirm-outgoing-timeout)
24852         (feedmail-sendmail-f-doesnt-sell-me-out)
24853         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
24854         (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
24855         (feedmail-sender-line, feedmail-from-line)
24856         (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
24857         (feedmail-spray-this-address)
24858         (feedmail-spray-address-fiddle-plex-list)
24859         (feedmail-queue-use-send-time-for-date)
24860         (feedmail-queue-use-send-time-for-message-id)
24861         (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
24862         (feedmail-buffer-eating-function):
24863         Doc fixes.
24864         (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
24865         (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
24866         (feedmail-message-action-scroll-down): New functions.
24867         (feedmail-queue-directory, feedmail-queue-draft-directory):
24868         Use expand-file-name.
24869         (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
24870         Remove C-v help entry.
24871         (feedmail-queue-buffer-file-name): New variable.
24872         (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
24873         (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
24874         (feedmail-message-action-send-strong, feedmail-message-action-edit)
24875         (feedmail-message-action-draft, feedmail-message-action-draft-strong)
24876         (feedmail-message-action-queue, feedmail-message-action-queue-strong)
24877         (feedmail-message-action-toggle-spray)
24878         (feedmail-run-the-queue-no-prompts)
24879         (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
24880         (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
24881         (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
24882         (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
24883         (feedmail-envelope-deducer, feedmail-fiddle-from)
24884         (feedmail-fiddle-sender, feedmail-default-date-generator)
24885         (feedmail-fiddle-date, feedmail-fiddle-message-id)
24886         (feedmail-fiddle-spray-address)
24887         (feedmail-fiddle-list-of-spray-fiddle-plexes)
24888         (feedmail-fiddle-list-of-fiddle-plexes)
24889         (feedmail-fill-to-cc-function, feedmail-fill-this-one)
24890         (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
24891         (feedmail-queue-runner-message-sender, feedmail-binmail-template):
24892         Change default.  Doc fix.
24893         (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
24894         (feedmail-binmail-linuxish-template): New constant.
24895         (feedmail-buffer-to-sendmail): Doc fix.  Add debug call.
24896         Respect feedmail-sendmail-f-doesnt-sell-me-out.
24897         (feedmail-send-it): Add debug call.
24898         Use feedmail-queue-buffer-file-name, and
24899         feedmail-send-it-immediately-wrapper.
24900         (feedmail-message-action-send): Add debug call.
24901         Use feedmail-send-it-immediately-wrapper.
24902         (feedmail-queue-express-to-queue): Add debug call.
24903         Run feedmail-queue-express-hook.
24904         (feedmail-message-action-help): Add debug call.  Use feedmail-p-h-b-n.
24905         (feedmail-message-action-help-blat):
24906         Rename from feedmail-queue-send-edit-prompt-help-first.
24907         (feedmail-run-the-queue): Add debug call.  Set buffer-file-type.
24908         Check line-endings.  Handle errors better.
24909         (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
24910         Doc fix.  Add debug call.
24911         (feedmail-queue-send-edit-prompt): Doc fix.  Add debug call.
24912         Use feedmail-queue-send-edit-prompt-inner.
24913         (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
24914         (feedmail-queue-send-edit-prompt-inner): New function, extracted
24915         from feedmail-queue-send-edit-prompt.
24916         (feedmail-queue-send-edit-prompt-help)
24917         (feedmail-queue-send-edit-prompt-help-later): Remove functions.
24918         (feedmail-tidy-up-slug): Add debug call.
24919         Respect feedmail-queue-slug-suspect-regexp.
24920         (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
24921         (feedmail-dump-message-to-queue): Add debug call.
24922         Expand queue-directory.
24923         (feedmail-dump-message-to-queue): Change message slightly.
24924         Use feedmail-say-chatter.
24925         (feedmail-rfc822-date): Add debug call.  Bind system-time-locale.
24926         (feedmail-send-it-immediately-wrapper): New function.
24927         (feedmail-send-it-immediately): Add debug calls.  Use let not let*.
24928         Insert empty string rather than newline.  Handle full-frame case.
24929         Use catch/throw.  Use feedmail-say-chatter.
24930         (feedmail-fiddle-from): Try mail-host-address.
24931         (feedmail-default-message-id-generator): Doc fix.
24932         Bind system-time-locale.  Handle missing end.
24933         (feedmail-fiddle-x-mailer): Add debug call.
24934         Handle feedmail-x-mailer-line being nil.
24935         (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
24936         Add debug call.  Use buffer-substring-no-properties.
24937         (feedmail-say-debug, feedmail-say-chatter): New functions.
24938         (feedmail-find-eoh): Give an explicit error.
24940 2011-05-13  Ulf Jasper  <ulf.jasper@web.de>
24942         * net/newst-treeview.el (newsticker-treeview-face): Change default
24943         family from helvetica to sans.
24944         (newsticker-treeview-tool-bar-map): Move tool-bar icons to
24945         etc/images/newsticker.
24947         * net/newst-reader.el (newsticker-feed-face): Change default
24948         family from helvetica to sans.
24950         * net/newst-plainview.el (newsticker-new-item-face)
24951         (newsticker-old-item-face, newsticker-immortal-item-face)
24952         (newsticker-obsolete-item-face, newsticker-date-face)
24953         (newsticker-statistics-face): Change default family from
24954         helvetica to sans.
24955         (newsticker--plainview-tool-bar-map): Move tool-bar icons to
24956         etc/images/newsticker.
24958         * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
24959         (newsticker--process-auto-mark-filter-match): Tell user about
24960         auto-marking.
24962 2011-05-13  Didier Verna  <didier@xemacs.org>
24964         Common Lisp indentation improvements on defmethod and lambda-lists.
24965         * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
24966         TODO entries.
24967         (lisp-lambda-list-keyword-parameter-indentation)
24968         (lisp-lambda-list-keyword-parameter-alignment)
24969         (lisp-lambda-list-keyword-alignment): New customizable user options.
24970         (lisp-indent-defun-method): Improve docstring.
24971         (extended-loop-p): Fix comment.
24972         (lisp-indent-lambda-list-keywords-regexp): New variable.
24973         (lisp-indent-lambda-list): New function.
24974         (lisp-indent-259): Use it.
24975         (lisp-indent-defmethod): Support for more than one
24976         method qualifier and properly indent methods lambda-lists.
24977         (defgeneric): Provide a missing common-lisp-indent-function property.
24979 2011-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
24981         * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
24982         bounds for the empty string (bug#8667).
24984 2011-05-13  Glenn Morris  <rgm@gnu.org>
24986         * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
24988         * mail/sendmail.el (sendmail-program): Try executable-find first.
24989         (sendmail-send-it): `sendmail-program' cannot be unbound.
24991         * calendar/appt.el (appt-make-list): Simplify.
24992         (appt-time-msg-list): Doc fix.
24993         (appt-check): Change mode-line message at the time of the appointment.
24995 2011-05-12  Andreas Schwab  <schwab@linux-m68k.org>
24997         * progmodes/ld-script.el (ld-script-keywords)
24998         (ld-script-builtins): Update keywords list.
25000 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
25002         * progmodes/grep.el (grep-filter): Don't trip on partial lines.
25004         * shell.el (shell-completion-vars): New function.
25005         (shell-mode):
25006         * simple.el (read-shell-command): Use it.
25007         (blink-matching-open): No need for " [...]" in minibuffer-message.
25009 2011-05-12  Glenn Morris  <rgm@gnu.org>
25011         * calendar/appt.el (appt-now-displayed): Remove pointless variable.
25012         (appt-check): Simplify.
25014 2011-05-12  Eli Zaretskii  <eliz@gnu.org>
25016         * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
25017         literal "/dev/null".
25019 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
25021         * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
25022         Fix typo.
25024 2011-05-12  Ralph Schleicher  <rs@ralph-schleicher.de>
25026         * progmodes/which-func.el (which-function):
25027         Use add-log-current-defun instead of add-log-current-defun-function,
25028         which might not be defined (Bug#8260).
25030 2011-05-12  Glenn Morris  <rgm@gnu.org>
25032         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
25033         Let byte-compile-initial-macro-environment always take precedence.
25035 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
25037         * net/rcirc.el: Add support for SSL/TLS connections.
25038         (rcirc-server-alist): New field `encryption'.
25039         (rcirc): Check `encryption' settings.
25040         (rcirc-connect): New arg `encryption'.  Use open-network-stream.
25041         Merge make-local-variable into `set'.
25042         (rcirc--connection-open-p): New function.
25043         (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
25044         the process is not a network process (e.g. running gnutls-cli).
25045         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
25046         Make rcirc-(en|de)code-coding-system local here.
25047         (rcirc-mode): Merge make-local-variable into `set'.
25048         (rcirc-parent-buffer): Make permanent buffer-local.
25049         (rcirc-multiline-minor-mode): Don't do it here.
25050         (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
25051         there's no server buffer.
25053 2011-05-11  Glenn Morris  <rgm@gnu.org>
25055         * newcomment.el (comment-kill): Prefix "unused" local.
25057         * term/w32console.el (get-screen-color): Declare.
25059         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
25060         Handle symbol elements of byte-compile-initial-macro-environment.
25062 2011-05-10  Leo Liu  <sdl.web@gmail.com>
25064         * bookmark.el (bookmark-bmenu-mode-map):
25065         Bind bookmark-bmenu-search to `/'.
25067         * mail/footnote.el: Convert to utf-8 encoding.
25068         (footnote-unicode-string, footnote-unicode-regexp): New variable.
25069         (Footnote-unicode): New function.
25070         (footnote-style-alist): Add unicode style to the list.
25071         (footnote-style): Doc fix.
25073 2011-05-10  Jim Meyering  <meyering@redhat.com>
25075         Fix doubled-word typos.
25076         * international/quail.el (quail-insert-kbd-layout): and and -> and
25077         * kermit.el: and and -> and
25078         * net/ldap.el (ldap-search-internal): to to -> to
25079         * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
25080         * progmodes/js.el (js-mode): and and -> and
25081         * textmodes/artist.el (artist-move-to-xy): at at -> at
25082         (artist-draw-region-trim-line-endings): if if -> if
25083         And Safetyc -> Safety.
25084         * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
25086 2011-05-10  Glenn Morris  <rgm@gnu.org>
25087             Stefan Monnier  <monnier@iro.umontreal.ca>
25089         * files.el (hack-one-local-variable-eval-safep):
25090         Consider "eval: (foo-mode)" to be safe.  (Bug#8613)
25092 2011-05-10  Glenn Morris  <rgm@gnu.org>
25094         * calendar/diary-lib.el (diary-list-entries-hook)
25095         (diary-mark-entries-hook, diary-nongregorian-listing-hook)
25096         (diary-nongregorian-marking-hook, diary-list-entries)
25097         (diary-include-other-diary-files, diary-mark-entries)
25098         (diary-mark-included-diary-files): Doc fixes.
25100 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
25102         * misc.el: Require tabulated-list.el during compilation.
25104 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
25106         * progmodes/compile.el (compilation-start):
25107         Run compilation-filter-hook for the async case too.
25108         (compilation-filter-hook): Doc fix.
25110 2011-05-09  Deniz Dogan  <deniz@dogan.se>
25112         * wdired.el: Remove outdated installation comment.  Fix usage
25113         comment.
25115 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
25117         * misc.el: Implement new command `list-dynamic-libraries'.
25118         (list-dynamic-libraries--loaded-only-p): New variable.
25119         (list-dynamic-libraries--refresh): New function.
25120         (list-dynamic-libraries): New command.
25122 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
25124         * progmodes/compile.el (compilation-error-regexp-alist-alist):
25125         Fix the ant regexp to handle end-line and end-column info from jikes.
25126         Re-introduce maven regexp.  Give the ruby-Test::Unit regexp a
25127         higher priority to avoid clobbering by gnu.
25129 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
25131         * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
25132         if the face has existing theme settings (Bug#8454).
25134 2011-05-08  Ralph Schleicher  <rs@ralph-schleicher.de>
25136         * progmodes/perl-mode.el (perl-imenu-generic-expression):
25137         Only match variables declared via `my' or `our' (Bug#8261).
25139         * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
25140         special file names `.' and `..' (Bug#8259).
25142 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
25144         * progmodes/grep.el (grep-mode-font-lock-keywords):
25145         Remove buffer-changing entries.
25146         (grep-filter): New function.
25147         (grep-mode): Add it to compilation-filter-hook.
25149         * progmodes/compile.el (compilation-filter-hook)
25150         (compilation-filter-start): New defvars.
25151         (compilation-filter): Call compilation-filter-hook prior to
25152         updating the process mark.
25154 2011-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
25156         * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
25158 2011-05-07  Eli Zaretskii  <eliz@gnu.org>
25160         * mail/sendmail.el (send-mail-function): On MS-Windows, default to
25161         mailclient-send-it even if window-system is nil.  (Bug#8595)
25163         * term/w32console.el (terminal-init-w32console):
25164         Call get-screen-color and use its output to set the frame
25165         background-mode.  (Bug#8597)
25167 2011-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
25169         Make bytecomp.el understand that defmethod defines funs (bug#8631).
25170         * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
25171         New functions.
25172         (defgeneric, eieio--defmethod): Use them.
25173         (eieio-defgeneric): Remove.
25174         (defmethod): Call defgeneric in a way visible to the byte-compiler.
25176 2011-05-07  Glenn Morris  <rgm@gnu.org>
25178         * calendar/timeclock.el (timeclock-log-data): Remove unused local.
25179         Use let rather than let*.
25180         (timeclock-find-discrep): Remove unused local.
25182         * calendar/diary-lib.el (diary-comment-start): Doc fix.
25184         * calendar/appt.el (appt-time-msg-list): Doc fix.
25186 2011-05-06  Noah Friedman  <friedman@splode.com>
25188         * apropos.el (apropos-print-doc): Only use
25189         emacs-lisp-docstring-fill-column when it is bound to an integer,
25190         per that variable's documentation.
25192 2011-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25194         * lpr.el (print-region-1): Echo lpr-program's output, so error messages
25195         and warnings are not silently discarded (e.g. use -d instead of -P).
25197 2011-05-06  Glenn Morris  <rgm@gnu.org>
25199         * calendar/appt.el (appt-message-warning-time): Doc fix.
25200         (appt-warning-time-regexp): New option.
25201         (appt-make-list): Respect appt-message-warning-time.
25203         * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
25204         New options.
25205         (diary-add-to-list): Strip comments from the displayed string.
25206         (diary-mode): Set comment-start and comment-end.
25208         * vc/diff-mode.el (smerge-refine-subst): Declare.
25209         (diff-refine-hunk): Don't require smerge-mode when compiling.
25211 2011-05-06  Juanma Barranquero  <lekktu@gmail.com>
25213         * simple.el (list-processes): Return nil as the docstring says.
25215 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
25217         * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
25218         to "".
25219         (ange-ftp-write-region, ange-ftp-insert-file-contents)
25220         (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
25221         determining of binary transfer.  (Bug#7383)
25223 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
25225         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
25226         Fix port computation bug.  (Bug#8618)
25228 2011-05-05  Glenn Morris  <rgm@gnu.org>
25230         * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
25232         * simple.el (shell-dynamic-complete-functions)
25233         (comint-dynamic-complete-functions): Declare.
25235         * net/network-stream.el (gnutls-negotiate):
25236         * simple.el (tabulated-list-print): Fix declarations.
25238         * progmodes/gud.el (syntax-symbol, syntax-point):
25239         Remove unnecessary and incorrect declarations.
25241         * emacs-lisp/check-declare.el (check-declare-scan):
25242         Handle byte-compile-initial-macro-environment in bytecomp.el.
25244 2011-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
25246         Fix earlier half-done eieio-defmethod change (bug#8338).
25247         * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
25248         Streamline and change calling convention.
25249         (defmethod): Adjust accordingly and simplify.
25250         (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
25251         new eieio--defmethod.
25252         (slot-boundp): Minor CSE simplification.
25254 2011-05-05  Milan Zamazal  <pdm@zamazal.org>
25256         * progmodes/glasses.el (glasses-separate-capital-groups): New option.
25257         (glasses-make-readable): Use glasses-separate-capital-groups.
25259 2011-05-05  Juanma Barranquero  <lekktu@gmail.com>
25261         * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
25262         (warning-series): Doc fix.
25263         (display-warning): Don't try to create the buffer if we just found it.
25265 2011-05-04  Chong Yidong  <cyd@stupidchicken.com>
25267         * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
25268         (autoload-find-generated-file): New function.
25269         (generate-file-autoloads): Bind generated-autoload-file to
25270         buffer-file-name.
25271         (update-file-autoloads, update-directory-autoloads):
25272         Use autoload-find-generated-file.  If called interactively, prompt for
25273         output file (Bug#7989).
25274         (batch-update-autoloads): Doc fix.
25276 2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
25278         * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
25280 2011-05-04  Glenn Morris  <rgm@gnu.org>
25282         * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
25283         function, so it follows changes in calendar-date-style.
25284         (diary-fancy-date-matcher): New function.
25285         (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
25286         (diary-fancy-font-lock-fontify-region-function):
25287         Use diary-fancy-date-pattern as a function.
25289         * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
25290         non-numbers for `year' etc pseudo-variables.  (Bug#8583)
25292 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
25294         * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
25295         instead of positional arguments.  Allow :keylist and :crlfiles
25296         arguments.
25297         (open-gnutls-stream): Call it.
25299         * net/network-stream.el (network-stream-open-starttls): Adjust to
25300         call `gnutls-negotiate' with :process and :hostname arguments.
25302 2011-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
25304         * minibuffer.el (completion--message): New function.
25305         (completion--do-completion, minibuffer-complete)
25306         (minibuffer-force-complete, minibuffer-complete-word): Use it.
25307         (completion--do-completion): Don't ignore completion-auto-help when in
25308         icomplete-mode.
25310         * whitespace.el (whitespace-trailing-regexp): Don't rely on the
25311         internal encoding (e.g. tibetan zero is not whitespace).
25312         (global-whitespace-mode): Prefer save-current-buffer.
25313         (whitespace-trailing-regexp): Remove useless save-match-data.
25314         (whitespace-empty-at-bob-regexp): Minor simplification.
25316 2011-05-03  Chong Yidong  <cyd@stupidchicken.com>
25318         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
25320 2011-05-03  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
25322         * textmodes/ispell.el (ispell-add-per-file-word-list):
25323         Use `concat' to create string for insertion.
25325 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
25327         * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
25328         Avoid open-line which runs post-self-insert-hook.
25329         (bibtex-fill-entry): Remove unused `end' var.
25331 2011-05-03  Dirk Ullrich  <dirk.ullrich@googlemail.com>  (tiny change)
25333         * textmodes/ispell.el (ispell-add-per-file-word-list):
25334         Protect against `nil' value of `comment-start' (Bug#8579).
25336 2011-05-03  Leo Liu  <sdl.web@gmail.com>
25338         * isearch.el (isearch-yank-pop): New command.
25339         (isearch-mode-map): Bind it to `M-y'.
25340         (isearch-forward): Mention it.
25342 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
25344         * simple.el (minibuffer-complete-shell-command): Remove.
25345         (minibuffer-local-shell-command-map): Use completion-at-point.
25346         (read-shell-command): Setup completion vars here instead.
25347         (read-expression-map): Bind TAB to symbol completion.
25349         * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
25350         error directly rather via storing it into `results'.
25352 2011-05-02  Leo Liu  <sdl.web@gmail.com>
25354         * vc/diff.el: Fix description.
25356 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25358         * server.el (server-eval-at): New function.
25360 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25362         * net/network-stream.el (open-network-stream): Take a :nowait
25363         parameter and pass it on to `make-network-process'.
25364         (network-stream-open-plain): Ditto.
25366 2011-04-30  Andreas Schwab  <schwab@linux-m68k.org>
25368         * faces.el (face-spec-set-match-display): Don't match toolkit
25369         options on terminal frames.
25371 2011-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
25373         * progmodes/pascal.el: Use lexical binding.
25374         (pascal-mode-map): Remove author preferences.
25376         * pcomplete.el (pcomplete-std-complete): Don't abuse
25377         completion-at-point.
25379 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
25381         * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
25382         removing code that has been dead since 1991 or so.
25384         * startup.el (command-line): When warning about "_emacs", use a
25385         delayed warning to allow the user to filter it out.
25387 2011-04-28  Deniz Dogan  <deniz@dogan.se>
25389         * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
25390         user has not joined.
25392 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
25394         * pcomplete.el (pcomplete-completions-at-point): Return nil if there
25395         aren't any completions at point.
25397 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
25399         * subr.el (display-delayed-warnings): New function.
25400         (delayed-warnings-hook): New variable.
25402 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
25404         * minibuffer.el (completion-at-point, completion-help-at-point):
25405         Don't presume that a given completion-at-point-function will always
25406         use the same calling convention.
25408         * pcomplete.el (pcomplete-completions-at-point):
25409         Obey pcomplete-ignore-case.  Don't call pcomplete-norm-func unless
25410         pcomplete-seen is non-nil.
25411         (pcomplete-comint-setup): Also recognize the new comint/shell
25412         completion functions.
25413         (pcomplete-do-complete): Don't call pcomplete-norm-func unless
25414         pcomplete-seen is non-nil.
25416 2011-04-27  Niels Giesen  <niels.giesen@gmail.com>
25418         * calendar/icalendar.el (diary-lib): Add require statement.
25419         (icalendar--create-uid): Read out a uid from a text-property on
25420         the first character in the entry.  This allows for code to add its
25421         own uid to the entry.
25422         (icalendar--convert-float-to-ical): Add export of
25423         `diary-float'-entries save for those with the optional DAY
25424         argument.
25426 2011-04-27  Daniel Colascione  <dan.colascione@gmail.com>
25428         * subr.el (shell-quote-argument): Use alternate escaping strategy
25429         when we spot a variable reference in a string.
25431 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
25433         * cus-start.el (all): Define customization for debug-on-event.
25435 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
25437         * subr.el (shell-quote-argument): Escape correctly under Windows.
25439 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
25441         * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
25443 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
25445         * net/tramp.el (tramp-process-actions): Add POS argument.
25446         Delete region between POS and (pos).
25448         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
25449         Use `nil' position in `tramp-process-actions' call.
25450         (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
25452         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
25453         position in `tramp-process-actions' call.
25455         * net/trampver.el: Update release number.
25457 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
25459         * custom.el (defcustom): Obey lexical-binding.
25461         Fix octave-inf completion problems reported by Alexander Klimov.
25462         * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
25463         Inherit from octave-mode-syntax-table.
25464         (inferior-octave-mode): Set info-lookup-mode.
25465         (inferior-octave-completion-at-point): New function.
25466         (inferior-octave-complete): Use it and completion-in-region.
25467         (inferior-octave-dynamic-complete-functions): Use it as well, and use
25468         comint-filename-completion.
25469         * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
25470         symbol elements which shouldn't be word elements.
25471         (octave-font-lock-keywords, octave-beginning-of-defun)
25472         (octave-function-header-regexp): Adjust regexps accordingly.
25473         (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
25475 2011-04-25  Juanma Barranquero  <lekktu@gmail.com>
25477         * net/gnutls.el (gnutls-errorp): Declare before first use.
25479 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
25481         * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
25482         verify-error, and verify-hostname-error parameters.  Check whether
25483         default trustfile exists before going to use it.  Add missing
25484         argument to gnutls-message-maybe call.  Return value.
25485         Reported by Claudio Bley <claudio.bley@gmail.com>.
25486         (open-gnutls-stream): Add usage example.
25488         * net/network-stream.el (network-stream-open-starttls): Give host
25489         parameter to `gnutls-negotiate'.
25490         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
25491         * subr.el (shell-quote-argument): Escape correctly under Windows.
25493 2011-04-24  Daniel Colascione  <dan.colascione@gmail.com>
25495         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
25496         Use correct match group (bug#8438).
25498 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
25500         * emacs-lisp/package.el (package-built-in-p): Fix typo.
25501         (package-menu--generate): New arg specifying packages to show.
25502         (package-menu-refresh, package-menu-execute, list-packages):
25503         Callers changed.
25504         (package-show-package-list): New function, replacing deleted
25505         package--list-packages (renamed because it is non-internal).
25507         * finder.el (finder-list-matches): Use package-show-package-list
25508         instead of deleted package--list-packages.
25510         * vc/vc-annotate.el (vc-annotate-goto-line): New command.
25511         Based on a previous implementation by Juanma Barranquero (Bug#8366).
25512         (vc-annotate-mode-map): Bind it to RET.
25514 2011-04-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
25516         * progmodes/etags.el (next-file): Don't use set-buffer to change
25517         buffers (Bug#8478).
25519 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
25521         * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
25523         * apropos.el (apropos-label-face): Avoid variable-pitch face.
25524         (apropos-accumulator): Doc fix.
25525         (apropos-function, apropos-macro, apropos-command)
25526         (apropos-variable, apropos-face, apropos-group, apropos-widget)
25527         (apropos-plist): Add face property.
25528         (apropos-symbols-internal): Fix indentation.
25529         (apropos-print): Simplify help, and recognize apropos-multi-type.
25530         (apropos-print-doc): Use button-type-get to extract the button's
25531         face property.  Fill docstring (Bug#8352).
25533 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
25535         * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
25537         * play/mpuz.el (mpuz-silent): Doc fix.
25538         (mpuz-mode-map): Use mapc.
25539         (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
25540         (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
25541         Fix typos in docstrings.
25543         * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
25544         (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
25546         * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
25548 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
25550         * minibuffer.el (completion--do-completion): Avoid the "Next char
25551         not unique" prompt if icomplete-mode is enabled (Bug#5849).
25553         * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
25554         mouse-2 into unread-command-events, it is interpreted correctly.
25556         * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
25557         (image-toggle-display): Doc fix.
25559 2011-04-23  Stephen Berman  <stephen.berman@gmx.net>
25561         * textmodes/page.el (what-page): Use line-number-at-pos to
25562         calculate line number (Bug#6825).
25564 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
25566         * eshell/esh-mode.el (find-tag-interactive): Declare function.
25567         (eshell-find-tag): Remove `with-no-warnings', unneeded now.
25568         Pass argument NO-DEFAULT to `find-tag-interactive'.
25570 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
25572         Lexical-binding cleanup.
25574         * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
25575         (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
25576         * progmodes/ada-prj.el (ada-prj-initialize-values)
25577         (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
25578         (ada-prj-show-value):
25579         * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
25580         * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
25581         (antlr-invalidate-context-cache, antlr-options-menu-filter)
25582         (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
25583         * progmodes/bug-reference.el (bug-reference-push-button):
25584         * progmodes/fortran.el (fortran-line-length):
25585         * progmodes/glasses.el (glasses-change):
25586         * progmodes/octave-mod.el (octave-fill-paragraph):
25587         * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
25588         (python-pdbtrack-grub-for-buffer, python-sentinel):
25589         * progmodes/sql.el (sql-save-connection):
25590         * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
25591         * progmodes/xscheme.el (xscheme-enter-debugger-mode):
25592         Mark unused parameters.
25594         * progmodes/compile.el (compilation--flush-directory-cache)
25595         (compilation--flush-parse, compile-internal): Mark unused parameters.
25596         (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
25597         (compilation-next-error-function): Remove unused variable `timestamp'.
25599         * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
25600         (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
25602         * progmodes/dcl-mode.el (dcl-end-of-command):
25603         Remove unused variable `start'.
25604         (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
25605         (dcl-option-value-basic, dcl-option-value-offset)
25606         (dcl-option-value-margin-offset, dcl-option-value-comment-line):
25607         Mark unused parameters.
25608         (dcl-save-local-variable): Remove unused variable `val'.
25609         (mode): Declare.
25611         * progmodes/delphi.el (delphi-save-state, delphi-after-change):
25612         Mark unused parameters.
25613         (delphi-ignore-changes): Move before first use.
25614         (delphi-charset-token-at): Remove unused variable `start'.
25615         (delphi-else-start): Remove unused variable `if-count'.
25616         (delphi-comment-block-start, delphi-comment-block-end):
25617         Remove unused variable `kind'.
25618         (delphi-indent-line): Remove unused variable `new-point'.
25620         * progmodes/ebrowse.el (ebrowse-files-list)
25621         (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
25622         Mark unused parameters.  Don't quote `lambda'.
25623         (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
25624         Don't quote `lambda'.
25625         (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
25626         (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
25627         (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
25628         (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
25629         Use `ignore-errors'.
25630         (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
25631         (ebrowse-view/find-file-and-search-pattern)
25632         (ebrowse-view/find-member-declaration/definition):
25633         Rename parameter TAGS-FILE-NAME to TAGS-FILE.
25634         (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
25635         Rename parameter PREFIX-ARG to PREFIX.
25636         (ebrowse-tags-read-name): Remove unused variables `start' and
25637         `member-info'.
25638         (ebrowse-display-member-buffer): Rename variable `tags-file-name'
25639         to `tags-file'.
25641         * progmodes/etags.el (local-find-tag-hook): Declare.
25642         (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
25643         Mark unused parameters.
25645         * progmodes/executable.el (compilation-error-regexp-alist): Declare.
25646         (executable-interpret): Mark unused parameter.
25648         * progmodes/flymake.el (flymake-process-sentinel)
25649         (flymake-after-change-function)
25650         (flymake-create-temp-with-folder-structure)
25651         (flymake-get-include-dirs-dot): Mark unused parameters.
25652         (flymake-safe-delete-directory): Remove unused variable `err'.
25654         * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
25655         (speedbar-timer-fn, speedbar-line-text)
25656         (speedbar-change-expand-button-char, speedbar-delete-subblock)
25657         (speedbar-center-buffer-smartly): Declare functions.
25658         (gdb-find-watch-expression): Remove unused variable `array'.
25659         (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
25660         (gdb-starting): Mark unused parameters.
25661         (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
25662         (gdb-table-string): Remove unused variable `res'.
25663         (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
25664         (gdb-disassembly-handler-custom): Remove unused variable `pos'.
25665         (gdb-display-buffer): Remove unused variable `cur-size'.
25667         * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
25668         allow lexical-binding compilation.
25669         (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
25670         (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
25671         (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
25672         Mark unused parameters.
25673         (gud-gdb-marker-filter): Remove unused variable `match'.
25674         (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
25675         lambda expressions and funcall them, instead of using `fset'.
25677         * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
25678         HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
25680         * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
25681         variable `header-beg'; use `let'.
25683         * progmodes/icon.el (indent-icon-exp): Remove unused variables
25684         `restart', `last-sexp' and `at-do'.
25686         * progmodes/js.el (js--debug): Mark unused parameter.
25687         (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
25688         (js--splice-into-items): Remove unused variable `item'.
25689         (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
25691         * progmodes/make-mode.el (makefile-make-font-lock-keywords):
25692         Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
25693         (makefile-complete): Remove unused variable `try'.
25694         (makefile-fill-paragraph, makefile-match-function-end):
25695         Mark unused parameters.
25697         * progmodes/octave-inf.el (inferior-octave-complete):
25698         Remove unused variable `proc'.
25699         (inferior-octave-output-digest): Mark unused parameter.
25701         * progmodes/perl-mode.el (perl-calculate-indent):
25702         Remove unused variable `err'.
25704         * progmodes/prolog.el (prolog-mode-keybindings-inferior)
25705         (prolog-indent-line): Mark unused parameters.
25706         (prolog-indent-line): Remove unused variable `beg'.
25708         * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
25709         (reporter-dont-compact-list): Declare.
25711         * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
25712         Remove unused variable `char'.
25713         (sh-debug): Mark unused parameter.
25714         (sh-get-indent-info): Remove unused variable `start'.
25715         (sh-calculate-indent): Remove unused variable `var'.
25717         * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
25718         (simula-electric-keyword): Remove unused variable `null'.
25719         (simula-search-backward, simula-search-forward): Remove unused
25720         variables `begin' and `end'.
25722         * progmodes/vera-mode.el (vera-guess-basic-syntax):
25723         Remove unused variable `pos'.
25724         (vera-electric-tab, vera-comment-uncomment-region):
25725         Mark unused parameters.
25726         (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
25728 2011-04-22  Chong Yidong  <cyd@stupidchicken.com>
25730         * emacs-lisp/package.el (package--builtins, package-alist)
25731         (package-load-descriptor, package-built-in-p, package-activate)
25732         (define-package, package-installed-p)
25733         (package-compute-transaction, package-buffer-info)
25734         (package--push): Doc fix.  Distinguish more clearly between
25735         version strings and version lists.
25737 2011-04-21  Juanma Barranquero  <lekktu@gmail.com>
25739         Lexical-binding cleanup.
25741         * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
25742         (5x5-make-mutate-best):
25743         * play/fortune.el (fortune-in-buffer):
25744         * play/gomoku.el (gomoku-init-display):
25745         * play/solitaire.el (solitaire, solitaire-do-check):
25746         * play/tetris.el (tetris-default-update-speed-function):
25747         Mark unused parameters.
25749         * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
25750         (bubbles--shift): Remove unused variable `char-org'.
25751         (bubbles--set-faces): Remove unused variable `fg-col'.  Simplify.
25752         (bubbles--show-images): Remove unused variable `char'.
25754         * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
25755         (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
25756         (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
25757         (decipher-analyze-buffer): Use ?\s.
25758         (decipher-make-checkpoint): Remove unused variable `mapping'.
25760         * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
25762         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
25763         Remove unused variable `result'; use `let'.
25765         * play/gametree.el (gametree-current-layout, gametree-apply-layout):
25766         Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
25767         (gametree-children-shown-p, gametree-compute-reduced-score):
25768         Use `ignore-errors'.
25770         * play/handwrite.el (ps-lpr-switches): Declare.
25771         (handwrite): Remove unused variables `pmin' and `lastp'.
25773         * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
25775         * play/landmark.el (landmark-init-display)
25776         (landmark-update-naught-weights): Mark unused parameters.
25777         (landmark-y): Remove unused variable `noise'.  Simplify.
25778         (landmark-human-plays): Remove unused variable `score'.
25780         * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
25781         (mpuz-try-proposal): Remove unused variable `game'.
25783         * play/zone.el (life-patterns): Declare.
25785 2011-04-20  Juanma Barranquero  <lekktu@gmail.com>
25787         * vc/vc.el (ediff-vc-internal): Declare function.
25789 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25791         * shell.el: Use lexical-binding and std completion UI.
25792         (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
25793         (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
25794         comint-preoutput-filter-functions rather than on
25795         comint-output-filter-functions.
25796         (shell-command-completion, shell--command-completion-data)
25797         (shell-filename-completion, shell-environment-variable-completion)
25798         (shell-c-a-p-replace-by-expanded-directory): New functions.
25799         (shell-dynamic-complete-functions, shell-dynamic-complete-command)
25800         (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
25801         (shell-dynamic-complete-environment-variable): Use them.
25802         (shell-dynamic-complete-as-environment-variable)
25803         (shell-dynamic-complete-as-command): Remove.
25804         (shell-match-partial-variable): Match past point.
25805         * comint.el: Clean up use of completion-at-point-functions.
25806         (comint-completion-at-point): New function.
25807         (comint-mode): Use it completion-at-point-functions.
25808         (comint-dynamic-complete): Make it obsolete.
25809         (comint-replace-by-expanded-history-before-point): Add dry-run arg.
25810         (comint-c-a-p-replace-by-expanded-history): New function.
25811         (comint-dynamic-complete-functions)
25812         (comint-replace-by-expanded-history): Use it.
25813         * minibuffer.el (completion-table-with-terminator): Allow dynamic
25814         termination strings.  Try harder to avoid second try-completion.
25815         (completion-in-region-mode-map): Disable bindings that don't work yet.
25817         * comint.el: Use lexical-binding.  Require CL.
25818         (comint-dynamic-complete-functions): Use comint-filename-completion.
25819         (comint-completion-addsuffix): Tweak custom type.
25820         (comint-filename-completion, comint--common-suffix)
25821         (comint--common-quoted-suffix, comint--table-subvert)
25822         (comint--complete-file-name-data): New functions.
25823         (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
25824         (comint-dynamic-list-filename-completions): Use them.
25825         (comint-dynamic-simple-complete): Make obsolete.
25827         * minibuffer.el (completion-in-region-mode):
25828         Keep completion-in-region-mode--predicate global.
25829         (completion-in-region--postch):
25830         Assume completion-in-region-mode--predicate is not null.
25832         * progmodes/flymake.el (flymake-start-syntax-check-process):
25833         Obey `dir'.  Simplify.
25835         * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
25836         we're in VC after all.
25838 2011-04-20  Christoph Scholtes  <cschol2112@googlemail.com>
25840         * vc/vc.el (vc-diff-build-argument-list-internal)
25841         (vc-version-ediff, vc-ediff): New commands.
25842         (vc-version-diff): Use vc-diff-build-argument-list-internal.
25844 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25846         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
25847         add sanity check.
25849         * obsolete/erc-hecomplete.el: Make obsolete.
25850         * obsolete/: Standardize obsolescence info in the header.
25852 2011-04-20  Glenn Morris  <rgm@gnu.org>
25854         * calendar/solar.el (solar-horizontal-coordinates):
25855         Use the longitude argument rather than `calendar-longitude'.
25856         (solar-date-next-longitude): Remove unused locals.
25858 2011-04-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
25860         * whitespace.el: New version 13.2.1.
25862 2011-04-20  felix  <EmacsWiki>  (tiny change)
25864         * whitespace.el (global-whitespace-mode): Keep highlight when
25865         switching between major modes on a file.
25867 2011-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
25869         * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
25870         (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
25871         multi-line comments as well.
25873 2011-04-19  Juanma Barranquero  <lekktu@gmail.com>
25875         Lexical-binding cleanup.
25877         * arc-mode.el (archive-mode-revert):
25878         * cmuscheme.el (scheme-interactively-start-process):
25879         * custom.el (custom-initialize-delay):
25880         * dnd.el (dnd-open-local-file, dnd-open-remote-url):
25881         * dos-w32.el (direct-print-region-helper, direct-print-region-function):
25882         * emacs-lock.el (emacs-lock-clear-sentinel):
25883         * ezimage.el (defezimage):
25884         * follow.el (follow-avoid-tail-recenter):
25885         * fringe.el (set-fringe-mode-1):
25886         * generic-x.el (bat-generic-mode-compile):
25887         * help-mode.el (help-info-variable, help-do-xref)
25888         (help-mode-revert-buffer):
25889         * help.el (view-emacs-todo):
25890         * iswitchb.el (iswitchb-completion-help):
25891         * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
25892         * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
25893         (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
25894         * locate.el (locate-update):
25895         * longlines.el (longlines-encode-region)
25896         (longlines-after-change-function):
25897         * outline.el (outline-isearch-open-invisible):
25898         * ps-def.el (declare-function, charset-dimension, char-width)
25899         (encode-char):
25900         * ps-mule.el (ps-mule-plot-string):
25901         * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
25902         (recentf-edit-list-select, recentf-edit-list-validate)
25903         (recentf-open-files-action):
25904         * rect.el (delete-whitespace-rectangle-line)
25905         (rectangle-number-line-callback):
25906         * register.el (window-configuration-to-register)
25907         (frame-configuration-to-register):
25908         * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
25909         * select.el (xselect-convert-to-string, xselect-convert-to-length)
25910         (xselect-convert-to-targets, xselect-convert-to-delete)
25911         (xselect-convert-to-filename, xselect-convert-to-charpos)
25912         (xselect-convert-to-lineno, xselect-convert-to-colno)
25913         (xselect-convert-to-os, xselect-convert-to-host)
25914         (xselect-convert-to-user, xselect-convert-to-class)
25915         (xselect-convert-to-name, xselect-convert-to-integer)
25916         (xselect-convert-to-atom, xselect-convert-to-identity):
25917         * subr.el (declare, ignore, process-kill-without-query)
25918         (text-clone-maintain):
25919         * terminal.el (te-get-char, te-tic-sentinel):
25920         * tool-bar.el (tool-bar-make-keymap):
25921         * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
25922         * type-break.el (type-break-mode, type-break-noninteractive-query):
25923         * view.el (View-back-to-mark):
25924         * wid-browse.el (widget-browse-action, widget-browse-widget)
25925         (widget-browse-widgets, widget-browse-sexp):
25926         * widget.el (define-widget-keywords):
25927         * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
25928         Mark unused parameters.
25930         * align.el (align-adjust-col-for-rule): Mark unused parameter.
25931         (align-areas): Remove unused variable `look'.
25932         (align-region): Remove unused variables `real-end' and `pos-list'.
25934         * apropos.el (apropos-score-doc): Remove unused variable `i'.
25936         * bindings.el (mode-line-modified, mode-line-remote):
25937         Mark unused parameters.
25938         (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
25940         * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
25941         (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
25943         * comint.el (comint-history-isearch-pop-state)
25944         (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
25945         (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
25946         (comint-substitute-in-file-name): Doc fix.
25948         * completion.el (cmpl-statistics-block): Mark unused parameter.
25949         (add-completions-from-tags-table, add-completions-from-lisp-buffer)
25950         (save-completions-to-file, load-completions-from-file):
25951         Remove unused local variable `e'.
25953         * composite.el (compose-chars): Remove unused variable `len'.
25954         (lgstring-insert-glyph): Remove unused variable `g'.
25955         (compose-glyph-string): Remove unused variables `ascent',
25956         `descent', `lbearing' and `rbearing'.
25957         (compose-glyph-string-relative): Remove unused variables
25958         `lbearing', `rbearing' and `wadjust'.
25959         (compose-gstring-for-graphic): Remove unused variables `header',
25960         `wadjust', `xoff' and `yoff'.  Use `let', not `let*'.
25961         (compose-gstring-for-terminal): Remove unused variables `header'
25962         and `nchars'.  Use `let', not `let*'.
25964         * cus-edit.el (Custom-set, Custom-save, custom-reset)
25965         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
25966         (Custom-buffer-done, custom-buffer-create-internal)
25967         (custom-browse-visibility-action, custom-browse-group-tag-action)
25968         (custom-browse-variable-tag-action, custom-browse-face-tag-action)
25969         (widget-magic-mouse-down-action, custom-toggle-parent)
25970         (custom-add-parent-links, custom-toggle-hide-variable)
25971         (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
25972         (custom-toggle-hide-face, face, hook, custom-group-link-action)
25973         (custom-face-menu-create, custom-variable-menu-create, get)
25974         (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
25975         (custom-reset-standard-save-and-update): Remove unused variable `value'.
25976         (customize-apropos): Remove unused variable `tests'.
25977         (custom-group-value-create): Remove unused variable `hidden-p'.
25978         (sort-fold-case): Declare.
25980         * cus-theme.el (custom-reset-standard-faces-list)
25981         (custom-reset-standard-variables-list): Declare.
25982         (customize-create-theme, custom-theme-revert, custom-theme-write)
25983         (custom-theme-choose-mode, customize-themes, custom-theme-save):
25984         Mark unused parameters.
25986         * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
25988         * delim-col.el (delimit-columns-max): Move defvar before first use.
25990         * descr-text.el (describe-char-categories): Don't quote `lambda'.
25991         (describe-char): Don't quote `lambda'.  Mark unused parameter.
25993         * desktop.el (desktop-save-buffer-p): Mark unused parameter.
25994         (auto-insert): Declare.
25995         (desktop-restore-file-buffer): Rename desktop-* parameters;
25996         mark unused ones.
25997         (desktop-create-buffer): Rename desktop-* parameters and bind them.
25998         (desktop-buffer): Rename desktop-* parameters.
26000         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
26001         (dframe-reposition-frame-xemacs, dframe-help-echo)
26002         (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
26003         Mark unused parameters.
26005         * dired-aux.el (backup-extract-version-start, overwrite-query)
26006         (overwrite-backup-query, rename-regexp-query)
26007         (rename-non-directory-query): Declare.
26008         (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
26009         (dired-add-entry): Remove unused variable `orig-file-name'.
26010         (dired-copy-file-recursive): Remove unused variable `dirfailed'.
26011         Use parameter PRESERVE-TIME instead of accessing dynamic variable
26012         `dired-copy-preserve-time' directly.
26013         (dired-do-create-files-regexp): Remove unused variable `fn-count'.
26014         (dired-insert-subdir-newpos): Rename unused variable `pos'.
26016         * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
26017         (dired-virtual-revert, dired-make-relative-symlink):
26018         Mark unused parameters.
26019         (manual-program): Declare.
26020         (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
26021         (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
26022         wrapped in `with-no-warnings' to avoid replacing one warning by another.
26024         * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
26026         * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
26028         * echistory.el (electric-history-in-progress, Helper-return-blurb):
26029         Declare.
26031         * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
26033         * electric.el (Electric-command-loop): Rename parameter
26034         INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
26036         * expand.el (expand-in-literal): Remove unused variable `here'.
26038         * facemenu.el (facemenu-add-new-color):
26039         Remove unused variable `docstring'.
26041         * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
26042         (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
26043         (face-attr-construct): Mark unused parameter.  Doc fix.
26044         (read-color): Remove unused variable `hex-string'.
26046         * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
26047         (locate-dominating-file): Remove unused vars `prev-file' and `user'.
26048         (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
26049         (display-buffer-other-frame): Remove unused variable `old-window'.
26050         (kill-buffer-hook): Declare.
26051         (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
26052         Mark unused parameters.
26053         (after-find-file): Pass 1 to `auto-save-mode', not t.
26055         * files-x.el (auto-insert): Declare.
26056         (modify-file-local-variable-prop-line): Remove unused variable `val'.
26058         * find-lisp.el (find-lisp-find-dired-internal): Remove unused
26059         variable `buf'.  Mark unused parameter.
26060         (find-lisp-insert-directory): Mark unused parameter.
26062         * format.el (format-decode-run-method): Mark unused parameter; doc fix.
26063         (format-encode-region): Remove unused variables `cur-buf' and `result'.
26064         (format-common-tail): Remove, unused.
26065         (format-deannotate-region): Remove unused variable `loc'.
26066         (format-annotate-region): Remove unused variable `p'.
26067         (format-annotate-single-property-change): Remove unused variables
26068         `default' and `tail'.
26070         * forms.el (read-file-filter): Declare.
26071         (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
26073         * frame.el (frame-creation-function-alist): Mark unused parameter.
26074         (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
26076         * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
26077         Remove unused parameters.
26078         (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
26079         (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
26081         * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
26082         (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
26083         (hfy-prepare-tag-map): Mark unused parameters.
26084         (htmlfontify-buffer): Use `called-interactively-p'.
26086         * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
26087         (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
26088         (ibuffer-do-occur): Mark unused parameters.
26089         (ibuffer-forward-next-marked): Remove unused variable `curmark'.
26090         (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
26092         * ibuffer.el: Don't quote `lambda'.
26093         (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
26094         (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
26095         Mark unused parameters.
26097         * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
26098         (ido-completing-read): Mark unused parameters.
26099         (ido-copy-current-word): Mark unused parameters;
26100         remove unused variable `name'.
26101         (ido-sort-merged-list): Remove unused parameter `dirs'.
26103         * ielm.el (ielm-input-sender): Mark unused parameter.
26104         (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
26105         (ielm-output, ielm-wbuf, ielm-pmark): Declare.
26106         (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
26107         `ielm-string' as a dynamic variable accessible from the IELM prompt.
26108         Bind `ielm-string' to INPUT-STRING.  Remove unused variable `err'.
26110         * image-dired.el (image-dired-display-thumbs): Remove unused
26111         variables `curr-file' and `count'.
26112         (image-dired-remove-tag): Remove unused variable `start'.
26113         (image-dired-tag-files, image-dired-create-thumbs): Remove unused
26114         variable `curr-file'
26115         (image-dired-rotate-original): Remove unused variable `temp-file'.
26116         (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
26117         Remove unused variable `file'.
26118         (image-dired-gallery-generate): Remove unused variable `curr'.
26119         (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
26121         * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
26123         * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
26125         * informat.el (texinfo-command-start, texinfo-command-end): Declare.
26127         * isearch.el (minibuffer-history-symbol): Declare.
26128         (isearch-edit-string): Remove unused variable `err'.
26129         (isearch-message-prefix, isearch-message-suffix):
26130         Mark unused parameters.
26132         * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
26134         * macros.el (insert-kbd-macro): Remove unused variable `mods'.
26136         * makesum.el (double-column): Remove unused variable `cnt'.
26138         * misearch.el (multi-isearch-pop-state): Mark unused parameter.
26139         (ido-ignore-item-temp-list): Declare.
26141         * mouse-drag.el (mouse-drag-throw): Remove unused variables
26142         `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
26143         `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
26144         (mouse-drag-drag): Remove unused variables `mouse-delta' and
26145         `mouse-col-delta'.
26147         * mouse-sel.el (mouse-extend-internal):
26148         Remove unused variable `orig-window-frame'.
26150         * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
26151         (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
26152         Move declarations before first use.
26153         (pcomplete-opt): Mark unused parameters; doc fix.
26155         * proced.el (proced-revert): Mark unused parameter.
26156         (proced-send-signal): Remove unused variable `err'.
26158         * ps-print.el (ps-print-preprint-region, ps-print-preprint):
26159         Rename parameter PREFIX-ARG to ARG.
26160         (ps-basic-plot-string, ps-basic-plot-whitespace):
26161         Mark unused parameters.
26163         * replace.el (replace-count): Define.
26164         (occur-revert-function): Mark unused parameters.
26165         (ido-ignore-item-temp-list, isearch-error, isearch-forward)
26166         (isearch-case-fold-search, isearch-string): Declare.
26167         (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
26168         bind `case-fold-search'.  Remove unused variables `beg' and `end',
26169         and simplify.
26170         (replace-eval-replacement): Rename parameter REPLACE-COUNT to
26171         COUNT and bind `replace-count'.
26172         (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
26173         to COUNT.
26175         * savehist.el (print-readably, print-string-length): Declare.
26177         * shadowfile.el (shadow-expand-cluster-in-file-name):
26178         Remove unused variable `cluster'.
26179         (shadow-copy-file): Remove unused variable `i'.
26180         (shadow-noquery, shadow-clusters, shadow-site-cluster)
26181         (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
26182         (shadow-define-literal-group, shadow-define-regexp-group)
26183         (shadow-make-group, shadow-shadows-of): Clean up docstrings.
26185         * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
26186         (shell): Use `called-interactively-p'.
26187         (shell-directory-tracker): Remove unused variable `chdir-failure'.
26189         * simple.el (compilation-context-lines, comint-file-name-quote-list)
26190         (comint-file-name-chars, comint-delimiter-argument-list): Declare.
26191         (delete-backward-char): Remove unused variable `ocol'.
26192         (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
26193         (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
26194         (event-apply-hyper-modifier, event-apply-shift-modifier)
26195         (event-apply-control-modifier, event-apply-meta-modifier):
26196         Mark unused parameters.
26197         (undo-make-selective-list): Remove duplicate variable `undo-elt'.
26198         (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
26200         * speedbar.el (speedbar-ignored-directory-expressions)
26201         (speedbar-supported-extension-expressions, speedbar-directory-buttons)
26202         (speedbar-find-file, speedbar-dir-follow)
26203         (speedbar-directory-buttons-follow, speedbar-tag-find)
26204         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
26205         (speedbar-buffers-line-directory, speedbar-buffer-click):
26206         Mark unused parameters.
26207         (speedbar-tag-file): Remove unused variable `mode'.
26208         (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
26210         * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
26212         * talk.el (talk): Remove unused variable `display'.
26214         * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
26215         (tar-write-region-annotate): Mark unused parameter.
26217         * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
26218         (minutes, seconds, time-zone, day, year, monthname, month, dayname):
26219         Declare them, wrapped in `with-no-warnings' to avoid replacing one
26220         warning by another.
26222         * time-stamp.el (time-stamp-string-preprocess):
26223         Remove unused variable `require-padding'.
26225         * tree-widget.el (widget-glyph-enable): Declare.
26226         (tree-widget-action): Mark unused parameter.
26228         * w32-fns.el (x-get-selection): Mark unused parameter.
26229         (autoload-make-program, generated-autoload-file): Declare.
26231         * wdired.el (wdired-revert): Mark unused parameters.
26232         (wdired-xcase-word): Remove unused variable `err'.
26234         * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
26235         (whitespace-help-scroll): Remove unused variable `data-help'.
26237         * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
26238         (widget-image-insert, widget-after-change, default)
26239         (widget-default-format-handler, widget-default-notify)
26240         (widget-default-prompt-value, widget-info-link-action)
26241         (widget-url-link-action, widget-function-link-action)
26242         (widget-variable-link-action, widget-file-link-action)
26243         (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
26244         (widget-field-prompt-internal, widget-field-action, widget-field-match)
26245         (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
26246         (widget-insert-button-action, widget-delete-button-action, visibility)
26247         (widget-documentation-link-action, widget-documentation-string-action)
26248         (widget-const-prompt-value, widget-regexp-match, symbol)
26249         (widget-coding-system-prompt-value)
26250         (widget-key-sequence-value-to-external, sexp)
26251         (widget-sexp-value-to-internal, character, vector, cons)
26252         (widget-choice-prompt-value, widget-boolean-prompt-value)
26253         (widget-color--choose-action): Mark unused parameters.
26254         (widget-item-match-inline, widget-choice-match-inline)
26255         (widget-checklist-match, widget-checklist-match-inline)
26256         (widget-group-match): Rename parameter VALUES to VALS.
26257         (widget-field-value-set): Remove unused variable `size'.
26258         (widget-color-action): Remove unused variables `value' and `start'.
26260         * windmove.el (windmove-wrap-loc-for-movement): Remove unused
26261         variable `dir'.  Doc fix.
26262         (windmove-find-other-window): Don't pass it.
26264         * window.el (count-windows): Mark unused parameter.
26265         (bw-adjust-window): Remove unused variable `err'.
26267         * woman.el (woman-file-name): Remove unused variable `default'.
26268         (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
26269         WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
26270         (global-font-lock-mode): Declare.
26271         (woman-decode-region): Mark unused parameter.
26272         (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
26274         * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
26275         (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
26276         (x-dnd-handle-moz-url): Remove unused variable `title'.
26277         (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
26279         * xml.el (xml-parse-tag, xml-parse-attlist):
26280         Remove unused variable `pos'.
26282 2011-04-19  Glenn Morris  <rgm@gnu.org>
26284         * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
26285         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
26286         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
26287         (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
26288         * calendar/cal-html.el (cal-html-insert-minical):
26289         * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
26290         (calendar-mark-date-pattern):
26291         Prefix "unused" locals.
26293         * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
26294         optional argument `style'.
26296         * calendar/appt.el (appt-make-list):
26297         * calendar/cal-china.el (calendar-chinese-date-string):
26298         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
26299         (diary-hebrew-yahrzeit):
26300         * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
26301         * calendar/calendar.el (calendar-generate-window):
26302         * calendar/time-date.el (time-to-days):
26303         Remove unused local variables.
26305 2011-04-18  Chong Yidong  <cyd@stupidchicken.com>
26307         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
26308         glyphless-char-display table.
26309         (tabulated-list-glyphless-char-display): New var.
26311 2011-04-18  Sam Steingold  <sds@gnu.org>
26313         * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
26314         to acknowledgments.
26316 2011-04-17  Glenn Morris  <rgm@gnu.org>
26318         * calendar/diary-lib.el (diary-sexp-entry):
26319         * calendar/holidays.el (holiday-sexp):
26320         Set debug-on-error rather than the removed stack-trace-on-error.
26322 2011-04-16  Glenn Morris  <rgm@gnu.org>
26324         * progmodes/f90.el: Use lexical-binding.
26325         (f90-get-correct-indent): Remove unnecessary local variable `cont'.
26327 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
26329         * mail/sendmail.el (mail-mode-map): Use completion-at-point.
26330         (mail-mode): Setup mailalias completion here instead.
26331         * mail/mailalias.el: Use lexical-binding.
26332         (pattern, mailalias-done): Declare dynamic.
26333         (mail-completion-at-point-function): New function, from mail-complete.
26334         (mail-complete): Use it.
26335         (mail-completion-expand): New function.
26336         (mail-get-names): Use it.
26337         (mail-directory, mail-directory-process, mail-directory-stream):
26338         Don't use `pattern' for lexically bound arg.
26340         * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
26342         * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
26343         (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
26344         (hfy-etags-cmd-alist): Don't eval-and-compile any more.
26346         * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
26347         (byte-save-window-excursion, byte-temp-output-buffer-setup)
26348         (byte-interactive-p): Define them again, for use when inlining
26349         old code.
26351 2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
26353         * loadup.el: Use `string-to-number', not `string-to-int'.
26355 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
26357         * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
26358         gud-gdb-complete-command.
26359         (gud-gdb-completions): New function, from gud-gdb-complete-command.
26360         (gud-gdb-completion-at-point): New function.
26361         (gud-gdb-completions): Remove.
26363 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
26365         * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
26366         when the scripts fail.  Use `tramp-do-file-attributes-with-ls' then.
26367         (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
26368         whether `executable-find' is bound.
26370         * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
26372 2011-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
26374         * minibuffer.el (completion-in-region-mode-predicate)
26375         (completion-in-region-mode--predicate): New vars.
26376         (completion-in-region, completion-in-region--postch)
26377         (completion-in-region-mode): Use them.
26378         (completion--capf-wrapper): Also return the hook function.
26379         (completion-at-point, completion-help-at-point):
26380         Adjust and provide a predicate.
26382         Preserve arg names for advice of subr and lexical functions (bug#8457).
26383         * help-fns.el (help-function-arglist): Consolidate the subr and
26384         new-byte-code cases.  Add argument `preserve-names' to extract names
26385         from the docstring when needed.
26386         * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
26387         (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
26388         (ad-arglist): Use help-function-arglist's new arg.
26389         (ad-definition-type): Use cond.
26391 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
26393         * autorevert.el (auto-revert-handler):
26394         Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
26395         which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
26396         Don't quote lambda.
26398         * image-mode.el (image-transform-set-scale):
26399         Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
26401 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26403         * net/network-stream.el (network-stream-open-starttls): Only do
26404         opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
26405         Upgrades via gnutls-cli are too slow to be done opportunistically.
26407 2011-04-12  Juanma Barranquero  <lekktu@gmail.com>
26409         * dframe.el (dframe-current-frame): Remove spurious quote.
26411 2011-04-12  Glenn Morris  <rgm@gnu.org>
26413         * calendar/cal-tex.el (cal-tex-end-document):
26414         Try to automatically use latin1 input if needed.
26416         * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
26417         Don't try to cons a mark onto an empty element.
26419 2011-04-11  Leo Liu  <sdl.web@gmail.com>
26421         * ido.el (ido-buffer-internal): Allow method 'kill for virtual
26422         buffers.
26423         (ido-kill-buffer-at-head): Support killing virtual buffers.
26425 2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
26427         * minibuffer.el (completion-show-inline-help): New var.
26428         (completion--do-completion, minibuffer-complete)
26429         (minibuffer-force-complete, minibuffer-complete-word):
26430         Inhibit minibuffer messages if completion-show-inline-help is nil.
26432         * icomplete.el (icomplete-mode): Bind completion-show-inline-help
26433         to avoid interference from inline help (Bug#5849).
26435 2011-04-10  Leo Liu  <sdl.web@gmail.com>
26437         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
26438         Fix typo.
26440 2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
26442         * image-mode.el (image-toggle-display-image): Signal an error if
26443         not in Image mode.
26444         (image-transform-mode, image-transform-resize)
26445         (image-transform-set-rotation): Doc fix.
26446         (image-transform-set-resize): Delete.
26447         (image-transform-set-scale, image-transform-fit-to-height)
26448         (image-transform-fit-to-width): Handle image-toggle-display-image
26449         and image-transform-resize directly.
26451 2011-04-08  Sho Nakatani  <lay.sakura@gmail.com>
26453         * doc-view.el (doc-view-fit-width-to-window)
26454         (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
26455         New functions for fitting the shown image to the Emacs window size.
26456         (doc-view-mode-map): Add bindings for the new functions.
26458 2011-04-08  Juanma Barranquero  <lekktu@gmail.com>
26460         * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
26461         Fix typo in docstring.
26463 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
26465         * files.el (file-size-human-readable): Produce one digit after
26466         decimal, like "ls -lh" does.
26468         * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
26469         the file size representation.
26471         * simple.el (list-processes): If async subprocesses are not
26472         available, error out with a clear error message.
26474 2011-04-08  Chong Yidong  <cyd@stupidchicken.com>
26476         * help.el (help-form-show): New function, to be called from C.
26477         Put help-form output in a buffer named differently than *Help*.
26479 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
26481         * files.el (file-size-human-readable): New function.
26483         * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
26484         computing the representation inline.  Don't require `cl'.
26486 2011-04-08  Glenn Morris  <rgm@gnu.org>
26488         * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
26490         * net/browse-url.el (browse-url-firefox):
26491         Test system-type, not system-configuration.
26493         * vc/log-edit.el (log-edit-empty-buffer-p): New function.
26494         (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
26495         Use log-edit-empty-buffer-p.  (Bug#7598)
26497         * net/rlogin.el (rlogin-process-connection-type): Simplify.
26498         (rlogin-mode-map): Initialize in the defvar.
26499         (rlogin): Use ignore-errors.
26501         * replace.el (occur-mode-map): Some fixes for menu items.
26503 2011-04-07  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
26505         * play/morse.el (denato-region): Handle varying case.  (Bug#8386)
26507 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
26509         * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
26510         issuing unused warnings.
26512         * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
26513         macro directly.
26515         * simple.el: Lisp reimplement of list-processes.  Based on an
26516         earlier reimplementation by Leo Liu, but using tabulated-list.el.
26517         (process-menu-mode): New major mode.
26518         (list-processes--refresh, list-processes):
26519         (process-menu-visit-buffer): New functions.
26521         * files.el (save-buffers-kill-emacs): Don't assume any return
26522         value of list-processes, which is undocumented anyway.
26524 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
26526         * emacs-lisp/tabulated-list.el: New file.
26528         * emacs-lisp/package.el: Use Tabulated List mode.
26529         (package-menu-mode-map): Inherit from tabulated-list-mode-map.
26530         (package-menu-mode): Derive from tabulated-list-mode.  Set up the
26531         table format using Tabulated List mode variables.
26532         (package--push): New macro, replacing package-list-maybe-add.
26533         (package-menu--generate): Use package--push.  Renamed from
26534         package--generate-package-list.
26535         (package-menu-refresh, list-packages): Use it.
26536         (package-menu--print-info): Rename from package-print-package.
26537         Return insertion data instead of inserting it directly.
26538         (package-menu-describe-package, package-menu-execute):
26539         Use tabulated-list-get-id.
26540         (package-menu-mark-delete, package-menu-mark-install)
26541         (package-menu-mark-unmark, package-menu-backup-unmark)
26542         (package-menu-mark-obsolete-for-deletion):
26543         Use tabulated-list-put-tag.
26544         (package--list-packages, package-menu-revert)
26545         (package-menu-get-package, package-menu-get-version)
26546         (package-menu-sort-by-column): Functions deleted.
26547         (package-menu-package-list, package-menu-sort-key): Vars deleted.
26548         (package-menu--status-predicate, package-menu--version-predicate)
26549         (package-menu--name-predicate)
26550         (package-menu--description-predicate): Handle arguments in the
26551         Tabulated List format.
26552         (package-list-packages-no-fetch): Call list-packages.
26554 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
26556         * files.el (after-find-file-from-revert-buffer): Remove variable.
26557         (after-find-file): Don't bind it.
26558         (revert-buffer-in-progress-p): New variable.
26559         (revert-buffer): Bind it.
26560         Pass nil for `after-find-file-from-revert-buffer'.
26562         * saveplace.el (save-place-find-file-hook): Use new variable
26563         `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
26565 2011-04-06  Glenn Morris  <rgm@gnu.org>
26567         * Makefile.in (AUTOGEN_VCS): New variable.
26568         (autoloads): Use $AUTOGEN_VCS.
26570         * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
26571         * calendar/calendar.el (calendar-mode-map):
26572         Check for toolkit scroll bars.  (Bug#8305)
26574 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
26576         * minibuffer.el (completion-in-region--postch)
26577         (completion-in-region-mode): Remove unnecessary messages.
26579 2011-04-05  Juanma Barranquero  <lekktu@gmail.com>
26581         * font-lock.el (font-lock-refresh-defaults):
26582         Don't bind `hi-lock--inhibit-font-lock-hook', removed in
26583         2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
26585         * info.el (Info-directory-list, Info-read-node-name-2)
26586         (Info-split-parameter-string): Doc fixes.
26587         (Info-virtual-nodes): Reflow docstring.
26588         (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
26589         (Info-apropos-toc-nodes, info-finder, Info-get-token)
26590         (Info-find-emacs-command-nodes, Info-speedbar-key-map):
26591         Fix typos in docstrings.
26592         (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
26593         (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
26594         (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
26595         (Info-restore-desktop-buffer): Mark unused parameters.
26596         (Info-directory-find-file, Info-directory-find-node)
26597         (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
26598         (Info-virtual-index-find-node, Info-apropos-find-file)
26599         (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
26600         Mark unused parameters; fix typos in docstrings.
26601         (Info-virtual-index): Remove unused local variable `nodename'.
26603 2011-04-05  Deniz Dogan  <deniz@dogan.se>
26605         * net/rcirc.el: Update my e-mail address.
26606         (rcirc-mode-map): Remove M-o binding.
26608 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
26610         * startup.el (command-line): Save the cursor's theme-face
26611         directly, instead of using face-override-spec.
26613         * custom.el (load-theme): Minor optimization in assigning faces.
26615 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
26617         * help-fns.el (describe-variable): Complete all variables having
26618         documentation, including keywords.
26619         http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
26621 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
26623         Convert to lexical-binding.
26625         * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
26626         (bs--get-marked-string, bs--get-modified-string)
26627         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
26628         (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
26629         (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
26631         * ehelp.el (electric-help-execute-extended)
26632         (electric-help-ctrl-x-prefix):
26633         * hexl.el (hexl-revert-buffer-function):
26634         * linum.el (linum-after-change, linum-after-scroll):
26635         * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
26637         * help-fns.el (help-describe-category-set): Remove unused ERR variable.
26639 2011-04-04  Daiki Ueno  <ueno@unixuser.org>
26641         * epa-dired.el:
26642         * epa-mail.el:
26643         * epa-hook.el:
26644         * epa-file.el:
26645         * epa.el:
26646         * epg.el: Use lexical binding.
26648 2011-04-03  Chong Yidong  <cyd@stupidchicken.com>
26650         * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
26652         * textmodes/flyspell.el (flyspell-word): Recognize default
26653         dictionary case for flyspell-mark-duplications-exceptions.
26654         Use regexp matching for languages.
26655         (flyspell-mark-duplications-exceptions): Add "that" and "had" for
26656         default dictionary (Bug#7926).
26658 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
26660         * emacs-lisp/package.el (package--with-work-buffer):
26661         Recognize https URLs.
26663         * net/network-stream.el: Move from gnus/proto-stream.el.
26664         Change prefix to network-stream throughout.
26665         (open-protocol-stream): Merge into open-network-stream, leaving
26666         open-protocol-stream as an alias.  Handle nil BUFFER args.
26668         * subr.el (open-network-stream): Move to net/network-stream.el.
26670 2011-04-02  Glenn Morris  <rgm@gnu.org>
26672         * find-dired.el (find-exec-terminator): New option.
26673         (find-ls-option): Test for -ls support.
26674         (find-ls-subdir-switches): Test for -b in find-ls-option.
26675         (find-dired, find-grep-dired): Doc fixes.
26676         (find-dired): Use find-exec-terminator.
26678         * find-dired.el (find-ls-option, find-ls-subdir-switches)
26679         (find-grep-options): Do not autoload these defcustoms, remove purecopy.
26680         (find-name-arg): Remove purecopy.
26682         * progmodes/grep.el (grep-find-use-xargs): Doc fix.
26683         (grep-compute-defaults): Check for `-exec COMMAND +' support.
26684         Set grep-find-use-xargs, grep-find-command, and grep-find-template
26685         accordingly.  Don't add the null-device if not needed.
26687         * files.el (save-some-buffers): Doc fix.
26689 2011-04-02  Eli Zaretskii  <eliz@gnu.org>
26691         * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
26693 2011-04-01  Juanma Barranquero  <lekktu@gmail.com>
26695         * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
26696         Use `dolist' rather than `mapcar'.
26698 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
26700         Add lexical binding.
26702         * subr.el (apply-partially): Use new closures rather than CL.
26703         (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
26704         (dolist, dotimes): Use slightly different expansion for lexical code.
26705         (functionp): Move to C.
26706         (letrec): New macro.
26707         (with-wrapper-hook): Use it and apply-partially instead of CL.
26708         (eval-after-load): Preserve lexical-binding.
26709         (save-window-excursion, with-output-to-temp-buffer): Turn them
26710         into macros.
26712         * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
26714         * help-fns.el (help-split-fundoc): Return nil if there's nothing else
26715         than the arglist.
26716         (help-add-fundoc-usage): Don't add `Not documented'.
26717         (help-function-arglist): Handle closures, subroutines, and new
26718         byte-code-functions.
26719         (help-make-usage): Remove leading underscores.
26720         (describe-function-1): Handle closures.
26721         (describe-variable): Use special-variable-p for completion.
26723         * files.el (lexical-binding): Declare safe.
26725         * emacs-lisp/pcase.el: Don't use destructuring-bind.
26726         (pcase--memoize): Rename from pcase-memoize.  Change weakness.
26727         (pcase): Add `let' pattern.
26728         Change memoization so it actually works.
26729         (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
26730         (pcase--u1) <guard, pred>: Fix possible shadowing problem.
26731         <let>: New case.
26733         * emacs-lisp/macroexp.el: Use lexical binding.
26734         (macroexpand-all-1): Check obsolete macros.  Expand compiler-macros.
26735         Don't convert ' to #' without checking that it's indeed quoting
26736         a lambda.
26738         * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
26739         Use eval-sexp-add-defvars.
26740         (eval-sexp-add-defvars): New fun.
26742         * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
26744         * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
26745         Don't autoload.
26746         (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
26747         than the internal `byte-compile-lambda'.
26748         (defmethod): Don't hide code under quotes.
26749         (eieio-defmethod): New `code' argument.
26751         * emacs-lisp/eieio-comp.el: Remove.
26753         * emacs-lisp/edebug.el (edebug-eval-defun)
26754         (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
26755         (edebug-toggle): Avoid `eval'.
26757         * emacs-lisp/disass.el (disassemble-internal): Handle new
26758         `closure' objects.
26759         (disassemble-1): Handle new byte codes.
26761         * emacs-lisp/cl.el (pushnew): Silence warning.
26763         * emacs-lisp/cl-macs.el (cl-byte-compile-block)
26764         (cl-byte-compile-throw): Remove.
26765         (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
26767         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
26768         closures.
26770         * emacs-lisp/cconv.el: New file.
26772         * emacs-lisp/bytecomp.el: Use lexical binding instead of
26773         a "bytecomp-" prefix.  Macroexpand everything as a separate phase.
26774         (byte-compile-initial-macro-environment):
26775         Handle declare-function here.
26776         (byte-compile--lexical-environment): New var.
26777         (byte-stack-ref, byte-stack-set, byte-discardN)
26778         (byte-discardN-preserve-tos): New lap codes.
26779         (byte-interactive-p): Don't use any more.
26780         (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
26781         New macros.
26782         (byte-compile-lapcode): Use them and handle new lap codes.
26783         (byte-compile-obsolete): Remove.
26784         (byte-compile-arglist-signature): Handle new byte-code arg"lists".
26785         (byte-compile-arglist-warn): Check late def of inlinable funs.
26786         (byte-compile-cl-warn): Don't silence warnings for compiler-macros
26787         since they should have been expanded by now.
26788         (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
26789         (byte-compile-from-buffer): Remove unused second arg.
26790         (byte-compile-preprocess): New function.
26791         (byte-compile-toplevel-file-form): New function to distinguish
26792         file-form calls from outside from file-form calls from hunk-handlers.
26793         (byte-compile-file-form): Simplify.
26794         (byte-compile-file-form-defsubst): Remove.
26795         (byte-compile-file-form-defmumble): Simplify now that
26796         byte-compile-lambda always returns a byte-code-function.
26797         (byte-compile): Preprocess.
26798         (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
26799         Remove, not used any more.
26800         (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
26801         (byte-compile-make-args-desc): New funs.
26802         (byte-compile-lambda): Handle lexical functions.  Always return
26803         a byte-code-function.
26804         (byte-compile-reserved-constants): New var, to make up room for
26805         closed-over variables.
26806         (byte-compile-constants-vector): Obey it.
26807         (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
26808         (byte-compile-macroexpand-declare-function): New function.
26809         (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
26810         byte-code-functions.
26811         (byte-compile-form): Check obsolescence here.
26812         (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
26813         (byte-compile-variable-ref): Remove.
26814         (byte-compile-dynamic-variable-op): New fun.
26815         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
26816         (byte-compile-variable-set): New funs.
26817         (byte-compile-discard): Add 2 args.
26818         (byte-compile-stack-ref, byte-compile-stack-set)
26819         (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
26820         (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
26821         macroexpand-all instead.
26822         (byte-compile-quote-form): Remove.
26823         (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
26824         (byte-compile-bind, byte-compile-unbind): New funs.
26825         (byte-compile-let): Handle let* and lexical binding.
26826         (byte-compile-let*): Remove.
26827         (byte-compile-catch, byte-compile-unwind-protect)
26828         (byte-compile-track-mouse, byte-compile-condition-case):
26829         Handle a new :fun-body form, used for lexical scoping.
26830         (byte-compile-save-window-excursion)
26831         (byte-compile-with-output-to-temp-buffer): Remove.
26832         (byte-compile-defun): Simplify.
26833         (byte-compile-stack-adjustment): New fun.
26834         (byte-compile-out): Use it.
26835         (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
26837         * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
26838         handler any more.
26840         * emacs-lisp/byte-opt.el: Use lexical binding.
26841         (byte-inline-lapcode): Remove (to bytecomp).
26842         (byte-compile-inline-expand): Pay attention to inlining to/from
26843         lexically bound code.
26844         (byte-compile-unfold-lambda): Don't handle byte-code-functions
26845         any more.
26846         (byte-optimize-form-code-walker): Don't handle save-window-excursion
26847         any more and don't call compiler-macros.
26848         (byte-compile-splice-in-already-compiled-code): Remove.
26849         (byte-code): Don't inline any more.
26850         (disassemble-offset): Receive `bytes' as argument rather than via
26851         dynamic scoping.
26852         (byte-compile-tag-number): Declare before first use.
26853         (byte-decompile-bytecode-1): Handle new byte-codes, don't change
26854         `return' even if make-spliceable.
26855         (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
26856         obsolete interactive-p.
26857         (byte-optimize-lapcode): Optimize new lap-codes.
26858         Don't trip up on new form of `byte-constant' lap code.
26860         * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
26862         * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
26864         * custom.el (custom-initialize-default, custom-declare-variable):
26865         Use `defvar'.
26867         * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
26868         New variables.
26869         (compile-onefile, .el.elc, compile-calc, recompile): Use them.
26870         (COMPILE_FIRST): Add macroexp and cconv.
26871         * makefile.w32-in: Mirror changes in Makefile.in.
26873         * vc/cvs-status.el:
26874         * vc/diff-mode.el:
26875         * vc/log-edit.el:
26876         * vc/log-view.el:
26877         * vc/smerge-mode.el:
26878         * textmodes/bibtex-style.el:
26879         * textmodes/css-mode.el:
26880         * startup.el:
26881         * uniquify.el:
26882         * minibuffer.el:
26883         * newcomment.el:
26884         * reveal.el:
26885         * server.el:
26886         * mpc.el:
26887         * emacs-lisp/smie.el:
26888         * doc-view.el:
26889         * dired.el:
26890         * abbrev.el: Use lexical binding.
26892 2011-04-01  Eli Zaretskii  <eliz@gnu.org>
26894         * info.el (info-display-manual): New function.
26896 2011-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
26898         * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
26900 2011-03-31  Tassilo Horn  <tassilo@member.fsf.org>
26902         * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
26903         an entry for that server in rcirc-authinfo.  (Bug#8385)
26905 2011-03-31  Glenn Morris  <rgm@gnu.org>
26907         * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
26909         * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
26911 2011-03-30  Christoph Scholtes  <cschol2112@googlemail.com>
26913         * progmodes/python.el (python-default-interpreter)
26914         (python-python-command-args, python-jython-command-args)
26915         (python-which-shell, python-which-args, python-which-bufname)
26916         (python-file-queue, python-comint-output-filter-function)
26917         (python-toggle-shells, python-shell): Remove obsolete defcustoms,
26918         variables and functions.
26920 2011-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
26922         * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
26923         (completion-in-region-mode): New minor mode.
26924         (completion-in-region): Use it.
26925         (completion-in-region--data, completion-in-region-mode-map): New vars.
26926         (completion-in-region--postch): New function.
26927         (completion--capf-misbehave-funs, completion--capf-safe-funs):
26928         New vars.
26929         (completion--capf-wrapper): New function.
26930         (completion-at-point): Use it to track well-behavedness of
26931         hook functions.
26932         (completion-help-at-point): New command.
26934 2011-03-30  Jason Merrill  <jason@redhat.com>  (tiny change)
26936         * vc/add-log.el (add-change-log-entry): Don't use whitespace
26937         syntax class to search for whitespace on a single line
26938         (Message-ID: <4D938140.4030905@redhat.com>).
26940 2011-03-30  Leo Liu  <sdl.web@gmail.com>
26942         * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
26943         New commands.
26944         (edit-abbrevs-map): Bind them here.
26945         (write-abbrev-file): New optinal arg VERBOSE.  (Bug#5937)
26947 2011-03-29  Ken Manheimer  <ken.manheimer@gmail.com>
26949         * allout.el (allout-hide-by-annotation, allout-flag-region):
26950         Reduce possibility of overlay leakage by making them volatile.
26952         * allout-widgets.el (allout-widgets-tally): Define as nil so the
26953         hash is not shared between buffers.  Mode initialization is
26954         responsible for giving it a useful starting value.
26955         (allout-item-span): Reduce possibility of overlay leakage by
26956         making them volatile.
26957         (allout-widgets-count-buttons-in-region): Add diagnostic function
26958         for tracking down button overlay leaks.
26960 2011-03-29  Leo Liu  <sdl.web@gmail.com>
26962         * ido.el (ido-read-internal): Use the default history var
26963         minibuffer-history if no HISTORY is specified.
26965 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
26967         * net/imap.el (imap-shell-open, imap-process-connection-type):
26968         Use imap-process-connection-type for 'shell' streams as well as
26969         Kerberos, SSL, other subprocesses.
26971 2011-03-28  Leo Liu  <sdl.web@gmail.com>
26973         * abbrev.el (abbrev-table-empty-p): New function.
26974         (prepare-abbrev-list-buffer): Place empty abbrev tables after
26975         nonempty ones.  (Bug#5937)
26977 2011-03-27  Jan Djärv  <jan.h.d@swipnet.se>
26979         * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
26981 2011-03-27  Leo Liu  <sdl.web@gmail.com>
26983         * ansi-color.el (ansi-color-names-vector): Allow cons cell value
26984         for foreground and background colors.
26985         (ansi-color-make-color-map): Adapt.
26987 2011-03-25  Leo Liu  <sdl.web@gmail.com>
26989         * midnight.el (midnight-time-float): Remove.  Note it calculates
26990         the microsecond component incorrectly and seconds-to-time does the
26991         same job.
26992         Remove redundant (require 'timer).
26994         * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
26995         (ido-completions): Remove unused arguments.  (Bug#8329)
26997 2011-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
26999         * minibuffer.el (completion--flush-all-sorted-completions):
27000         Remove itself from hook.
27001         (completion-at-point): Let the functions perform the completion
27002         immediately and return nil or t.
27003         * comint.el (comint-dynamic-complete-functions): Now identical to
27004         completion-at-point-functions.
27005         (comint-dynamic-list-input-ring): Remove unused var `index'.
27006         (comint--match-partial-filename, comint--unquote&expand-filename):
27007         New funs, split from comint-match-partial-filename.
27008         (comint-dynamic-complete): Use completion-at-point.
27009         (comint-dynamic-complete-filename): Use comint--match-partial-filename.
27011 2011-03-24  Drew Adams  <drew.adams@oracle.com>
27013         * thingatpt.el: Support `defun'.
27015 2011-03-23  Leo Liu  <sdl.web@gmail.com>
27017         * abbrevlist.el: Move to obsolete/abbrevlist.el.
27019         * help-mode.el (help-mode-finish): Tweak regexp.
27021 2011-03-23  Glenn Morris  <rgm@gnu.org>
27023         * eshell/esh-opt.el (eshell-eval-using-options):
27024         Do not bind unused local variable `eshell-option-stub'.
27026         * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
27028 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
27030         * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
27031         keymap variable in `with-no-warnings' to avoid a warning when the
27032         keymap has been already `defconst'ed.
27034 2011-03-22  Leo Liu  <sdl.web@gmail.com>
27036         * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
27037         encode all chars in abbrevs; otherwise use emacs-mule or
27038         utf-8-emacs.  (Bug#8308)
27040 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
27042         * simple.el (backward-delete-char-untabify):
27043         Avoid warning about using `delete-backward-char'.
27045         * image.el (image-type-file-name-regexps): Make it variable.
27046         `imagemagick-register-types' modifies it, and the user may want
27047         to add new extensions for known image types.
27048         (imagemagick-register-types): Throw error if not using ImageMagick.
27050 2011-03-22  Leo Liu  <sdl.web@gmail.com>
27052         * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
27053         located before rcirc-prompt-end-marker.
27054         (rcirc-complete): Error if point is not after rcirc prompt.
27055         Handle the case when table is nil.
27056         (rcirc-user-authenticated): Define to fix compiler warning.
27058 2011-03-22  Chong Yidong  <cyd@stupidchicken.com>
27060         * custom.el (custom--inhibit-theme-enable): Make it affect only
27061         custom-theme-set-variables and custom-theme-set-faces.
27062         (provide-theme): Ignore custom--inhibit-theme-enable.
27063         (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
27064         (custom-enabling-themes): Delete variable.
27065         (enable-theme): Accept only loaded themes as arguments.
27066         Ignore the special custom-enabled-themes variable.
27067         (custom-enabled-themes): Forbid themes from setting this.
27068         Eliminate use of custom-enabling-themes.
27069         (custom-push-theme): Quote "changed" custom var entry.
27071 2011-03-21  Leo Liu  <sdl.web@gmail.com>
27073         * ido.el (ido-read-internal): Add ido-selected to history instead
27074         of user input.
27076 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
27078         * subr.el (deferred-action-list, deferred-action-function):
27079         Mark obsolete.
27081 2011-03-21  Leo Liu  <sdl.web@gmail.com>
27083         * vc/log-view.el: Remove (require 'wid-edit), not needed after the
27084         change on 2011-02-13 (bug#8309).
27086         * minibuffer.el (read-file-name-function): Change default value.
27087         (read-file-name--defaults): Rename from read-file-name-defaults.
27088         (read-file-name-default): Rename from read-file-name.
27089         (read-file-name): Call read-file-name-function.
27091 2011-03-21  Glenn Morris  <rgm@gnu.org>
27093         * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
27094         Doc fixes.
27096 2011-03-21  Chong Yidong  <cyd@stupidchicken.com>
27098         * cus-theme.el: Add missing provide statement.
27099         (customize-create-theme): Extract theme value correctly.
27100         (custom-theme-visit-theme): Autoload.
27101         (customize-create-theme): Prompt before inserting default faces.
27103 2011-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
27105         * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
27106         units and musical notes.
27108 2011-03-20  Leo Liu  <sdl.web@gmail.com>
27110         * ido.el (ido-read-internal): Use completing-read-default.
27111         (ido-completing-read): Fix compatibility with completing-read.
27113 2011-03-20  Christian Ohler  <ohler@gnu.org>
27115         * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
27116         (ert-delete-all-tests): Use `called-interactively-p' rather than
27117         `interactive-p'.
27118         (ert--make-xrefs-region): Respect END.
27120 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
27122         * dired-aux.el (dired-create-directory): Signal an error if the
27123         directory already exists (Bug#8246).
27125         * facemenu.el (list-colors-display): Call list-faces-display
27126         inside with-help-window.
27127         (list-colors-print): Use display property to align the final
27128         column, instead of checking window-width.
27130 2011-03-19  Eli Zaretskii  <eliz@gnu.org>
27132         * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
27133         windows-nt systems.
27134         (emerge-protect-metachars): Quote correctly for ms-dos and
27135         windows-nt systems.
27137 2011-03-19  Ralph Schleicher  <rs@ralph-schleicher.de>
27139         * info.el (info-initialize): Replace all uses of `:' with
27140         path-separator for compatibility with non-Unix systems.
27141         Cache quoting of path-separator.  (Bug#8258)
27143 2011-03-19  Juanma Barranquero  <lekktu@gmail.com>
27145         * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
27146         (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
27147         (mouse-avoidance-mode): Fix typos in docstrings.
27149 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
27151         * startup.el (package-subdirectory-regexp): Move from package.el.
27152         Omit \\` and \\', and let callers add them.
27154         * emacs-lisp/package.el (package-strip-version)
27155         (package-load-all-descriptors): Add \\` and \\' to
27156         package-subdirectory-regexp before using it.
27157         (package-untar-buffer): New arg DIR; ensure that file untars only
27158         into this expected directory.  Remove superfluous delete-region.
27159         (package-unpack): Caller changed.
27160         (package-tar-file-info): Use package-subdirectory-regexp.
27162 2011-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
27164         * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
27165         diff-mode-shared-map (bug#8284).
27166         (diff-mode-shared-map): Re-introduce some bindings that were problematic.
27168 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27170         * calendar/time-date.el (format-seconds): Use assoc instead of
27171         assoc-string, since assoc-string doesn't exist in XEmacs.
27173 2011-03-17  Juanma Barranquero  <lekktu@gmail.com>
27175         * custom.el (custom-known-themes): Reflow docstring.
27176         (custom-theme-load-path): Fix typo in docstring.
27177         (load-theme): Fix typo in error message.
27178         (custom-available-themes, custom-variable-theme-value):
27179         Use `let', not `let*'.
27181 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
27183         * calc/README: Mention inclusion of musical notes.
27185         * calc/calc-units.el (calc-lu-quant): Rename from
27186         `calc-logunits-quantity'.
27187         (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
27188         (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
27189         (calc-db): Rename from `calc-dblevel'.
27190         (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
27191         (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
27192         (calc-np): Rename from `calc-nplevel'.
27193         (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
27194         (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
27195         (calc-lu-plus): Rename from `calc-logunits-add'.
27196         (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
27197         (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
27198         (calc-lu-minus): Rename from `calc-logunits-sub'.
27199         (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
27200         (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
27201         (calc-lu-times): Rename from `calc-logunits-mul'.
27202         (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
27203         (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
27204         (calc-lu-divide): Rename from `calc-logunits-div'.
27205         (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
27206         (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
27208         * calc/calc-ext.el (calc-init-extensions): Update the names of the
27209         functions being autoloaded.
27211         * calc/calc.el (calc-lu-power-reference): Rename from
27212         `calc-logunits-power-reference'.
27213         (calc-lu-field-reference): Rename from
27214         `calc-logunits-field-reference'.
27216         * calc/calc-help.el (calc-l-prefix-help):
27217         Mention musical note functions.
27219 2011-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
27221         * minibuffer.el (completion-all-sorted-completions):
27222         Use :completion-cycle-penalty text property if present.
27224 2011-03-16  Ken Manheimer  <ken.manheimer@gmail.com>
27226         * allout.el (allout-yank-processing): Adjust for new rebulleting
27227         regime so bullet being yanked is used without prompting the user
27228         for a choice.
27230 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
27232         * startup.el (command-line): Warn the user that _emacs is deprecated.
27234 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
27236         * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
27237         (delphi-verbose, delphi-comment-face, delphi-string-face)
27238         (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
27239         (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
27240         (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
27241         (delphi-new-comment-line, delphi-font-lock-defaults)
27242         (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
27243         Fix typos in docstrings.
27245 2011-03-15  Ken Manheimer  <ken.manheimer@gmail.com>
27247         * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
27248         Invert the roles of character and string values for INSTEAD, so a
27249         string is used for the more common case of a defaulting prompt.
27251 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
27253         * progmodes/ruby-mode.el (ruby-backward-sexp):
27254         * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
27255         * play/gamegrid.el (gamegrid-make-face):
27256         * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
27257         (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
27258         * notifications.el (notifications-notify):
27259         * net/xesam.el (xesam-search-engines):
27260         * net/quickurl.el (quickurl-list-insert):
27261         * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
27263 2011-03-15  Chong Yidong  <cyd@stupidchicken.com>
27265         * startup.el (command-line): Update package subdirectory regexp.
27267 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
27269         * allout.el (allout-abbreviate-flattened-numbering)
27270         (allout-mode-deactivate-hook): Fix up obsolescence "date".
27272         * subr.el (read-char-choice): Only show the cursor after the prompt,
27273         not after the answer.
27275 2011-03-15  Kevin Ryde  <user42@zip.com.au>
27277         * help-fns.el (variable-at-point): Skip leading quotes, if any
27278         (bug#8253).
27280 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
27282         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
27283         warning message.
27285 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
27287         * shell.el (shell): When called interactively, offer to change the
27288         shell file name on remote hosts.
27290 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
27292         * net/ldap.el (ldap-search-internal): Add `auth-source-search'
27293         integration for LDAP parameters.  The host, base, user or binddn,
27294         and secret tokens can be specified in a netrc file, for instance.
27295         This is optional because an `auth-source' parameter must be
27296         specified in the search attributes.
27298 2011-03-13  Juanma Barranquero  <lekktu@gmail.com>
27300         * help.el (describe-mode): Link to the mode's definition (bug#8185).
27302 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
27304         * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
27305         into declaration.  Remove redundant and harmful binding.
27307 2011-03-12  Eli Zaretskii  <eliz@gnu.org>
27309         * files.el (file-ownership-preserved-p): Pass `integer' as an
27310         explicit 2nd argument to `file-attributes'.  If the file's owner
27311         is the Administrators group on Windows, and the current user is
27312         Administrator, consider that a match.
27314         * server.el (server-ensure-safe-dir): Consider server directory
27315         safe on MS-Windows if its owner is the Administrators group while
27316         the current Emacs user is Administrator.  Use `=' to compare
27317         numerical UIDs, since they could be integers or floats.
27319 2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
27321         * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
27323 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
27325         Sync with Tramp 2.2.1.
27327         * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
27329         * net/trampver.el: Update release number.
27331 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
27333         * progmodes/compile.el (compilation--previous-directory): Fix up
27334         various nil/dead-marker mismatches (bug#8014).
27335         (compilation-directory-properties, compilation-error-properties):
27336         Don't call it at a position past the one we're about to change.
27338         * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
27339         Disable obsolescence warnings in the file that declares it.
27341 2011-03-11  Ken Manheimer  <ken.manheimer@gmail.com>
27343         * allout-widgets.el (allout-widgets-tally):
27344         Initialize allout-widgets-tally as a hash table rather than nil to
27345         prevent mode-line redisplay warnings.  Also, clarify the module
27346         description and fix a comment typo.
27348 2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
27350         * help-fns.el (describe-variable): Don't complete keywords.
27351         Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
27353 2011-03-10  Chong Yidong  <cyd@stupidchicken.com>
27355         * emacs-lisp/package.el (package-version-join): Impose a standard
27356         string representation for pre/alpha/beta version lists.
27357         (package-unpack-single): Standardize the directory name by passing
27358         it through package-version-join.
27359         (package-strip-rcs-id): Accept any version string that does not
27360         signal an error in version-to-list.
27362 2011-03-10  Michael Albinus  <michael.albinus@gmx.de>
27364         * simple.el (delete-trailing-whitespace): Return nil for the
27365         benefit of `write-file-functions'.
27367 2011-03-10  Glenn Morris  <rgm@gnu.org>
27369         * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
27371         * vc/vc-git.el (vc-git-program): New option.
27372         (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
27373         (vc-git--call): Use it.
27375         * eshell/esh-util.el (eshell-condition-case): Doc fix.
27377         * cus-edit.el (Custom-newline): If no button at point, look
27378         for a subgroup button at start-of-line.  (Bug#2298)
27380         * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
27382 2011-03-10  Julien Danjou  <julien@danjou.info>
27384         * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
27385         `cursor-type' is nil.
27387 2011-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
27389         * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
27391 2011-03-09  Ken Manheimer  <ken.manheimer@gmail.com>
27393         * allout.el: Change so yank of distinctive-bullet items
27394         preserves the existing header prefix, rebulleting it if necessary,
27395         rather than replacing it.  This is necessary for proper operation
27396         of cooperative addons like allout-widgets.
27397         (allout-make-topic-prefix, allout-rebullet-heading):
27398         Change SOLICIT arg to INSTEAD, and interpret additionally a string
27399         value as alternate bullet to be used, instead of prompting the user
27400         for a bullet character.
27402 2011-03-09  Michael Albinus  <michael.albinus@gmx.de>
27404         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
27405         Do not use `tramp-file-name-port', because this returns also
27406         `tramp-default-port'.
27408 2011-03-09  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
27410         * net/rcirc.el (rcirc-handler-001): Remove useless
27411         with-rcirc-process-buffer.
27412         (rcirc-check-auth-status): Swap arguments to string-match.
27414 2011-03-09  Glenn Morris  <rgm@gnu.org>
27416         * shell.el (shell-mode):
27417         Set comint-input-ring-size from HISTSIZE.  (Bug#7889)
27419         * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
27420         Check for GDBHISTFILE, HISTSIZE, etc.  (Bug#7889)
27422 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
27424         * emacs-lisp/package.el (package-refresh-contents)
27425         (package-menu-execute): Use condition-case-no-debug.
27427 2011-03-08  Michael Albinus  <michael.albinus@gmx.de>
27429         * simple.el (shell-command-to-string): Use `process-file'.
27431         * emacs-lisp/package.el (package-tar-file-info): Handle also
27432         remote files.
27434         * emacs-lisp/package-x.el (package-upload-buffer-internal):
27435         Use `equal' for upload base check.
27437 2011-03-08  Arni Magnusson  <arnima@hafro.is>  (tiny change)
27439         * textmodes/texinfo.el (texinfo-environments):
27440         Add deftypecv, deftypeivar, deftypemethod, deftypeop, html.  (Bug#2783)
27442 2011-03-08  Glenn Morris  <rgm@gnu.org>
27444         * cus-start.el (cursor-in-non-selected-windows):
27445         Fix :set quoting oddness.  (Bug#8192)
27447         * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
27448         in some setf expressions.  (Bug#2159)
27450 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
27452         * custom.el (custom-available-themes): Return themes in
27453         alphabetical order.
27455 See ChangeLog.15 for earlier changes.
27457 ;; Local Variables:
27458 ;; coding: utf-8
27459 ;; End:
27461   Copyright (C) 2011-2013 Free Software Foundation, Inc.
27463   This file is part of GNU Emacs.
27465   GNU Emacs is free software: you can redistribute it and/or modify
27466   it under the terms of the GNU General Public License as published by
27467   the Free Software Foundation, either version 3 of the License, or
27468   (at your option) any later version.
27470   GNU Emacs is distributed in the hope that it will be useful,
27471   but WITHOUT ANY WARRANTY; without even the implied warranty of
27472   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27473   GNU General Public License for more details.
27475   You should have received a copy of the GNU General Public License
27476   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.