Get rid of all the manual purecopy calls in menu-bar definitions.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
3fd56834
SM
12012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
2
1ec4b7b2
SM
3 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
4 memory use.
5 * bindings.el (bindings--define-key): New function.
6 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
7 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
8 * bindings.el: Use it to purecopy define-key bindings.
9
e309e2a5
SM
10 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
11
d5c6faf9
SM
12 * emacs-lisp/cl.el (flet): Mark obsolete.
13 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
14 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
15 * progmodes/js.el (js-c-fill-paragraph):
16 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
17 (ebrowse-switch-member-buffer-to-derived-class):
18 * play/5x5.el (5x5-solver): Use cl-flet.
19
6e9590e2
SM
20 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
21 (cl--symbol-function): New macro.
22 (cl--letf, cl--letf*): Use it.
23
3fd56834
SM
24 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
25 Strip "toggle-" if any.
26
35ff222c
GM
272012-06-27 Glenn Morris <rgm@gnu.org>
28
1ba6038a
GM
29 * info.el (Info-default-directory-list): Move here from paths.el.
30 * paths.el: Remove file, which is now empty.
31 * loadup.el: No longer load "paths".
32
0ea0e51b
GM
33 * custom.el (custom-initialize-delay): Doc fix.
34
35ff222c
GM
35 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
36 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
37 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
38 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
39 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
40 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
41 * eshell/eshell.el (eshell-defgroup): Remove alias.
42
c89926a5
CY
432012-06-27 Chong Yidong <cyd@gnu.org>
44
45 * help.el (help-enable-auto-load): New variable.
46
47 * help-fns.el (help-fns--autoloaded-p): New function.
48 (describe-function-1): Refer to a function as "autoloaded" if it
49 was autoloaded at any time in the past. Perform autoloading if
50 help-enable-auto-load is non-nil.
51
cc06e7e7
EZ
522012-06-26 Eli Zaretskii <eliz@gnu.org>
53
54 * makefile.w32-in (compile, compile-always): Depend on
55 update-subdirs, not on subdirs.el. Otherwise, several different
56 sub-targets of 'bootstrap' running in parallel could
57 simultaneously write to subdirs.el, producing a garbled file.
58
d2c32364
SS
592012-06-26 Sam Steingold <sds@gnu.org>
60
61 * files.el (file-name-base): New convenience function.
0d14cc21
GM
62 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
63 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
64 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
65 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
66 * textmodes/ispell.el, textmodes/reftex-ref.el:
d2c32364
SS
67 * textmodes/tex-mode.el: Use it.
68 Did not touch cedet and org because they are maintained elsewhere.
69
5cf983b2
MR
702012-06-26 Martin Rudalics <rudalics@gmx.at>
71
72 * calendar/calendar.el (calendar-exit): Don't try to delete or
73 iconify last frame. See:
74 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
75
8c4f2952
JD
762012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
77
78 * server.el (server-process-filter): Remember dir in the
79 process's `server-client-directory' properties.
80
772b2e2c
CY
812012-06-24 Chong Yidong <cyd@gnu.org>
82
83 * xml.el (xml-parse-tag): Correctly handle comment embedded in
84 non-tag text.
85
711b11e1
JB
862012-06-23 Juanma Barranquero <lekktu@gmail.com>
87
88 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
89
dc5d230c
SM
902012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
91
92 * help-fns.el (describe-variable): Don't croak when doc is not found.
93 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
94 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
95 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
96 * emacs-lisp/smie.el (smie-next-sexp): CSE.
97 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
98 ((lambda ..) ..).
99 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
100
136e1c1d
CY
1012012-06-23 Chong Yidong <cyd@gnu.org>
102
e8c1cabf
CY
103 * info.el (Info-mouse-follow-link): Accept symbol values of
104 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
136e1c1d
CY
105 (Info-fontify-node): Use Info-link-keymap for all navigation
106 buttons, with link-args property to perform the desired action.
107 (Info-link-keymap): Doc fix.
108 (Info-next-link-keymap, Info-prev-link-keymap)
109 (Info-up-link-keymap): Delete now-unused keymaps.
110
0e9e6c6a
CY
1112012-06-23 Chong Yidong <cyd@gnu.org>
112
05e89fea
CY
113 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
114
0e9e6c6a
CY
115 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
116 system abbrevs.
117
118 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
119
e33c6771
SM
1202012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
121
b68581e2
SM
122 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
123 (bug#11719).
124
e33c6771
SM
125 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
126 the requote function doesn't work properly (bug#11714).
127
7117e105
GM
1282012-06-23 Glenn Morris <rgm@gnu.org>
129
130 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
131
36cec983
SM
1322012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
133
134 Further GV/CL cleanups.
135 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
136 gv-expander.
137 (gv--defun-declaration): New function.
138 (defun-declarations-alist): Use it.
139 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
140 (gv-place): Autoload.
141 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
142 original definition of dotimes and dolist.
143 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
144 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
145 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
146 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
147 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
148 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
149 to the function's definition.
150 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
151 * window.el:
152 * files.el:
153 * faces.el:
154 * env.el: Don't use CL.
155
d35af63c
PE
1562012-06-22 Paul Eggert <eggert@cs.ucla.edu>
157
158 Support higher-resolution time stamps (Bug#9000).
159
160 * calendar/time-date.el (with-decoded-time-value): New arg
161 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
162 (encode-time-value): New optional arg PICO. New type 3.
163 (time-to-seconds) [!float-time]: Support the new picoseconds
164 component if it's used.
165 (seconds-to-time, time-subtract, time-add):
166 Support ps-resolution time stamps as well.
167
168 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
169 (timerp): Timer vectors now have length 9, not 8.
170 (timer--time): Support new-style (4-part) time stamps.
171 (timer-next-integral-multiple-of-time): Time stamps now have
172 picosecond resolution, so take a bit more care about rounding.
173 (timer-relative-time, timer-inc-time): New optional arg psecs.
174 (timer-set-time-with-usecs): Set psecs to 0.
175 (timer--activate): Check psecs component, too.
176
177 * proced.el (proced-time-lessp): Support ps-resolution stamps.
178
ac77b21a
SM
1792012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
180
f143bfe3
SM
181 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
182 Move the non-essential binding to the post/pre-command-hook where it is
183 more obviously correct.
184
ac77b21a
SM
185 * subr.el (read-passwd): Don't use a history at all.
186 * savehist.el (savehist-save): Remove password saved accidentally
187 because of the above bug.
188
76386c5a
BG
1892012-06-22 Bastien Guerry <bzg@gnu.org>
190
191 * files.el (toggle-read-only): Display a message telling whether
192 the buffer is read-only or not (bug#11726).
193
2ee3d7f0
SM
1942012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
195
196 * emacs-lisp/gv.el: New file.
197 * subr.el (push, pop): Extend to generalized variables.
198 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
199 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
200 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
201 gv-define-simple-setter, and gv-define-expander.
202 Remove setf-methods defined in gv. Rename cl-setf -> setf.
203 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
204 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
205 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
206 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
207 gv-letplace.
208 (cl-defstruct): Don't define setf-method any more.
209 * emacs-lisp/cl.el (flet): Don't autoload.
210 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
211 (define-setf-expander, defsetf, define-modify-macro)
212 (cl-struct-setf-expander): Move from cl-lib.el.
213 * emacs-lisp/syntax.el:
214 * emacs-lisp/ewoc.el:
215 * emacs-lisp/smie.el:
216 * emacs-lisp/cconv.el:
217 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
218 (timer--time): Use gv-define-simple-setter.
219 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
220 to avoid coding-system problems in subr.el. Adjust all users.
221 (macroexp--maxsize, macroexp-small-p): New functions.
222 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
223 * scroll-bar.el (scroll-bar-mode):
224 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
225 (normal-erase-is-backspace-mode): Don't use the `eq' place.
226 * winner.el (winner-configuration, winner-make-point-alist)
227 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
228 * files.el (locate-file-completion-table): Avoid list*.
229
c5695d1d
CY
2302012-06-22 Chong Yidong <cyd@gnu.org>
231
232 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
233 (dired-create-files): Doc fix (Bug#11329).
234 (dired-do-copy): Doc fix (Bug#11334).
235 (dired-mark-read-string): Doc fix (Bug#11553).
236
2ee3d7f0
SM
237 * dired.el (dired-recursive-copies, dired-recursive-deletes):
238 Doc fix (Bug#11326).
c5695d1d
CY
239 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
240 (dired-dwim-target): Doc fix.
241
242 * wdired.el (wdired-mode): Doc fix.
243
89b5595a
GM
2442012-06-22 Glenn Morris <rgm@gnu.org>
245
575db3f1
GM
246 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
247 (pcmpl-rpm-cache-stamp-file): New constant.
248 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
249 (pcmpl-rpm-packages): Optionally cache list of packages.
250
a4c8dd51
GM
251 * pcmpl-rpm.el (pcmpl-rpm): New group.
252 (pcmpl-rpm-query-options): New option.
253 (pcmpl-rpm-packages): No need to inline it.
254 Use pcmpl-rpm-query-options.
255
89b5595a
GM
256 * calendar/calendar.el (calendar-in-read-only-buffer):
257 Avoid some needless mode changes.
258
e76f0800
CY
2592012-06-21 Chong Yidong <cyd@gnu.org>
260
261 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
262 (desktop-path): Remove . from the default value (Bug#10977).
6b67c0d4 263 (desktop-read): Use user-emacs-directory if desktop-path is nil.
e76f0800 264
297a8f1d
CY
2652012-06-20 Chong Yidong <cyd@gnu.org>
266
267 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
268
d34c18b1
DR
2692012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
270
271 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
272 (bug#11201).
273
32f7f28e
CY
2742012-06-20 Chong Yidong <cyd@gnu.org>
275
276 * term.el (term-window-width): Handle the case of a missing right
277 fringe (Bug#8837).
278 (term-check-size): Use window-text-height (Bug#5445).
d34c18b1
DR
279 (term-mode): Use define-derived-mode. Minor cleanups.
280 Set font-lock-defaults (Bug#7692).
6ff7caa8
CY
281 (term-move-columns, term-insert-char, term-emulate-terminal)
282 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
32f7f28e 283
493c6688
MA
2842012-06-20 Michael Albinus <michael.albinus@gmx.de>
285
d34c18b1
DR
286 * net/ange-ftp.el (ange-ftp-get-passwd):
287 Bind `enable-recursive-minibuffers'.
493c6688
MA
288 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
289
3f06ecf4
DR
2902012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
291
292 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
293
68f12411
GM
2942012-06-19 Glenn Morris <rgm@gnu.org>
295
296 * progmodes/python.el (python-mode): Derive from prog-mode.
297
b3820318
KG
2982012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
299
300 * emulation/edt.el (edt-default-menu-bar-update-buffers)
301 (edt-user-menu-bar-update-buffers): New functions.
302 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
303
c6bf3022
CY
3042012-06-19 Chong Yidong <cyd@gnu.org>
305
306 * subr.el (with-selected-window): Preserve the selected window's
307 terminal's top-frame (Bug#4702).
308
309 * window.el (save-selected-window): Likewise.
310
25f09295
SM
3112012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
312
313 * progmodes/python.el (python-rx-constituents): Move backquote.
314 (python-skeleton-define, python-define-auxiliary-skeleton):
315 Use `declare'.
316
6b11952a
MA
3172012-06-18 Michael Albinus <michael.albinus@gmx.de>
318
319 * minibuffer.el (read-file-name-default): Revert the patch from
320 2012-06-17.
321
ee4b1330
SM
3222012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
323
324 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
325 (pcase--u1, pcase--q1): Don't use apply-partially.
326
35647f79
GM
3272012-06-18 Glenn Morris <rgm@gnu.org>
328
329 * progmodes/python.el (python-proc, python-buffer)
330 (python-send-receive, python-send-string): Fix obsolete versions.
331
24b0cff0
MR
3322012-06-18 Martin Rudalics <rudalics@gmx.at>
333
334 * window.el (special-display-p): Completely remove stringp
335 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
336
29855149
MA
3372012-06-17 Michael Albinus <michael.albinus@gmx.de>
338
339 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
340
341 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
342
343 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
344 * net/tramp-sh.el (tramp-maybe-open-connection):
345 Throw if `non-essential' is non-nil.
346
07463363
MR
3472012-06-17 Martin Rudalics <rudalics@gmx.at>
348
349 * window.el (special-display-p): Signal an error if BUFFER-NAME
350 is not a string (Bug#11713).
351
48d1354e
PE
3522012-06-17 Paul Eggert <eggert@cs.ucla.edu>
353
354 * progmodes/python.el (python-info-beginning-of-backslash):
355 Rename from python-info-beginning-of-backlash, as a spelling fix.
356
eb4a8a9a
CY
3572012-06-17 Chong Yidong <cyd@gnu.org>
358
359 * term.el (term-emulate-terminal): If term-check-size is called,
360 move point to the process mark without resetting point (Bug#4635).
361
ddfbf826 3622012-06-17 Glenn Morris <rgm@gnu.org>
9c758578
GM
363
364 * international/mule-cmds.el (mule-menu-keymap)
365 (set-language-environment, set-locale-environment): Doc tweaks.
366
9b0e3eba
AA
3672012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
368
369 * cus-face.el (custom-face-attributes): Add wave-style underline
370 attribute.
371 * faces.el (set-face-attribute): Update docstring to describe
372 wave-style underline attribute.
373
771e3eae
CY
3742012-06-16 Chong Yidong <cyd@gnu.org>
375
376 * term/xterm.el (terminal-init-xterm): Discard input before
377 querying background mode (Bug#10959).
378
7ae2ea10
SM
3792012-06-16 Stefan Merten <smerten@oekonux.de>
380
381 * textmodes/rst.el: Added and corrected some comments.
382 (rst-re-alist-def): Improve symbol syntax.
383 (rst-mode-syntax-table): Correct syntax entries.
6665a6fd
SM
384 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
385 (rst-official-version, rst-official-cvs-rev): Update version
386 information.
7ae2ea10 387
b6974efa
JB
3882012-06-15 Juanma Barranquero <lekktu@gmail.com>
389
390 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
391 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
392
8826d473
GM
3932012-06-15 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
394
395 * progmodes/python.el: New python.el merge.
396 (python-guess-indent): Obsolete var.
397 (python-indent-guess-indent-offset): New defcustom.
398 (python-indent): Obsolete var.
399 (python-indent-offset): New defcustom.
400 (python-python-command, python-jython-command): Delete var.
401 (python-shell-interpreter): New defcustom.
402 (python-pdbtrack-do-tracking-p): Delete var.
403 (python-pdbtrack-activate): New defcustom.
404 (python-use-skeletons): Obsolete var.
405 (python-skeleton-autoinsert): New defcustom.
406 (inferior-python-filter-regexp, python-continuation-offset)
407 (python-honour-comment-indentation, python-indent-string-contents)
408 (python-jython-packages, python-mode-hook)
409 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
410 (python-shell-prompt-alist)
411 (python-source-modes): Delete defcustoms.
412 (python-check-buffer-name, python-eldoc-setup-code)
413 (python-eldoc-string-code, python-ffap-setup-code)
414 (python-ffap-string-code, python-fill-comment-function)
415 (python-fill-decorator-function, python-fill-paren-function)
416 (python-fill-string-function, python-imenu-include-defun-type)
417 (python-imenu-make-tree, python-imenu-subtree-root-label)
418 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
419 (python-shell-compilation-regexp-alist)
420 (python-shell-completion-module-string-code)
421 (python-shell-completion-pdb-string-code)
422 (python-shell-completion-setup-code)
423 (python-shell-completion-string-code)
424 (python-shell-enable-font-lock, python-shell-exec-path)
425 (python-shell-extra-pythonpaths)
426 (python-shell-internal-buffer-name, python-shell-interpreter-args)
427 (python-shell-process-environment)
428 (python-shell-prompt-block-regexp)
429 (python-shell-prompt-output-regexp)
430 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
431 (python-shell-send-setup-max-wait, python-shell-setup-codes)
432 (python-shell-virtualenv-path): New defcustoms.
433 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
434 (inferior-python-mode-syntax-table, python--prompt-regexp)
435 (python-buffer, python-command python-python-command)
436 (python-default-template, python-imports, python-indent-index)
437 (python-indent-list, python-indent-list-length)
438 (python-mode-running, python-pdbtrack-is-tracking-p)
439 (python-preoutput-continuation, python-preoutput-leftover)
440 (python-preoutput-result, python-preoutput-skip-next-prompt)
441 (python-prev-dir/file, python-recursing)
442 (python-saved-check-command, python-version-checked)
443 (python-which-func-length-limit)
444 (view-return-to-alist): Delete vars.
445 (python-check-custom-command, python-dotty-syntax-table)
446 (python-imenu-index-alist, python-indent-current-level)
447 (python-indent-dedenters, python-indent-levels)
448 (python-nav-beginning-of-defun-regexp)
449 (python-nav-list-defun-positions-cache)
450 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
451 (python-shell-internal-buffer)
452 (python-skeleton-available): New vars.
453 (def-python-skeleton): Delete macro.
454 (python-skeleton-define): New macro.
455 (python-define-auxiliary-skeleton, python-rx): New macros.
456 (python-insert-class): Delete command.
457 (python-skeleton-class): New command.
458 (python-insert-def): Delete command.
459 (python-skeleton-def): New command.
460 (python-insert-for): Delete command.
461 (python-skeleton-for): New command.
462 (python-insert-if): Delete command.
463 (python-skeleton-if): New command.
464 (python-insert-try/except, python-insert-try/finally): Delete commands.
465 (python-skeleton-try): New command.
466 (python-insert-while): Delete command.
467 (python-skeleton-while): New command.
468 (python-backspace): Delete command.
469 (python-indent-dedent-line-backspace): New command.
470 (python-electric-colon): Delete command.
471 (python-indent-electric-colon): New command.
472 (python-guess-indent): Delete command.
473 (python-indent-guess-indent-offset): New command.
474 (python-shift-left): Delete command.
475 (python-indent-shift-left): New command.
476 (python-shift-right): Delete command.
477 (python-indent-shift-right): New command.
478 (python-find-function): Delete command.
479 (python-nav-jump-to-defun): New command.
480 (python-next-statement): Delete command.
481 (python-nav-forward-sentence): New command.
482 (python-previous-statement): Delete command.
483 (python-nav-backward-sentence): New command.
484 (python-fill-paragraph): Delete command.
485 (python-fill-paragraph-function): New command.
486 (python-send-buffer): Delete command.
487 (python-shell-send-buffer): New command.
488 (python-send-defun): Delete command.
489 (python-shell-send-defun): New command.
490 (python-send-region, python-send-region-and-go): Delete commands.
491 (python-shell-send-region)
492 (python-shell-switch-to-shell): New commands.
493 (python-send-string): Delete command.
494 (python-shell-send-string): New command.
495 (python-switch-to-python): Delete command.
496 (python-shell-switch-to-shell): New command.
497 (python-describe-symbol): Delete command.
498 (python-eldoc-at-point): New command.
499 (python--set-prompt-regexp, python-args-to-list)
500 (python-after-info-look, python-check-version)
501 (python-check-comint-prompt, python-find-imports)
502 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
503 (python-unload-function, python-expand-template)
504 (python-maybe-jython, python-preoutput-filter)
505 (python-pdbtrack-get-source-buffer)
506 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
507 (python-pdbtrack-toggle-stack-tracking)
508 (python-pdbtrack-track-stack-file, python-initial-text)
509 (python-first-word, python-comment-line-p, python-send-command)
510 (python-setup-brm, python-sentinel, python-set-proc)
511 (python-skip-out, python-input-filter, python-outdent-p)
512 (python-outline-level, python-backslash-continuation-line-p)
513 (python-end-of-block, python-end-of-statement, python-mark-block)
514 (python-beginning-of-block, python-beginning-of-statement)
515 (python-blank-line-p, python-beginning-of-string)
516 (python-open-block-statement-p): Delete functions.
517 (python-indent-line, python-indent-line-1): Delete functions.
518 (python-indent-line): New function.
519 (python-indentation-levels): Delete function.
520 (python-indent-calculate-levels): New function.
521 (python-proc): Delete function.
522 (python-shell-get-process): New function.
523 (python-send-receive): Delete function.
524 (python-shell-send-string-no-output): New function.
525 (python-module-path): Delete function.
526 (python-ffap-module-path): New function.
527 (python-completion-at-point)
528 (python-symbol-completions): Delete functions.
529 (python-completion-complete-at-point): New function.
530 (python-load-file): Delete function.
531 (python-shell-send-file): New function.
532 (python-calculate-indentation): Delete function.
533 (python-indent-calculate-indentation): New function.
534 (python-skip-comments/blanks): Delete function.
535 (python-util-forward-comment): New function.
536 (python-continuation-line-p): Delete function.
537 (python-info-continuation-line-p): New function.
538 (python-which-func, python-current-defun): Delete function.
539 (python-info-current-defun): New function.
540 (python-beginning-of-defun): Delete function.
541 (python-nav-beginning-of-defun): New function.
542 (python-close-block-statement-p)
543 (python-block-end-p): Delete function.
544 (python-info-closing-block): New function.
545 (python-comint-output-filter-function)
546 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
547 (python-fill-comment, python-fill-decorator, python-fill-paren)
548 (python-fill-string, python-imenu-make-element-tree)
549 (python-imenu-make-tree, python-imenu-tree-assoc)
550 (python-indent-context, python-indent-dedent-line)
551 (python-indent-line-function)
552 (python-indent-post-self-insert-function)
553 (python-indent-toggle-levels)
554 (python-info-assignment-continuation-line-p)
555 (python-info-beginning-of-backlash)
556 (python-info-block-continuation-line-p)
557 (python-info-closing-block-message)
558 (python-info-line-ends-backslash-p)
559 (python-info-looking-at-beginning-of-defun)
560 (python-info-ppss-context, python-info-ppss-context-type)
561 (python-nav-list-defun-positions, python-nav-read-defun)
562 (python-nav-sentence-end, python-nav-sentence-start)
563 (python-pdbtrack-comint-output-filter-function)
564 (python-pdbtrack-set-tracked-buffer)
565 (python-shell-calculate-exec-path)
566 (python-shell-calculate-process-environment)
567 (python-shell-completion--do-completion-at-point)
568 (python-shell-completion--get-completions)
569 (python-shell-completion-complete-at-point)
570 (python-shell-completion-complete-or-indent)
571 (python-shell-get-or-create-process)
572 (python-shell-get-process-name)
573 (python-shell-internal-get-or-create-process)
574 (python-shell-internal-get-process-name)
575 (python-shell-internal-send-string, python-shell-make-comint)
576 (python-shell-parse-command, python-shell-send-setup-code)
577 (python-skeleton-add-menu-items)
578 (python-util-clone-local-variables, python-util-position)
579 (run-python-internal, python-indentation-levels)
580 (python-nav-beginning-of-defun)
581 (python-completion-complete-at-point): New functions.
582 (run-python): Change arguments. New API requirements.
583
4302f5ba
SM
5842012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
585
f38ea36d
SM
586 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
587 (bug#11649).
588
589 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
590 (macroexp--expand-all): Use it.
591
4302f5ba
SM
592 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
593 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
594 Use `cl-function' instead.
595
33377562
JB
5962012-06-14 Juanma Barranquero <lekktu@gmail.com>
597
598 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
599 Suggested by Stefan Monnier while discussing bug#11657.
600
54c5ba1a
SS
6012012-06-14 Sam Steingold <sds@gnu.org>
602
603 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
604
f9f1b1fe
AS
6052012-06-14 Andreas Schwab <schwab@linux-m68k.org>
606
607 * play/doctor.el (doctor-doc): Remove parameter and use
608 doctor-sent instead of sent.
609 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
610
a81068ba
SM
6112012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
612
5a315f9c
SM
613 * files.el: Require cl-lib.
614 (file-name-non-special): Replace case -> cl-case.
615
616 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
617
a81068ba
SM
618 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
619 mapping from #' to function*.
620
8cca9703
CY
6212012-06-13 Chong Yidong <cyd@gnu.org>
622
623 * mouse.el (mouse-drag-track): Do not set the mark if the user
624 releases the mouse without selecting anything (Bug#11588).
625
a12ac9d7
SM
6262012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
627
ccf1dc18
SM
628 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
629 as well (bug#11646).
630
ef62b23d
SM
631 * loadup.el: Count byte-code functions as well.
632
c4c8444a
SM
633 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
634 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
635
a12ac9d7
SM
636 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
637 (bug#11649). Add cl-defun and cl-defmacro.
638
87e6e64f
DA
6392012-06-13 Drew Adams <drew.adams@oracle.com>
640
641 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
642 Fix last change.
643
682cefaf
MA
6442012-06-13 Michael Albinus <michael.albinus@gmx.de>
645
646 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
647 Otherwise, it blocks in batch mode.
648
773e1f08
JB
6492012-06-13 Juanma Barranquero <lekktu@gmail.com>
650
651 * help-mode.el (bookmark-make-record-default): Declare.
652
60057926
CY
6532012-06-13 Chong Yidong <cyd@gnu.org>
654
655 * emacs-lisp/package.el (list-packages): Compute a list of
656 packages that are newly-available since the last list-packages
657 invocation.
658 (package-menu--new-package-list): New var.
659 (package-menu--generate, package-menu--print-info)
660 (package-menu--status-predicate, package-menu-mark-install):
661 Handle new status label "new".
662
ad4d226c
SM
6632012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
664
665 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
666 conversion to backquotes.
667
f1a4e679
CY
6682012-06-12 Chong Yidong <cyd@gnu.org>
669
670 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
671 Rename from gud-inhibit-global-bindings.
672
673 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
674
675 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
676 hook from nxml-glyph-set-hook.
677
678 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
679 declaration.
680
681 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
682
683 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
684 Convert to defcustom.
685
0c9e42b5
DA
6862012-06-12 Drew Adams <drew.adams@oracle.com>
687
688 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
689 New functions.
690 (help-mode): Use them.
691
09e06855
GM
6922012-06-11 Glenn Morris <rgm@gnu.org>
693
694 * progmodes/fortran.el (fortran-font-lock-keywords-3):
695 Use preprocessor face for directives.
696 (fortran-directive-re): Doc fix.
697
71adb94b
SM
6982012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
699
2eb87922
SM
700 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
701 conversion to backquotes (bug#11652).
702
71adb94b
SM
703 Fix compiler-expansion of CL's cXXr functions (bug#11673).
704 * emacs-lisp/cl-lib.el (cl--defalias): New function.
705 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
706 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
707 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
708 (cl-ninth, cl-tenth): Mark them as inlinable.
709 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
710 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
711 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
712 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
713 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
714 (cl-list*, cl-adjoin): Don't put an autoload manually.
715 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
716 (cl--compiler-macro-list*): Add autoload cookie.
717 (cl--compiler-macro-cXXr): New function.
2eb87922 718
71adb94b
SM
719 * help-fns.el (help-fns--compiler-macro): New function extracted from
720 describe-function-1; follow aliases and use `compiler-macro' property.
721 (describe-function-1): Use it.
722
a6674402
CY
7232012-06-11 Chong Yidong <cyd@gnu.org>
724
725 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
726 is uninstalled, if imagemagick is installed.
727
bb3faf5b
SM
7282012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
729
730 * emacs-lisp/cl-lib.el: Use lexical-binding.
731 (cl-map-extents, cl-maclisp-member): Remove.
732 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
733 (cl--set-substring, cl--block-wrapper, cl--block-throw)
734 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
735 * emacs-lisp/cl-extra.el: Use lexical-binding.
736 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
737 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
738 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
739 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
740 * emacs-lisp/cl-seq.el: Use lexical-binding.
741 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
742 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
743 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
744 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
745 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
746 CL's internals.
747
2fe4b125
MA
7482012-06-11 Michael Albinus <michael.albinus@gmx.de>
749
750 Sync with Tramp 2.2.6-pre.
751
752 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
753 `print-length' and `print-level' to nil, in order to avoid
754 truncation. Reported by Christopher Schmidt
755 <christopher@ristopher.com>.
756
757 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
758
759 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
760 New defmacro.
761 (tramp-compat-copy-directory): Add optional argument
762 COPY-CONTENTS. It is not handled yet.
763
764 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
765 (tramp-ftp-file-name-p): Simplify.
766
767 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
768 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
769 connection vector.
770
771 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
772 (tramp-methods): Do not use `tramp-password-end-of-line'.
773 (tramp-completion-function-alist-putty): Handle UNIX case.
774 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
775 (tramp-do-file-attributes-with-stat)
776 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
777 gid as real numbers. They could run out of integer range on cygwin.
778 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
779 (tramp-sh-handle-expand-file-name): Handle hops.
87e6e64f
DA
780 (tramp-open-connection-setup-interactive-shell):
781 Use `tramp-cleanup'. Move check for busyboxes ...
782 (tramp-find-shell): ... here. Simplify implementation.
783 Set "remote-shell" property also for alternative shells.
784 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
785 If failing, a regular file would be written otherwise.
786 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
2fe4b125
MA
787 (tramp-find-inline-encoding): Cache the coding commands in the
788 process cache. Apply test command on the remote side, if defined.
789 (tramp-find-inline-compress): Cache the compress commands in the
790 process cache.
791 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
792 when requested. Handle hops.
793 (tramp-current-connection): New defvar.
87e6e64f
DA
794 (tramp-maybe-open-connection): Use `tramp-cleanup'.
795 Throw `suppress', if there was a failed connection shortly before.
2fe4b125 796 Handle user interrupt. (Bug#10187)
87e6e64f
DA
797 (tramp-get-inline-compress, tramp-get-inline-coding):
798 Read connection properties from the process cache.
2fe4b125
MA
799
800 * net/tramp-smb.el (tramp-smb-server-version)
87e6e64f
DA
801 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
802 New defconsts.
2fe4b125
MA
803 (tramp-smb-prompt): Extend for powershell prompt.
804 (tramp-smb-file-name-handler-alist): Add handlers for
805 `process-file', `shell-command' and `start-file-process'.
806 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
807 (tramp-smb-winexe-shell-command-switch): New defcustoms.
808 (tramp-smb-file-name-p): Simplify.
809 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
810 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
811 (tramp-smb-shell-quote-argument): New defuns.
812 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
813 Implement using "tar". By this, time-stamps are preserved.
814 (tramp-smb-handle-copy-file): Handle also the case of directories.
815 (tramp-smb-do-file-attributes-with-stat)
87e6e64f
DA
816 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
817 Use `tramp-get-connection-buffer').
2fe4b125
MA
818 (tramp-smb-handle-rename-file): Use "rename", when source and
819 target are on the same share.
87e6e64f
DA
820 (tramp-smb-maybe-open-connection): Handle wrong passwords.
821 Use `tramp-smb-server-version'.
2fe4b125
MA
822 (tramp-smb-wait-for-output): Remove prompt.
823
824 * net/tramp.el (top): Require 'cl.
87e6e64f
DA
825 (tramp-methods, tramp-rsh-end-of-line):
826 Remove `tramp-password-end-of-line' from docstring.
2fe4b125
MA
827 (tramp-save-ad-hoc-proxies): New defcustom.
828 (tramp-completion-function-alist): Adapt docstring.
829 (tramp-default-password-end-of-line): Remove defcustom.
830 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
831 (tramp-user-regexp, tramp-file-name-regexp-unified)
832 (tramp-file-name-regexp-url): Extend regexp by hop separator.
833 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
834 (tramp-remote-file-name-spec-regexp): New defconst.
835 (tramp-file-name-structure): Extend structure for hops.
836 (tramp-get-method-parameter): Move up.
837 (tramp-file-name-p, tramp-dissect-file-name)
838 (with-parsed-tramp-file-name): Handle hops.
839 (tramp-file-name-hop): New defun.
840 (tramp-make-tramp-file-name): New optional arg HOP.
841 (tramp-message-show-progress-reporter-message): New defvar.
842 (tramp-with-progress-reporter): Use it. We cannot use
843 `tramp-message-show-message' here, because this suppresses also
844 error buffers.
845 (tramp-error-with-buffer): Suppress buffer view, if
87e6e64f
DA
846 `tramp-message-show-message' is nil.
847 Use `tramp-get-connection-buffer'.
2fe4b125
MA
848 (tramp-cleanup): New defun.
849 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
850 (tramp-file-name-handler): If `debug-on-error' is set, propagate
851 an error unchanged.
852 (tramp-completion-handle-file-name-all-completions): Handle hops.
853 Fix an error when called from ido.
854 (tramp-completion-dissect-file-name): Use better local variable
855 name. Add hop to the vector.
856 (tramp-handle-insert-file-contents): Use progress-reporter for the
857 whole scenario.
858 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
859 to `t'.
860 (tramp-check-for-regexp): Simplify search.
861 (tramp-enter-password): Remove it. Move implementation ...
862 (tramp-action-password): ... here.
863 (tramp-mode-string-to-int, tramp-local-host-p)
864 (tramp-make-tramp-temp-file, tramp-read-passwd)
87e6e64f
DA
865 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
866 Set tramp-autoload cookie.
2fe4b125
MA
867
868 * net/trampver.el: Update release number.
869
8702012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
871 Michael Albinus <michael.albinus@gmx.de>
872
873 * net/tramp.el (tramp-set-completion-function): Fix docstring.
874 (tramp-parse-group, tramp-parse-file)
875 (tramp-parse-shostkeys-sknownhosts): New defuns.
876 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
877 (tramp-parse-shosts-group, tramp-parse-sconfig)
878 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
879 (tramp-parse-sknownhosts, tramp-parse-hosts)
880 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
881 Use them.
882 (tramp-parse-passwd-group, tramp-parse-netrc-group)
883 (tramp-parse-putty-group): Don't narrow.
884 (tramp-parse-putty): Make a loop.
885 (tramp-file-name-handler): Catch the `suppress' signal.
886
72834e10
CY
8872012-06-11 Chong Yidong <cyd@gnu.org>
888
889 * image.el (imagemagick-register-types): Put the ImageMagick entry
890 at the end of image-type-file-name-regexps.
891
a4712e11
JB
8922012-06-11 Johan BockgĂ¥rd <bojohan@gnu.org>
893
894 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
895 (pcase, pcase-let*, pcase-dolist): Use them.
896
82ad98e3
SM
8972012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
898
899 * emacs-lisp/pcase.el (pcase--let*): New function.
900 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
901 (pcase--expand): Use macroexp-let².
902
f80efb86
SM
9032012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
904
905 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
906 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
907 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
908 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
909 * emacs-lisp/derived.el: Use pcase instead of `cl'.
910 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
911
31ca4639 9122012-06-10 Glenn Morris <rgm@gnu.org>
94f0aa34 913
31ca4639
CY
914 * mail/rmail.el (rmail-yank-current-message): Leave point at
915 correct position. (Bug#11660)
94f0aa34 916
31ca4639 9172012-06-10 Chong Yidong <cyd@gnu.org>
9e1b8ec4 918
31ca4639 919 * allout-widgets.el: Fix code header.
9e1b8ec4 920
31ca4639 9212012-06-10 Chong Yidong <cyd@gnu.org>
00cd0305 922
f80efb86
SM
923 * cus-edit.el (customize-changed-options-previous-release):
924 Bump to 24.1.
31ca4639 925
642b6d30
AS
9262012-06-09 Andreas Schwab <schwab@linux-m68k.org>
927
928 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
929
4f5d2ba1
CY
9302012-06-09 Chong Yidong <cyd@gnu.org>
931
932 * ebuff-menu.el (electric-buffer-list): Preserve header line.
933
e75852fd
MR
9342012-06-09 Martin Rudalics <rudalics@gmx.at>
935
936 * window.el (special-display-popup-frame): Don't use
937 window--display-buffer (Bug#11651).
938
1e48e282
EZ
9392012-06-09 Eli Zaretskii <eliz@gnu.org>
940
8a26b487
EZ
941 Fix parallel builds: make sure loaddefs.el is not being written
942 while Lisp files are compiled.
943 (compile): Don't depend on 'mh-autoloads'.
944 (compile-CMD, compile-SH): Depend on 'autoloads'.
945 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
946
1e48e282
EZ
947 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
948
6175e34b
CY
9492012-06-09 Chong Yidong <cyd@gnu.org>
950
951 * face-remap.el (face-remap-add-relative, face-remap-set-base)
952 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
953 Doc fixes (Bug#11225).
954
d9857e53
SM
9552012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
956
957 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
958 a function if there's a clear indication that it has a compiler-macro.
959 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
960 (macro-declarations-alist): Add arglist to declaration functions.
961 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
962 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
963 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
964 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
965 Also add autoload to find the compiler macro.
966 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
967 (cl--compiler-macro-member, cl--compiler-macro-assoc)
968 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
969 (cl--compiler-macro-get): New functions, replacing calls to
970 cl-define-compiler-macro.
971 (cl-typep) [compiler-macro]: Use macroexp-let².
972
f81298f8 9732012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
ee574791
UJ
974
975 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
976 string properly, fixes Bug#11473.
977
4b56d0fe
CY
9782012-06-08 Chong Yidong <cyd@gnu.org>
979
980 * faces.el (set-face-attribute): Doc fix.
981 (modify-face): Don't use :bold and :italic.
982 (error, warning, success): Tweak definitions.
983
984 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
985 (custom-modified, custom-set, custom-changed, custom-themed)
986 (custom-saved, custom-button, custom-button-mouse)
987 (custom-button-pressed, custom-state, custom-comment-tag)
988 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
989 (custom-group-subtitle): Use new-style face specs.
990 (custom-invalid-face, custom-rogue-face, custom-modified-face)
991 (custom-set-face, custom-changed-face, custom-saved-face)
992 (custom-button-face, custom-button-pressed-face)
993 (custom-documentation-face, custom-state-face)
994 (custom-comment-face, custom-comment-tag-face)
995 (custom-variable-tag-face, custom-variable-button-face)
996 (custom-face-tag-face, custom-group-tag-face-1)
997 (custom-group-tag-face): Remove obsolete face alias.
998
999 * epa.el (epa-validity-high, epa-validity-medium)
1000 (epa-validity-low, epa-mark, epa-field-name, epa-string)
1001 (epa-field-name, epa-field-body):
1002 * font-lock.el (font-lock-comment-face, font-lock-string-face)
1003 (font-lock-keyword-face, font-lock-builtin-face)
1004 (font-lock-function-name-face, font-lock-variable-name-face)
1005 (font-lock-type-face, font-lock-constant-face):
1006 * ido.el (ido-first-match, ido-only-match, ido-subdir)
1007 (ido-virtual, ido-indicator, ido-incomplete-regexp):
1008 * speedbar.el (speedbar-button-face, speedbar-file-face)
1009 (speedbar-directory-face, speedbar-tag-face)
1010 (speedbar-selected-face, speedbar-highlight-face)
1011 (speedbar-separator-face):
1012 * whitespace.el (whitespace-newline, whitespace-space)
1013 (whitespace-hspace, whitespace-tab, whitespace-trailing)
1014 (whitespace-line, whitespace-space-before-tab)
1015 (whitespace-space-after-tab, whitespace-indentation)
1016 (whitespace-empty):
1017 * emulation/cua-base.el (cua-global-mark):
1018 * eshell/em-prompt.el (eshell-prompt):
1019 * net/newst-plainview.el (newsticker-new-item-face)
1020 (newsticker-old-item-face, newsticker-immortal-item-face)
1021 (newsticker-obsolete-item-face, newsticker-date-face)
1022 (newsticker-statistics-face, newsticker-default-face):
1023 * net/newst-reader.el (newsticker-feed-face)
1024 (newsticker-extra-face, newsticker-enclosure-face):
1025 * net/newst-treeview.el (newsticker-treeview-face)
1026 (newsticker-treeview-new-face, newsticker-treeview-old-face)
1027 (newsticker-treeview-immortal-face)
1028 (newsticker-treeview-obsolete-face)
1029 (newsticker-treeview-selection-face):
1030 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
1031 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
1032 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
1033 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
1034 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
1035 (nxml-outline-active-indicator, nxml-outline-ellipsis):
1036 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
1037 (mpuz-text):
1038 * progmodes/vera-mode.el (vera-font-lock-number)
1039 (vera-font-lock-function, vera-font-lock-interface):
1040 * textmodes/table.el (table-cell): Use new-style face specs, and
1041 don't use the old :bold and :italic attributes.
1042
1043 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
1044 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
1045 (ebrowse-member-class, ebrowse-progress): Likewise.
1046 (ebrowse-tree-mark-face, ebrowse-root-class-face)
1047 (ebrowse-file-name-face, ebrowse-default-face)
1048 (ebrowse-member-attribute-face, ebrowse-member-class-face)
1049 (ebrowse-progress-face): Remove obsolete faces.
1050
1051 * progmodes/flymake.el (flymake-errline, flymake-warnline):
1052 Inherit from error and warning faces respectively.
1053
1054 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1055 Likewise.
f80efb86
SM
1056 (flyspell-incorrect-face, flyspell-duplicate-face):
1057 Remove obsolete aliases.
4b56d0fe 1058
03310646
MA
10592012-06-08 Michael Albinus <michael.albinus@gmx.de>
1060
1061 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
1062 Avoid infloop.
1063
513749ee
SM
10642012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1065
1066 * startup.el (argv, argi): Make lexically scoped.
1067 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
1068 * emacs-lisp/cl-macs.el: Use lexical-binding.
1069 Rename cl-bind-* to cl--bind-*.
1070 * files.el: Don't require `cl' since it doesn't use it.
1071 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
1072
595ef4ad
JB
10732012-06-08 Juanma Barranquero <lekktu@gmail.com>
1074
1075 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
1076 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
1077 instead of calling external sort utility.
1078 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
1079
e9f66fcb
EZ
10802012-06-08 Eli Zaretskii <eliz@gnu.org>
1081
1082 * descr-text.el (describe-char): Mention how to insert the
1083 character, if the current input method doesn't support it.
1084 See the discussion in this thread for the details:
1085 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
1086
3d10db47
SS
10872012-06-08 Sam Steingold <sds@gnu.org>
1088
1089 * bindings.el (global-map): Bind XF86Forward to next-buffer and
1090 XF86Back to previous-buffer.
1091 (minibuffer-local-map): Bind them to next-history-element and
1092 previous-history-element respectively.
1093 * help-mode.el (help-mode-map): Bind them to help-go-forward and
1094 help-go-back respectively.
1095 * info.el (Info-mode-map): Bind them to Info-history-forward and
1096 Info-history-back respectively.
1097 These are the keys next to Up on the ThinkPad keyboard.
1098
de7e2b36
SM
10992012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1100
1101 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
1102 * emacs-lisp/cl-macs.el: Provide itself.
1103 (cl--labels-convert-cache): New var.
1104 (cl--labels-convert): New function.
1105 (cl-flet, cl-labels): New implementation with new semantics, relying on
1106 lexical-binding.
1107 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
1108 (cl-closure-vars, cl--function-convert-cache)
1109 (cl--function-convert): Move from cl-macs.el.
1110 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
1111 rename by removing the "cl-" prefix.
1112 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
1113
6fa6c4ae
SM
11142012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1115
1116 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
1117 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
1118 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
1119 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
1120 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
1121 (cl-hash-table-count): Add old compatibility aliases.
1122
1123 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
1124 Use macroexpand-all-environment instead.
1125 (cl--old-macroexpand): New var.
1126 (cl--sm-macroexpand): New function.
1127 (cl-symbol-macrolet): Use it during macro expansion.
1128 (cl--function-convert-cache): New var.
1129 (cl--function-convert): New function, extracted from
1130 cl-macroexpand-all.
1131 (cl-lexical-let): Use it.
1132
1133 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
1134 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
1135 (cl-member): Remove old alias.
1136
1137 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
1138 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
1139 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
1140 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
1141 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
1142 (cl-macroexpand-cmacs): Remove var.
1143 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
1144 Use macroexpand-all instead.
1145
4dd1c416
SM
11462012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1147
1148 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
1149 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
1150 (macroexp-copyable-p): New functions and macros.
1151 * emacs-lisp/edebug.el (edebug-unwrap):
1152 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
1153 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
1154 (pcase--let*): Remove.
1155 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
1156 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
1157 macroexp-const-p instead.
1158 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
1159
1160 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
1161 instead of "cl-" for internal definitions. Use macroexp-const-p.
1162 (cl-old-bc-file-form): Remove var.
1163 (cl-const-exprs-p): Remove fun.
1164 (cl-labels, cl-macrolet): Use backquote.
1165 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
1166 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
1167 (cl-define-setf-expander): Rename from cl-define-setf-method.
1168 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
1169
1170 * international/mule-cmds.el: Don't require CL.
1171 (view-hello-file): Don't use `letf'.
1172
ed8bd4d7
SM
11732012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1174
7287f2f3
SM
1175 * tmm.el (tmm-prompt): Use string-prefix-p.
1176 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
1177 (tmm-add-prompt): Use minibuffer-completion-help.
1178 (tmm-delete-map): Remove.
1179
ed8bd4d7
SM
1180 * subr.el (kbd): Make it its own function.
1181
7b4cdbf4
SM
11822012-06-07 Stefan Merten <smerten@oekonux.de>
1183
1184 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
1185 Silence compiler warnings. Fix versions.
ed8bd4d7 1186 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7b4cdbf4 1187 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
ed8bd4d7 1188 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7b4cdbf4
SM
1189 (rst-package-emacs-version-alist): Correct Emacs version to
1190 represent major merge with upstream.
ed8bd4d7 1191 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7b4cdbf4 1192
2b48d721
GM
11932012-06-06 Glenn Morris <rgm@gnu.org>
1194
1195 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
1196 Only print environment variables if set.
1197
fa779ab0
SM
11982012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1199
1200 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
1201 (macroexp--cons): Rename from maybe-cons.
1202 (macroexp--accumulate): Rename from macroexp-accumulate.
1203 (macroexp--all-forms): Rename from macroexpand-all-forms.
1204 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
1205 (macroexp--expand-all): Rename from macroexpand-all-1.
1206
628299e0
SS
12072012-06-06 Sam Steingold <sds@gnu.org>
1208
1209 * calendar/calendar.el (calendar-in-read-only-buffer):
1210 Call `special-mode' to enable the standard read-only keybindings.
1211
b7bb5838
SM
12122012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1213
1214 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
1215 with "loading" messages (bug#11635).
1216
dfb308ba
MA
12172012-06-06 Michael Albinus <michael.albinus@gmx.de>
1218
1219 * files.el (enable-remote-dir-locals): New option.
1220 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
1221
0372ee92
MA
1222 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
1223 Ensure, that the temp directory is local.
1224
1225 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
1226 `temporary-file-directory'.
1227
eed0bb91
MA
1228 * progmodes/python.el (python-send-region): Ensure, that the
1229 temporary file is created also in the remote case.
1230
7a58f64d
GM
12312012-06-06 Glenn Morris <rgm@gnu.org>
1232
f7dd4e98
GM
1233 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
1234 (vc-rcs-update-changelog): Use it.
1235
276d5f5d
GM
1236 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff
1237
7a58f64d
GM
1238 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
1239 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
1240 (vc-sccs-diff): Replace use of the external vcdiff script.
1241
daed4003
GM
12422012-06-05 Glenn Morris <rgm@gnu.org>
1243
1244 * ledit.el: Move to obsolete/.
1245
48c455c7
SS
12462012-06-05 Sam Steingold <sds@gnu.org>
1247
1248 * calendar/calendar.el (calendar-exit): reinstate the 2012-03-28
1249 patch (Bug#11140).
1250
57a7d507
SM
12512012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1252
d32926ff
SM
1253 * emacs-list/cust-print.el: Move to obsolete.
1254
53aacf21
SM
1255 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
1256 compiler-macro expansion.
1257
57a7d507
SM
1258 Add native compiler-macro support.
1259 * emacs-lisp/macroexp.el (macroexpand-all-1):
1260 Support compiler-macros directly. Properly follow aliases and apply
1261 the compiler macros more thoroughly.
1262 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
1263 macroexpand now properly follows aliases.
1264 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
1265 (cl-compiler-macroexpand): Use new prop.
1266 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
1267
1268 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
1269
51a5f9d8
MR
12702012-06-05 Martin Rudalics <rudalics@gmx.at>
1271
1272 * window.el (get-lru-window, get-mru-window, get-largest-window):
1273 New argument NOT-SELECTED to avoid picking the selected window.
1274 (window--display-buffer-1, window--display-buffer-2): Replace by
1275 new function window--display-buffer
1276 (display-buffer-same-window, display-buffer-reuse-window)
57a7d507
SM
1277 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1278 Use window--display-buffer.
51a5f9d8
MR
1279 (display-buffer-use-some-window): Remove temporary dedication
1280 hack by calling get-lru-window and get-largest-window with
1281 NOT-SELECTED argument non-nil. Call window--display-buffer.
1282
08f9f738
GM
12832012-06-05 Glenn Morris <rgm@gnu.org>
1284
1285 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
1286 Replace external vcdiff script.
1287
e364a2b7
SM
12882012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
1289
1290 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
1291
041df390
CY
12922012-06-04 Chong Yidong <cyd@gnu.org>
1293
e364a2b7
SM
1294 * image.el (imagemagick-types-inhibit): Revert last change.
1295 Add INFO and M.
47b36b94 1296 (imagemagick-enabled-types): Remove CIN and EPS*.
041df390 1297
7c1898a7
SM
12982012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
1299
1300 * emacs-lisp/cl-lib.el: Rename from cl.el.
1301 * emacs-lisp/cl.el: New compatibility file.
1302 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
1303 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
1304 to obey the "cl-" prefix.
1305 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
1306
0c3461de
GM
13072012-06-03 Glenn Morris <rgm@gnu.org>
1308
1e266c88
GM
1309 * emacs-lisp/authors.el (authors-aliases): Addition.
1310
0c3461de
GM
1311 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
1312 Fix :version.
1313
d8a52e15
SM
13142012-06-03 Stefan Merten <smerten@oekonux.de>
1315
1316 * textmodes/rst.el: Add comments.
1317 (rst-transition, rst-adornment): New faces.
1318 (rst-adornment-faces-alist): Make default safe to reevaluate.
1319 Fixes
1320 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
1321 Improve customization tags.
1322 (rst-define-level-faces): Clarify meaning.
1323
5205d6f6
CY
13242012-06-03 Chong Yidong <cyd@gnu.org>
1325
1326 * progmodes/compile.el (compilation-mode-line-fail)
7c1898a7
SM
1327 (compilation-mode-line-run, compilation-mode-line-exit):
1328 New faces.
5205d6f6
CY
1329 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
1330
757ee657
JD
13312012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
1332
7c1898a7
SM
1333 * progmodes/which-func.el (which-func-update-ediff-windows):
1334 New function. Use it in ediff-select-hook (Bug#11478).
757ee657 1335
5f2c76c6
CY
13362012-06-03 Chong Yidong <cyd@gnu.org>
1337
1338 * bindings.el: Remove explicit help text from format-mode-line.
1339 It is now supplied by mode-line-default-help-echo.
1340 (mode-line-front-space, mode-line-end-spaces)
1341 (mode-line-misc-info): New variables.
1342 (mode-line-modes, mode-line-position): Move the default value to
1343 the variable definition.
1344 (mode-line-default-help-echo): New defcustom.
383f7350
CY
1345 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
1346 (mode-line-modified-help-echo): New functions.
1347 (mode-line-mule-info, mode-line-modified): Use them.
1348 (mode-line-eol-desc, propertized-buffer-identification):
1349 Consistency fixes for help text.
cbe46e5f
CY
1350 (mode-line-coding-system-map): Allow using mouse-3 to invoke
1351 set-buffer-file-coding-system (Bug#289).
1352 (mode-line-mule-info-help-echo): Update help text.
5f2c76c6 1353
f2d6a3df
SM
13542012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
1355
1356 * simple.el (execute-extended-command): Set real-this-command
1357 (bug#11506).
1358
37269466
CY
13592012-06-02 Chong Yidong <cyd@gnu.org>
1360
1361 Remove incorrect uses of "modeline" in comments, docstrings, and
1362 function/variable names (Bug#10329).
1363
1364 * cus-edit.el (mode-line):
1365 * dframe.el (dframe-mouse-hscroll):
1366 * emacs-lisp/re-builder.el:
1367 * emacs-lisp/easy-mmode.el (define-minor-mode):
1368 * frame.el (set-frame-name):
1369 * help.el (lookup-minor-mode-from-indicator):
1370 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
1371 * progmodes/cc-cmds.el (c-toggle-auto-newline)
1372 (c-toggle-hungry-state):
1373 * progmodes/antlr-mode.el (antlr-language-alist):
1374 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
1375 * progmodes/vhdl-mode.el (vhdl-mode):
1376 * progmodes/which-func.el (which-func, which-func-cleanup-function):
1377 * term/ns-win.el (ns-face-at-pos):
1378 * term/sup-mouse.el (sup-mouse-report):
1379 * textmodes/flyspell.el (flyspell-mode-line-string):
1380 * textmodes/ispell.el (ispell-highlight-face):
1381 * textmodes/reftex-global.el:
1382 * vc/vc-arch.el (vc-arch-mode-line-string):
1383 * vc/vc-cvs.el (vc-cvs-mode-line-string):
1384 * vc/vc-git.el (vc-git-mode-line-string):
1385 * vc/vc-hooks.el (vc-display-status)
1386 (vc-default-mode-line-string):
1387 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
1388
1389 * ansi-color.el (ansi-color-faces-vector): Change default faces.
1390
1391 * dired.el (dired-sort-set-mode-line): Rename from
1392 dired-sort-set-modeline. All callers changed.
1393
1394 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
1395 eshell-status-in-modeline.
1396
1397 * foldout.el (foldout-mode-line-string): Rename from
1398 foldout-modeline-string. All callers changed.
1399 (foldout-update-mode-line): Rename from foldout-update-modeline.
1400
1401 * subr.el (redraw-modeline): Make into obsolete alias.
1402
1403 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
1404 timeclock-modeline-display. Make old name an alias.
1405 (timeclock-update-mode-line): Likewise. All callers changed.
1406 (timeclock-mode-line-display): No need to check before using
1407 add-hook.
1408 (timeclock-relative, timeclock-day-over-hook)
1409 (timeclock-use-elapsed, timeclock-mode-string)
1410 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
1411
1412 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
1413 crisp-mode-modeline-string.
1414
1415 * play/solitaire.el (solitaire-build-mode-line): Rename from
1416 solitaire-build-modeline. All callers changed.
1417
1418 * play/zone.el (zone-hiding-mode-line): Rename from
1419 zone-hiding-modeline. All callers changed.
1420 (zone): Remove unusued `modeline-hidden-level' property.
1421
1422 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
1423 xscheme-modeline-initialize. All callers changed.
1424
1425 * strokes.el (strokes-lighter): Rename from
1426 strokes-modeline-string.
1427
1428 * textmodes/sgml-mode.el (html-face-tag-alist)
1429 (html-tag-face-alist): Use mode-line face instead of obsolete
1430 alias modeline.
1431
42152ee4
SM
14322012-06-02 Stefan Merten <smerten@oekonux.de>
1433
1434 * textmodes/rst.el: Always require `cl'.
4cf9b38d 1435 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
42152ee4 1436
95f520b5
CY
14372012-06-02 Chong Yidong <cyd@gnu.org>
1438
1439 * image.el (imagemagick-enabled-types): Rename from
1440 imagemagick-types-enable. Add many more types.
1441 (imagemagick-types-inhibit): Change default to nil.
1442 (imagemagick-filter-types): Caller changed.
1443
4a5f187a
SM
14442012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1445
03fef3e6
SM
1446 * emacs-lisp/cl-macs.el: Use backquotes.
1447 (cl-transform-function-property): Use eval-and-compile rather than
1448 abusing `require'.
1449 (defstruct): Use declare-function instead of with-no-warnings.
1450
4a5f187a
SM
1451 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
1452 (byte-compile-output-docform): Re-add the print-circle bindings.
1453 (byte-compile-fix-header): Use #$ just because it's shorter.
1454 (byte-compile-output-file-form): Remove defun/defmacro.
1455
bd56924f
MR
14562012-06-01 Martin Rudalics <rudalics@gmx.at>
1457
1458 * simple.el (choose-completion): Remove now obsolete binding for
1459 owindow.
1460
046e38ce
MA
14612012-06-01 Michael Albinus <michael.albinus@gmx.de>
1462
1463 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
1464 in order to avoid "Stack overflow in regexp matcher".
1465
32d72c2f
GM
14662012-05-31 Glenn Morris <rgm@gnu.org>
1467
1468 * image.el: For clarity, call imagemagick-register-types at
1469 top-level, rather than relying on a custom :initialize.
1470 (imagemagick-types-enable): New option. (Bug#11557)
60b5f187
GM
1471 (imagemagick-filter-types): New function. (Bug#7406)
1472 (imagemagick-register-types): Use imagemagick-filter-types.
32d72c2f
GM
1473 If disabling support, remove elements altogether rather
1474 than using an impossible regexp.
1475 (imagemagick-types-inhibit): Give it the default init function.
1476
dd41169b
SM
14772012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1478
4a5f187a
SM
1479 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
1480 Handle arbitrary file name lengths (Bug#11585).
dd41169b 1481
efc00ab1 14822012-05-31 Martin Rudalics <rudalics@gmx.at>
5221ccb9
MR
1483
1484 * desktop.el (desktop-read): Clear previous and next buffers for
1485 all windows and bury *Messages* buffer (bug#11556).
1486
500fcedc
SM
14872012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1488
1489 Add `declare' for `defun'. Align `defmacro's with it.
1490 * emacs-lisp/easy-mmode.el (define-minor-mode)
1491 (define-globalized-minor-mode): Don't autoload the var definitions.
1492 * emacs-lisp/byte-run.el: Use lexical-binding.
1493 (defun-declarations-alist, macro-declarations-alist): New vars.
1494 (defmacro, defun): Use them.
1495 (make-obsolete, define-obsolete-function-alias)
1496 (make-obsolete-variable, define-obsolete-variable-alias):
1497 Use `declare'.
1498 (macro-declaration-function): Mark obsolete.
1499 * emacs-lisp/autoload.el: Use lexical-binding.
1500 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
1501
6e8a1786
AM
15022012-05-30 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
1503
1504 * textmodes/ispell.el (ispell-with-no-warnings):
1505 Define as a macro.
500fcedc
SM
1506 (ispell-kill-ispell, ispell-change-dictionary):
1507 Use `called-interactively-p' for Emacs instead of obsolete
6e8a1786
AM
1508 `interactive-p'.
1509
61b108cc
SM
15102012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1511
1512 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
1513 (macro-declaration-function): Move var from C code.
1514 (macro-declaration-function): Define function with defalias.
1515 * emacs-lisp/macroexp.el (macroexpand-all-1):
1516 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
1517 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
1518 defun/defmacro any more.
1519 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
1520 Provide fallback for unknown arglist.
1521 (byte-compile-arglist-warn): Change calling convention.
1522 (byte-compile-output-file-form): Move print-vars binding.
1523 (byte-compile-output-docform): Simplify accordingly.
1524 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
1525 (byte-compile-defmacro-declaration): Remove.
1526 (byte-compile-file-form-defmumble): Generalize to defalias.
1527 (byte-compile-output-as-comment): Return byte-positions.
1528 Simplify callers accordingly.
1529 (byte-compile-lambda): Use `assert'.
1530 (byte-compile-defun, byte-compile-defmacro): Remove.
1531 (byte-compile-file-form-defalias):
1532 Use byte-compile-file-form-defmumble.
1533 (byte-compile-defalias-warn): Remove.
1534
6d3f7c2f
SM
15352012-05-29 Stefan Merten <smerten@oekonux.de>
1536
1537 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
61b108cc 1538 possible. Fix authors. Improve comments. Improve loading of `cl'.
6d3f7c2f
SM
1539
1540 (rst-mode-abbrev-table): Merge definition.
1541 (rst-mode): Make sure `font-lock-defaults' is buffer local.
1542 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
1543
6dbaa1c7
UJ
15442012-05-29 Ulf Jasper <ulf.jasper@web.de>
1545
1546 * calendar/icalendar.el
1547 (icalendar-export-region): Export UID properly.
1548
15492012-05-29 Leo <sdl.web@gmail.com>
61b108cc
SM
1550 * calendar/icalendar.el (icalendar-import-format):
1551 Add `icalendar-import-format-uid' (Bug#11525).
6dbaa1c7
UJ
1552 (icalendar-import-format-uid): New.
1553 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
1554 Export UID.
1555
6876a58d
SM
15562012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1557
1558 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
1559 different alternative patterns.
1560 (pcase-codegen): Be more careful to preserve identity.
1561 (pcase--u1): Don't forget to mark vars as used.
1562
1563 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
1564 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
1565 (byte-compile-from-buffer): ...rather than here.
1566
1567 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
1568 functions from byte-compile-function-environment.
1569
46b7967e
TN
15702012-05-29 Troels Nielsen <bn.troels@gmail.com>
1571
1572 * window.el (window-deletable-p): Avoid deleting the root window
1573 of a frame with an active minibuffer.
1574
69d565e2
MR
15752012-05-29 Martin Rudalics <rudalics@gmx.at>
1576
1577 * simple.el (choose-completion): Use quit-window (Bug#11567).
1578
a149fa51
CY
15792012-05-29 Chong Yidong <cyd@gnu.org>
1580
1581 * whitespace.el (whitespace-cleanup): Fix usage of
1582 whitespace-empty-at-bob-regexp (Bug#11492).
1583
2b311310
AH
15842012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1585
1586 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
1587 revert (Bug#11488).
1588
b9cb2387
JL
15892012-05-29 Juri Linkov <juri@jurta.org>
1590
1591 * isearch.el (isearch-mode-map): Bind `M-s _' to
1592 `isearch-toggle-symbol'. Bind `M-s c' to
1593 `isearch-toggle-case-fold'.
1594 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
1595 (isearch-forward): Add `M-s _' to the docstring.
1596 (isearch-forward-symbol, isearch-toggle-case-fold)
1597 (isearch-symbol-regexp): New functions. (Bug#11381)
1598
d5e61c1c
JL
15992012-05-29 Juri Linkov <juri@jurta.org>
1600
1601 * isearch.el (isearch-word): Add docstring. (Bug#11381)
1602 (isearch-occur, isearch-search-and-update): If `isearch-word' is
1603 a function, call it to get the regexp.
1604 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
1605 property `isearch-message-prefix' instead of the string "word ".
1606 (isearch-search-fun-default): For the case of `isearch-word',
1607 return a lambda that calls re-search-forward/re-search-backward
1608 with a regexp returned by `word-search-regexp' or by the function
1609 in `isearch-word'.
1610
8cbd80f7
JL
16112012-05-29 Juri Linkov <juri@jurta.org>
1612
1613 * isearch.el (isearch-search-fun-default): New function.
1614 (isearch-search-fun): Move default part to the new function
1615 `isearch-search-fun-default'.
1616 (isearch-search-fun-function): Set the default value to
1617 `isearch-search-fun-default'. (Bug#11381)
1618
1619 * comint.el (comint-history-isearch-end):
1620 Use `isearch-search-fun-default'.
1621 (comint-history-isearch-search): Use `isearch-search-fun-default'
1622 and remove spacial case for `isearch-word'.
1623 (comint-history-isearch-wrap): Remove spacial case for
1624 `isearch-word'.
1625
1626 * hexl.el (hexl-isearch-search-function):
1627 Use `isearch-search-fun-default'.
1628
1629 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
1630 Use `word-search-regexp' for `isearch-word'.
1631
1632 * misearch.el (multi-isearch-search-fun):
1633 Use `isearch-search-fun-default'.
1634
1635 * simple.el (minibuffer-history-isearch-search):
1636 Use `isearch-search-fun-default' and remove spacial case for
1637 `isearch-word'.
1638 (minibuffer-history-isearch-wrap): Remove spacial case for
1639 `isearch-word'.
1640
1641 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
1642 Remove spacial case for `isearch-word'.
1643 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
1644
85c8c5b6
AM
16452012-05-28 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
1646
1647 Decrease XEmacs incompatibilities.
1648 * textmodes/flyspell.el (flyspell-check-pre-word-p):
1649 Use `string-match'.
1650 (flyspell-delete-region-overlays): Use alternative definition for
1651 XEmacs.
1652 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
1653 (flyspell-word): Use `process-kill-without-query' if XEmacs.
1654 (flyspell-mode-on): Use `interactive-p' if XEmacs.
1655 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
1656 `define-obsolete-face-alias' under XEmacs, but old method.
1657
1658 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
1659 `with-no-warnings' definition or Emacs alias.
1660 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
1661 (ispell-word): Do not use `region-p' if XEmacs.
1662
8cab9efc
AM
16632012-05-28 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
1664
1665 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
1666 Check for `ispell-dictionary-base-alist' instead of full
1667 `ispell-dictionary-alist'.
1668 (ispell-init-process): Show spellchecker when starting new Ispell
1669 process.
1670
fda91268
RZ
16712012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1672
1673 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
1674 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
1675
694ea8e3
JB
16762012-05-27 Juanma Barranquero <lekktu@gmail.com>
1677
1678 * version.el (motif-version-string, gtk-version-string)
1679 (ns-version-string): Declare.
1680
e4d4f539
JL
16812012-05-27 Juri Linkov <juri@jurta.org>
1682
1683 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
1684 after the `eval-defun-1' specialcaseing
1685 like in `edebug-eval-defun' (bug#10181).
1686
1687 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
1688 like in `eval-defun-1'.
1689
33017faf 16902012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 1691
fda91268
RZ
1692 * mail/sendmail.el (mail-yank-region):
1693 Recognize rmail-yank-current-message in addition to insert-buffer.
1694 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
1695 a *mail* buffer created through rmail-start-mail with sendmail as
1696 mail-user-agent.
1697
33017faf
GM
16982012-05-27 Chong Yidong <cyd@gnu.org>
1699
1700 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
1701 Default to 256 (Bug#11267).
1702
1703 * help.el (describe-mode): Doc fix.
1704
04188bb9
GM
17052012-05-26 Glenn Morris <rgm@gnu.org>
1706
38264cc9
GM
1707 * w32-fns.el (w32-init-info): Remove.
1708 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
1709
eb7afdad
GM
1710 * info.el (info-initialize): For self-contained NS builds, put the
1711 included info/ directory at the front. (Bug#2791)
1712
04188bb9
GM
1713 * paths.el (Info-default-directory-list): Make it a defcustom,
1714 mainly so that we can use custom-initialize-delay.
1715
a179e3f7
SM
17162012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1717
43416392
SM
1718 * subr.el (buffer-has-markers-at): Mark obsolete.
1719
a179e3f7 1720 * subr.el (lambda): Use declare.
43416392 1721
a179e3f7
SM
1722 * emacs-lisp/lisp-mode.el (lambda):
1723 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
1724
34a008d9
AH
17252012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1726
1727 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
1728
0a3b289f
GM
17292012-05-26 Glenn Morris <rgm@gnu.org>
1730
1731 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
1732
758c81e8
GM
17332012-05-25 Glenn Morris <rgm@gnu.org>
1734
f9f334f0
GM
1735 * paths.el: Remove no-byte-compile.
1736 * loadup.el: No need to load paths.el uncompiled.
1737
87eb79c2
GM
1738 * image.el (imagemagick-types-inhibit): Doc fix.
1739
758c81e8
GM
1740 * version.el: Remove no-byte-compile and associated formatting.
1741 * loadup.el: No need to load version.el uncompiled. AFAICS, this
1742 is ancient code from when there was an "inc-vers.el".
1743
e7e85dc0
SM
17442012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1745
1746 * progmodes/gdb-mi.el: Minor style changes.
1747 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
1748 Turn into minor modes.
1749 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
1750 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
1751 (gdb-shell): Remove unneeded let-binding.
1752 (gdb-get-many-fields): Eliminate O(n²) behavior.
1753
f31237a4
EZ
17542012-05-25 Eli Zaretskii <eliz@gnu.org>
1755
1756 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
1757 platforms that don't link in fontset.c.
1758
bc1b21bb
JL
17592012-05-25 Juri Linkov <juri@jurta.org>
1760
1761 Use the same diff color scheme as in modern VCSes (bug#10181).
1762
1763 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
1764 to avoid confusion with `diff-added' that now uses green colors.
1765 (diff-removed): Use shades of red.
1766 (diff-added): Use shades of green.
1767 (diff-changed): Leave just the yellow color.
1768 (diff-use-changed-face): New variable.
1769 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
1770 how to highlight context diff changes.
1771 (diff-refine-change): Use shades of yellow.
1772 (diff-refine-removed): New face that uses shades of red.
1773 (diff-refine-added): New face that uses shades of green.
1774 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
1775 `diff-refine-removed' in the call to `smerge-refine-subst'
1776 depending on the value of `diff-use-changed-face'.
1777
1778 * vc/smerge-mode.el (smerge-mine): Use shades of red.
1779 (smerge-other): Use shades of green.
1780 (smerge-base): Use shades of yellow.
1781 (smerge-refined-change): Empty face.
1782 (smerge-refined-removed): New face that uses shades of red.
1783 (smerge-refined-added): New face that uses shades of green.
1784 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
1785 args `props-r' and `props-a', and use them. Doc fix.
1786 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
1787 on its value use different faces `smerge-refined-change',
1788 `smerge-refined-removed', `smerge-refined-added' in the call to
1789 `smerge-refine-subst'.
1790
1791 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
1792 Add face condition `min-colors 88' with shades of red.
1793 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
1794 `min-colors 88' with shades of green.
1795 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
1796 `min-colors 88' with shades of yellow.
1797
6df9112c
GM
17982012-05-24 Glenn Morris <rgm@gnu.org>
1799
ead5edc0
GM
1800 * paths.el (prune-directory-list, remote-shell-program): Move to...
1801 * files.el (prune-directory-list, remote-shell-program): ...here.
1802 For the latter, delay initialization, prefer ssh, just search PATH.
1803
f18b81e6
GM
1804 * paths.el (term-file-prefix): Move to faces.el (the only user).
1805 * faces.el (term-file-prefix): Move here, make it a defcustom.
1806
ee2f89a6
GM
1807 * paths.el (news-directory, news-path, news-inews-program):
1808 Move to gnus/nnspool.el.
61a583ca 1809
f8815e4c
GM
1810 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
1811
c8f3b42c
GM
1812 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
1813 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
1814 Make the latter a defcustom, with a delayed initialization.
1815
6df9112c
GM
1816 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
1817 These were deleted from Gnus itself late 2010.
1818
5dadff36
JB
18192012-05-22 Juanma Barranquero <lekktu@gmail.com>
1820
9e1701c6
JB
1821 * progmodes/which-func.el (which-func-ff-hook):
1822 Check against user-error, not error.
1823
bd7239f5 1824 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
1825 cl-specs.el, which no longer exists.
1826
3290526d
GM
18272012-05-22 Glenn Morris <rgm@gnu.org>
1828
1829 * info.el (info-emacs-bug): New command.
1830 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
1831 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
1832
ff0c3cfb
GM
18332012-05-21 Glenn Morris <rgm@gnu.org>
1834
1835 * makefile.w32-in (update-subdirs-SH):
1836 * Makefile.in (update-subdirs): Update for moved update-subdirs.
1837
5814f126
SM
18382012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
1839
a52c0aa0
SM
1840 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
1841
5814f126
SM
1842 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1843 Simplify Maven regexp, and make sure the file can't start with a space
1844 (bug#11517).
1845
b847032c
GM
18462012-05-21 Glenn Morris <rgm@gnu.org>
1847
1848 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
1849 Scrap superfluous subshells.
1850
3858bfe7
SM
18512012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
1852
1853 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
1854 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
1855
d14b0029
JB
18562012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
1857
1858 * calc/calc.el (calc-ensure-consistent-units): New variable.
1859
a52c0aa0
SM
1860 * calc/calc-units.el (math-consistent-units-p)
1861 (math-check-unit-consistency): New functions.
1862 (calc-quick-units, calc-convert-units):
1863 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
1864 is non-nil.
d14b0029
JB
1865 (calc-extract-units): Fix typo.
1866
60c4db3a
SM
18672012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1868
77f3b62e
SM
1869 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
1870
60c4db3a
SM
1871 * textmodes/flyspell.el: Commenting style, plus code simplifications.
1872 (flyspell-default-deplacement-commands): Don't spell check after
1873 repeated window/frame switches (e.g. triggered by mouse-movement).
1874 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
1875 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
1876 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
1877 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
1878 Remove unused vars.
1879 (flyspell-get-casechars, flyspell-get-not-casechars):
1880 Simplify; Don't bother removing a ] just to add it back.
1881 * textmodes/ispell.el (ispell-program-name): Use executable-find.
1882
b1a10716
RS
18832012-05-18 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
1884
1885 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
1886 New functions.
bd7239f5 1887 (math-function-table): Add support for more C functions.
b1a10716 1888
3f1b25b5
AM
18892012-05-18 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
1890
1891 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
1892 (flyspell-debug-signal-word-checked): Protect delay handling for
1893 otherchars against empty otherchars.
1894
b581bb5c
SM
18952012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1896
1897 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
1898 their respective macro declarations.
1899 * skeleton.el (define-skeleton):
1900 * progmodes/compile.el (define-compilation-mode):
1901 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
1902 (define-ibuffer-filter):
1903 * emacs-lisp/generic.el (define-generic-mode):
1904 * emacs-lisp/easy-mmode.el (define-minor-mode)
1905 (define-globalized-minor-mode):
1906 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
1907 * emacs-lisp/byte-run.el (defsubst):
1908 * custom.el (deftheme): Add doc-string metadata.
1909
70b8ef8f
SM
19102012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1911
1912 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
1913
b1198e17
SM
19142012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1915
9abdc45d
SM
1916 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
1917
b1198e17
SM
1918 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
1919 * emacs-lisp/cl-macs.el: Idem.
1920 * emacs-lisp/cl-specs.el: Remove.
1921
4735906a
SM
19222012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1923
1924 Minor renaming of internal CL functions and variables.
1925 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
1926 (cl--position): Rename from cl-position.
1927 (cl--delete-duplicates): Rename from cl-delete-duplicates.
1928 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
1929 (cl--random-state): Rename from *random-state*.
1930
ac348012
SM
19312012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1932
1933 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
1934 parens around the arg list (bug#11499).
1935
a0a79cde
JL
19362012-05-17 Juri Linkov <juri@jurta.org>
1937
1938 * isearch.el (word-search-regexp, word-search-backward)
1939 (word-search-forward, word-search-backward-lax)
1940 (word-search-forward-lax): Move functions from search.c
1941 (bug#10145, bug#11381).
1942
65034a51
AM
19432012-05-16 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
1944
1945 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
1946 (flyspell-debug-signal-word-checked): Delay for otherchars as for
1947 normal word components.
1948
1a72a195
SM
19492012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
1950
1951 * minibuffer.el (completion--sifn-requote): Fix last change.
1952 (minibuffer-local-must-match-filename-map):
1953 Move define-obsolete-variable-alias before its var.
1954
fdb058c2
SM
19552012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1956
c41045e6
SM
1957 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
1958
036dfb8b
SM
1959 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
1960 behavior.
1961 (completion--string-equal-p): New function.
1962 (completion--twq-all): Use it to get better assertion failure data.
1963
2473256d
SM
1964 Only handle ".." and '..' quoting in shell-mode (bug#11466).
1965 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
1966 (shell--requote-argument): New functions.
1967 (shell-completion-vars): Use them.
1968 (shell--parse-pcomplete-arguments): Rename from
1969 shell-parse-pcomplete-arguments.
1970 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
1971 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
1972 Obey comint-file-name-quote-list.
1973
fdb058c2
SM
1974 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
1975 (smie-indent-keyword): Use it.
1976
51fa99f1
SM
19772012-05-14 Stefan Merten <smerten@oekonux.de>
1978
1979 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
1980
e18afed7 19812012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
1982
1983 * net/rlogin.el (rlogin-mode-map): Fix last change.
1984
e18afed7 19852012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
1986
1987 * mail/smtpmail.el (smtpmail-send-command): Send the command and
1988 the following \r\n using a single `process-send-string', since the
1989 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 1990 with two `process-send-string's (Bug#11444).
8633b1f4 1991
e18afed7 19922012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 1993
fdb058c2
SM
1994 * shell.el (shell-parse-pcomplete-arguments):
1995 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 1996
2d21d7f6
WJ
19972012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
1998
e18afed7 1999 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
2000 (image-transform-scale, image-transform-right-angle-fudge): New vars.
2001 (image-transform-width, image-transform-fit-width): New functions.
2002 (image-transform-properties): Use them.
2003 (image-transform-check-size): New function.
2004 (image-toggle-display-image): Use it (for testing).
2005 (image-transform-set-rotation): Reduce angle mod 360.
2006 Delete obsolete comment.
2007
7102e6d0
WJ
20082012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
2009
2010 * image-mode.el: Fix scaling (bug#11399).
2011 (image-transform-resize): Doc fix.
2012 (image-transform-properties): Default scale is 1 and height should
2013 be an integer.
2014
06bc5e6e
SM
20152012-05-13 Johan BockgĂ¥rd <bojohan@gnu.org>
2016
2017 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
2018 than hard-coding `car', to fix misbehavior when moving forward.
2019
0ae03b6a
CY
20202012-05-13 Chong Yidong <cyd@gnu.org>
2021
2022 * emacs-lisp/tabulated-list.el (tabulated-list-format)
2023 (tabulated-list-entries, tabulated-list-padding)
2024 (tabulated-list-sort-key): Make permanent-local.
2025
2026 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
2027 (electric-buffer-list): Put electric buffer menu
2028 command descriptions in this docstring, instead of the docstring
2029 of electric-buffer-menu-mode. Code cleanups.
2030 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
2031 Electric-buffer-menu-mode.
2032 (electric-buffer-update-highlight): Minor code cleanup.
2033
205a7391
MA
20342012-05-13 Michael Albinus <michael.albinus@gmx.de>
2035
2036 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
2037 (Bug#11447)
2038
e5bd0a28
SM
20392012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2040
2041 Move define-obsolete-variable-alias before the var's definition.
2042 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
2043 * tooltip.el (tooltip-hook):
2044 * textmodes/reftex-toc.el (reftex-toc-map):
2045 * textmodes/reftex-sel.el (reftex-select-label-map)
2046 (reftex-select-bib-map):
2047 * textmodes/reftex-index.el (reftex-index-map)
2048 (reftex-index-phrases-map):
2049 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
2050 * progmodes/meta-mode.el (meta-mode-map):
2051 * novice.el (disabled-command-hook):
2052 * loadhist.el (unload-hook-features-list):
2053 * frame.el (blink-cursor):
2054 * files.el (find-file-not-found-hooks, write-file-hooks)
2055 (write-contents-hooks):
2056 * emulation/tpu-edt.el (GOLD-map):
2057 * emacs-lock.el (emacs-lock-from-exiting):
2058 * emacs-lisp/generic.el (generic-font-lock-defaults):
2059 * emacs-lisp/chart.el (chart-map):
2060 * dos-fns.el (register-name-alist):
2061 * dired-x.el (dired-omit-files-p):
2062 * desktop.el (desktop-enable):
2063 * cus-edit.el (custom-mode-hook):
2064 * buff-menu.el (buffer-menu-mode-hook):
2065 * bookmark.el (bookmark-read-annotation-text-func)
2066 (bookmark-exit-hooks):
2067 * allout.el (allout-mode-deactivate-hook)
2068 (allout-exposure-change-hook, allout-structure-added-hook)
2069 (allout-structure-deleted-hook, allout-structure-shifted-hook):
2070 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
2071 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
2072 comes before the corresponding variable's definition.
2073
ac59c2f6
CY
20742012-05-12 Chong Yidong <cyd@gnu.org>
2075
2076 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
2077 (Buffer-menu-mouse-select): Restore function (Bug#11459).
2078 (Buffer-menu-mode-map): Bind it.
2079 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 2080
dee6c9a3
SM
20812012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2082
2171cea5
SM
2083 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
2084 (prolog-upper-case-string, prolog-lower-case-string)
2085 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
2086 (prolog-use-smie, prolog-smie-grammar): New vars.
2087 (prolog-smie-forward-token, prolog-smie-backward-token)
2088 (prolog-smie-rules): New funs.
2089 (prolog-comment-indent): Remove.
2090 (prolog-mode-variables): Use default comment indentation instead.
2091 Setup SMIE.
2092 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
2093 (prolog-mode): Don't call them any more.
2094 (prolog-electric-colon, prolog-electric-dash)
2095 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
2096
aa0382bd
SM
2097 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
2098
dbacb4bd
SM
2099 * minibuffer.el (completion--twq-all): Again, allow case differences.
2100
13bdd94c
SM
2101 * term.el: Move keymap initialization code to be more idiomatic.
2102 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
2103 (term-terminal-menu): Move initialization into declaration.
2104 (term-escape-char): Let the user set it in her .emacs.
2105
ff46c759
SM
2106 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
2107 Provide SMIE-based indentation (not enabled by default yet).
2108 (sh-mode-map): Don't bind electric keys.
2109 Use electric-pair-mode instead of skeleton-pair.
2110 (sh-assignment-regexp): Fit within 80 columns.
2111 (sh-indent-supported): Specify actual shell name instead of boolean.
2112 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
2113 (sh-maybe-here-document): Use it. Make obsolete.
2114 (sh-electric-here-document-mode) New minor mode.
2115 (sh-mode): Use it. Don't set sh-indent-supported-here here.
2116 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
2117 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
2118 (sh-smie-rc-grammar, sh-use-smie): New vars.
2119 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
2120 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
2121 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
2122 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
2123 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
2124 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
2125 (sh-set-shell): Use smie-setup if requested.
2126
dee6c9a3
SM
2127 * term.el (term-set-escape-char): Properly set term-escape-char.
2128 See http://stackoverflow.com/questions/10524656.
2129
9f9aa044
CY
21302012-05-10 Chong Yidong <cyd@gnu.org>
2131
2132 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
2133 Use url-generic-parse-url, and handle host names and Windows
2134 filenames properly.
2135 (ffap-url-unwrap-remote): Use url-generic-parse-url.
2136 (ffap-url-unwrap-remote): Accept list values, specifying a list of
2137 URL schemes to work on.
2138 (ffap--toggle-read-only): New function.
2139 (ffap-read-only, ffap-read-only-other-window)
2140 (ffap-read-only-other-frame): Use it.
2141 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
2142 necessary for ffap-url-unwrap-remote.
2143
836d29b3
DA
21442012-05-10 Dave Abrahams <dave@boostpro.com>
2145
2146 * cus-start.el (create-lockfiles): Add it.
2147
00fd78ed
CY
21482012-05-09 Chong Yidong <cyd@gnu.org>
2149
2150 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
2151 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
2152
666b903b 21532012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
2154
2155 * shell.el (shell-completion-vars): Fix last change (bug#11348).
2156
666b903b 21572012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
2158
2159 * ansi-color.el (ansi-color-process-output): Check for validity of
2160 comint-last-output-start before using it. This avoids a bad
2161 interaction with gdb-mi's input/output buffer.
2162
666b903b 21632012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
2164
2165 * files.el (dir-locals-read-from-file):
2166 Mention dir-locals in any error message.
2167
666b903b 21682012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
2169
2170 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
2171 package (Bug#11410).
2172
f677562b
CY
2173 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
2174 variables into description.
2175
666b903b 21762012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
2177
2178 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
2179 shell-delimiter-argument-list (bug#11348).
2180 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
2181
b499d8d0
JB
21822012-05-09 Juanma Barranquero <lekktu@gmail.com>
2183
8f6b6da8
JB
2184 * textmodes/rst.el: Silence byte-compiler warnings.
2185 (rst-re-alist, rst-reset-section-caches): Move around.
2186 (rst-re): Use `characterp', not `char-valid-p'.
2187 (font-lock-beg, font-lock-end): Declare.
2188
4824146a
JB
2189 * progmodes/idlw-shell.el (specs): Remove reference to deleted
2190 variable `idlwave-shell-activate-alt-keybindings' and simplify.
2191
b499d8d0
JB
2192 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
2193
ad89bb83
GM
21942012-05-08 Glenn Morris <rgm@gnu.org>
2195
2196 * files.el (auto-mode-alist): Treat ".make" like ".mk".
2197
8bba5a75
SM
21982012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2199
49ed9c8e
SM
2200 * vc/log-edit.el: Add GNU coding standards highlighting.
2201 (log-edit-font-lock-gnu-style)
2202 (log-edit-font-lock-gnu-keywords): New vars.
2203 (log-edit-font-lock-keywords): New fun.
2204 (log-edit-mode): Don't fold case in font-lock.
2205 (log-edit-font-lock-keywords): Do not assume case-folding.
2206
07d00b56
SM
2207 * imenu.el: Misc cleanup. Make docstrings out of comments.
2208 Use lexical-binding.
2209 (imenu--index-alist, imenu--last-menubar-index-alist)
2210 (imenu-menubar-modified-tick): Use defvar-local.
2211 (imenu--split-menu): Remove unused var.
2212 (imenu--cleanup-seen): Declare as global.
2213 (imenu--cleanup): Use dolist.
2214
8bba5a75
SM
2215 * subr.el (defvar-local): Add debug spec and doc-string position.
2216
5075bdb5
GM
22172012-05-08 Glenn Morris <rgm@gnu.org>
2218
c052c904
GM
2219 * lisp/language/burmese.el, language/cham.el, language/czech.el:
2220 * language/english.el, language/georgian.el, language/greek.el:
2221 * language/japanese.el, language/khmer.el, language/korean.el:
2222 * language/lao.el, language/misc-lang.el, language/romanian.el:
2223 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
2224 * language/thai.el, language/utf-8-lang.el:
2225 Remove no-byte-compile setting.
2226
5075bdb5
GM
2227 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
2228
06f679a7
AH
22292012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2230
2231 * progmodes/make-mode.el (makefile-browse):
2232 Remove unnecessary interactive. (Bug#11324)
2233
03794570
GM
22342012-05-07 Glenn Morris <rgm@gnu.org>
2235
af8630f4
GM
2236 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
2237
03794570
GM
2238 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
2239
f0809a9d
SM
22402012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2241
28be5ce7
SM
2242 * loadup.el: Preload newcomment.el.
2243 * newcomment.el: Move autoload-only code to toplevel.
2244
f0809a9d
SM
2245 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
2246 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
2247 Handle new :right-align column property.
2248 (tabulated-list-print-col): Idem, plus use `display' text-property to
2249 try and preserve alignment for variable pitch fonts.
2250
1241b724
CY
22512012-05-07 Chong Yidong <cyd@gnu.org>
2252
2253 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
2254 (tabulated-list-use-header-line): New var.
2255 (tabulated-list-init-header): Use it.
2256 (tabulated-list-print-fake-header): New function.
2257 (tabulated-list-print): Use it.
2258 (tabulated-list-sort-button-map): Add non-header-line commands.
2259 (tabulated-list-init-header): Add column name property to basic
2260 labels as well.
2261 (tabulated-list-col-sort): Handle non-header-line button case.
2262 (tabulated-list--sort-by-column-name): Fix a corner case.
2263
f0809a9d
SM
2264 * buff-menu.el (list-buffers--refresh):
2265 Handle Buffer-menu-use-header-line.
1241b724 2266
e5f9458f
CY
22672012-05-06 Chong Yidong <cyd@gnu.org>
2268
2269 * buff-menu.el: Convert to Tabulated List mode.
2270 (Buffer-menu-buffer+size-width): Make obsolete.
2271 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
2272 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
2273 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
2274 documentation into docstring of buffer-menu.
2275 (Buffer-menu-toggle-files-only): Add an informative message.
2276 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
2277 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
2278 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
2279 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
2280 (Buffer-menu-execute, Buffer-menu-select)
2281 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
2282 (Buffer-menu-bury): Use Tabulated List machinery.
2283 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
2284 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 2285 Delete.
e5f9458f
CY
2286 (list-buffers--refresh): New function.
2287 (list-buffers-noselect): Use it.
2288 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
2289 (Buffer-menu--pretty-file-name): New helper functions.
2290
2291 * loadup.el: Preload tabulated-list.
2292
2293 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
2294 tabulated-list-sort-column.
2295 (tabulated-list-init-header): Add the initial aligning space even
2296 if tabulated-list-padding is zero.
2297
e129292c
CS
22982012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
2299
2300 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
2301 whose cdr is not a cons cell correctly (bug#11038).
2302
6632d361
CY
23032012-05-06 Chong Yidong <cyd@gnu.org>
2304
e129292c
CS
2305 * emacs-lisp/tabulated-list.el (tabulated-list-format):
2306 Accept additional plist in column descriptors.
6632d361
CY
2307 (tabulated-list-init-header): Obey it.
2308 (tabulated-list-get-entry): New function.
2309 (tabulated-list-put-tag): Use it. Use string-width instead of
2310 length.
2311 (tabulated-list--column-number): New function.
2312 (tabulated-list-print): Use it.
e129292c
CS
2313 (tabulated-list-print-col): New function.
2314 Set `tabulated-list-column-name' property on each column's text.
6632d361 2315 (tabulated-list-print-entry): Use it.
e129292c
CS
2316 (tabulated-list-delete-entry, tabulated-list-set-col):
2317 New functions.
6632d361
CY
2318 (tabulated-list-sort-column): New command (Bug#11337).
2319
3cc99f68
CY
2320 * buff-menu.el (list-buffers): Move C-x C-b binding from
2321 buff-menu.el to bindings.el.
2322
2323 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
2324 :advertised-binding feature.
2325
52b61776
TN
23262012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
2327
2328 * progmodes/compile.el (compilation-internal-error-properties):
2329 Calculate start position correctly when end-col is set but
2330 end-line is not (Bug#11382).
2331
ebfe2597
WJ
23322012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
2333
2334 * man.el (Man-unindent): Use text-property-default-nonsticky to
2335 prevent untabify from inheriting face properties (Bug#11408).
2336
6d3f7c2f
SM
23372012-05-05 Stefan Merten <smerten@oekonux.de>
2338
2339 * textmodes/rst.el: Major merge with upstream development up to
2340 Docutils SVN r7399 / rst.el V1.2.1.
2341
2342 Clarify maintainership and authors.
2343
2344 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
2345 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
2346 (rst-official-version, rst-official-cvs-rev, rst-version)
2347 (rst-package-emacs-version-alist): New functions and variables
2348 for version information.
2349
2350 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
2351 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
2352 (rst-mode-syntax-table, rst-mode): New and corrected functions
2353 and variables representing reStructuredText features.
2354
2355 (rst-re): New function for reStructuredText regexes. Use in
2356 many places.
2357
2358 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
2359 (rst-mode-map): Rebind keys.
2360
2361 (rst-mode-lazy, rst-font-lock-keywords)
2362 (rst-font-lock-extend-region)
2363 (rst-font-lock-extend-region-internal)
2364 (rst-font-lock-extend-region-extend)
2365 (rst-font-lock-find-unindented-line-limit)
2366 (rst-font-lock-find-unindented-line-match)
2367 (rst-adornment-level, rst-font-lock-adornment-level)
2368 (rst-font-lock-adornment-match)
2369 (rst-font-lock-handle-adornment-pre-match-form)
2370 (rst-font-lock-handle-adornment-matcher): Major revision of
2371 font-locking. Integrate with other code. Use `jit-lock-mode'.
2372
2373 (rst-preferred-adornments, rst-adjust-hook)
2374 (rst-new-adornment-down, rst-preferred-bullets)
2375 (rst-preferred-bullets, rst-indent, rst-indent-width)
2376 (rst-indent-field, rst-indent-literal-normal)
2377 (rst-indent-literal-minimized, rst-indent-comment): Change,
2378 extend and improve customization.
2379
2380 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
2381 (rst-normalize-cursor-position, rst-get-decoration)
2382 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
2383 (rst-rstrip, rst-toc-insert-find-delete-contents)
2384 (rst-shift-fill-region, rst-compute-bullet-tabs)
2385 (rst-debug-print-tabs, rst-debug-mark-found)
2386 (rst-shift-region-guts, rst-shift-region-right)
2387 (rst-shift-region-left, rst-use-char-classes)
2388 (rst-font-lock-keywords-function)
2389 (rst-font-lock-indentation-point)
2390 (rst-font-lock-find-unindented-line-begin)
2391 (rst-font-lock-find-unindented-line-end)
2392 (rst-font-lock-find-unindented-line)
2393 (rst-font-lock-adornment-point, rst-font-lock-level)
2394 (rst-adornment-level-alist): Remove functions and variables.
2395
2396 (rst-compare-adornments, rst-get-adornment-match)
2397 (rst-suggest-new-adornment, rst-get-adornments-around)
2398 (rst-adornment-complete-p, rst-get-next-adornment)
2399 (rst-adjust-adornment, rst-display-adornments-hierarchy)
2400 (rst-straighten-adornments): Standardize function names to
2401 use "adornment" instead of "decoration". Correct callers.
2402 Similar standardizing in many places.
2403
2404 (rst-update-section, rst-adjust, rst-promote-region)
2405 (rst-enumerate-region, rst-bullet-list-region)
2406 (rst-repeat-last-character): Correct use of `interactive'.
2407
2408 (rst-classify-adornment, rst-find-all-adornments)
2409 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
2410 (rst-find-leftmost-column, rst-repeat-last-character):
2411 Refactor functions.
2412
2413 (rst-find-title-line, rst-reset-section-caches)
2414 (rst-get-adornments-around, rst-adjust-adornment-work)
2415 (rst-arabic-to-roman, rst-roman-to-arabic)
2416 (rst-insert-list-pos, rst-insert-list-new-item)
2417 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
2418 New functions.
2419
2420 (rst-all-sections, rst-section-hierarchy)
2421 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
2422 New variables.
2423
2424 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
2425 configuration instead of only buffer. Change where necessary.
2426
2427 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
2428 (rst-shift-region, rst-adaptive-fill): New functions for
2429 indentation and filling.
2430
2431 (rst-comment-line-break, rst-comment-indent)
2432 (rst-comment-insert-comment, rst-comment-region)
2433 (rst-uncomment-region): New functions for handling comments.
2434
2435 (rst-compile): Quote shell arguments.
2436
2437 (rst-compile-pdf-preview, rst-compile-slides-preview):
2438 Delete temporary files after use.
2439
a43f98b3
GM
24402012-05-05 Glenn Morris <rgm@gnu.org>
2441
48176e8b
GM
2442 * calendar/cal-html.el: Optionally include holidays in the output.
2443 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
2444 (cal-html-holidays): New option.
2445 (cal-html-css-default): Add holiday entry.
2446 (holiday-in-range): Autoload it.
2447 (cal-html-htmlify-entry): Add optional class argument.
2448 (cal-html-htmlify-list): Add optional holidays argument.
2449 (cal-html-insert-agenda-days): Include holidays in the output.
2450 (cal-html-one-month): Maybe include holidays.
2451
a43f98b3
GM
2452 * calendar/holidays.el (holiday-in-range):
2453 Move here from cal-tex-list-holidays.
2454 * calendar/cal-tex.el (cal-tex-list-holidays):
2455 Make it an obsolete alias for holiday-in-range. Update all callers.
2456
fef9d149 24572012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
2458
2459 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
2460 Nextstep.
2461
248da2f4
RW
24622012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
2463
2464 * files.el (file-auto-mode-skip): New var.
2465 (set-auto-mode-1): Use it.
2466
f95e9344
SM
24672012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2468
df96ab1e
SM
2469 * repeat.el: Use lexical-binding.
2470 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
2471 (repeat-undo-count): Remove.
2472 (repeat):
2473 * progmodes/octave-mod.el (octave-abbrev-start):
2474 * progmodes/f90.el (f90-abbrev-start):
2475 * face-remap.el (text-scale-adjust):
2476 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
2477
5342bb06
SM
2478 * emacs-lisp/pcase.el (pcase--let*): New function.
2479 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
2480 a bit more.
2481 (pcase--split-pred): Be more clever about ruling out overlap between
2482 a predicate and some constant pattern.
2483 (pcase--q1): Use `null' instead of (eq foo nil).
2484
f95e9344
SM
2485 * subr.el (setq-local, defvar-local): New macros.
2486 (kbd): Redefine as an alias.
2487 (with-selected-window): Leave unrelated frames alone.
2488 (set-temporary-overlay-map): New function.
2489
71873e2b
SM
24902012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2491
2492 * subr.el (user-error): New function.
2493 * window.el (switch-to-buffer):
2494 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
2495 (smerge-match-conflict):
2496 * simple.el (previous-matching-history-element)
2497 (next-matching-history-element, goto-history-element, undo-more)
2498 (undo-start):
2499 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
2500 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
2501 (next-file, tags-loop-scan, list-tags, complete-tag):
2502 * progmodes/compile.el (compilation-loop):
2503 * mouse.el (mouse-minibuffer-check):
2504 * man.el (Man-bgproc-sentinel, Man-goto-page):
2505 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
2506 (Info-history-forward, Info-follow-reference, Info-menu)
2507 (Info-extract-menu-item, Info-extract-menu-counting)
2508 (Info-forward-node, Info-backward-node, Info-next-menu-item)
2509 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
2510 (Info-next-reference, Info-prev-reference, Info-index)
2511 (Info-index-next, Info-follow-nearest-node)
2512 (Info-copy-current-node-name):
2513 * imenu.el (imenu--make-index-alist)
2514 (imenu-default-create-index-function, imenu-add-to-menubar):
2515 * files.el (basic-save-buffer, recover-file):
2516 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2517 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
2518 (checkdoc-message-text, checkdoc-defun):
2519 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
2520 * cus-edit.el (customize-changed-options, customize-rogue)
2521 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
2522 (custom-variable-mark-to-reset-standard)
2523 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
2524 (custom-file):
2525 * completion.el (check-completion-length):
2526 * comint.el (comint-search-arg)
2527 (comint-previous-matching-input-string-position)
2528 (comint-previous-matching-input)
2529 (comint-replace-by-expanded-history-before-point, comint-send-input)
2530 (comint-copy-old-input, comint-backward-matching-input)
2531 (comint-goto-process-mark, comint-set-process-mark):
2532 * calendar/calendar.el (calendar-cursor-to-date): Use it.
2533 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
2534
8a61ee22
SM
25352012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2536
66408d1e
SM
2537 * dabbrev.el (dabbrev--ignore-case-p): New function.
2538 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
2539 Use it.
2540
8a61ee22
SM
2541 * files.el (automount-dir-prefix): Mark as obsolete.
2542
3c74813a
GM
25432012-05-04 Glenn Morris <rgm@gnu.org>
2544
2545 * patcomp.el, play/bruce.el: Move to obsolete/.
2546
0bfcf5c5
PE
25472012-05-04 Paul Eggert <eggert@cs.ucla.edu>
2548
2549 Fix minor Y10k bugs.
2550 * arc-mode.el (archive-unixdate):
2551 * autoinsert.el (auto-insert-alist):
2552 * calc/calc-forms.el (math-this-year):
2553 * emacs-lisp/copyright.el (copyright-current-year)
2554 (copyright-update-year, copyright):
2555 * tar-mode.el (tar-clip-time-string):
2556 * time.el (display-time-update):
2557 Don't assume years have 4 digits.
2558
78f3273a
CY
25592012-05-04 Chong Yidong <cyd@gnu.org>
2560
2561 * dos-w32.el (file-name-buffer-file-type-alist)
2562 (direct-print-region-use-command-dot-com):
2563 * ffap.el (ffap-menu-regexp):
2564 * find-file.el (ff-special-constructs):
2565 * follow.el (follow-debug):
2566 * forms.el (forms--debug):
2567 * iswitchb.el (iswitchb-all-frames):
2568 * ido.el (ido-all-frames):
2569 * emacs-lisp/timer.el (timer-max-repeats):
2570 * mail/feedmail.el (feedmail-mail-send-hook)
2571 (feedmail-mail-send-hook-queued):
2572 * mail/footnote.el (footnote-signature-separator):
2573 * mail/mailabbrev.el (mail-alias-separator-string)
2574 (mail-abbrev-mode-regexp):
2575 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
2576 * progmodes/idlwave.el (idlwave-libinfo-file)
2577 (idlwave-default-completion-case-is-down)
2578 (idlwave-library-routines): Convert defvars to defcustoms.
2579
2580 * mail/rmail.el (rmail-decode-mime-charset):
2581 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
2582 (idlwave-shell-fix-inserted-breaks)
2583 (idlwave-shell-activate-alt-keybindings)
2584 (idlwave-shell-use-breakpoint-glyph):
2585 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
2586
f7ae6719
SM
25872012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
2588
2589 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
2590
47086495
WS
25912012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
2592
2593 * progmodes/verilog-mode.el (font-lock-keywords):
2594 Fix mis-highligting auto. Reported by Craig Barner.
2595 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
2596 defines from global name space. Reported by Dan Dever.
2597 (verilog-auto-reset, verilog-auto-reset-widths)
2598 (verilog-auto-tieoff): Support using unbased numbers for
2599 AUTORESET and AUTOTIEOFF.
2600 (verilog-submit-bug-report): Update variable list.
2601 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
2602 parenthesis from not matching. Reported by Michael Rytting.
2603 (verilog-auto-template-lint): Fix hash error when linting modules
2604 with no used templates.
2605 (verilog-warn, verilog-warn-error)
2606 (verilog-warn-fatal): When non-interactive report multiple
2607 warnings before exiting. Suggested by Brad Dobbie.
2608 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
2609 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
2610 to report unused template errors. Reported by Brad Dobbie.
2611 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
2612 nets, bug438. Reported by Vns Blore.
2613 (verilog-auto-inout-module, verilog-auto-reg)
2614 (verilog-read-decls, verilog-read-sub-decls-sig)
2615 (verilog-signals-edit-wire-reg, verilog-signals-with):
2616 Fix passing of Verilog data types in ANSI input/output ports
2617 such as "output logic" into the AUTOs. Special case "wire" and
2618 "reg" for backwards compatibility presuming Verilog 2001.
2619 (verilog-auto-ascii-enum): Add "auto enum" as alias.
2620 (verilog-preprocess): Fix replication of preprocess output.
2621 Reported by Brad Dobbie.
2622 (verilog-auto-inst-interfaced-ports):
2623 Create verilog-auto-inst-interfaced-ports, bug429.
2624 Reported by Julian Gorfajn.
2625 (verilog-after-save-font-hook)
2626 (verilog-before-save-font-hook): New variable.
2627 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
2628 (verilog-save-font-mods): Wrap disabling fontification, reported
2629 by David Rogoff.
2630 (verilog-do-indent, verilog-pretty-declarations-auto)
2631 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
2632 Reported by Pierre-David Pfister.
2633 (verilog-set-auto-endcomments): Fix endtask auto comments outside
2634 of class declarations, bug292. Reported by Kevin Heilman.
2635 (verilog-read-decls): Fix 'parameter type' not appearing in
2636 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
2637 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
2638 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
2639 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
2640 Reported by David Kravitz.
2641
26422012-05-03 Michael McNamara <mac@mail.brushroad.com>
2643
2644 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
2645 assignment with tests in ifs and for loops.
2646 (verilog-extended-complete-re, verilog-complete-reg): Change so
2647 that DPI inport functions don't look like fuction declarations.
2648 (verilog-pretty-expr): Don't line up assignment
2649 operations to the test and increment in if and for loops
2650 (verilog-extended-complete-re, verilog-complete-reg): Change so
2651 that DPI inport functions don't look like fuction declarations
2652
2e51d4b5
KH
26532012-05-03 Kenichi Handa <handa@m17n.org>
2654
2655 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 2656 decoding, and show a warning message without signaling an error
2e51d4b5
KH
2657 (Bug#11282).
2658
2bd785a2
SM
26592012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
2660
2661 * emacs-lisp/bytecomp.el
2662 (byte-compile-file-form-custom-declare-variable): Compile all elements,
2663 since cconv.el might have introduced :fun-body, internal-make-closure,
2664 and friends for bytecomp to handle (bug#11391).
2665 * custom.el (defcustom): Avoid ((λ ..) ..).
2666
99d27583
SM
26672012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2668
2669 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
2670
55a71479
JB
26712012-05-02 Juanma Barranquero <lekktu@gmail.com>
2672
2673 * notifications.el (dbus-debug):
2674 * term/linux.el (gpm-mouse-enable):
2675 * term/screen.el (xterm-register-default-colors): Declare.
2676
7b97c764
CY
26772012-05-02 Chong Yidong <cyd@gnu.org>
2678
2bc356d7
CY
2679 * cus-start.el (gc-cons-percentage, exec-suffixes)
2680 (dos-display-scancodes, dos-hyper-key, dos-super-key)
2681 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
2682 (make-cursor-line-fully-visible, void-text-area-pointer)
2683 (font-list-limit): Add customization data.
2684
7b97c764
CY
2685 * allout.el (allout-exposure-change-functions)
2686 (allout-structure-added-functions)
2687 (allout-structure-deleted-functions)
2688 (allout-structure-shifted-functions): Rename abnormal hooks from
2689 *-hook, and convert to defcustoms.
5d3385a0
JB
2690 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
2691 Convert to defcustoms.
7b97c764
CY
2692 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
2693
2694 * allout-widgets.el: Hook callers changed.
2695
90207a15 26962012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
2697
2698 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
2699 the yanked message in preference to the default value of
2700 buffer-file-coding-system.
2701
90207a15 27022012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 2703
5d3385a0
JB
2704 * window.el (display-buffer--action-function-custom-type):
2705 Fix entry.
d9558cad 2706
90207a15 27072012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
2708
2709 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
2710
d80ac57b
GM
27112012-05-01 Glenn Morris <rgm@gnu.org>
2712
976f7668
GM
2713 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
2714
beb83b5a
GM
2715 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
2716
d80ac57b
GM
2717 * cus-edit.el (custom-variable-documentation): Simplify with format.
2718
b593d6a9
AH
27192012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2720 Stefan Monnier <monnier@iro.umontreal.ca>
2721
2722 * simple.el (suggest-key-bindings, execute-extended-command):
2723 Move from keyboard.c.
2724
782fbf2a
CY
27252012-05-01 Chong Yidong <cyd@gnu.org>
2726
2727 * follow.el: Eliminate advice.
2728 (set-process-filter, process-filter, sit-for): Advice deleted.
2729 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
2730 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
2731 Vars deleted.
782fbf2a
CY
2732 (follow-auto): Use a :set function.
2733 (follow-mode): Rewritten. Don't advise process filters.
2734 (follow-switch-to-current-buffer-all, follow-scroll-up)
2735 (follow-scroll-down): Assume follow-mode is bound.
2736 (follow-comint-scroll-to-bottom)
2737 (follow-align-compilation-windows): New functions.
2738 (follow--window-sorter): New function.
2739 (follow-all-followers): Use it to explicitly sort windows by their
2740 positions; don't make assumptions about next-window order.
2741 (follow-windows-start-end, follow-delete-other-windows-and-split)
2742 (follow-calc-win-start): Doc fix.
2743 (follow-windows-aligned-p, follow-select-if-visible): Don't call
2744 vertical-motion unnecessarily.
2745 (follow-adjust-window): New function.
2746 (follow-post-command-hook): Use it.
2747 (follow-call-set-process-filter, follow-call-process-filter)
2748 (follow-intercept-process-output, follow-tidy-process-filter-alist)
2749 (follow-stop-intercept-process-output, follow-generic-filter):
2750 Functions deleted.
2751 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
2752 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
2753 New functions, replacing advice on scroll-bar-* commands.
87233a14 2754 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
2755
2756 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
2757 (comint-postoutput-scroll-to-bottom): Use it.
2758 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 2759
290af740
GM
27602012-05-01 Glenn Morris <rgm@gnu.org>
2761
2762 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
2763 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
2764 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
2765 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
2766 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
2767 Remove no-byte-compile setting.
2768
6eac8dc9
SM
27692012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2770
2771 * minibuffer.el (completion-table-with-quoting): Fix compatibility
2772 all-completions code to not return a number in the last cdr.
2773
9cc7819c
LL
27742012-04-30 Leo Liu <sdl.web@gmail.com>
2775
2776 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
2777 read-only error.
2778
c93b886f
CY
27792012-04-29 Chong Yidong <cyd@gnu.org>
2780
2781 * follow.el (follow-calc-win-end): Rewrite to handle partial
2782 screen lines correctly (Bug#8390).
2783 (follow-avoid-tail-recenter): Minor cleanup.
2784
8b6c19f4
SM
27852012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2786
2787 Avoid the obsolete `assoc' package.
2788 * speedbar.el (speedbar-refresh): Avoid adelete.
2789 (speedbar-file-lists): Simplify and avoid aput.
2790 * man.el (Man--sections, Man--refpages): New vars, replacing
2791 Man-sections-alist and Man-refpages-alist.
2792 (Man-build-section-alist, Man-build-references-alist):
2793 Use them; avoid aput.
2794 (Man--last-section, Man--last-refpage): New vars.
2795 (Man-follow-manual-reference): Use them.
2796 Use the `default' arg of completing-read.
2797 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
2798
c5bb7569
CY
27992012-04-27 Chong Yidong <cyd@gnu.org>
2800
d1d2e2e8
CY
2801 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
2802
15cd8efd
CY
2803 * startup.el (x-apply-session-resources): New function.
2804
2805 * term/ns-win.el (ns-initialize-window-system):
2806 * term/w32-win.el (w32-initialize-window-system):
2807 * term/x-win.el (x-initialize-window-system): Use it to properly
2808 set menu-bar-mode and other vars from X resources, even if the
2809 initial frame is not a window-system frame (Bug#2299).
2810
c5bb7569
CY
2811 * subr.el (read-key): Avoid running filter function when setting
2812 up temporary tool bar entries (Bug#9922).
2813
a8e7d6d7 28142012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
2815
2816 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
2817 (Bug#11344)
2818
a8e7d6d7 28192012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
2820
2821 * select.el (xselect--encode-string): New function, split from
2822 xselect-convert-to-string.
2823 (xselect-convert-to-string): Use it.
2824 (xselect-convert-to-filename, xselect-convert-to-os)
2825 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
2826 returned strings are properly encoded (Bug#11315).
2827
a8e7d6d7 28282012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
2829
2830 * simple.el (delete-active-region): Move to killing custom group.
2831
a8e7d6d7 28322012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
2833
2834 * progmodes/which-func.el (which-func-current): Quote %
2835 characters for mode-line processing.
2836
578c1d4b 28372012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
2838
2839 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
2840 reaching eob (Bug#11286).
2841
a8e7d6d7 28422012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
2843
2844 * progmodes/gdb-mi.el (gdb-control-level): New variable.
2845 (gdb): Make it buffer-local and init to zero.
2846 (gdb-control-commands-regexp): New variable.
2847 (gdb-send): Don't wrap in "-interpreter-exec console" if
2848 gdb-control-level is positive. Increment gdb-control-level
2849 whenever the command matches gdb-control-commands-regexp, and
2850 decrement it each time the command is "end". (Bug#11279)
2851
a8e7d6d7 28522012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
2853
2854 * window.el (adjust-window-trailing-edge, enlarge-window)
2855 (shrink-window, window-resize):
2856 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
2857 windows (Bug#11276).
2858
b3608390
CY
28592012-04-27 Chong Yidong <cyd@gnu.org>
2860
2861 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 2862 fix "missing prefix" warning. All callers changed.
b3608390 2863
797e6e88
SM
28642012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2865
2866 * emacs-lisp/assoc.el: Move to obsolete/.
2867
e95a67dc
SM
28682012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2869
657c21e4 2870 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
2871
2872 * term/ns-win.el (ns-define-service):
2873 * progmodes/pascal.el (pascal-goto-defun):
2874 * progmodes/js.el (js--read-tab):
2875 * progmodes/etags.el (tags-lazy-completion-table):
2876 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
2877 * emacs-lisp/ewoc.el (ewoc--wrap):
2878 * emacs-lisp/assoc.el (aput, adelete, amake):
2879 * doc-view.el (doc-view-convert-current-doc):
2880 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
2881
cb3e7ae0
CY
28822012-04-26 Chong Yidong <cyd@gnu.org>
2883
dce04f7f
CY
2884 * image.el (image-type-from-buffer): Only return supported image
2885 type (Bug#9045).
2886
cb3e7ae0
CY
2887 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
2888 value, for symmetry with diff-end-of-hunk.
2889 (diff-split-hunk, diff-find-source-location)
2890 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
2891 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
2892 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
2893 compute the relevant hunk or file properly (Bug#6005).
2894 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
2895
0d42eb3e
SM
28962012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2897
2898 * vc/vc-mtn.el:
2899 * vc/vc-hg.el:
2900 * vc/vc-git.el:
2901 * vc/vc-dir.el:
2902 * vc/vc-cvs.el:
2903 * vc/vc-bzr.el:
2904 * vc/vc-arch.el:
2905 * vc/vc.el: Replace lexical-let by lexical-binding.
2906 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
2907 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
2908 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
2909
f08ae1c9
CY
29102012-04-26 Chong Yidong <cyd@gnu.org>
2911
8b71081d
CY
2912 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
2913 (diff-mode-shared-map): Bind it to / and [remap undo].
2914
f08ae1c9
CY
2915 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
2916 (ediff-window-setup-function): Use it as the default, to set up
2917 windows based on whether the current frame is graphical (Bug#2138).
2918 (ediff-choose-window-setup-function-automatically): Make obsolete.
2919
2920 * vc/ediff-init.el: Always define ediff-pixel-width/height.
2921
ef24141c
SM
29222012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
2923
cc356a5d
SM
2924 * ffap.el: Remove old code for obsolete package.
2925 (ffap-complete-as-file-p): Remove.
2926
b4ff4f1f
SM
2927 Use completion-table-with-quoting for comint and pcomplete.
2928 * comint.el (comint--unquote&requote-argument)
2929 (comint--unquote-argument, comint--requote-argument): New functions.
2930 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
2931 (comint-quote-filename): Use regexp-opt-charset.
2932 (comint--common-suffix, comint--common-quoted-suffix)
2933 (comint--table-subvert): Remove.
2934 (comint-unquote-function, comint-requote-function): New vars.
2935 (comint--complete-file-name-data): Use them with
2936 completion-table-with-quoting.
2937 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
2938 * pcomplete.el (pcomplete-arg-quote-list)
2939 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
2940 (pcomplete-unquote-argument-function): Default to non-nil.
2941 (pcomplete-unquote-argument): Simplify.
2942 (pcomplete--common-quoted-suffix): Remove.
2943 (pcomplete-requote-argument-function): New var.
2944 (pcomplete--common-suffix): New function.
2945 (pcomplete-completions-at-point): Use completion-table-with-quoting
2946 and completion-table-subvert.
2947
79c4eeb4
SM
2948 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
2949 (minibuffer--double-dollars): Preserve properties.
2950 (completion--sifn-requote): New function.
2951 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
2952
ef24141c
SM
2953 * minibuffer.el: Add support for completion of quoted/escaped data.
2954 (completion-table-with-quoting, completion-table-subvert): New funs.
2955 (completion--twq-try, completion--twq-all): New functions.
2956 (completion--nth-completion): New function.
2957 (completion-try-completion, completion-all-completions): Use it.
2958
784e7d6e
LL
29592012-04-25 Leo Liu <sdl.web@gmail.com>
2960
dd2ac746
SM
2961 * progmodes/python.el (python-pdbtrack-get-source-buffer):
2962 Use compilation-message if available to find real filename.
784e7d6e 2963
07875ee7
CY
29642012-04-25 Chong Yidong <cyd@gnu.org>
2965
2966 * vc/diff-mode.el (diff-setup-whitespace): New function.
2967 (diff-mode): Use it.
2968
2969 * vc/diff.el (diff-sentinel):
2970 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
2971 Whitespace mode variables based on diff style (Bug#8612).
2972
5055880d
LL
29732012-04-25 Leo Liu <sdl.web@gmail.com>
2974
daf75653
LL
2975 * progmodes/python.el (python-send-region): Add suffix .py to the
2976 temp file.
2977
5055880d
LL
2978 * files.el (auto-mode-alist): Use javascript-mode instead.
2979
db9b177b
AH
29802012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
2981
ef24141c 2982 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b
AH
2983
2984 * soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 2985 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 2986 references, see Bug#9.
ef24141c 2987 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 2988 when receiving a fault reply.
ef24141c 2989 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b
AH
2990
2991 * soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 2992 (soap-inspect-simple-type): New function.
db9b177b 2993
ef24141c 2994 * soap-client.el (soap-simple-type): New struct.
db9b177b 2995 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
2996 (soap-decode-basic-type, soap-encode-basic-type):
2997 support unsignedInt and double basic types.
db9b177b 2998 (soap-resolve-references-for-simple-type)
ef24141c
SM
2999 (soap-parse-simple-type, soap-encode-simple-type): New function.
3000 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b
AH
3001
3002 * soap-client.el (soap-default-xsd-types)
ef24141c
SM
3003 (soap-default-soapenc-types): Add integer, byte and anyURI types.
3004 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
3005 the local name of "soapenc:Array".
3006 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
3007 decoding integer, byte and anyURI xsd types.
3008
1fc6097b
CY
30092012-04-25 Chong Yidong <cyd@gnu.org>
3010
3011 * cus-edit.el (custom-buffer-create-internal): Update header text.
3012
afc6df87
EZ
30132012-04-25 Eli Zaretskii <eliz@gnu.org>
3014
3015 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
3016 settings on 'system-type', not on 'window-system'. On MS-Windows,
3017 set interactive-mode on in GDB.
3018
dfbd787f
SM
30192012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3020
3021 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
3022 (ruby-syntax-propertize-regexp): Remove.
3023 (ruby-syntax-propertize-function): Split regexp into chunks.
3024 Match following code directly.
3025
85222d44
DG
30262012-04-24 Dmitry Gutov <dgutov@yandex.ru>
3027
51a8ea2a
DG
3028 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
3029 (ruby-syntax-propertize-regexp): New function.
3030 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
3031 by a special keyword.
3032
85222d44
DG
3033 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
3034 (ruby-syntax-general-delimiters-goto-beg)
3035 (ruby-syntax-propertize-general-delimiters): New functions.
3036 (ruby-syntax-propertize-function): Use them to handle GDL.
3037 (ruby-font-lock-keywords): Move old handling of GDL...
3038 (ruby-font-lock-syntactic-keywords): .. to here.
3039 (ruby-calculate-indent): Adjust indentation for GDL.
3040
b613912b
MA
30412012-04-24 Michael Albinus <michael.albinus@gmx.de>
3042
b5380639
MA
3043 * notifications.el (top): Remove unneeded declarations.
3044 (notifications-specification-version): Change to "1.2".
e43042fe 3045 (notifications-interface, notifications-notify-method)
b613912b
MA
3046 (notifications-close-notification-method): Fix docstring.
3047 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
3048 (notifications-notify): Add :action-items, :resident and
3049 :transient hints. Change "image_data" to "image-data" and
3050 "image_path" to "image-path".
b613912b
MA
3051 (notifications-get-capabilities): New defun.
3052
257440aa
LL
30532012-04-24 Leo Liu <sdl.web@gmail.com>
3054
3055 * progmodes/python.el: Move hideshow setup to the end.
3056
b1bac16e
MR
30572012-04-24 Martin Rudalics <rudalics@gmx.at>
3058
3059 * window.el (handle-select-window): Clear echo area since this is
3060 no more done by read_char (Bug#11304).
3061
d81bd059
SM
30622012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3063
3064 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
3065 and `/ M' to filter-derived-mode.
3066 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
3067 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
3068 (ibuffer-mark-by-mode): Use default rather than initial-input.
3069 (ibuffer-filter-by-derived-mode): Autoload and require-match.
3070
c4cf6d91
IA
30712012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
3072
3073 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
3074 (ibuffer-filter-by-derived-mode): New filter.
3075 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
3076
7511ded8
CY
30772012-04-23 Andreas Politz <politza@fh-trier.de>
3078
3079 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
3080
775c916b
CY
30812012-04-23 Chong Yidong <cyd@gnu.org>
3082
3083 * cus-edit.el (customize-apropos, customize-apropos-options):
3084 Disable matching of non-option variables (Bug#11176).
3085 (customize-option, customize-option-other-window)
3086 (customize-changed-options): Doc fix.
3087 (customize-apropos-options, customize-apropos-faces)
3088 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
3089
3090 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 3091 Fix word list splitting (Bug#11132).
46c71e23
CY
3092 (apropos-symbol, apropos-keybinding, apropos-label)
3093 (apropos-property, apropos-function-button)
3094 (apropos-variable-button, apropos-misc-button): New faces.
3095 (apropos-symbol-face, apropos-keybinding-face)
3096 (apropos-label-face, apropos-property-face, apropos-match-face):
3097 Variables removed (Bug#8396).
3098 (apropos-library-button, apropos-format-plist, apropos-print)
3099 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 3100
2df41f9c
MA
31012012-04-23 Michael Albinus <michael.albinus@gmx.de>
3102
3103 * net/xesam.el (xesam-mode-map): Use let-bound map in
3104 initialization. (Bug#11292)
3105
da00640a
AM
31062012-04-23 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
3107
3108 Preserve ispell session localwords when switching back to
3109 original buffer.
3110
3111 * ispell.el (ispell-buffer-session-localwords): New buffer-local
3112 variable to hold buffer session localwords.
3113 (ispell-kill-ispell): add option 'clear to delete session
3114 localwords.
3115 (ispell-command-loop, ispell-change-dictionary)
3116 (ispell-buffer-local-words): Preserve session localwords when
3117 needed.
3118
3119 * flyspell.el (flyspell-process-localwords, flyspell-do-correct):
3120 Preserve session localwords when needed.
3121
f621ccf5
AM
31222012-04-23 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
3123
3124 * ispell.el (ispell-insert-word) Remove unneeded function using
3125 obsolete `translation-table-for-input'.
ef24141c
SM
3126 (ispell-word, ispell-process-line, ispell-complete-word):
3127 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 3128
c2d1019e
CY
31292012-04-22 Chong Yidong <cyd@gnu.org>
3130
3131 * cus-edit.el (custom-variable-menu)
3132 (custom-variable-reset-saved, custom-face-menu)
3133 (custom-face-reset-saved): If there is no saved value, make the
3134 "reset-saved" operation bring back the default (Bug#9509).
3135 (custom-face-state): Properly detect themed faces.
3136
eeddc531
CY
3137 * faces.el (face-spec-set): Stop supporting deprecated form of
3138 third arg.
3139
dcbf5805
MA
31402012-04-22 Michael Albinus <michael.albinus@gmx.de>
3141
3142 Move functions from C to Lisp. Make non-blocking method calls
3143 the default. Implement further D-Bus standard interfaces.
3144
ef24141c
SM
3145 * net/dbus.el (dbus-message-internal): Declare function.
3146 Remove unneeded function declarations.
dcbf5805
MA
3147 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
3148 (dbus-message-type-method-return, dbus-message-type-error)
3149 (dbus-message-type-signal): Declare variables. Remove local
3150 definitions.
3151 (dbus-interface-dbus, dbus-interface-peer)
3152 (dbus-interface-introspectable, dbus-interface-properties)
3153 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
3154 Adapt docstring.
3155 (dbus-interface-objectmanager): New defconst.
3156 (dbus-call-method, dbus-call-method-asynchronously)
3157 (dbus-send-signal, dbus-method-return-internal)
3158 (dbus-method-error-internal, dbus-register-service)
3159 (dbus-register-signal, dbus-register-method): New defuns, moved
3160 from dbusbind.c
3161 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
3162 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
3163 New defuns.
dcbf5805
MA
3164 (dbus-call-method-non-blocking): Make it an obsolete function.
3165 (dbus-unregister-object, dbus-unregister-service)
3166 (dbus-handle-event, dbus-register-property)
3167 (dbus-property-handler): Obey the new structure of
3168 `bus-registered-objects'.
3169 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
3170 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
3171 Use `dbus-call-method'.
3172
cf20dee0
CY
31732012-04-22 Chong Yidong <cyd@gnu.org>
3174
3175 * cus-edit.el (custom-commands, custom-reset-menu)
3176 (Custom-reset-standard): Tweak labels.
3177 (custom-reset-button-menu): Change default to t.
3178 (custom-buffer-create-internal): For the custom-reset-button-menu
3179 case, put the revert button first.
3180 (custom-group-subtitle): New face.
3181 (custom-group-value-create): Align docstring to a specific column.
3182
3183 * wid-edit.el (widget-documentation-link-add): Don't handle
3184 indentation in this function.
3185 (widget-documentation-string-indent-to): New function.
3186 (widget-documentation-string-value-create): Use it.
3187
3188 * autorevert.el (auto-revert):
3189 * epg-config.el (epg):
3190 * ibuffer.el (ibuffer):
3191 * mpc.el (mpc):
3192 * ses.el (ses):
3193 * eshell/eshell.el (eshell):
3194 * net/ange-ftp.el (ange-ftp):
3195 * progmodes/ebnf2ps.el (postscript):
3196 * progmodes/flymake.el (flymake):
3197 * progmodes/prolog.el (prolog):
3198 * progmodes/verilog-mode.el (verilog-mode):
3199 * progmodes/which-func.el (which-func):
3200 * term/xterm.el (xterm):
3201 * textmodes/picture.el (picture):
3202 * textmodes/tildify.el (tildify):
3203 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
3204 customization buffers.
3205
583e23bd
AM
32062012-04-22 Alan Mackenzie <acm@muc.de>
3207
3208 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
3209 Adding a ) can hide the resulting (..) from searches. Fix it.
3210 Bound the backward search to the position of the existing (.
3211
7dd51bf1
JB
32122012-04-21 Juanma Barranquero <lekktu@gmail.com>
3213
3214 * progmodes/verilog-mode.el (verilog-mode): Check whether
3215 which-func-modes is t before adding verilog-mode.
3216 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
3217
d64a438f
LL
32182012-04-21 Leo Liu <sdl.web@gmail.com>
3219
7dd51bf1 3220 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 3221
081e8d65
MV
32222012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
3223
3224 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
3225 filling of the last column of a table (Bug#5635).
3226 (woman-find-next-control-line): New arg, specifying an additional
3227 regexp component for the control line.
3228 (woman2-roff-buffer): Use it.
3229 (woman-break-table): New function.
3230 (woman2-TS): Use it.
3231
32322012-04-21 Chong Yidong <cyd@gnu.org>
3233
3234 * woman.el (woman-set-buffer-display-table, woman-decode-region)
3235 (woman-horizontal-escapes, woman-negative-vertical-space)
3236 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
3237 (WoMan-warn-ignored): Use ?\s instead of ?\ .
3238
ed571ccb
SM
32392012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3240
3241 * minibuffer.el (completion-file-name-table): Complete user names.
3242
39773899
LL
32432012-04-20 Leo Liu <sdl.web@gmail.com>
3244
3245 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
3246 and pcase-let*.
3247
de6ff46d
CY
32482012-04-20 Chong Yidong <cyd@gnu.org>
3249
3250 * server.el (server-execute): Respect initial-buffer-choice if it
3251 is a string and there are no files to open (Bug#2825).
3252 (server-create-window-system-frame, server-create-tty-frame):
3253 Don't switch buffers here.
2d0e8e61
CY
3254 (server-process-filter): Only try to open a window system frame if
3255 compiled with graphical support (Bug#8314).
de6ff46d 3256
54071013
DN
32572012-04-20 Dan Nicolaescu <dann@gnu.org>
3258
3259 * battery.el (battery-echo-area-format): Display remaining time
3260 for sysfs backend too (Bug#11269).
3261 (battery-linux-sysfs): Fix conditional for the charge.
3262
f30d612a
CY
32632012-04-20 Chong Yidong <cyd@gnu.org>
3264
c07a4c0b 3265 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
3266 (gdb-inferior-io--init-proc): New function.
3267 (gdb-init-1): Use it.
3268 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
3269 responsible for allocating a new pty and hooking it to gdb when
3270 the old pty gets an EIO due to process exit.
3271 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
3272 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
3273 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
3274
2116e93c
EZ
32752012-04-20 Eli Zaretskii <eliz@gnu.org>
3276
3277 * window.el (window-min-size, window-sizable, window-min-delta)
3278 (window-max-delta, window--resizable, window-resizable)
3279 (window-total-size, window-full-height-p, window-full-width-p)
3280 (window-in-direction, window--resize-mini-window, window-resize)
3281 (window--resize-child-windows-normal)
3282 (window--resize-child-windows, window--resize-siblings)
3283 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 3284 (enlarge-window, shrink-window): Doc fixes.
2116e93c 3285
c07a4c0b 32862012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 3287
ef24141c
SM
3288 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
3289 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
3290 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
3291 pty process (Bug#11273).
3292 (gdb-update): New arg to suppress talking to the gdb process.
3293 (gdb-done-or-error): Use it.
3294 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
3295 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
3296 sentinel not being called.
3297
3298 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
3299
d02766ab
CY
3300 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
3301
c07a4c0b 33022012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
3303
3304 * net/network-stream.el (open-network-stream): Doc fix.
3305
c07a4c0b 33062012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
3307
3308 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
3309
c07a4c0b 33102012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
3311
3312 Ensure searching for keywords is case sensitive.
3313
3314 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
3315 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
3316 (c-defun-name, c-mark-function, c-cpp-define-name)
3317 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 3318 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 3319
ef24141c
SM
3320 * progmodes/cc-mode.el (c-font-lock-fontify-region):
3321 Bind case-fold-search to nil.
f0f6bc35 3322
c07a4c0b 33232012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
3324
3325 * mail/sendmail.el (mail-bury): Call return action with the right
3326 Rmail buffer (Bug#11242).
3327
9a864fa2
CY
3328 * server.el (server-process-filter): Handle corner case where both
3329 tty and nowait options are present (Bug#11102).
3330
539aa513
EZ
33312012-04-20 Eli Zaretskii <eliz@gnu.org>
3332
3333 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
3334 (top level): Put into the executable the ident-style '$Id:' tag on
3335 windows-nt as well.
539aa513 3336
cfc7d5da
SM
33372012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3338
3339 * electric.el (electric-indent-post-self-insert-function): Check that
3340 electric-indent-mode is enabled in current buffer.
3341
5b01685c
JB
33422012-04-19 Juanma Barranquero <lekktu@gmail.com>
3343
3344 * imenu.el (imenu-progress-message): Restore; it is "used" in
3345 erc/erc-imenu.el and net/snmp-mode.el.
3346
4d6769e1
JB
33472012-04-19 Juanma Barranquero <lekktu@gmail.com>
3348
3349 * avoid.el (mouse-avoidance-mode): Mark unused arg.
3350 (mouse-avoidance-nudge-mouse): Remove unused binding.
3351
3352 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
3353
3354 * descr-text.el (describe-char):
3355 * progmodes/python.el (python-describe-symbol):
3356 Don't call `toggle-read-only', set `buffer-read-only'.
3357
3358 * imenu.el (imenu-default-goto-function): Mark unused args.
3359 (imenu-progress-message): Remove obsolete macro; all callers changed.
3360
3361 * subr.el (keymap-canonicalize): Remove unused binding.
3362 (read-passwd): Mark unused arg.
3363
3364 * tutorial.el (tutorial--display-changes): Remove unused binding.
3365 (tutorial--save-tutorial-to): Remove unused variable.
3366
3367 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
3368 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
3369 (package-generate-autoloads, package-menu--generate)
3370 (package-menu--find-upgrades): Remove unused bindings.
3371
3372 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
3373 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
3374 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
3375 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
3376 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
3377 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
3378 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
3379 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
3380 (cua-delete-char-rectangle): Mark unused args.
3381 (cua-align-rectangle): Remove unused binding.
3382
3383 * mail/rmail.el (compilation--message->loc)
3384 (epa--find-coding-system-for-mime-charset): Declare.
3385
3386 * net/dbus.el (dbus-register-service): Declare.
3387 (dbus-name-owner-changed-handler): Remove unused binding.
3388
3389 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
3390 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
3391 (nxml-scan-backward-within): Mark unused arg.
3392 (nxml-dynamic-markup-word): Remove unused binding.
3393
3394 * mouse.el (mouse-menu-major-mode-map):
3395 * emacs-lisp/authors.el (authors-scan-change-log)
3396 (authors-add-to-author-list):
3397 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
3398 * emacs-lisp/smie.el (smie-auto-fill):
3399 * mail/sendmail.el (mail-bury):
3400 * mail/unrmail.el (unrmail):
3401 * net/tls.el (open-tls-stream):
3402 * textmodes/picture.el (picture-mouse-set-point):
3403 Remove unused bindings.
3404
8c8fc5df
MA
34052012-04-19 Michael Albinus <michael.albinus@gmx.de>
3406
3407 * net/tramp.el (tramp-action-password): Let-bind
3408 `enable-recursive-minibuffers' to t.
3409
a77b0ac9
SS
34102012-04-18 Sam Steingold <sds@gnu.org>
3411
3412 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
3413 instead of 'string to accommodate values like [f11].
3414 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
3415 * progmodes/gdb-mi.el: Likewise.
3416
12a106a9
LL
34172012-04-18 Leo Liu <sdl.web@gmail.com>
3418
3419 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
3420 current buffer.
3421 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
3422 LOCAL is nil.
3423
bc6494ef
CY
34242012-04-18 Chong Yidong <cyd@gnu.org>
3425
3426 * simple.el (line-move): Use forward-line if in batch mode
3427 (Bug#11053).
3428
c09c46b2
CS
34292012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
3430
3431 * files.el (after-find-file): Do not try to add a final newline if
3432 the buffer is read-only (Bug#11156).
3433
5f6530ea
RS
34342012-04-17 Richard Stallman <rms@gnu.org>
3435
3436 * mail/rmail.el (rmail-start-mail):
3437 Pass (rmail-mail-return...) for the return-action.
3438 Pass (rmail-yank-current-message...) for the yank-action.
3439 (rmail-yank-current-message): New function.
3440 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
3441 (rmail-reply): Likewise.
3442 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
3443
3444 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 3445 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
3446 buffer, not newbuf.
3447
197b6f3c
JB
34482012-04-17 Juanma Barranquero <lekktu@gmail.com>
3449
3450 * server.el (server-ensure-safe-dir): Simplify.
3451
2311d8e5 34522012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 3453
2311d8e5
GM
3454 * emacs-lisp/smie.el: Provide smarter auto-filling.
3455 (smie-auto-fill): New function.
3456 (smie-setup): Use it.
98fb480e 3457
2311d8e5
GM
3458 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
3459
34602012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
3461
3462 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
3463 (comment-indent): Use it.
3464
2311d8e5 34652012-04-17 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
3466
3467 * ses.el: The overall change is to add cell renaming, that is
3468 setting fancy names for cell symbols other than name matching
3469 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 3470 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 3471 (ses-create-cell-variable): New defun.
2311d8e5 3472 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
3473 (ses-relocate-formula): Relocate formulas only for cells the
3474 symbols of which are not renamed, i.e. symbols whose names do not
3475 match regexp "\\`[A-Z]+[0-9]+\\'".
3476 (ses-relocate-all): Relocate values only for cells the symbols of
3477 which are not renamed.
3478 (ses-load): Create cells variables as the (ses-cell ...) are read,
3479 in order to check row col consistency with cell symbol name only
3480 for cells that are not renamed.
3481 (ses-replace-name-in-formula): New defun.
3482 (ses-rename-cell): New defun.
4bdf2ad2 3483
fc72b15c
PO
34842012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
3485
3486 * progmodes/perl-mode.el (perl-indent-parens-as-block):
3487 New option (bug#11118).
3488 (perl-calculate-indent): Respect it.
3489
12e10e61
GM
34902012-04-17 Glenn Morris <rgm@gnu.org>
3491
3492 * dired-aux.el (dired-mark-read-string): Doc fix.
3493
30009afd
DA
34942012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
3495
3496 * dired-aux.el (dired-mark-read-string): Offer optional completion.
3497 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
3498
41f03f4d
GM
34992012-04-17 Glenn Morris <rgm@gnu.org>
3500
3501 * mouse.el (mouse-drag-track):
3502 * speedbar.el (speedbar-frame-mode):
3503 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
3504
f45f90f3
LL
35052012-04-16 Leo Liu <sdl.web@gmail.com>
3506
3507 * progmodes/python.el: Trivial cleanup.
3508
94ee8db5
GM
35092012-04-16 Glenn Morris <rgm@gnu.org>
3510
121b8917
GM
3511 * vc/vc.el (vc-string-prefix-p):
3512 * vc/pcvs-util.el (cvs-string-prefix-p):
3513 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
3514 * mpc.el (mpc-string-prefix-p):
3515 Make all of these into obsolete aliases for string-prefix-p.
3516 Update callers.
3517 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
3518
1197ecfa
GM
3519 * textmodes/two-column.el: Move custom options to the start.
3520 (frame-width): Remove compat definition.
3521 (2C-associate-buffer, 2C-dissociate):
3522 Use with-current-buffer rather than save-excursion.
3523 (2C-dissociate): Force a mode-line update.
3524 (2C-autoscroll): Use ignore-errors.
3525
099e7202
GM
3526 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
3527 Autoload trivia.
3528
bf350d6a
GM
3529 * emacs-lisp/cl-extra.el (*random-state*):
3530 Remove unnecessary declaration.
3531
0e829eab
GM
3532 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
3533
e3ad7552
GM
3534 * play/cookie1.el (cookie-snarf):
3535 Give an explicit error if input file cannot be read.
3536
68892d27
GM
3537 * play/yow.el (yow-file): Use expand-file-name rather than concat.
3538
20f0c46d
GM
3539 * progmodes/perl-mode.el (c-macro-expand):
3540 Remove unnecessary autoload (it is in loaddefs.el).
3541
5a0978ce
GM
3542 * textmodes/picture.el (picture-desired-column)
3543 (picture-update-desired-column): Convert comments to doc-strings.
3544 (picture-substitute): Remove function.
3545 (picture-mode-map): Initialize in the defvar.
3546
6b955486
GM
3547 * woman.el: Remove eval-after-load for tar-mode.
3548 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
3549 (woman-tar-extract-file): Autoload it.
3550
94ee8db5
GM
3551 * frame.el (automatic-hscrolling): Make this alias obsolete.
3552
177eca34
AM
35532012-04-12 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
3554
3555 * ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 3556 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
3557 (ispell-dictionary-base-alist): Revert to original XEmacs
3558 friendly version for default. [:alpha:] will be added in
3559 `ispell-set-spellchecker-params' if needed
177eca34 3560
c505aaeb
CY
35612012-04-16 Chong Yidong <cyd@gnu.org>
3562
3563 * image.el (imagemagick--extension-regexp): New variable.
3564 (imagemagick-register-types): Use it.
3565 (imagemagick-types-inhibit): Add :set function. Allow new value
3566 of t to inhibit all types.
3567
3568 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
3569 so we can preload it.
3570
3571 * loadup.el (fboundp): Preload regexp-opt, needed by
3572 imagemagick-register-types.
3573
60efac0f
CY
35742012-04-15 Chong Yidong <cyd@gnu.org>
3575
3576 * frame.el (scrolling): Remove nearly unused customization group.
3577
3578 * scroll-all.el (scroll-all-mode): Move to windows group.
3579
5dd1713e
CY
35802012-04-15 Chong Yidong <cyd@gnu.org>
3581
3582 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
3583
e6fd457e
CY
35842012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3585
3586 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 3587 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 3588
e153c136
GM
35892012-04-15 Glenn Morris <rgm@gnu.org>
3590
3591 * simple.el (process-file-side-effects): Doc fix.
3592
e6fd457e 35932012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
3594
3595 * international/mule-cmds.el (set-language-environment): Doc fix.
3596
3603c3b1
JB
35972012-04-14 Juanma Barranquero <lekktu@gmail.com>
3598
3599 * server.el (server-auth-key, server-generate-key): Doc fixes.
3600 (server-get-auth-key): Doc fix. Use `string-match-p'.
3601 (server-start): Reflow docstring.
3602
e6de100c
LI
36032012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
3604
3605 * server.el (server-generate-key): `called-interactively-p'
3606 requires a parameter.
3607
29734c21
MN
36082012-04-14 Michal Nazarewicz <mina86@mina86.com>
3609
3610 * server.el (server-auth-key): New variable.
75f1671a 3611 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
3612 (server-start): Use the new variable and functions to allow
3613 setting a permanent server key (bug#9423).
3614
d65c9521
LL
36152012-04-14 Leo Liu <sdl.web@gmail.com>
3616
3617 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
3618
5ae255c7
PE
36192012-04-14 Paul Eggert <eggert@cs.ucla.edu>
3620
3621 Spelling fixes.
3622 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
3623 Emacs uses American spelling.
3624
d5e6342e
JB
36252012-04-14 Juanma Barranquero <lekktu@gmail.com>
3626
3627 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
3628 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
3629 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
3630 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
3631
ab036cd7
SM
36322012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3633
3634 * progmodes/which-func.el (which-func-modes): Change default.
3635
35dc09a1 36362012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
3637
3638 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
3639 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
3640
35dc09a1 36412012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
3642
3643 * custom.el (custom-theme-set-variables): Doc fix.
3644
35dc09a1 36452012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
3646
3647 * international/mule.el (set-auto-coding-for-load): Doc fix.
3648
35dc09a1 36492012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 3650
35dc09a1
GM
3651 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
3652 imenu work again for Objective C Mode. Correct the *-index values,
3653 these having been disturbed by a previous change in 2011-08.
57f845ee 3654
0de3da9f
AM
3655 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
3656 Correct two search limits.
3657
35dc09a1 36582012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
3659
3660 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
3661
35dc09a1 36622012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
3663
3664 * international/characters.el: Fix sorting.
3665
35dc09a1 36662012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
3667
3668 * international/characters.el: Add more missing Latin case pairs.
3669
35dc09a1 36702012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
3671
3672 * files.el (dir-locals-set-class-variables): Doc fix.
3673
35dc09a1 36742012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 3675
3f1b5bf8
EZ
3676 * international/characters.el: Add set-case-syntax-pair call for
3677 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
3678 counterpart. (Bug#11209)
3679
9f847f41
EZ
3680 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
3681
35dc09a1 36822012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
3683
3684 * calendar/holidays.el (calendar-check-holidays): Doc fix.
3685
35dc09a1 36862012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 3687
35dc09a1
GM
3688 * textmodes/ispell.el (ispell-dictionary-base-alist):
3689 Add data for Hebrew.
e2627d21 3690
35dc09a1 36912012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 3692
35dc09a1
GM
3693 * net/rcirc.el (rcirc-cmd-quit):
3694 Revert 2012-03-18 change (Bug#11192).
5c14e333 3695
35dc09a1 36962012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
3697
3698 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
3699
35dc09a1 37002012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 3701
4517fe3a
SM
3702 * minibuffer.el (completion-in-region-mode-map):
3703 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 3704
b472a594
VD
37052012-04-13 Vivek Dasmohapatra <vivek@etla.org>
3706
3707 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
3708
09b95ce3
MY
37092012-04-13 Masatake YAMATO <yamato@redhat.com>
3710
3711 * minibuffer.el (minibuffer-local-filename-syntax): New variable
3712 to allow `C-M-f' and `C-M-b' to move to the nearest path
3713 separator (bug#9511).
3714
4b63a9ca
LI
37152012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
3716
3717 * avoid.el: Require cl when compiling. And also move the
3718 `provide' to the end.
3719
7b55b8bf
TV
37202012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3721
3722 * avoid.el (mouse-avoidance-banish-position): New variable.
3723 (mouse-avoidance-banish-destination): Use it (bug#10165).
3724
adedaa1f
LL
37252012-04-13 Leo Liu <sdl.web@gmail.com>
3726
3727 * progmodes/which-func.el (which-func-modes): Add objc-mode.
3728
70e74021
KB
37292012-04-13 Ken Brown <kbrown@cornell.edu>
3730
3731 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 3732 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
3733 (browse-url-filename-alist): For the same reason, don't modify
3734 file:// URLs on Cygwin.
3735
e75e89ba
SM
37362012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3737
3738 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
3739 the region on shift if the binding is already shifted (bug#11221).
3740
82f289a4
GM
37412012-04-12 Glenn Morris <rgm@gnu.org>
3742
3743 * mail/mailpost.el: Move to obsolete/.
3744
d333dc4c
DA
37452012-04-12 Drew Adams <drew.adams@oracle.com>
3746
3747 * imenu.el (imenu--generic-function): Ignore invisible definitions
3748 (bug#10123).
3749
0d15b5ba
VD
37502012-04-12 Vivek Dasmohapatra <vivek@etla.org>
3751
3752 * hexl.el (hexl-bits): New variable.
3753 (hexl-options): Mention the variable in the doc string.
75f1671a 3754 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 3755 (hexl-mode): Mention the new variable.
75f1671a
JB
3756 (hexl-mode, hexl-current-address, hexl-current-address):
3757 Use the displen.
0d15b5ba
VD
3758 (hexl-ascii-start-column): New function.
3759 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
3760 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
3761
64a440db
AM
37622012-04-12 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
3763
3764 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
3765 '("-i" ENCODING), in 2 separate command-line arguments, to specify
3766 the encoding, as expected by hunspell.
3767
6decb6c2
SM
37682012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3769
3770 * battery.el (battery--linux-sysfs-regexp): New const.
3771 (battery-status-function): Use it. Remove yeeloong special case.
3772 (battery-yeeloong-sysfs): Remove.
3773 (battery-echo-area-format): Remove yeeloong special case.
3774
088be6fb
SM
37752012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3776
6622e416
SM
3777 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
3778 Reported by Noah Friedman.
3779
088be6fb
SM
3780 * subr.el (read-passwd): Use read-string.
3781
b49f886e
LMI
37822012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3783
3784 * vcursor.el (vcursor-move): Increase the priority of the overlay
3785 (bug#9663).
3786
a63067fc
DD
37872012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3788
3789 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
3790 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
3791
ac3cf14a
WS
37922012-04-11 William Stevenson <yhvh2000@gmail.com>
3793
3794 * textmodes/artist.el (artist-mode): Convert artist-mode to use
3795 define-minor-mode (bug#10760).
3796
c4fc691b 37972012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 3798
4d6769e1 3799 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
3800 that directories matching `grep-find-ignored-files' won't be
3801 pruned (bug#10351).
3802
af23e2e5
CY
38032012-04-11 Chong Yidong <cyd@gnu.org>
3804
3805 * startup.el (command-line): Remove support for long-obsolete
3806 variable font-lock-face-attributes.
3807
ab7ce8c1
GM
38082012-04-11 Glenn Morris <rgm@gnu.org>
3809
3810 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
3811
de8c03dc
SM
38122012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3813
3814 * window.el (window--state-get-1): Obey window-point-insertion-type.
3815
050cc68b
LB
38162012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
3817
3818 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
3819 to previous function when point is on the first character of a
75f1671a 3820 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 3821
a38c310c
GM
38222012-04-11 Glenn Morris <rgm@gnu.org>
3823
effed0c2
GM
3824 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
3825 not just file-errors.
3826
a38c310c
GM
3827 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
3828 (vc-bzr-sha1): Use internal sha1.
3829
0221e323
SM
38302012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3831
3832 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
3833
43956923
SG
38342012-04-10 SĂ©bastien Gross <seb@chezwam.org> (tiny change)
3835
3836 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
3837 that start in the middle of the line (bug#10496).
3838
6a8c9eaf
DN
38392012-04-10 Dan Nicolaescu <dann@gnu.org>
3840
3841 * battery.el (battery-linux-proc-acpi): Only one battery is
3842 discharged at a time, but that seems to confuse battery.el when
3843 computing `rate-type' for the battery not being discharged
3844 (bug#10332).
3845
1930bf5d
SM
38462012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3847
2a718f6f
SM
3848 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
3849
599430d0
SM
3850 * international/quail.el: Use dolist and simplify.
3851 (quail-define-package, quail-update-keyboard-layout)
3852 (quail-define-rules): Use dolist.
3853 (quail-insert-kbd-layout, quail-get-translation): CSE.
3854
a2754b6c
SM
3855 * tmm.el: Use dolist, remove left over hook.
3856 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
3857 Use dolist.
3858 (calendar-load-hook): Don't mess with it.
3859
1930bf5d
SM
3860 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
3861 Use derived-mode-p. Run the diff asynchronously.
3862
9f67961c
LMI
38632012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3864
3865 * obsolete/mouse-sel.el: Add an Obsolete-since header.
3866
2a8ce227
JB
38672012-04-10 Juanma Barranquero <lekktu@gmail.com>
3868
3869 * misc.el: Display absolute path of loaded DLLs (bug#10424).
3870 (list-dynamic-libraries--loaded): New function.
3871 (list-dynamic-libraries--refresh): Use it.
3872
8f33b5f8
NW
38732012-04-10 Nathan Weizenbaum <nweiz@google.com>
3874
1930bf5d
SM
3875 * progmodes/python.el (python-fill-paragraph):
3876 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
3877 disabled (bug#7018).
3878
b12f0439
L
38792012-04-10 Laimonas VÄ—bra <laimonas.vebra@gmail.com> (tiny change)
3880
1930bf5d 3881 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
3882 DOS/MS Windows for the Baltic languages. There are still plenty
3883 of texts written in this encoding/codepage (bug#6519).
b12f0439 3884
57c3bd01
GM
38852012-04-10 Glenn Morris <rgm@gnu.org>
3886
3887 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
3888 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
3889
6c3eab30
FA
38902012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
3891
1930bf5d 3892 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
3893 next-line "n" and previous-line "p" in order to make recentf more
3894 consistent with ibuffer, dired or org-mode (bug#9387).
3895
24d78a88
LMI
38962012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3897
bc72b5d9
LMI
3898 * image.el (put-image): Return the overlay created instead of the
3899 optional input string (bug#7834). Note that this may break code
3900 that is (for some reason or other) depending on `put-image'
3901 returning the string.
3902
bd2dba5a
LMI
3903 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
3904
74beb59f
LMI
3905 * simple.el (zap-to-char): Allow zapping using input methods
3906 (bug#1580).
3907
24d78a88
LMI
3908 * textmodes/fill.el (fill-region): Leave point and mark where they
3909 were before filling (bug#5399).
3910
263f20cd
GM
39112012-04-09 Glenn Morris <rgm@gnu.org>
3912
3913 * version.el (emacs-bzr-get-version):
3914 Handle lightweight checkouts of local branches.
3915
58d1f797
AS
39162012-04-09 Andreas Schwab <schwab@linux-m68k.org>
3917
263f20cd 3918 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 3919
b4d3bc10
CY
39202012-04-09 Chong Yidong <cyd@gnu.org>
3921
3922 * custom.el (custom-variable-p): Return nil for non-symbol
3923 arguments instead of signaling an error.
3924 (user-variable-p): Obsolete alias for custom-variable-p.
3925
3926 * apropos.el (apropos-variable):
3927 * files-x.el (read-file-local-variable):
3928 * simple.el (set-variable):
3929 * woman.el (woman-mini-help):
3930 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
3931
fd06db5d
GM
39322012-04-09 Glenn Morris <rgm@gnu.org>
3933
e5fcdb5e
GM
3934 * startup.el (normal-top-level): Don't look for leim-list.el
3935 in places where it will not be found. (Bug#910)
3936
fd06db5d
GM
3937 * international/mule-cmds.el (set-default-coding-systems):
3938 * files.el (normal-mode):
3939 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
3940 This function was removed with ucs-tables.el in 2008.
3941
b39bb7e1
EZ
39422012-04-08 Eli Zaretskii <eliz@gnu.org>
3943
3944 * textmodes/ispell.el (ispell-check-version): For hunspell, set
3945 ispell-encoding8-command to "-i", without a trailing space.
3946 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
3947 separate command-line arguments, to specify the encoding, since
3948 that's how hunspell expects it.
3949
5c5b8e23
GM
39502012-04-08 Glenn Morris <rgm@gnu.org>
3951
3952 * loadup.el: Load bindings before cus-start.
3953 This reduces somewhat the number of "rogue" settings in emacs -Q.
3954
a1ed8b05
GM
39552012-04-07 Glenn Morris <rgm@gnu.org>
3956
3957 * version.el (emacs-bzr-get-version): New function.
dfae128a 3958 (emacs-bzr-version): New variable.
a1ed8b05
GM
3959 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
3960 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
3961
b142f158
EZ
39622012-04-07 Eli Zaretskii <eliz@gnu.org>
3963
dfae128a
GM
3964 * international/uni-bidi.el, international/uni-category.el:
3965 * international/uni-combining.el, international/uni-decimal.el:
3966 * international/uni-decomposition.el, international/uni-digit.el:
3967 * international/uni-lowercase.el, international/uni-mirrored.el:
3968 * international/uni-name.el, international/uni-numeric.el:
3969 * international/uni-titlecase.el, international/uni-uppercase.el:
3970 Update for Unicode 6.1.
b142f158 3971
9078ead6
EZ
39722012-04-07 Eli Zaretskii <eliz@gnu.org>
3973
3974 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
3975
f23d2c7d
LMI
39762012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3977
3978 * window.el (shrink-window): Mention the `window-min-height'
3979 variable in the doc string.
3980
0a0a3573
BG
39812012-04-05 Bastien Guerry <bzg@altern.org>
3982
3983 * color.el (color-lighten-name): Fix typo.
3984
e5248ac9
SM
39852012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
3986
3987 * server.el (server--on-display-p): New function.
3988 (server--on-display-p): Use it.
3989
b4243e22
GV
39902012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
3991
3992 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
3993 (bug#11145).
3994
305d9f44
SM
39952012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
3996
3997 * comint.el (comint--common-quoted-suffix): Check string boundary
3998 before comparing (bug#11158).
3999 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
4000
3d439cd1
CY
40012012-04-04 Chong Yidong <cyd@gnu.org>
4002
321cc491
CY
4003 * minibuffer.el (completion-extra-properties): Doc fix.
4004
3d439cd1
CY
4005 * subr.el (delayed-warnings-hook): Doc fix.
4006
2d562c0f
DU
40072012-04-04 Daiki Ueno <ueno@unixuser.org>
4008
4009 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
4010 selection (Bug#11159).
4011 (epa-insert-keys): Inform that the default public key will be
4012 exported if no key is selected.
4013
4443f204
RS
40142012-04-04 Richard Stallman <rms@gnu.org>
4015
4016 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
4017
529c06b6
CY
40182012-04-03 Chong Yidong <cyd@gnu.org>
4019
4020 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
4021 mail-insert-file, not its obsolete alias mail-attach-file.
4022
66b907dc
MA
40232012-04-03 Michael Albinus <michael.albinus@gmx.de>
4024
4025 * notifications.el (notifications-notify): Fix docstring.
4026
c0ea195d
GM
40272012-04-02 Glenn Morris <rgm@gnu.org>
4028
4029 * emacs-lisp/authors.el (authors-aliases): Another addition.
4030
5ca64e00
MA
40312012-04-02 Michael Albinus <michael.albinus@gmx.de>
4032
4033 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
4034 `tramp-compat-call-process' instead of `tramp-local-call-process'.
4035 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
4036
42ee526b
CY
40372012-04-01 Chong Yidong <cyd@gnu.org>
4038
4039 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
4040 Handle root directory properly.
4041 (copy-directory): Caller changed.
4042
4043 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
4044 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
4045
0b021094
GM
40462012-03-31 Glenn Morris <rgm@gnu.org>
4047
40f86458
GM
4048 * term/xterm.el (xterm-extra-capabilities): Doc fix.
4049
7019c177
GM
4050 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
4051
a1daddd6
GM
4052 * calendar/calendar.el (calendar-window-list)
4053 (calendar-hide-window): Restore. (Bug#11140)
4054 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
4055
0b021094
GM
4056 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
4057
40311efc
TV
40582012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4059
4060 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
4061 Check if file is a symlink (Bug#10489).
4062
4063 * files.el (copy-directory): Likewise.
4064
5319014e
CY
40652012-03-30 Chong Yidong <cyd@gnu.org>
4066
4067 * image.el (imagemagick-types-inhibit)
4068 (imagemagick-register-types): Doc fix.
4069
935d1290
AM
40702012-03-30 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
4071
ef24141c
SM
4072 * ispell.el (ispell-get-extended-character-mode):
4073 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 4074 and treats ~word as ordinary words in pipe mode.
935d1290 4075
61c6e8fd
GM
40762012-03-30 Glenn Morris <rgm@gnu.org>
4077
4078 * tutorial.el (help-with-tutorial): Ensure local variables don't
4079 happen to make the buffer read-only. (Bug#11127)
4080
81fdff00
SM
40812012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
4082
4083 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
4084 (perl-calculate-indent): Return `noindent' in strings.
4085
6e7a6ec0
SS
40862012-03-28 Sam Steingold <sds@gnu.org>
4087
4088 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
4089 instead of the broken adhockery which does not prevent calendar
4090 buffers from being displayed at random after exit.
4091 (calendar-window-list, calendar-hide-window): Remove the broken
4092 adhockery.
4093
fee88ca0
GM
40942012-03-28 Glenn Morris <rgm@gnu.org>
4095
4096 * replace.el (query-replace-map): Doc fix.
4097
38de3354
AS
40982012-03-28 Andreas Schwab <schwab@linux-m68k.org>
4099
4100 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
4101 contents. (Bug#11109)
4102
b973155e
SM
41032012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4104
4105 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
4106 (bug#11077).
4107 (avl-tree--check, avl-tree--check-node): New funs.
4108
dcb6e7b3
MR
41092012-03-27 Martin Rudalics <rudalics@gmx.at>
4110
4111 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
4112 (switch-to-prev-buffer, switch-to-next-buffer):
4113 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
4114 showing a buffer already is done on the same frame.
4115
b4fa35fa
GM
41162012-03-27 Glenn Morris <rgm@gnu.org>
4117
4118 * startup.el (mail-host-address): Doc fix.
4119
f9210e18
SM
41202012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4121
4122 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
4123 than 197 variables.
4124
c0bf7753
AF
41252012-03-26 Ami Fischman <ami@fischman.org>
4126
4127 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
4128
33da7b16
GM
41292012-03-26 Glenn Morris <rgm@gnu.org>
4130
02243d9d
GM
4131 * files.el (save-buffers-kill-emacs): Doc fix.
4132
33da7b16
GM
4133 * startup.el (normal-top-level, command-line, command-line-1):
4134 Give them doc strings.
4135
e5a69fd0
EZ
41362012-03-25 Eli Zaretskii <eliz@gnu.org>
4137
4138 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 4139 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 4140
9a69676a
CY
41412012-03-25 Chong Yidong <cyd@gnu.org>
4142
4125cb8b
CY
4143 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
4144 theme if it was previously enabled before (Bug#11031).
4145
dd470960
CY
4146 * cus-theme.el (custom-theme-write-faces): Retrieve current face
4147 spec with custom-face-get-current-spec if its :shown-value is not
4148 determined yet (Bug#9337).
4125cb8b 4149 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 4150
9a69676a
CY
4151 * button.el (button-at): Minor addition to docstring.
4152
6e7e90fa
SL
41532012-03-24 Simon Leinen <simon.leinen@gmail.com>
4154
4155 * vc/vc.el (vc-merge): Fix a prompt.
4156
f06e2758
CY
41572012-03-24 Chong Yidong <cyd@gnu.org>
4158
4159 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
4160 point (Bug#9623).
4161
6e7e90fa
SL
4162 * button.el (button-at): Minor addition to docstring.
4163
b9d0879b
SM
41642012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4165
4166 * newcomment.el (comment-choose-indent): No space after BOL.
4167
e71cebb3
SS
41682012-03-22 Sam Steingold <sds@gnu.org>
4169
4170 * window.el (switch-to-prev-buffer): Revert last patch because the
4171 bug turned out to be an advertised feature (Elisp manual 28.14).
4172
335aff35
GM
41732012-03-22 Glenn Morris <rgm@gnu.org>
4174
4175 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
4176 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
4177
c676576a
LMI
41782012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4179
4180 * net/network-stream.el (network-stream-open-starttls): Make error
4181 message under Windows be less misleading.
4182
126f3d39
LW
41832012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
4184
4185 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
4186 understands (bug#9942).
4187
64fee311
CY
41882012-03-22 Chong Yidong <cyd@gnu.org>
4189
4190 * simple.el (end-of-visible-line): Handle return value of
4191 next-single-property-change properly (Bug#9371).
4192
a640d29a
KH
41932012-03-22 Kenichi Handa <handa@m17n.org>
4194
4195 * international/quail.el (quail-insert-kbd-layout): Fix previous
4196 change. To avoid unwanted bidi reordering, use
4197 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
4198
39675016
DG
41992012-03-21 Dmitry Gutov <dgutov@yandex.ru>
4200
4201 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
4202 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
4203 (ruby-beginning-of-indent): Be more careful with the difference
4204 between word-boundary and symbol boundary.
4205 (ruby-mode-syntax-table): Make : a symbol constituent.
4206
0a6934fc 42072012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 4208
3d008e4f
SM
4209 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
4210
0a6934fc
SM
42112012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4212
af67c9d7
SM
4213 * progmodes/etags.el (tags-completion-at-point-function):
4214 Improve last fix.
4215
1acad97c
SM
4216 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
4217
e298b5da
SS
42182012-03-21 Sam Steingold <sds@gnu.org>
4219
4220 * progmodes/etags.el (tags-completion-at-point-function):
4221 Avoid the error when point is inside the pattern.
4222
91d82a70
JY
42232012-03-21 John Yates <john@yates-sheets.org> (tiny change)
4224
4225 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
4226 line (Bug#10855).
4227
69188b79
CY
42282012-03-21 Drew Adams <drew.adams@oracle.com>
4229
4230 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
4231
99fc91fe
AK
42322012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
4233
4234 * ido.el (ido-set-current-directory, ido-read-internal)
4235 (ido-choose-completion-string, ido-completion-help): Handle nil
4236 value of ido-completion-buffer (Bug#11008).
4237
087bbb4c
SS
42382012-03-21 Sam Steingold <sds@gnu.org>
4239
4240 * window.el (switch-to-prev-buffer): Do not switch to a visible
4241 window previous buffer, just like with the frame previous buffers.
4242
fb5b8aca
CY
42432012-03-21 Chong Yidong <cyd@gnu.org>
4244
4245 * faces.el (make-face, make-empty-face, copy-face):
4246 * face-remap.el (face-remap-add-relative, face-remap-set-base):
4247 Doc fixes.
4248
dc9924b8
SM
42492012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4250
4251 * wid-edit.el (widget-complete-field): Remove (bug#11051).
4252 (widget-complete): Remove broken use of it.
4253
f0bcceb9
CY
42542012-03-20 Chong Yidong <cyd@gnu.org>
4255
dc9924b8
SM
4256 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
4257 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
4258 characters.
4259
ee52ebf3
TH
42602012-03-20 Tassilo Horn <tassilo@member.fsf.org>
4261
4262 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
4263 to draw rectangles, not squares. (Regression introduced by revno
4264 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
4265
4c5779ab
CY
42662012-03-18 Chong Yidong <cyd@gnu.org>
4267
4268 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
4269 it is not yet defined (for temacs).
4270
15360934
LL
42712012-03-18 Leo Liu <sdl.web@gmail.com>
4272
dc9924b8 4273 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 4274
d9a8eb66
EZ
42752012-03-17 Eli Zaretskii <eliz@gnu.org>
4276
4277 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
4278 (ispell-choices-win-default-height, ispell-silently-savep)
4279 (ispell-dictionary-alist, ispell-encoding8-command)
4280 (ispell-check-version, ispell-aspell-find-dictionary)
4281 (ispell-valid-dictionary-list, ispell-words-keyword)
4282 (ispell-get-word, ispell-internal-change-dictionary)
4283 (ispell-region, ispell-skip-region-list)
4284 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
4285 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
4286 (ispell-message-text-end, ispell-message)
4287 (ispell-buffer-local-parsing): Doc fix.
4288
f02ff80d
J
42892012-03-13 Jambunathan K <kjambunathan@gmail.com>
4290
4291 * htmlfontify.el: Add support for code block fontification for ODT
4292 export (Bug #9914).
4293 (hfy-optimisations): Define new option
4294 `body-text-only'
4295 (hfy-fontify-buffer): Honor above setting.
4296 (hfy-begin-span, hfy-end-span): New routines factored out form
4297 `hfy-fontify-buffer'.
4298 (hfy-begin-span-handler, hfy-end-span-handler): New variables
4299 that permit insertion of custom tags.
4300 (hfy-fontify-buffer): Use above handlers.
4301 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
4302 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 4303 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 4304 over multiple runs. This is made possible by having the caller let
f02ff80d
J
4305 bind a special variable `hfy-user-sheet-assoc'.
4306 (htmlfontify-string): New defun.
4307 (hfy-compile-face-map): Make sure that the last char in the
4308 buffer is correctly fontified.
4309 (hfy-face-resolve-face): Whitespace only change.
4310
9ac7a13f
EZ
43112012-03-17 Eli Zaretskii <eliz@gnu.org>
4312
4313 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
4314 message more clear.
4315
e2b5bdd7
LL
43162012-03-16 Leo Liu <sdl.web@gmail.com>
4317
4318 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
4319
2e492df3
AM
43202012-03-16 Alan Mackenzie <acm@muc.de>
4321
4322 Further optimise the handling of large macros.
4323
4324 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
4325 limit to a call of `c-literal-limits'.
4326 (c-determine-+ve-limit): New function.
dc9924b8
SM
4327 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
4328 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
4329 In CASE 5B, restrict a search limit to 500.
4330 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
4331
4332 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
4333 Restrict macro bounds to +-500 from after-change's BEG END.
4334
50e94f0c
LL
43352012-03-16 Leo Liu <sdl.web@gmail.com>
4336
4337 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
4338
6f09f6ed
AH
43392012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
4340
4341 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 4342 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 4343
c7e73d51
GM
43442012-03-16 Glenn Morris <rgm@gnu.org>
4345
da986230
GM
4346 * view.el (view-buffer, view-buffer-other-window)
4347 (view-buffer-other-frame): Doc fixes re special mode-class.
4348
0835f01e
GM
4349 * subr.el (eval-after-load): If named feature is provided not from
4350 a file, run after-load forms. (Bug#10946)
4351
c7e73d51
GM
4352 * calendar/calendar.el (calendar-insert-at-column):
4353 Handle non-unit-width characters a bit better. (Bug#10978)
4354
3f2eafd1
CY
43552012-03-15 Chong Yidong <cyd@gnu.org>
4356
4357 * emacs-lisp/ring.el (ring-extend): New function.
4358 (ring-insert+extend): Extend the ring correctly (Bug#11019).
4359
4360 * comint.el (comint-read-input-ring)
4361 (comint-add-to-input-history): Grow comint-input-ring lazily.
4362
103af3fe
SM
43632012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4364
663b1677
SM
4365 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
4366 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
4367
103af3fe
SM
4368 * imenu.el: Fix multiple inheritance breakage (bug#9199).
4369 (imenu-add-to-menubar): Don't add a redundant index.
4370 (imenu-update-menubar): Handle a dynamically composed keymap.
4371
899cb7cb
KY
43722012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
4373
4374 * mail/sendmail.el (mail-encode-header):
4375 Bind rfc2047-encode-encoded-words to nil.
4376
3809f91d
GM
43772012-03-13 Glenn Morris <rgm@gnu.org>
4378
4379 * calendar/calendar.el (calendar-string-spread):
4380 Handle non-unit-width characters a bit better. (Bug#10978)
4381
9e345a01
LL
43822012-03-13 Leo Liu <sdl.web@gmail.com>
4383
4384 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
4385 directory and file as argument (Bug#10822).
4386
4a07df36
KS
43872012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
4388
4389 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
4390 For dynamically generated code, follow $PC.
4391 (gdb-disassembly-handler-custom): Handle no function name case.
4392
4aaa9356
TL
43932012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
4394
4395 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
4396 * emulation/ws-mode.el (ws-query-replace):
4397 * sort.el (sort-regexp-fields):
4398 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
4399
225979da
SM
44002012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4401
4402 * dabbrev.el: Fix cycle completion order (bug#10963).
4403 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
4404 (dabbrev-completion): Don't use an obarray; provide
4405 a cycle-sort-function.
4406
e2f1fdab
LL
44072012-03-12 Leo Liu <sdl.web@gmail.com>
4408
dc9924b8 4409 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
4410 (kill-do-not-save-duplicates): Doc fix.
4411
b19490ed
SM
44122012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4413
4414 * dabbrev.el: Fix cycle completion (bug#10963).
4415 Use lexical binding and wrap to 80 columns.
4416 (dabbrev-completion): Delay computing the list of completions.
4417
4b05d722
KH
44182012-03-12 Kenichi Handa <handa@m17n.org>
4419
4420 * international/quail.el (quail-insert-kbd-layout): Surround each
4421 row by LRO and PDF instead of inserting many LRMs. Pad the left
4422 and right of each non-spacing marks. Insert invisible space
4423 between lower and upper characters to prevent composition.
4424
dbbc2e69
SM
44252012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4426
4427 * minibuffer.el (minibuffer-complete): Don't get confused when the
4428 function is run twice via different commands (bug#10958).
4429 (complete-with-action): Fix docstring.
4430
292112ed
CY
44312012-03-12 Chong Yidong <cyd@gnu.org>
4432
5d1ac394
CY
4433 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
4434 (nxml-completion-at-point-function): New function.
4435 (nxml-mode): Use it.
4436 (nxml-bind-meta-tab-to-complete-flag): Default to t.
4437
292112ed
CY
4438 * emacs-lisp/package.el (package-unpack, package-unpack-single):
4439 Load generated autoloads file before byte compiling (Bug#10970).
4440 (package--make-autoloads-and-compile): New helper fun.
4441
4098f8f7
CS
44422012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
4443
4444 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
4445
8f754691
MA
44462012-03-11 Michael Albinus <michael.albinus@gmx.de>
4447
4448 * autorevert.el (auto-revert-handler): Ensure, that
4449 file-readable-p is applied only for local files or in
4450 auto-revert-tail-mode.
4451
e29ab36b
AS
44522012-03-11 Andreas Schwab <schwab@linux-m68k.org>
4453
dbbc2e69
SM
4454 * server.el (server-eval-at): Handle non-tcp connections.
4455 Decode result string.
ad0bf5b6 4456
e29ab36b
AS
4457 * server.el (server-msg-size): New constant.
4458 (server-reply-print): New function.
4459 (server-eval-and-print): Use it.
4460 (server-eval-at): Use server-quote-arg and server-unquote-arg.
4461 Handle -print-nonl.
4462
de5939ba
CS
44632012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
4464
4465 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
4466 (Bug#10987).
4467
0c93eabf
CY
44682012-03-11 Chong Yidong <cyd@gnu.org>
4469
397a688f
CY
4470 * simple.el (goto-line): Doc fix (Bug#9938).
4471
2cc775f9
CY
4472 * subr.el (save-window-excursion): Doc fix (Bug#9979).
4473
0c93eabf
CY
4474 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
4475 when finished (Bug#10963).
4476
c491fa41
MR
44772012-03-11 Martin Rudalics <rudalics@gmx.at>
4478
4479 * window.el (split-window-below): Fix bug in case where
4480 split-window-keep-point is nil (Bug#10971).
4481
300e8fa5
JL
44822012-03-11 Juri Linkov <juri@jurta.org>
4483
4484 * replace.el (replace-highlight): Set isearch-word to nil
4485 unconditionally. (Bug#10887)
4486
dbf6c5a1
EZ
44872012-03-10 Eli Zaretskii <eliz@gnu.org>
4488
4489 * net/mairix.el (mairix-replace-invalid-chars): Rename from
4490 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 4491 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
4492 (mairix-widget-create-query): Add usage information about mairix
4493 search forms: negating words, searching for substrings, etc.
4494
b9e501de
JP
44952012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
4496
4497 * international/fontset.el (font-encoding-alist): Add an entry for
4498 ksx1001 (Bug#5667).
4499
92795c91
RS
45002012-03-10 Richard Stallman <rms@gnu.org>
4501
1694e6c1
RS
4502 * mail/sendmail.el (mail-encode-header):
4503 Set rfc2047-encode-encoded-words.
4504
607e8555
RS
4505 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
4506
de3bc99a
RS
4507 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
4508 view buffer means not swapped.
4509 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
4510 (rmail-write-region-annotate): Error if real text has disappeared.
4511
92795c91
RS
4512 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
4513
699bd04e
CY
45142012-03-10 Chong Yidong <cyd@gnu.org>
4515
4516 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
4517 * emulation/cua-base.el (cua--init-keymaps):
4518 Add delete-forward-char to remappings (Bug#9666).
699bd04e 4519
570a1714
MR
45202012-03-10 Martin Rudalics <rudalics@gmx.at>
4521
dbbc2e69
SM
4522 * speedbar.el (speedbar-unhighlight-one-tag-line):
4523 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 4524
82dcf4e4
CY
45252012-03-10 Chong Yidong <cyd@gnu.org>
4526
7a2c7ca7
CY
4527 * minibuffer.el (completion-in-region, completion-help-at-point):
4528 Give the completion field overlay a high priority (Bug#6830).
4529
82dcf4e4
CY
4530 * dired.el (dired-goto-file): Recognize absolute file name
4531 listings (Bug#7126).
4532 (dired-goto-file-1): New helper function.
4533 (dired-toggle-read-only): Inhibit warnings.
4534
052e28ac
MA
45352012-03-09 Michael Albinus <michael.albinus@gmx.de>
4536
75f1671a 4537 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
4538 there are no properties.
4539
95d5e396
LL
45402012-03-09 Leo Liu <sdl.web@gmail.com>
4541
4542 * savehist.el (savehist-printable): Stricter check for string
4543 value (Bug#10937).
4544
3f018d6d
EZ
45452012-03-09 Eli Zaretskii <eliz@gnu.org>
4546
dbbc2e69
SM
4547 * mail/smtpmail.el (smtpmail-send-it):
4548 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
4549 valid mbox format.
4550
f7fd3d79
GM
45512012-03-09 Glenn Morris <rgm@gnu.org>
4552
4553 * files.el (dir-locals-find-file):
4554 Don't check result is regular, readable.
4555 (dir-locals-read-from-file): Demote errors.
4556
6ff6e72f
EZ
45572012-03-08 Eli Zaretskii <eliz@gnu.org>
4558
dbbc2e69
SM
4559 * international/quail.el (quail-insert-kbd-layout):
4560 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
4561 layout cell, to prevent their reordering by bidi display engine.
4562 For details, see the discussion in
4563 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
4564
9cec7834
AM
45652012-03-08 Alan Mackenzie <acm@muc.de>
4566
4567 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
4568 the starting position; make it extend the marked region when
4569 invoked repeatedly - all under appropriate circumstances.
4570 Fixes bugs #5525, #10906.
4571
9a40b8d4
GM
45722012-03-08 Glenn Morris <rgm@gnu.org>
4573
4574 * files.el (locate-dominating-file, dir-locals-find-file):
4575 Undo 2012-03-06 change.
4576
7a08ed35
EZ
45772012-03-07 Eli Zaretskii <eliz@gnu.org>
4578
dbbc2e69
SM
4579 * international/quail.el (quail-help):
4580 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
4581 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
4582 for the reason.
4583
5aca4f71 45842012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
4585
4586 Avoid superfluous registering of signals. (Bug#10807)
4587
4588 * notifications.el (notifications-on-action-object)
4589 (notifications-on-close-object): New defvars.
4590 (notifications-on-action-signal, notifications-on-closed-signal):
4591 Unregister the signal if not needed any longer.
4592 (notifications-notify): Register `notifications-action-signal' or
4593 `notifications-closed-signal', if :on-action or :on-close has been
4594 passed as argument.
4595
78e8b10a
CY
45962012-03-07 Chong Yidong <cyd@gnu.org>
4597
4598 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
4599 non-X platforms.
4600
69481eb8
GM
46012012-03-06 Glenn Morris <rgm@gnu.org>
4602
4603 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
4604 (x-disown-selection-internal, x-get-selection-internal):
4605 Doc fix (add arglist signatures). (Bug#10783)
4606
133b8e11
KS
46072012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
4608
4609 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
4610 Handle breakpoints with no "type".
4611
99a83064
GM
46122012-03-06 Glenn Morris <rgm@gnu.org>
4613
4614 * files.el (locate-dominating-file): Add optional predicate argument.
4615 (dir-locals-find-file): Make use of above change.
4616
17798e78
TTN
46172012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
4618
4619 * info.el (Info-insert-dir): Also try "dir.gz".
4620
eb182446
GM
46212012-03-06 Glenn Morris <rgm@gnu.org>
4622
8f2114ee
GM
4623 * files.el (dir-locals-find-file):
4624 Ignore non-readable or non-regular files. (Bug#10928)
4625
eb182446
GM
4626 * files.el (locate-dominating-file): Doc fix.
4627
24679323
AS
46282012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
4629
4630 * calendar/calendar.el (calendar-set-mode-line):
4631 `getenv' returns a string. (Bug#10951)
4632
01d972a9
LL
46332012-03-05 Leo Liu <sdl.web@gmail.com>
4634
109aa8a9
LL
4635 * simple.el (backward-delete-char-untabify): Constrain point to
4636 field (Bug#10939).
4637
01d972a9
LL
4638 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
4639
10607bea
CY
46402012-03-05 Chong Yidong <cyd@gnu.org>
4641
4642 * simple.el (count-words): If called from Lisp, return the word
4643 count, for symmetry with `count-lines'. Arglist changed.
4644 (count-words--message): Args changed. Consolidate counting code
4645 from count-words and count-words-region.
4646 (count-words-region): Caller changed.
4647 (count-lines-region): Make it an obsolete alias.
4648
5dd11cfe
TH
46492012-03-04 Tassilo Horn <tassilo@member.fsf.org>
4650
4651 * saveplace.el (save-place-to-alist)
4652 (save-place-ignore-files-regexp): Allow value nil to disable this
4653 feature.
4654
c349f4e6
CY
46552012-03-04 Chong Yidong <cyd@gnu.org>
4656
4657 * faces.el (face-spec-reset-face): For the default face, reset the
4658 attributes to default values (Bug#10748).
4659
e627be4c
LMI
46602012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4661
4662 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
4663 previous patch: Check `message-send-mail-function', and not the
4664 default function (bug#10897).
4665
ebeabff4
MA
46662012-03-04 Michael Albinus <michael.albinus@gmx.de>
4667
a41a6cf4
MA
4668 * notifications.el (notifications-on-action-signal)
4669 (notifications-on-closed-signal): Check for unique service name of
4670 incoming event. Fix error in removing entry.
ebeabff4 4671 (top): Register for signals with wildcard service name.
a41a6cf4 4672 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 4673
c1ca42b4
CY
46742012-03-04 Chong Yidong <cyd@gnu.org>
4675
dc9924b8 4676 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 4677
ea16568d
GM
46782012-03-04 Glenn Morris <rgm@gnu.org>
4679
4680 * abbrev.el (copy-abbrev-table, abbrev-table-p)
4681 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
4682 (expand-abbrev, define-abbrev-table): Doc fixes.
4683
fbae4637
LMI
46842012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4685
4686 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
4687 `message-default-send-mail-function' and not `send-mail-function'
4688 when doing the prompting for `sendmail-query-once' before sending
4689 in Message buffers (bug#10897).
4690
a1e7225c
LMI
4691 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
4692 This is inconsistent with all the other stream functions, which leave
4693 the setting up to the higher levels (if so wanted) (bug#10931).
4694
56d093a9
AM
46952012-03-02 Alan Mackenzie <acm@muc.de>
4696
4697 Depessimize the handling of very large macros.
4698
4699 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
4700 (c-macro-cache-syntactic): New variables to implement a one
4701 element macro cache.
4702 (c-invalidate-macro-cache): New function.
4703 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
4704 Adapt to use the new cache.
4705 (c-state-safe-place): Use better the cache of safe positions.
4706 (c-state-semi-nonlit-pos-cache)
4707 (c-state-semi-nonlit-pos-cache-limit):
4708 New variables for...
4709 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
4710 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
4711 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
4712 Use c-state-semi-safe-place.
56d093a9 4713
dbbc2e69
SM
4714 * progmodes/cc-langs.el (c-get-state-before-change-functions):
4715 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 4716
817e5c3d
MA
47172012-03-02 Michael Albinus <michael.albinus@gmx.de>
4718
dbbc2e69
SM
4719 * jka-compr.el (jka-compr-call-process):
4720 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
4721 not remote.
4722
a032a702
MA
47232012-03-01 Michael Albinus <michael.albinus@gmx.de>
4724
4725 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
4726 access of FILE2, if FILE1 does not exist.
4727
99a54f21
MA
4728 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
4729 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
4730
4731 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
4732 Add "PAGER=" to `process-environment'.
4733
f6561e1f
MM
47342012-03-01 Michael R. Mauger <mmaug@yahoo.com>
4735
4736 * progmodes/sql.el: Bug fix
4737 (sql-get-login-ext): Save login values in globals.
4738 (sql-get-login): Use new version of `sql-get-login-ext'.
4739 (sql-interactive-mode): Set global `sql-connection' to nil.
4740 (sql-connect): Set global values for connection.
4741 (sql-product-interactive): Save global values as buffer local.
4742
2d44d9cc
LL
47432012-02-29 Leo Liu <sdl.web@gmail.com>
4744
4745 * abbrev.el (define-abbrevs): Reset sys to nil.
4746
96b49301 47472012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4748
bf7f9bc5
JB
4749 * files.el (file-equal-p): Rename from `files-equal-p'.
4750 Return nil when one or both files don't exist.
96b49301 4751 (file-subdir-of-p): Now only top directory must exists,
4752 return nil if it doesn't.
bf7f9bc5
JB
4753 (copy-directory): No need to test with `file-subdir-of-p' after
4754 creating dir.
4755 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
4756 to `file-equal-p'.
96b49301 4757
44e97401
GM
47582012-02-28 Glenn Morris <rgm@gnu.org>
4759
4760 * shell.el (shell-mode):
4761 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
4762 * play/landmark.el (landmark-font-lock-face-O):
4763 * play/handwrite.el (handwrite):
4764 * play/gomoku.el (gomoku-O):
4765 * net/browse-url.el (browse-url-browser-display):
4766 * international/mule.el (define-charset):
4767 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
4768 * filesets.el (filesets-find-file-delay):
4769 * eshell/em-xtra.el (eshell-xtra):
4770 * eshell/em-unix.el (eshell-grep):
4771 * emulation/viper.el (viper-mode):
4772 * emacs-lisp/regexp-opt.el (regexp-opt-group):
4773 * emacs-lisp/easymenu.el (easy-menu-define):
4774 * calendar/timeclock.el (timeclock-use-display-time):
4775 * bs.el (bs-mode):
4776 * bookmark.el (bookmark-save-flag):
4777 Doc fix (standardize possessive apostrophe usage).
4778
c98c6276
CY
47792012-02-27 Chong Yidong <cyd@gnu.org>
4780
bf7f9bc5
JB
4781 * emulation/viper-cmd.el (viper-intercept-ESC-key):
4782 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 4783
c98c6276
CY
4784 * font-lock.el (font-lock-specified-p): Rename from
4785 font-lock-spec-present. Callers changed.
4786
9c62cd04 47872012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 4788
bf7f9bc5
JB
4789 * emacs-lisp/package.el (package-compute-transaction):
4790 Handle holding a package version to t in package-load-list.
8ac9e529 4791
530739c9
MA
47922012-02-26 Michael Albinus <michael.albinus@gmx.de>
4793
4794 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
4795 (tramp-get-inode, tramp-get-device): Use cached values.
4796
487915d7
AM
47972012-02-26 Alan Mackenzie <acm@muc.de>
4798
4799 Check there is a font-lock specification before doing initial
4800 fontification.
4801
4802 * font-core.el (font-lock-mode): Move the conditional from
4803 :after-hook to font-lock-initial-fontify.
4804 (font-lock-default-function): Move the check for a specification
4805 to font-lock-spec-present.
4806
dc9924b8 4807 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
4808 (font-lock-spec-present): New function.
4809
4fd96557
JB
48102012-02-26 Jim Blandy <jimb@red-bean.com>
4811
4812 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
4813 (gdb-send): Apply it to the operand of the '-interpreter-exec
4814 console' command, so that we can pass arguments with (say) quotes
4815 in them. Store exact string sent in gdb-debug-log (Bug#10765).
4816
9a4888c0
CY
48172012-02-26 Chong Yidong <cyd@gnu.org>
4818
07498861
CY
4819 * help-fns.el (describe-function-1): Clarify description of
4820 remapping (Bug#10844).
4821
9a4888c0
CY
4822 * files.el (files-equal-p): Doc fix.
4823 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
4824 and quit the loop once a mismatch is found.
4825
ea8fb88d
JB
48262012-02-25 Juanma Barranquero <lekktu@gmail.com>
4827
4828 * bs.el (bs--show-with-configuration): Don't throw an error
4829 if the window cannot be split; otherwise, subsequent calls to
4830 bs-show fail, restoring a stale window config. (Bug#10882)
4831
525795c1
JD
48322012-02-25 Jan Djärv <jan.h.d@swipnet.se>
4833
4834 * term/ns-win.el (global-map): Bind ns-drag-file to
4835 ns-find-file (Bug#5855, Bug#10050).
4836
f008086f
AS
48372012-02-25 Andreas Schwab <schwab@linux-m68k.org>
4838
4839 * calendar/parse-time.el (parse-time-string): Allow extractor to
4840 return nil.
4841
a3fcfa99
MA
48422012-02-25 Michael Albinus <michael.albinus@gmx.de>
4843
91027d08
JB
4844 * net/tramp.el (tramp-file-name-for-operation):
4845 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
4846
4847 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
4848 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
4849 Add COPY-CONTENTS argument.
a3fcfa99 4850
67b0de11
CY
48512012-02-25 Chong Yidong <cyd@gnu.org>
4852
4853 Add custom groups for VC backends, for consistency with vc-bzr.
4854
4855 * vc/vc-arch.el (vc-arch):
4856 * vc/vc-cvs.el (vc-cvs):
4857 * vc/vc-git.el (vc-git):
4858 * vc/vc-hg.el (vc-hg):
4859 * vc/vc-mtn.el (vc-mtn):
4860 * vc/vc-rcs.el (vc-rcs):
4861 * vc/vc-sccs.el (vc-sccs):
4862 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
4863 All relevant defcustoms reassigned.
4864
3c9dfce6
CY
48652012-02-25 Chong Yidong <cyd@gnu.org>
4866
1339bf43
CY
4867 * newcomment.el (comment-styles): Add autoload (Bug#10868).
4868
3c9dfce6
CY
4869 * term/x-win.el (x-initialize-window-system): Reduce default for
4870 x-selection-timeout to 5 seconds (Bug#8869).
4871
25b2e303 48722012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4873
ec70a47d
GM
4874 * files.el (files-equal-p, file-subdir-of-p): New functions.
4875 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 4876 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
4877 * dired-aux.el (dired-copy-file-recursive): Same.
4878 (dired-create-files): Modify destination when source is equal to
4879 dest when copying files.
53a46cd0 4880 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 4881
914260cd
MA
48822012-02-24 Michael Albinus <michael.albinus@gmx.de>
4883
4884 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
4885 (Bug#10874)
4886
2cb228f7
AM
48872012-02-23 Alan Mackenzie <acm@muc.de>
4888
4889 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
4890 parameter "after-hook:" to allow the expansion to run code after
4891 the execution of the mode hooks.
4892
4893 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 4894 from font-lock-mode-internal.
2cb228f7 4895
91027d08 4896 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
4897 :after-hook.
4898
8f0fde21
SM
48992012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
4900
3e88618b
SM
4901 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
4902 (completion--cache-all-sorted-completions): New function.
4903 (completion-all-sorted-completions): Use it.
4904 (completion--do-completion, minibuffer-force-complete):
4905 Use it to re-instate the flush hook.
4906
8f0fde21
SM
4907 * icomplete.el (icomplete-completions): Replace last fix with a better
4908 one (bug#10850).
4909
8e911f6f
DG
49102012-02-23 Dmitry Gutov <dgutov@yandex.ru>
4911
4912 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
4913 when it might call us back infinitely (bug#10797).
4914
49fe4321
GM
49152012-02-23 Glenn Morris <rgm@gnu.org>
4916
4917 * minibuffer.el (completion-category-overrides): Doc fix.
4918
b291b572
SM
49192012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
4920
4921 * minibuffer.el (completion-table-with-context): Fix inf-loop.
4922 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
4923
31a9ef2e
GM
49242012-02-23 Glenn Morris <rgm@gnu.org>
4925
5e6e6794 4926 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
4927 (authors-obsolete-files-regexps, authors-ignored-files)
4928 (authors-ambiguous-files, authors-renamed-files-alist):
4929 Add more entries.
4930
0bd1e074
JL
49312012-02-23 Juri Linkov <juri@jurta.org>
4932
4933 * isearch.el (isearch-occur): Sync interactive spec with occur's
4934 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
4935
b617673c
JL
4936 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
4937
19e9789e
JL
49382012-02-22 Juri Linkov <juri@jurta.org>
4939
4940 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
4941 (ucs-insert): Doc fix. Check for hex digits in the string.
4942 Don't display `nil' in the error message. (Bug#10857)
4943
f41ce09d
AM
49442012-02-22 Alan Mackenzie <acm@muc.de>
4945
7a71b18d 4946 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 4947
ac2eceee
GM
49482012-02-22 Glenn Morris <rgm@gnu.org>
4949
4950 * ffap.el (ffap-c-path):
4951 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
4952
abd1f678
CY
49532012-02-22 Chong Yidong <cyd@gnu.org>
4954
4955 * custom.el (load-theme): Doc fix.
4956
f25aef2e
GM
49572012-02-22 Glenn Morris <rgm@gnu.org>
4958
4959 * dired-x.el (dired-guess-shell-alist-default):
4960 Remove escape sequences from nroff output. (Bug#172)
4961
5f8dc2ca
GM
49622012-02-21 Glenn Morris <rgm@gnu.org>
4963
6ff86ec4
GM
4964 * vc/emerge.el (emerge-defvar-local):
4965 Set `permanent-local' property rather than unused `preserved'.
4966
be3223a3 4967 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
4968 (picture-mode-map): Use it. (Bug#10860)
4969 (picture-mode): Doc fix.
4970
3fe58f4f
JB
49712012-02-21 Juanma Barranquero <lekktu@gmail.com>
4972
4973 * newcomment.el (uncomment-region-default): Remove unused binding.
4974
f9a998c3
GM
49752012-02-21 Glenn Morris <rgm@gnu.org>
4976
4977 * textmodes/picture.el (picture-motion, picture-motion-reverse)
4978 (picture-self-insert, picture-tab-chars): Doc fix.
4979 (picture-mode-map): Fix C-a, C-e.
4980
c6029348
GM
49812012-02-20 Glenn Morris <rgm@gnu.org>
4982
4983 * emacs-lisp/authors.el (authors-aliases): Add another entry.
4984
ab1ce9d7
LL
49852012-02-20 Leo Liu <sdl.web@gmail.com>
4986
4987 * icomplete.el (icomplete-completions): Check FROM arg before
4988 passing to substring (Bug#10850).
4989
0fd40f89
CY
49902012-02-19 Chong Yidong <cyd@gnu.org>
4991
4992 * comint.el: Require ansi-color.
4993 (comint-output-filter-functions): Add ansi-color-process-output.
4994
4995 * ansi-color.el: Don't set comint-output-filter-functions; it is
4996 now in the initial value defined in comint.el.
4997 (ansi-color-apply-face-function): New variable.
4998 (ansi-color-apply-on-region): Use it.
4999 (ansi-color-apply-overlay-face): New function.
5000
5001 * shell.el (shell): No need to require ansi-color.
5002 (shell-mode): Use ansi-color-apply-face-function to highlight
5003 color escapes using font-lock-face property (Bug#10835).
5004
20af2394
CY
50052012-02-19 Chong Yidong <cyd@gnu.org>
5006
5007 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
5008 mode-line formats (Bug#10839).
5009
e23a3fbe
GM
50102012-02-18 Glenn Morris <rgm@gnu.org>
5011
b474519e
GM
5012 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
5013
5014 * mail/undigest.el (unforward-rmail-message): Doc fix.
5015
e23a3fbe
GM
5016 * saveplace.el (save-place-ignore-files-regexp): Add :version.
5017
57939ff4
EZ
50182012-02-18 Eli Zaretskii <eliz@gnu.org>
5019
5020 * international/characters.el (script-list): Sync with the latest
5021 Unicode Character Database.
5022
0c23686e
AS
50232012-02-18 Andreas Schwab <schwab@linux-m68k.org>
5024
5025 * international/titdic-cnv.el: Remove duplicate coding tag.
5026 * language/cham.el: Likewise.
5027 * language/tai-viet.el: Likewise.
5028
6818b449
GM
50292012-02-18 Glenn Morris <rgm@gnu.org>
5030
5031 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
5032 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
5033 (calendar-bahai-all-holidays-flag, calendar-other-dates):
5034 * calendar/diary-lib.el (diary-abbreviated-year-flag):
5035 * calendar/holidays.el (holiday-bahai-holidays)
5036 (calendar-holidays, list-holidays):
5037 Use utf-8 BahĂ¡'Ă­ in doc-strings, menus, etc.
5038
0311a3fc
TH
50392012-02-17 Tassilo Horn <tassilo@member.fsf.org>
5040
5041 * saveplace.el (save-place-ignore-files-regexp): New variable
5042 allowing for excluding files from saving their location of point.
5043 The default value matches the temporary commit message editing
5044 files from Git, SVN, Bazaar, and Mercurial.
5045 (save-place-to-alist): Use it.
5046
eb864a71
LM
50472012-02-17 Lawrence Mitchell <wence@gmx.li>
5048 Stefan Monnier <monnier@iro.umontreal.ca>
5049
5050 * newcomment.el (uncomment-region-default): Don't leave extra space
5051 when an arg is provided (bug#8150).
5052
ee0ce425
TZ
50532012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
5054
eb864a71 5055 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 5056
95ddf442
GM
50572012-02-17 Glenn Morris <rgm@gnu.org>
5058
5059 * net/socks.el: Require network-stream. (Bug#10599)
5060
48dd1e39 50612012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
5062
5063 * international/charprop.el:
5064 * international/uni-name.el:
5065 * international/uni-old-name.el:
5066 * international/uni-comment.el: Regenerate.
5067
d68cd087
GM
50682012-02-16 Glenn Morris <rgm@gnu.org>
5069
5070 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
5071 Interactively in calendar buffer, give an error if not on a date.
5072
13932042
GM
50732012-02-15 Glenn Morris <rgm@gnu.org>
5074
5075 * shell.el (shell-delimiter-argument-list):
5076 Revert 2011-02-17 change. (Bug#8027)
5077
c3a70e2b
CY
50782012-02-15 Chong Yidong <cyd@gnu.org>
5079
60236b0d
CY
5080 * minibuffer.el (completion-at-point-functions): Doc fix.
5081
c3a70e2b
CY
5082 * custom.el (defcustom): Doc fix; note use of defvar.
5083
9f26dc24
GM
50842012-02-15 Glenn Morris <rgm@gnu.org>
5085
5086 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
5087 Doc fixes.
5088
6546b134
GM
50892012-02-14 Glenn Morris <rgm@gnu.org>
5090
5091 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
5092
d29b2b4c
LI
50932012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
5094
5095 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
5096 way the ports list is computed.
835bdcba
LI
5097 (smtpmail-query-smtp-server): Prompt the user for a port number if
5098 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 5099
08dcdbc9
TZ
51002012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
5101
5102 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
5103
2605051a
GM
51042012-02-13 Glenn Morris <rgm@gnu.org>
5105
5106 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
5107
7ee99f32
TZ
51082012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
5109
5110 * net/gnutls.el (gnutls-trustfiles): New variable.
5111 (gnutls-negotiate): Use it.
5112
5f0af64f
LI
51132012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
5114
5115 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
5116 does its stuff if Gnus is running.
5117
c14fcc95
AM
51182012-02-13 Alan Mackenzie <acm@muc.de>
5119
5120 Fix a loop in c-set-fl-decl-start.
5121
7a71b18d 5122 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
5123 c-backward-syntactic-ws actually moves backwards.
5124
142b4d90
LL
51252012-02-13 Leo Liu <sdl.web@gmail.com>
5126
5127 * net/rcirc.el (rcirc-markup-attributes): Move point to the
5128 beginning so that all \C-o chars are removed.
5129
fa9958a6
TZ
51302012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
5131
dc9924b8 5132 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 5133
0bc5886a
AM
51342012-02-12 Alan Mackenzie <acm@muc.de>
5135
5136 Fix infinite loop with long macros.
4d6769e1 5137 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 5138
d4bd55e7
CY
51392012-02-12 Chong Yidong <cyd@gnu.org>
5140
5141 * window.el (display-buffer): Doc fix (Bug#10785).
5142
66f3fe22
GM
51432012-02-12 Glenn Morris <rgm@gnu.org>
5144
bd7da63e
GM
5145 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
5146 (x-disown-selection-internal, x-get-selection-internal):
5147 Sync docs with the xselect.c versions.
5148
66f3fe22
GM
5149 * allout-widgets.el: Add missing license notice.
5150
3e0d2fa7
GM
51512012-02-11 Glenn Morris <rgm@gnu.org>
5152
cfecdf09
GM
5153 * select.el (x-get-selection-internal, x-own-selection-internal)
5154 (x-disown-selection-internal):
5155 * x-dnd.el (x-get-selection-internal): Update declarations.
5156
6d216d7f
GM
5157 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
5158
2bed3f04
GM
5159 * window.el (window-sides-slots):
5160 * tool-bar.el (tool-bar-position):
5161 * term/xterm.el (xterm-extra-capabilities):
5162 * ses.el (ses-self-reference-early-detection):
5163 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
5164 (verilog-auto-wire-type)
5165 (verilog-auto-delete-trailing-whitespace)
5166 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
5167 (verilog-auto-tieoff-declaration):
5168 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
5169 (sql-oracle-statement-starters, sql-oracle-scan-on):
5170 * progmodes/prolog.el (prolog-align-comments-flag)
5171 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
5172 (prolog-left-indent-regexp, prolog-paren-indent-p)
5173 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
5174 (prolog-types, prolog-mode-specificators)
5175 (prolog-determinism-specificators, prolog-directives)
5176 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
5177 (prolog-electric-dot-flag)
5178 (prolog-electric-dot-full-predicate-template)
5179 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
5180 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
5181 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
5182 (prolog-program-switches, prolog-prompt-regexp)
5183 (prolog-debug-on-string, prolog-debug-off-string)
5184 (prolog-trace-on-string, prolog-trace-off-string)
5185 (prolog-zip-on-string, prolog-zip-off-string)
5186 (prolog-use-standard-consult-compile-method-flag)
5187 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
5188 (prolog-imenu-max-lines, prolog-info-predicate-index)
5189 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
5190 (prolog-char-quote-workaround):
5191 * progmodes/cc-vars.el (c-defun-tactic):
5192 * net/tramp.el (tramp-encoding-command-interactive)
5193 (tramp-local-end-of-line):
5194 * net/soap-client.el (soap-client):
5195 * net/netrc.el (netrc-file):
5196 * net/gnutls.el (gnutls):
5197 * minibuffer.el (completion-category-overrides)
5198 (completion-cycle-threshold)
5199 (completion-pcm-complete-word-inserts-delimiters):
5200 * man.el (Man-name-local-regexp):
5201 * mail/feedmail.el (feedmail-display-full-frame):
5202 * international/characters.el (glyphless-char-display-control):
5203 * eshell/em-ls.el (eshell-ls-date-format):
5204 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
5205 (lisp-lambda-list-keyword-parameter-indentation)
5206 (lisp-lambda-list-keyword-parameter-alignment):
5207 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
5208 * dired-x.el (dired-omit-verbose):
5209 * cus-theme.el (custom-theme-allow-multiple-selections):
5210 * calc/calc.el (calc-highlight-selections-with-faces)
5211 (calc-lu-field-reference, calc-lu-power-reference)
5212 (calc-note-threshold):
5213 * battery.el (battery-mode-line-limit):
5214 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
5215 (archive-7z-update):
5216 * allout.el (allout-prefixed-keybindings)
5217 (allout-unprefixed-keybindings)
5218 (allout-inhibit-auto-fill-on-headline)
5219 (allout-flattened-numbering-abbreviation):
5220 * allout-widgets.el (allout-widgets-auto-activation)
5221 (allout-widgets-icons-dark-subdir)
5222 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
5223 (allout-widgets-theme-dark-background)
5224 (allout-widgets-theme-light-background)
5225 (allout-widgets-item-image-properties-emacs)
5226 (allout-widgets-item-image-properties-xemacs)
5227 (allout-widgets-run-unit-tests-on-load)
5228 (allout-widgets-time-decoration-activity)
5229 (allout-widgets-hook-error-post-time)
5230 (allout-widgets-track-decoration):
5231 Add missing :version tags to new defcustoms and defgroups.
5232
5fec1b8e
GM
5233 * progmodes/sql.el (sql-ansi-statement-starters)
5234 (sql-oracle-statement-starters): Add custom type.
5235
3e0d2fa7
GM
5236 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
5237 (prolog-system-version): Give it a type.
5238
90b671e2
EZ
52392012-02-11 Eli Zaretskii <eliz@gnu.org>
5240
5241 * term/pc-win.el (x-select-text, x-selection-owner-p)
5242 (x-own-selection-internal, x-disown-selection-internal)
5243 (x-get-selection-internal): Sync doc strings and argument lists
5244 with xselect.c, common-win.el and x-win.el. (Bug#10783)
5245
5eac0c02
LL
52462012-02-11 Leo Liu <sdl.web@gmail.com>
5247
5248 * progmodes/python.el (python-end-of-statement): Fix infinite
5249 loop. (Bug#10788)
5250
f82cb659
GM
52512012-02-10 Glenn Morris <rgm@gnu.org>
5252
5253 * international/mule-cmds.el (unify-8859-on-encoding-mode)
5254 (unify-8859-on-decoding-mode): Properly mark as obsolete.
5255
cc26d239
LI
52562012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
5257
5258 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
5259 about SMTP before checking the From header.
5260
91027d08 5261 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
5262 into own function for reuse by emacsbug.el.
5263
1be3ca5a
LL
52642012-02-10 Leo Liu <sdl.web@gmail.com>
5265
5266 * subr.el (condition-case-unless-debug): Rename from
5267 condition-case-no-debug. All callers changed.
5268 (with-demoted-errors): Fix caller.
5269
5270 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
5271 * nxml/rng-valid.el (rng-do-some-validation):
5272 * emacs-lisp/package.el (package-refresh-contents)
5273 (package-menu-execute):
5274 * desktop.el (desktop-create-buffer):
91027d08 5275 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 5276
b011fbfe
GM
52772012-02-10 Glenn Morris <rgm@gnu.org>
5278
b2096d72
GM
5279 * textmodes/bibtex.el:
5280 Add missing :version tags for new/changed defcustoms.
5281
b011fbfe
GM
5282 * files.el (remote-file-name-inhibit-cache): Doc fixes.
5283
4c7e65bf
LI
52842012-02-09 Lars Ingebrigtsen <larsi@rusty>
5285
5286 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
5287 (smtpmail-via-smtp): Use it, or fall back on the From address.
5288 (smtpmail-send-it): Ditto.
5289
f3934f6f
SM
52902012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
5291
5292 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
5293 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
5294 (byte-compile-tmp-var): New const.
5295 (byte-compile-defvar): Use it to minimize .elc size.
5296 Just use `defvar' rather than simulate it (bug#10761).
5297
a075a2c5
GM
52982012-02-09 Glenn Morris <rgm@gnu.org>
5299
cf3aa21b
GM
5300 * files.el (rename-uniquely): Doc fix. (Bug#3806)
5301
354998cd
GM
5302 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
5303 Add :version tags.
5304
dc9924b8
SM
5305 * progmodes/compile.el (compilation-error-screen-columns)
5306 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 5307
dab3703d
GM
5308 * vc/log-view.el (log-view-toggle-entry-display):
5309 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
5310
3f88cd72
GM
5311 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
5312 (report-emacs-bug-can-use-xdg-email):
5313 (report-emacs-bug-insert-to-mailer): Doc fixes.
5314 (report-emacs-bug): Message fix.
5315
d95b247d
GM
5316 * net/browse-url.el (browse-url-can-use-xdg-open)
5317 (browse-url-xdg-open): Doc fixes.
5318
a075a2c5
GM
5319 * electric.el (electric-indent-mode, electric-pair-mode)
5320 (electric-layout-rules, electric-layout-mode): Doc fixes.
5321 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
5322
ffb6157e
MR
53232012-02-08 Martin Rudalics <rudalics@gmx.at>
5324
5325 * server.el (server-unselect-display): Don't inadvertently kill
5326 the current buffer. (Bug#10729)
5327
e1ac4066
GM
53282012-02-08 Glenn Morris <rgm@gnu.org>
5329
34e8a2da
GM
5330 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
5331 (sql-list-table): Doc fixes.
5332
b4ac6e8c
GM
5333 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
5334 Comment out (does nothing).
5335
e1ac4066
GM
5336 * completion.el (dynamic-completion-mode):
5337 * dirtrack.el (dirtrack-debug-mode):
5338 * electric.el (electric-layout-mode):
5339 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
5340 * face-remap.el (text-scale-mode, buffer-face-mode):
5341 * iimage.el (iimage-mode):
5342 * image-mode.el (image-transform-mode):
5343 * minibuffer.el (completion-in-region-mode):
5344 * scroll-lock.el (scroll-lock-mode):
5345 * simple.el (next-error-follow-minor-mode):
5346 * tar-mode.el (tar-subfile-mode):
5347 * tooltip.el (tooltip-mode):
5348 * vcursor.el (vcursor-use-vcursor-map):
5349 * wid-browse.el (widget-minor-mode):
5350 * emulation/tpu-edt.el (tpu-edt-mode):
5351 * emulation/tpu-extras.el (tpu-cursor-free-mode):
5352 * international/iso-ascii.el (iso-ascii-mode):
5353 * language/thai-util.el (thai-word-mode):
5354 * mail/supercite.el (sc-minor-mode):
5355 * net/goto-addr.el (goto-address-mode):
5356 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
5357 * progmodes/cwarn.el (cwarn-mode):
5358 * progmodes/flymake.el (flymake-mode):
5359 * progmodes/glasses.el (glasses-mode):
5360 * progmodes/hideshow.el (hs-minor-mode):
5361 * progmodes/pascal.el (pascal-outline-mode):
5362 * textmodes/enriched.el (enriched-mode):
5363 * vc/smerge-mode.el (smerge-mode):
5364 Doc fixes (minor mode argument).
5365
5e0d957f
EZ
53662012-02-07 Eli Zaretskii <eliz@gnu.org>
5367
5368 * ls-lisp.el (ls-lisp-sanitize): New function.
5369 (ls-lisp-insert-directory): Use it to fix or remove any elements
5370 in file-alist with missing attributes. (Bug#4673)
5371
98d7371e
AM
53722012-02-07 Alan Mackenzie <acm@muc.de>
5373
5374 Fix spurious recognition of c-in-knr-argdecl.
5375
5376 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
5377 putative K&R region.
5378
667ced3a
AM
53792012-02-07 Alan Mackenzie <acm@muc.de>
5380
eb864a71
LM
5381 * progmodes/cc-engine.el (c-forward-objc-directive):
5382 Prevent looping in "#pragma mark @implementation".
667ced3a 5383
5b77774d
MA
53842012-02-07 Michael Albinus <michael.albinus@gmx.de>
5385
5386 * notifications.el (notifications-on-closed-signal): Make `reason'
5387 optional. (Bug#10744)
5388
af008560
GM
53892012-02-07 Glenn Morris <rgm@gnu.org>
5390
60d47423
GM
5391 * emacs-lisp/easy-mmode.el (define-minor-mode):
5392 Doc fixes for the macro and the mode it defines.
5393
dd605cc4
GM
5394 * image.el (imagemagick-types-inhibit): Doc fix.
5395
af008560
GM
5396 * cus-start.el (imagemagick-render-type): Add it.
5397
5cc59a37
LI
53982012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
5399
4d6769e1
JB
5400 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
5401 Set the default at load time, too, so that `font-lock-fontify-buffer'
5402 can be called without setting up the entire mode first. This fixes
5403 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 5404
9a6dd747
CY
54052012-02-06 Chong Yidong <cyd@gnu.org>
5406
2d16b285
CY
5407 * simple.el (list-processes--refresh): Delete exited processes
5408 (Bug#8094).
5409
171e9b6e
CY
5410 * comint.el (comint-next-prompt): next-single-char-property-change
5411 and prev-single-char-property-change never return nil (Bug#8657).
5412
9a6dd747
CY
5413 * custom.el (defcustom): Doc fix (Bug#9711).
5414
aa4589a7
CY
54152012-02-05 Chong Yidong <cyd@gnu.org>
5416
5c2a252f
CY
5417 * cus-edit.el (custom-variable-reset-backup): Quote the value
5418 before storing it in the customized-value property (Bug#6712).
4aab9006 5419 (custom-display): Add a customization type tag.
983b9602 5420 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 5421
aa4589a7
CY
5422 * wid-edit.el (widget-field-value-get): New optional arg to
5423 suppress trailing whitespace truncation.
5424 (character): Use it (Bug#2689).
5425
1ff980ae
AS
54262012-02-05 Andreas Schwab <schwab@linux-m68k.org>
5427
5428 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
5429 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
5430
03988c98
CY
54312012-02-05 Chong Yidong <cyd@gnu.org>
5432
eeb6cc88
CY
5433 * cus-edit.el (custom-variable-value-create): For mismatched
5434 types, show the current value (Bug#7600).
5435
03988c98
CY
5436 * custom.el (defcustom): Doc fix.
5437
f8cdeef0
GM
54382012-02-05 Glenn Morris <rgm@gnu.org>
5439
5440 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
5441
0696d255
JB
54422012-02-05 Juanma Barranquero <lekktu@gmail.com>
5443
5444 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
5445 (pp-buffer): Use `ignore-errors', `looking-at-p'.
5446 (pp-last-sexp): Use `looking-at-p'.
5447
34c99998
GM
54482012-02-04 Glenn Morris <rgm@gnu.org>
5449
8f05da42
GM
5450 * files.el (revert-buffer):
5451 Doc fix (mention revert-buffer-in-progress-p).
5452
f160676e
GM
5453 * emacs-lisp/ert-x.el (ert-simulate-command):
5454 Check deferred-action-list (which is obsolete) is bound.
5455
c7291ad9
GM
5456 * subr.el (with-wrapper-hook): Doc fixes.
5457
34c99998
GM
5458 * simple.el (filter-buffer-substring-functions)
5459 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
5460
6283a7d3
LL
54612012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
5462
5463 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
5464 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
5465
e96e3013
LL
54662012-02-04 Leo Liu <sdl.web@gmail.com>
5467
5468 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
5469
8ded50f2
GM
54702012-02-04 Glenn Morris <rgm@gnu.org>
5471
82ff1d13
GM
5472 * image.el (image-extension-data): Add obsolete alias.
5473
987a0a16
GM
5474 * isearch.el (isearch-update): Doc fix.
5475
ea32ef46
GM
5476 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
5477
8ded50f2
GM
5478 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
5479
eea14f31
GM
54802012-02-03 Glenn Morris <rgm@gnu.org>
5481
5482 * image.el (image-animated-p): Doc fix. Use image-animated-types.
5483 (image-animate-timeout): Doc fix.
5484
5485 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
5486
12f381b7
GM
54872012-02-02 Glenn Morris <rgm@gnu.org>
5488
953cebf5
GM
5489 * server.el (server-auth-dir): Doc fix.
5490 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
5491
12f381b7
GM
5492 * subr.el (run-mode-hooks): Doc fix.
5493
953a8c3b
JL
54942012-02-02 Juri Linkov <juri@jurta.org>
5495
5496 * image-mode.el (image-toggle-display-image): Remove tautological
5497 `major-mode' from the `derived-mode-p' test.
5498
c5d3843c
KH
54992012-02-02 Kenichi Handa <handa@m17n.org>
5500
9f6e692e 5501 * composite.el (compose-region): Cancel previous change.
c5d3843c 5502
159462d4 55032012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
5504
5505 * composite.el (compose-region, compose-string): Signal error for
5506 a null string component (Bug#6988).
5507
9f562668
CY
55082012-02-01 Chong Yidong <cyd@gnu.org>
5509
e2cef717
CY
5510 * view.el (view-buffer-other-window, view-buffer-other-frame):
5511 Handle special modes like view-buffer (Bug#10650).
5512 (view-buffer): Simplify.
5513
9f562668
CY
5514 * frame.el (set-frame-font): Tweak meaning of third argument.
5515
9f6e692e
JB
5516 * dynamic-setting.el (font-setting-change-default-font):
5517 Use set-frame-font (Bug#9982).
9f562668 5518
781acb9f
GM
55192012-02-01 Glenn Morris <rgm@gnu.org>
5520
6035be52
GM
5521 * progmodes/compile.el (compilation-internal-error-properties):
5522 Respect compilation-first-column in the "*compilation*" buffer.
5523
781acb9f
GM
5524 * emacs-lisp/easy-mmode.el (define-minor-mode):
5525 Relax :variable's test for a named function.
5526
abbceb00
AM
55272012-01-31 Alan Mackenzie <acm@muc.de>
5528
5529 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
5530 off by one error.
5531
fce3fdeb
CY
55322012-01-31 Chong Yidong <cyd@gnu.org>
5533
5534 * frame.el (set-frame-font): New arg ALL-FRAMES.
5535
5536 * menu-bar.el (menu-set-font): Use set-frame-font.
5537
5538 * faces.el (face-spec-reset-face): Don't apply unspecified
5539 attribute values to the default face.
5540
47893581
JB
55412012-01-31 Juanma Barranquero <lekktu@gmail.com>
5542
5543 * progmodes/cwarn.el (cwarn): Remove dead link.
5544 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
5545 Remove * from defcustom docstrings.
5546 (turn-on-cwarn-mode): Make obsolete.
5547 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
5548 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
5549
e58e988a
GM
55502012-01-31 Glenn Morris <rgm@gnu.org>
5551
60dc2671 5552 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 5553 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 5554 Allow named functions to be used as the cdr of :variable.
e58e988a 5555
7a3f511d
GM
55562012-01-30 Glenn Morris <rgm@gnu.org>
5557
5558 * emacs-lisp/authors.el (authors-fixed-entries):
5559 Remove reference to deleted file rnewspost.el.
5560
cb882333
JB
55612012-01-29 Juanma Barranquero <lekktu@gmail.com>
5562
5563 * window.el (window-with-parameter): Remove unused variable `windows'.
5564 (window--side-check): Remove unused variable `code'.
5565 (window--resize-siblings): Remove unused variable `first'.
5566 (adjust-window-trailing-edge): Remove unused variable `failed'.
5567 (window-deletable-p, window--delete): Remove unused variable `buffer'.
5568 Use `let', not `let*'.
5569 (balance-windows-2): Remove unused variable `found'.
5570 (window--state-put-2): Remove unused variable `splits'.
5571 (window-state-put): Remove unused variable `selected'.
5572 (same-window-p): Use `string-match-p'.
5573 (display-buffer-assq-regexp): Remove unused variable `value'.
5574 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
5575 Mark argument ALIST as ignored.
5576 (pop-to-buffer): Remove unused variable `old-window'.
5577
907201af
EZ
55782012-01-29 Eli Zaretskii <eliz@gnu.org>
5579
5580 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
5581 and .lzma compressed files.
5582
ea162670
CY
55832012-01-29 Chong Yidong <cyd@gnu.org>
5584
5b95ee8a
CY
5585 * frame.el (window-system-default-frame-alist): Doc fix.
5586
ea162670
CY
5587 * dynamic-setting.el (font-setting-change-default-font): Don't
5588 change the default face if SET-FONT argument is non-nil (Bug#9982).
5589
d6e6f4b1
SB
55902012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
5591
5592 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
5593
0f29fa41 55942012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
5595
5596 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
5597 breakpoints in files outside current directory (Bug#6098).
5598
db174434
CY
55992012-01-29 Chong Yidong <cyd@gnu.org>
5600
6b25e4e2
SE
5601 * progmodes/python.el: Require ansi-color at top-level.
5602
6df6ae42
JB
5603 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
5604 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
5605 (lisp-mode-abbrev-table): Add doc.
5606 (lisp-mode-variables): Don't set local-abbrev-table.
5607 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
5608
e70ee681
RW
56092012-01-28 Roland Winkler <winkler@gnu.org>
5610
5611 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
5612
ace88aa2
RW
56132012-01-28 Roland Winkler <winkler@gnu.org>
5614
5615 * textmodes/bibtex.el (bibtex-entry-alist): New function.
5616 (bibtex-set-dialect): Use it. Either set global values of
5617 dialect-dependent variables or bind these variables buffer-locally
5618 (Bug#10254).
5619 (bibtex-mode): Call bibtex-set-dialect via
5620 hack-local-variables-hook.
eb864a71
LM
5621 (bibtex-dialect): Update docstring.
5622 Add safe-local-variable predicate.
ace88aa2
RW
5623 (bibtex-entry-alist, bibtex-field-alist): Initialize via
5624 bibtex-set-dialect.
5625 (bibtex-mode-map): Define menu for each dialect.
5626 (bibtex-entry): Fix docstring.
5627
93376c5b
CY
56282012-01-28 Chong Yidong <cyd@gnu.org>
5629
5630 * eshell/esh-arg.el (eshell-quote-argument): New function.
5631
5632 * eshell/esh-ext.el (eshell-invoke-batch-file):
5633 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
5634 first arg to eshell-parse-command (Bug#10523).
5635
4372494f
DA
56362012-01-28 Drew Adams <drew.adams@oracle.com>
5637
5638 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
5639 `default-directory' is non-nil.
5640
4d4ec1f8
EZ
56412012-01-28 Eli Zaretskii <eliz@gnu.org>
5642
5643 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
5644 line that displays system-configuration-options. (Bug#9924)
5645
7c188927
DA
56462012-01-28 Drew Adams <drew.adams@oracle.com>
5647
5648 * descr-text.el (describe-char): Show information about POS, in
5649 addition to information about the character at POS. Improve and
5650 update the doc string. Change "code point" to "code point in
5651 charset", to avoid confusion with the character's Unicode code
5652 point shown above that. (Bug#10129)
5653
e0da685a
EZ
56542012-01-28 Eli Zaretskii <eliz@gnu.org>
5655
5656 * descr-text.el (describe-char): Show the raw character, not only
5657 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
5658 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
5659 for the reasons.
5660
70550acf
PH
56612012-01-28 Phil Hagelberg <phil@hagelb.org>
5662
eb864a71
LM
5663 * emacs-lisp/package.el (package-install):
5664 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 5665
0ce8e868
CY
56662012-01-28 Chong Yidong <cyd@gnu.org>
5667
cb882333
JB
5668 * emacs-lisp/package.el (package-maybe-load-descriptor):
5669 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
5670 (package-maybe-load-descriptor): Use it.
5671 (package-download-transaction): Fully load required packages
5672 inside the loop, so that `require' calls work (Bug#10593).
5673 (package-install): No need to call package-initialize now.
5674
2e7f3bea
CY
56752012-01-28 Chong Yidong <cyd@gnu.org>
5676
6e9bad14
CY
5677 * simple.el (deactivate-mark): Doc fix (Bug#8614).
5678
f823b8ca
CY
5679 * tooltip.el (tooltip-mode): Doc fix.
5680 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
5681
2680c309
CY
5682 * frame.el (set-cursor-color): Doc fix (Bug#352).
5683
d7a9e63b
CY
5684 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
5685 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
5686
2e7f3bea
CY
5687 * cus-edit.el (custom-buffer-create-internal): Fix search button
5688 action (Bug#10542).
2ae01800 5689 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 5690
fc4f7a23
EW
56912012-01-27 Eduard Wiebe <usenet@pusto.de>
5692
5693 * dired.el (dired-mark-files-regexp):
5694 Include any subdirectory components. (Bug#10445)
5695
7dd37071
ML
56962012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
5697
5698 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
5699 Handle [host]:port syntax. (Bug#10533)
5700
a268160b
AH
57012012-01-27 Alex Harsanyi <harsanyi@mac.com>
5702
5703 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
5704
e43273ef
GM
57052012-01-26 Glenn Morris <rgm@gnu.org>
5706
5707 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
5708 * term.el (term-raw-escape-map): Use Control-X-prefix.
5709 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
5710
1edf595d
MR
57112012-01-25 Martin Rudalics <rudalics@gmx.at>
5712
5713 * window.el (window-state-get, window--state-get-1): Don't deal
5714 with fixed-sizeness of windows. Simplify code.
5715
fa8eafef
JC
57162012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
5717
6df6ae42
JB
5718 * window.el (window--state-get-1, window--state-put-2):
5719 Don't save and restore the mark.
fa8eafef 5720
0b21c100
CY
57212012-01-25 Chong Yidong <cyd@gnu.org>
5722
5723 * custom.el (custom-variable-p): Doc fix.
5724
5ae1a6c8
GM
57252012-01-25 Glenn Morris <rgm@gnu.org>
5726
40047858
GM
5727 * dired.el (dired-goto-file): Handle some of the more common
5728 characters that `ls -b' escapes. (Bug#10596)
5729
5ddce96c
GM
5730 * progmodes/compile.el (compilation-next-error-function):
5731 Respect compilation-first-column in the "*compilation*" buffer.
5732 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
5733
5ae1a6c8
GM
5734 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
5735
b559f1a9
GM
57362012-01-24 Glenn Morris <rgm@gnu.org>
5737
5738 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
5739
6725d21a
JD
57402012-01-24 Julien Danjou <julien@danjou.info>
5741
5742 * color.el (color-rgb-to-hsl): Fix value computing.
5743 (color-hue-to-rgb): New function.
5744 (color-hsl-to-rgb): New function.
5745 (color-clamp, color-saturate-hsl, color-saturate-name)
5746 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
5747 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
5748
70df4bbe
GM
57492012-01-24 Glenn Morris <rgm@gnu.org>
5750
5751 * vc/vc-rcs.el (vc-rcs-create-tag):
5752 * vc/vc-sccs.el (vc-sccs-create-tag):
5753 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
5754
802a2ae2
ML
57552012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
5756
5757 * eshell/esh-util.el (eshell-read-hosts-file):
5758 Skip comment lines. (Bug#10549)
5759
d7128bb1
ML
5760 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
5761
d1a5c3b4
JB
57622012-01-23 Juanma Barranquero <lekktu@gmail.com>
5763
2724d9c7
JB
5764 * subr.el (display-delayed-warnings): Doc fix.
5765 (collapse-delayed-warnings): New function to collapse identical
5766 adjacent warnings.
5767 (delayed-warnings-hook): Add it.
d1a5c3b4 5768
a5509865
MA
57692012-01-22 Michael Albinus <michael.albinus@gmx.de>
5770
5771 * net/tramp.el (tramp-action-login): Set connection property "login-as".
5772
a5509865
MA
5773 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
5774 (tramp-default-user-alist): Don't add "pscp".
5775 (tramp-do-copy-or-rename-file-out-of-band): Use connection
5776 property "login-as", if set. (Bug#10530)
5777
cc6d5805
MA
57782012-01-21 Michael Albinus <michael.albinus@gmx.de>
5779
5780 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
5781 "plink1" and "psftp". (Bug#10530)
5782
57832012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
5784
5785 * international/mule-cmds.el (prefer-coding-system): Show a
5786 warning message if the default value of file-name-coding-system
5787 was not changed.
5788
f0960428
JC
57892012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
5790
cb882333
JB
5791 * windmove.el (windmove-reference-loc):
5792 Fix windmove-reference-loc miscalculation.
f0960428 5793
dd6f2a63
JB
57942012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
5795
5796 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
5797 default unit.
5798
7b447e9b
GM
57992012-01-21 Glenn Morris <rgm@gnu.org>
5800
117a9ea1
GM
5801 * international/mule.el (auto-coding-alist): Add .tbz.
5802
7b447e9b
GM
5803 * files.el (local-enable-local-variables): Doc fix.
5804 (inhibit-local-variables-regexps): Rename from
5805 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
5806 Doc fix. Add some extensions from auto-coding-alist.
5807 (inhibit-local-variables-suffixes):
5808 Rename from inhibit-first-line-modes-suffixes. Doc fix.
5809 (inhibit-local-variables-p):
5810 New function, extracted from set-auto-mode-1.
5811 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
5812 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
5813 (hack-local-variables): Doc fix. Make the mode-only case
5814 respect enable-local-variables and friends.
5815 Respect inhibit-local-variables-regexps for file-locals, but
5816 not for directory-locals.
5817 (set-visited-file-name):
5818 Take account of inhibit-local-variables-regexps.
5819 Whether it applies may change as the file name is changed.
5820 * jka-cmpr-hook.el (jka-compr-install):
5821 * jka-compr.el (jka-compr-uninstall):
5822 Update for inhibit-first-line-modes-suffixes name change.
5823
dd6e3cdd
MR
58242012-01-20 Martin Rudalics <rudalics@gmx.at>
5825
5826 * help-macro.el (make-help-screen): Temporarily restore original
5827 binding for minor-mode-map-alist (Bug#10454).
5828
0d0deb38
JD
58292012-01-19 Julien Danjou <julien@danjou.info>
5830
5831 * color.el (color-name-to-rgb): Use the white color to find the max
5832 color component value and return correctly computed values.
5833 (color-name-to-rgb): Add missing float conversion for max value.
5834
34a02f46
MR
58352012-01-19 Martin Rudalics <rudalics@gmx.at>
5836
5837 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
5838 special state value for window-persistent-parameters.
5839 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
5840 (window--state-put-2): Reset all window parameters to nil before
5841 assigning values of persistent parameters.
5842
606c44c4
AM
58432012-01-18 Alan Mackenzie <acm@muc.de>
5844
5845 Eliminate sluggishness and hangs in fontification of "semicolon
5846 deserts".
5847
cb882333
JB
5848 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
5849 Change value 10000 -> 3000.
606c44c4
AM
5850 (c-state-safe-place): Reformulate so it doesn't stack up an
5851 infinite number of wrong entries in c-state-nonlit-pos-cache.
5852 (c-determine-limit-get-base, c-determine-limit): New functions to
5853 determine backward search limits disregarding literals.
5854 (c-find-decl-spots): Amend commenting.
5855 (c-cheap-inside-bracelist-p): New function which detects "={".
5856
5857 * progmodes/cc-fonts.el
5858 (c-make-font-lock-BO-decl-search-function): Give a limit to a
5859 backward search.
5860 (c-font-lock-declarations): Fix an occurrence of point being
5861 undefined. Check additionally for point being in a bracelist or
5862 near a macro invocation without a semicolon so as to avoid a
5863 fruitless time consuming search for a declarator. Give a more
5864 precise search limit for declarators using the new
5865 c-determine-limit.
5866
f3860cea
GM
58672012-01-18 Glenn Morris <rgm@gnu.org>
5868
5869 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
5870 (set-auto-mode): Doc fixes.
5871
1db03b16
GM
58722012-01-17 Glenn Morris <rgm@gnu.org>
5873
0e6038be
GM
5874 * isearch.el (search-nonincremental-instead): Fix doc typo.
5875
1db03b16
GM
5876 * dired.el (dired-insert-directory): Handle newlines in directory name.
5877 (dired-build-subdir-alist): Unescape newlines in directory name.
5878
4cb0aa75
MA
58792012-01-17 Michael Albinus <michael.albinus@gmx.de>
5880
5881 * net/tramp.el (tramp-local-end-of-line): New defcustom.
5882 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
5883 (tramp-action-terminal): Use it. (Bug#10530)
5884
1d00653d
SM
58852012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
5886
5887 * minibuffer.el (completion--replace): Strip properties (bug#10062).
5888
6a6ee00d
MR
58892012-01-16 Martin Rudalics <rudalics@gmx.at>
5890
5891 * window.el (window-state-ignored-parameters): Remove variable.
5892 (window--state-get-1): Rename argument MARKERS to IGNORE.
5893 Handle persistent window parameters. Make copy of clone-of
5894 parameter only if requested. (Bug#10348)
5895 (window--state-put-2): Install a window parameter only if it has
5896 a non-nil value or an existing parameter shall be overwritten.
5897
97912def
MA
58982012-01-15 Michael Albinus <michael.albinus@gmx.de>
5899
5900 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
5901
688070a5
EZ
59022012-01-14 Eli Zaretskii <eliz@gnu.org>
5903
5904 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
5905 don't pass the (nil) value of `upnode' to string-match.
5906
301afadc
CY
59072012-01-14 Chong Yidong <cyd@gnu.org>
5908
5909 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 5910 Fix values recognized by the cursorBlink resource.
301afadc 5911
9e5788aa
PE
59122012-01-14 Paul Eggert <eggert@cs.ucla.edu>
5913
5914 * epg.el (epg--make-temp-file): Avoid permission race condition
5915 when running on old Emacs versions (bug#10403).
5916
3cdb7f5a
GM
59172012-01-14 Glenn Morris <rgm@gnu.org>
5918
5919 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
5920
8c82b1b4
AM
59212012-01-13 Alan Mackenzie <acm@muc.de>
5922
5923 Fix filling for when filladapt mode is enabled.
5924
5925 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
5926 c-mask-paragraph, pass in `fill-paragraph' rather than
5927 `fill-region-as-paragraph'. (This is a reversion of a previous
5928 change.)
eb864a71
LM
5929 * progmodes/cc-mode.el (c-basic-common-init):
5930 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 5931
e517eda4
GM
59322012-01-13 Glenn Morris <rgm@gnu.org>
5933
1498536e
GM
5934 * dired.el (dired-switches-escape-p): New function.
5935 (dired-insert-directory): Use dired-switches-escape-p.
5936 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
5937
e517eda4
GM
5938 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
5939
328f984d
GM
59402012-01-12 Glenn Morris <rgm@gnu.org>
5941
5942 * mail/sendmail.el (mail-mode): Update paragraph-separate for
5943 changes in adaptive-fill-regexp. (Bug#10276)
5944
2cc769a8
AM
59452012-01-11 Alan Mackenzie <acm@muc.de>
5946
5947 Fix Emacs bug #10463 - put `widen's around the critical spots.
5948
1d00653d 5949 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
5950 widen around each invocation of c-state-pp-to-literal. Remove an
5951 unused let variable.
5952
e52c37fa
GM
59532012-01-11 Glenn Morris <rgm@gnu.org>
5954
5955 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 5956 Doc fix.
e52c37fa 5957
96f8741e
CY
59582012-01-10 Chong Yidong <cyd@gnu.org>
5959
1d00653d
SM
5960 * net/network-stream.el (network-stream-open-starttls):
5961 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
5962 response to the capability command.
5963
b09a806e
GM
59642012-01-10 Glenn Morris <rgm@gnu.org>
5965
5966 * mail/unrmail.el (unrmail): Tweak previous change.
5967
7655cb66
CY
59682012-01-09 Chong Yidong <cyd@gnu.org>
5969
5970 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
5971
9d5a8f0b
AM
59722012-01-08 Alan Mackenzie <acm@muc.de>
5973
5974 Optimise font locking in long enum definitions.
5975
5976 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
5977 arm to a cond form to handle enums.
5978 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
5979 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
5980
9a0115ab 59812012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
5982
5983 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 5984 (Bug#10401)
6bb72cbd 5985
f186bb95
LMI
59862012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5987
29232a68
LMI
5988 * faces.el (set-face-attribute): Clarify the meaning of the nil
5989 frame (bug#10294).
5990
4e5d086d
LMI
5991 * subr.el (with-selected-frame): Mention that the selected frame
5992 is restored (bug#9980).
5993
8e66aebe
LMI
5994 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
5995 (bug#9759).
5996
cd394be1 5997 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
5998 (password-read): Don't autoload unused function.
5999
adf4e762
JB
60002012-01-07 Juanma Barranquero <lekktu@gmail.com>
6001
6002 * progmodes/which-func.el (which-func-mode): Turn into a
6003 non-interactive function and mark as obsolete (bug#10428).
6004
89bd9ccd
CY
60052012-01-06 Chong Yidong <cyd@gnu.org>
6006
6007 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
6008 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
6009 functions, along with 1 and -1.
6010
4afee9d5
EZ
60112012-01-06 Eli Zaretskii <eliz@gnu.org>
6012
6013 * time.el (display-time-load-average)
6014 (display-time-default-load-average): Doc fixes. See the thread
6015 starting at
6016 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
6017 for the details.
6018
536aea70
GM
60192012-01-06 Glenn Morris <rgm@gnu.org>
6020
665ae865
GM
6021 * mail/unrmail.el (unrmail): Give an explicit error if the input file
6022 has no messages. (Bug#10377)
6023
c869783d
GM
6024 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
6025 than Info-edit. (Bug#10385)
6026
2bb4227e
GM
6027 * time.el (display-time-load-average, display-time-next-load-average):
6028 Doc fixes.
6029
7d5944b9
GM
6030 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
6031 local setting of buffer-read-only to the input buffer. (Bug#10419)
6032
536aea70
GM
6033 * calendar/calendar.el (calendar-mode):
6034 Locally set scroll-margin to 0. (Bug#10379)
6035
7dccca16
UM
60362012-01-06 Ulrich Mueller <ulm@gentoo.org>
6037
6038 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
6039
afbb7930
GM
60402012-01-05 Glenn Morris <rgm@gnu.org>
6041
6042 * eshell/em-unix.el (diff-no-select): Autoload it.
6043 (eshell/diff): Use diff-no-select. (Bug#10420)
6044
04482335
CY
60452012-01-05 Chong Yidong <cyd@gnu.org>
6046
7baca3bc
CY
6047 * shell.el (shell-dynamic-complete-functions): Revert last change.
6048 (shell-command-completion-function): New function.
6049 (shell-completion-vars): Use it to implement
6050 shell-completion-execonly (Bug#10417).
6051
04482335
CY
6052 * custom.el (enable-theme): Don't set custom-safe-themes.
6053
1d00653d
SM
6054 * cus-theme.el (custom-theme-merge-theme):
6055 Ignore custom-enabled-themes and custom-safe-themes.
04482335 6056
bb5aa5d6
MM
60572012-01-05 Michael R. Mauger <mmaug@yahoo.com>
6058
6059 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
6060 first prompt in `sql-interacive-mode'.
6061 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 6062 keywords.
6df6ae42 6063 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
6064 (sql-product-interactive): Bug fix: Set `sql-buffer' in
6065 context of original buffer. Invoke `sql-login-hook'.
6066
a7183d7c
EZ
60672012-01-04 Eli Zaretskii <eliz@gnu.org>
6068
6069 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
6070 letters in cite-prefix.
6071
a1eacd1e
LMI
60722012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6073
6074 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
6075
787cdb34
CY
60762012-01-03 Chong Yidong <cyd@gnu.org>
6077
1d00653d
SM
6078 * shell.el (shell-dynamic-complete-functions):
6079 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
6080 comint-filename-completion first (Bug#10417).
6081
30710442
RS
60822012-01-02 Richard Stallman <rms@gnu.org>
6083
6084 * battery.el (battery-status-function):
6085 Detect when to use battery-yeeloong-sysfs.
6086 (battery-echo-area-format): Add string for Yeeloong.
6087 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
6088 (battery-yeeloong-sysfs): New function.
6089
f75bfc33
CY
60902012-01-02 Chong Yidong <cyd@gnu.org>
6091
6092 * dirtrack.el (dirtrack-list): Eliminate unused third element.
6093 (dirtrack): Merge code for handling relative filenames in prompt
6094 from shell-dir-cookie-watcher.
6095 (dirtrack-debug-message): New arg to avoid excess format calls.
6096
6097 * shell.el (shell-dir-cookie-re): Variable deleted.
6098 (shell-dir-cookie-watcher): Function deleted.
6099 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
6100 with dirtrack-mode.
6101
651e947e
EZ
61022012-01-01 Eli Zaretskii <eliz@gnu.org>
6103
1d00653d
SM
6104 * term/w32-win.el (dynamic-library-alist) <gnutls>:
6105 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
6106 libgnutls-26.dll.
6107
94d4c7dc
AS
61082011-12-31 Andreas Schwab <schwab@linux-m68k.org>
6109
6110 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
6111
8d43f3cd
EZ
61122011-12-31 Eli Zaretskii <eliz@gnu.org>
6113
6114 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
6115 headers of non-MIME messages, when rmail-enable-mime is non-nil.
6116
98c8795a
MA
61172011-12-29 Michael Albinus <michael.albinus@gmx.de>
6118
6119 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
6120 also for alternative shells.
6121 (tramp-open-connection-setup-interactive-shell): Check, whether
6122 the shell is a busybox.
6123 (tramp-send-command): Don't suppress multiple prompts for
6124 busyboxes, it hurts.
6125
51281b32
CY
61262011-12-28 Chong Yidong <cyd@gnu.org>
6127
6128 * progmodes/gdb-mi.el (gdb-get-source-file-list)
6129 (gdb-get-source-file): Move mode line update to
6130 gdb-get-source-file (Bug#10087).
6131
2170cb53
CY
61322011-12-25 Chong Yidong <cyd@gnu.org>
6133
6134 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
6135 gud-gdb-marker-filter without taking it as an argument.
6136 (gud-gdb-run-command-fetch-lines): Caller changed.
6137 (gud-gdb-completion-function): New variable.
6138 (gud-gdb-completion-at-point): Use it.
6139 (gud-gdb-completions-1): Split from gud-gdb-completions.
6140
6141 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
6142 function as separate arguments.
6143 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
6144 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
6145 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
6146 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
6147 (gdb-stopped, def-gdb-auto-update-trigger)
6148 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
6149 (gdb-get-changed-registers, gdb-get-main-selected-frame):
6150 Callers changed.
2170cb53
CY
6151 (gud-gdbmi-completions): New function.
6152 (gdb): Use it for generating the completion table.
6153
be8b11bb
AM
61542011-12-24 Alan Mackenzie <acm@muc.de>
6155
6156 Introduce a mechanism to widen the region used in context font
1d00653d 6157 locking. Use this to protect declarations from losing their contexts.
be8b11bb 6158
1d00653d
SM
6159 * progmodes/cc-langs.el (c-before-font-lock-functions):
6160 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 6161 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
6162 functions to be run just before context (etc.) font locking.
6163
6164 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 6165 New, functionality extracted from
be8b11bb 6166 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 6167 (c-in-after-change-fontification): New variable.
be8b11bb
AM
6168 (c-after-change): Set c-in-after-change-fontification.
6169 (c-set-fl-decl-start): Rejig its interface, so it can be called
6170 from both after-change and context fontifying.
b81d40f0
JB
6171 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
6172 New functions.
6173 (c-standard-font-lock-fontify-region-function): New variable.
6174 (c-font-lock-fontify-region): New function.
be8b11bb 6175
341cf6ac
JL
61762011-12-24 Juri Linkov <juri@jurta.org>
6177
6178 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
6179 (Bug#10348)
6180
bffcee0a
MA
61812011-12-23 Michael Albinus <michael.albinus@gmx.de>
6182
6183 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
6184 existence of source file. (Bug#10325)
6185
cb5e207c
AM
61862011-12-23 Alan Mackenzie <acm@muc.de>
6187
6188 Fix unstable fontification inside templates.
6189
b81d40f0
JB
6190 * progmodes/cc-langs.el (c-before-font-lock-functions):
6191 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
6192 additionally has c-set-fl-decl-start. The other languages (apart
6193 from AWK) have that as a single entry.
6194
b81d40f0
JB
6195 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
6196 The functionality for "local" declarations has been extracted to
cb5e207c
AM
6197 c-set-fl-decl-start.
6198
b81d40f0
JB
6199 * progmodes/cc-mode.el (c-common-init, c-after-change):
6200 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
6201 (c-set-fl-decl-start): New function, extracted from
6202 c-font-lock-enclosing-decls and enhanced.
6203
60ff536c
JB
62042011-12-23 Juanma Barranquero <lekktu@gmail.com>
6205
6206 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
6207
1c4757d6
JL
62082011-12-22 Juri Linkov <juri@jurta.org>
6209
6210 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
6211
d031f2c7
CY
62122011-12-22 Chong Yidong <cyd@gnu.org>
6213
6214 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
6215
bace743a
DA
62162011-12-21 Drew Adams <drew.adams@oracle.com>
6217
6218 * files.el (file-remote-p): Fix docstring. (Bug#10319)
6219
728a1f2b
JC
62202011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
6221
6222 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
6223
0d373f73
TZ
62242011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
6225
fec0aaa4
TZ
6226 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
6227 highlighting and support. Fix up comments for capitalization.
6228 (cfengine-mode-debug): New var.
6229 (cfengine3-mode): Change the modeline indicator to "CFE3".
6230 (cfengine3-font-lock-keywords): Improve defun highlighting.
6231 (cfengine2-actions): Rename from `cfengine-actions'.
6232 (cfengine2-font-lock-keywords): Rename from
6233 `cfengine-font-lock-keywords'.
6234 (cfengine2-imenu-expression): Rename from
6235 `cfengine-imenu-expression'.
6236 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
6237 (cfengine2-beginning-of-defun): Rename from
6238 `cfengine-beginning-of-defun'.
6239 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
6240 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
6241 (cfengine2-mode): Rename from `cfengine-mode'. Change the
6242 modeline indicator to "CFE2".
6243 (cfengine-mode): Defalias to `cfengine-auto-mode'.
6244 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 6245
bc86f573
CY
62462011-12-21 Chong Yidong <cyd@gnu.org>
6247
6248 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
6249 filename argument.
6250
d45ba96b
MR
62512011-12-20 Martin Rudalics <rudalics@gmx.at>
6252
6253 * window.el (window-normalize-buffer-to-display): Remove.
6254 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
6255
a6198c90
CY
62562011-12-19 Chong Yidong <cyd@gnu.org>
6257
6258 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
6259 Don't signal an error in a predicate function; return non-nil.
6260 (vc-dir-mark-file): Move the error here.
6261 (vc-dir-mark-unmark): If acting on the region, keep going if one
6262 of the entries cannot be marked/unmarked.
6263 (vc-dir-mark-all-files): If current entry is a directory, mark
6264 only child files, as documented.
6265
34c5fb55
VB
62662011-12-19 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
6267
6268 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
6269 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
6270 addition.
6271
c803b2b7
JD
62722011-12-18 Jan Djärv <jan.h.d@swipnet.se>
6273
6274 * term/ns-win.el (ns-get-selection-internal)
6275 (ns-store-selection-internal): Declare.
1154d12e
JB
6276 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
6277 Declare as obsolete.
6278 (ns-get-pasteboard, ns-paste-secondary):
6279 Use ns-get-selection-internal.
6280 (ns-set-pasteboard, ns-copy-including-secondary):
6281 Use ns-store-selection-internal.
c803b2b7 6282
9cff91f8 62832011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
6284
6285 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 6286 (vc-deduce-fileset): Doc fix.
99a289d9 6287
f16c898a
AS
62882011-12-16 Andreas Schwab <schwab@linux-m68k.org>
6289
6290 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
6291
763237c4
SS
62922011-12-13 Sam Steingold <sds@gnu.org>
6293
6294 * man.el (Man-getpage-in-background): When running under a
6295 window-system, ignore $MANWIDTH and $COLUMNS.
6296
5fc1c122
KH
62972011-12-15 Kenichi Handa <handa@m17n.org>
6298
6299 * language/ethio-util.el: Change coding tag to utf-8-emacs.
6300 (setup-ethiopic-environment-internal): Comment out key-binding for
6301 ethio-toggle-punctuation.
6302
13d49cbb
AM
63032011-12-13 Alan Mackenzie <acm@muc.de>
6304
898169a2
AM
6305 Add the switch statement to AWK Mode.
6306
7a71b18d 6307 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
6308 "default" to the keywords regexp.
6309
7a71b18d 6310 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 6311 expression as the rest.
1d00653d
SM
6312 (c-nonlabel-token-key): Allow string literals for AWK.
6313 Refactor for the other modes.
898169a2 6314
13d49cbb 6315 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 6316 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
6317 routines. Limit backward searching in c-font-lock-enclosing.decl.
6318
6319 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
6320 pp-state and literal type in addition to the limits.
1d00653d 6321 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 6322 (c-state-literal-at): Use the above new defun.
1d00653d
SM
6323 (c-slow-in-literal, c-fast-in-literal): Remove.
6324 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
6325
6326 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
6327 being in a literal. Add a limit for backward searching.
6328
6329 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
6330 c-slow-in-literal.
6331
15e0efc7
SM
63322011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
6333
6334 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
6335
454592a6
MR
63362011-12-13 Martin Rudalics <rudalics@gmx.at>
6337
6338 * window.el (delete-other-windows): Use correct frame in call to
6339 window-with-parameter.
6340
87393f26
DP
63412011-12-12 Daniel Pfeiffer <occitan@t-online.de>
6342
6343 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
6344 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
6345 (makefile-gmake-statements, makefile-makepp-statements):
6346 Use it and add new makepp keywords.
6347 (makefile-makepp-font-lock-keywords): Add new patterns.
6348 (makefile-match-function-end): Match new [...] and [[...]].
6349
11636b22
JB
63502011-12-11 Juanma Barranquero <lekktu@gmail.com>
6351
6352 * ses.el (ses-call-printer-return, ses-cell-property-get)
6353 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
6354 (ses-create-cell-variable, ses-reset-header-string)
6355 (ses-cell-set-formula, ses-repair-cell-reference-all)
6356 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
6357 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
6358 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
6359 (ses-aset-with-undo, ses-load, ses-truncate-cell)
6360 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
6361 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
6362 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
6363 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
6364 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
6365 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
6366 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
6367 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
6368
cf018193
VB
63692011-12-11 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
6370
6371 * ses.el: The overall change is to add cell renaming, that is
6372 setting fancy names for cell symbols other than name matching
6373 "\\`[A-Z]+[0-9]+\\'" regexp .
6374 (ses-create-cell-variable): New defun.
6375 (ses-relocate-formula): Relocate formulas only for cells the
6376 symbols of which are not renamed, i.e. symbols whose names do not
6377 match regexp "\\`[A-Z]+[0-9]+\\'".
6378 (ses-relocate-all): Relocate values only for cells the symbols of
6379 which are not renamed.
6380 (ses-load): Create cells variables as the (ses-cell ...) are read,
6381 in order to check row col consistency with cell symbol name only
6382 for cells that are not renamed.
6383 (ses-replace-name-in-formula): New defun.
6384 (ses-rename-cell): New defun.
6385
ee957461
CY
63862011-12-11 Chong Yidong <cyd@gnu.org>
6387
6388 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
6389 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
6390
9a9e9ef0
MR
63912011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
6392
6393 * window.el (other-window): Fix docstring.
6394
92a8eba5
EZ
63952011-12-10 Eli Zaretskii <eliz@gnu.org>
6396
6397 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
6398 `from' or `to' address before taking its substring.
6399 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
6400 encoded name is chopped in the middle of the encoded string, and
6401 thus displayed encoded.
6402
e152e577
JB
64032011-12-10 Juanma Barranquero <lekktu@gmail.com>
6404
6405 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
6406
e5d84bfe
EZ
64072011-12-10 Eli Zaretskii <eliz@gnu.org>
6408
6409 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
6410 to use texinfo-update-node and commands that call it if the
6411 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 6412 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
6413 (texinfo-all-menus-update, texinfo-master-menu)
6414 (texinfo-update-node, texinfo-every-node-update)
6415 (texinfo-multiple-files-update): Doc fix. Warn against updating
6416 all the @node lines.
6417 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
6418 argument is numeric. Explain better in the doc string what the
6419 function really does.
6420 (texinfo-insert-master-menu-list): Improve the error message
6421 displayed if there's no menu in the Top node.
6422 (Bug#2975) See also this thread:
e5d84bfe
EZ
6423 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
6424
1d84e9bb
MG
64252011-12-09 Manuel GĂ³mez <mgrojo@gmail.com> (tiny change)
6426
6427 * speedbar.el (speedbar-supported-extension-expressions):
6428 Add .adb and .ads, commonly used for Ada source code (bug#10256).
6429
382c953b
JB
64302011-12-09 Juanma Barranquero <lekktu@gmail.com>
6431
6432 * printing.el (pr-mode-alist):
6433 * simple.el (filter-buffer-substring-functions)
6434 (completion-list-insert-choice-function):
6435 * window.el (window-with-parameter, window-atom-root)
6436 (window-sides-slots, window-size-fixed, window-min-delta)
6437 (window-max-delta, window--resize-mini-window)
6438 (window--resize-child-windows-normal, window-tree)
6439 (delete-other-windows, quit-window, split-window)
6440 (display-buffer-record-window, special-display-buffer-names)
6441 (special-display-regexps, special-display-popup-frame)
6442 (same-window-p, split-window-sensibly)
6443 (display-buffer-overriding-action, display-buffer-alist)
6444 (display-buffer-base-action, display-buffer, switch-to-buffer)
6445 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
6446 (fit-window-to-buffer, recenter-positions)
6447 (mouse-autoselect-window-state, mouse-autoselect-window-select):
6448 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
6449 and remove unneeded backslashes in docstrings.
6450
39c9faef
SM
64512011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
6452
98449af8
SM
6453 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
6454
39c9faef
SM
6455 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
6456 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
6457 end in ".mk".
6458 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
6459 when reading the makefile (bug#10116).
6460
86ed9fdc
SM
64612011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6462
6463 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
6464 (bug#10116).
6465
5580f89d
GM
64662011-12-06 Glenn Morris <rgm@gnu.org>
6467
6468 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
6469
28d3917c
CY
64702011-12-06 Chong Yidong <cyd@gnu.org>
6471
6472 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
6473
a98edce9
JB
64742011-12-06 Juanma Barranquero <lekktu@gmail.com>
6475
6476 * textmodes/table.el (table-shorten-cell): Fix typo.
6477
e65adfac
CG
64782011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
6479
6480 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
6481
71cc0b74
EZ
64822011-12-05 Eli Zaretskii <eliz@gnu.org>
6483
6484 * descr-text.el (describe-char): Fix display of strong
6485 right-to-left characters and directional embeddings and overrides.
6486
6487 * simple.el (what-cursor-position): Fix display of codepoints of
6488 strong right-to-left characters.
6489
315bc30d
CY
64902011-12-05 Chong Yidong <cyd@gnu.org>
6491
6492 * faces.el (read-color): Doc fix.
6493
58a70b94
GM
64942011-12-05 Glenn Morris <rgm@gnu.org>
6495
6496 * align.el (align--set-marker): Add doc-string.
6497 Don't try to move something that is not a marker. (Bug#10216)
6498
5158face
GM
64992011-12-04 Glenn Morris <rgm@gnu.org>
6500
6501 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
6502 overly zealous deletion of trailing whitespace.
6503
520fca41
JB
65042011-12-04 Juanma Barranquero <lekktu@gmail.com>
6505
6506 * server.el (server-delete-client): On Windows, do not try to delete
6507 the only terminal.
6508 (server-process-filter): On Windows, treat requests for a tty frame as
6509 if they were for a GUI frame if the running server is in GUI mode.
6510
5e605a2e
GM
65112011-12-03 Glenn Morris <rgm@gnu.org>
6512
6513 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
6514
5c3fe83f
SM
65152011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
6516
6f5e57e7
SM
6517 * electric.el: Streamline electric-indent's hook.
6518 (electric-indent-chars): Revert to simple list.
6519 (electric-indent-functions): New var.
6520 (electric-indent-post-self-insert-function): Use it.
6521
5c3fe83f
SM
6522 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
6523 there's no inferior buffer (bug#10196).
6524 (prolog-consult-compile): Don't use toggle-read-only.
6525
6bdac736
MA
65262011-12-02 Michael Albinus <michael.albinus@gmx.de>
6527
6528 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
6529 interrupt. (Bug#10187)
6530
6131ba7f
SM
65312011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6532
99c79fee
SM
6533 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
6534 (bug#9160).
6535
6131ba7f
SM
6536 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
6537 (bug#10191).
6538
cb0a02ea
JL
65392011-12-02 Juri Linkov <juri@jurta.org>
6540
6541 * info.el (Info-search): Display "end of manual" when Isearch
6542 reaches the end of single-file Info manual. (Bug#9918)
6543
66e0570c
EZ
65442011-12-02 Eli Zaretskii <eliz@gnu.org>
6545
6546 * isearch.el (isearch-message-prefix): Run the input method part
6547 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
6548
02b16839
JL
65492011-12-02 Juri Linkov <juri@jurta.org>
6550
6551 * isearch.el (isearch-occur): Use `word-search-regexp' for
6552 `isearch-word'.
6553 (isearch-search-and-update): Add condition for `isearch-word' and
6554 call `word-search-regexp'. (Bug#10145)
6555
0b950688
GM
65562011-12-01 Glenn Morris <rgm@gnu.org>
6557
6558 * eshell/em-hist.el (eshell-hist-initialize):
6559 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 6560 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 6561
9505c3c7
SM
65622011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
6563
6564 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
6565
1bbe96b2 65662011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 6567
a1beca85
SM
6568 * progmodes/verilog-mode.el (verilog-pretty-expr):
6569 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
6570 verilog, such as += *= and the like.
6571 (verilog-assignment-operator-re): Regular expression to find the
6572 assigment operator in a verilog assignment.
6573 (verilog-assignment-operation-re): Regular expression to find an
6574 assignment statement for pretty-expr.
6575 (verilog-in-attribute-p): Query returns true if point is in an
6576 attribute context; used to skip these for expression line up from
6577 pretty-expr.
6578 (verilog-in-parameter-p): Query returns true if point is in an
6579 parameter definition context; used to skip these for expression
6580 line up from pretty-expr.
6581 (verilog-in-parenthesis-p): Query returns true if point is in a
6582 parenthetical expression, specifically ( ) but not [ ] or { };
6583 used by pretty-expr.
6584 (verilog-just-one-space): If there is no space, don't add one.
6585 (verilog-get-lineup-indent-2): Specifically skip just attribute
6586 contexts for expression lineup, rather than skipping all
6587 parenthetical expressions.
6588 (verilog-calculate-indent): Fix comment, and fix indent.
6589 (verilog-do-indent): Indent declarations in lists (suggested by
6590 Joachim Lechner).
6591 (verilog-mode-abbrev-table): Populate abbrev mode with the various
6592 skeleton items.
6593 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
6594 by Alain Mellan).
6595
1bbe96b2 65962011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
6597
6598 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
6599 parameters with embedded comments. Reported by Ray Stevens.
6600 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
6601 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
6602 Reported by Tim Holt.
6603 (verilog-auto): Fix AUTOing a upper module then AUTOing module
6604 instantiated by upper module causing wrong expansion until AUTOed a
6605 second time. Reported by K C Buckenmaier.
6606 (verilog-diff-auto): Fix showing .* as a difference when
6607 `verilog-auto-star-save' off. Reported by Dan Dever.
6608 (verilog-auto-reset, verilog-read-always-signals)
6609 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
6610 temporary signals in reset list if
6611 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
6612 style to each signal's assignment type, bug381.
6613 Reported by Thomas Esposito.
6288f0ca
WS
6614 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
6615 (verilog-uvm-statement-re): Support UVM indentation and
6616 highlighting, with old OVM keywords only.
a1beca85 6617 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
6618 Support AUTOTIEOFF creating non-wire data types.
6619 Suggested by Jonathan Greenlaw.
6288f0ca
WS
6620 (verilog-auto-insert-lisp, verilog-delete-to-paren)
6621 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
6622 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
6623 (verilog-read-sub-decls, verilog-read-sub-decls-line):
6624 Fix mismatching parenthesis inside commented out code when deleting
382c953b 6625 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
6626 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
6627 non-numeric vector width. Reported by Alex Reed.
6628 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 6629 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
6630 (verilog-auto-delete-trailing-whitespace):
6631 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
6632 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
6633 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
6634 Fix verilog-scan-cache corruption when running user AUTO expansion
6635 hooks that call indentation routines.
6636 (verilog-simplify-range-expression): Fix typo ignoring lower case
6637 identifiers.
6638 (verilog-delete-auto): Fix delete-autos to also remove user created
6639 automatics, as long as they start with AUTO.
6640 (verilog-batch-diff-auto, verilog-diff-auto)
6641 (verilog-diff-function): Add `verilog-diff-auto' and bind to
6642 "C-c?" to report differences in AUTO expansion, ignoring spaces.
6643 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
6644 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
6645 (verilog-re-search-forward-quick, verilog-syntax-ppss):
6646 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
6647 is disabled and its cache will get corrupt, causing AUTOS not to
6648 expand. Instead use only -quick functions.
6649 (verilog-scan-region): Fix scanning over escaped quotes.
6650 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
6651 (verilog-re-search-backward-quick)
6652 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
6653 related functions now ignore strings, to fix misparsing of strings
6654 with magic comments embedded in them.
a1beca85
SM
6655 (verilog-read-auto-template):
6656 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
6657 Reported by Brad Dobbie.
6658 (verilog-read-auto-template):
6659 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 6660 Reported by Brad Dobbie.
6288f0ca
WS
6661 (verilog-auto-inst, verilog-auto-inst-param)
6662 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
6663 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
6664 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
6665 debugging templates without merge conflicts, bug357.
6666 Reported by Brad Dobbie.
6667 (verilog-read-auto-template):
6668 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
6669 Reported by Brad Dobbie.
6670 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
6671 abbrevs so user won't be asked to save.
6672 (verilog-read-auto-lisp-present): Fix to start at beginning of
6673 buffer in case called outside of verilog-auto.
6674 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
6675 to "X-2". Reported by Matthew Myers.
6676 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
6677 all inputs from module templates. Reported by Leith Johnson.
6678 (verilog-module-inside-filename-p): Fix locating programs as with
6679 modules.
6680 (verilog-auto-inst-port): Fix vl-width expressions when using
6681 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
6682 (verilog-decls-get-regs, verilog-decls-get-signals,
6683 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
6684 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
6685 verilog-read-decls): Combine reg and wire structures into one var
6686 structure to represent SystemVerilog concepts.
6687 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
6688 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
6689 (verilog-auto-wire-type, verilog-insert-definition):
6690 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
6691 SystemVerilog "logic" keyword instead of "wire"/"reg".
6692 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
6693 to declares outputs that also have assignments (presumably in an
a1beca85
SM
6694 ifdef or generate if so there's not a driver conflict).
6695 Reported by Matthew Myers.
6696 (verilog-auto-declare-nettype, verilog-insert-definition):
6697 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
6698 `default_nettype none. Reported by Julian Gorfajn.
6699 (verilog-read-always-signals-recurse, verilog-read-decls)
6700 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
6701 malformed end statement, bug325. Reported by Joshua Wise and
6702 Andrew Drake.
6703 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
6704 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
6705 when expanding .* in interfaces, bug320.
6706 Reported by Pierre-David Pfister.
6288f0ca 6707 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
6708 name and open parenthesis, bug317.
6709 Reported by Pierre-David Pfister.
6288f0ca
WS
6710 (verilog-simplify-range-expression): Fix simplification of
6711 multiplications inside AUTOWIRE connections, bug303.
6712 (verilog-auto-inst-port): Support parameter expansion in
6713 multidimensional arrays.
6714 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
6715 after "assert property". Reported by Julian Gorfajn.
6716 (verilog-simplify-range-expression): Fix "couldn't merge" errors
6717 with multiplication, bug303.
6718 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
6719 Reported by Jan Frode Lonnum.
6720
1bbe96b2
GM
67212011-11-30 Juanma Barranquero <lekktu@gmail.com>
6722
6723 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
6724 (hfy-shell-file-name, hfy-shell):
6725 * international/fontset.el (x-decompose-font-name): Fix typos.
6726
67272011-11-29 Ken Brown <kbrown@cornell.edu>
6728
6729 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
6730 (gdb-version): Remove defvar.
6731 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
6732 (gdb-gud-context-command, gdb-non-stop-handler)
6733 (gdb-current-context-command, gdb-stopped): Use it.
6734 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
6735 (gdb-non-stop-handler): Don't enable pretty-printing here.
6736 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
6737 non-stop mode. Use the following.
6738 (gdb-check-target-async): New defun.
6739 (gud-watch, gdb-stopped): Fix whitespace.
6740 (gdb-get-source-file): Don't try to display the source file if
6741 `gdb-main-file' is nil.
6742
67432011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
6744
6745 * align.el: Try to generate fewer markers (bug#10047).
6746 (align--set-marker): New macro.
6747 (align-region): Use it.
6748
c935221f
SM
67492011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
6750
6751 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
6752
e70b5064
CY
67532011-11-29 Chong Yidong <cyd@gnu.org>
6754
6755 * indent.el (indent-for-tab-command, indent-according-to-mode):
6756 Doc fix.
6757 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
6758
f3af92b7
MA
67592011-11-29 Michael Albinus <michael.albinus@gmx.de>
6760
6761 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
6762 aware of remote file names. (Bug#10124)
6763
ed472be9
CY
67642011-11-29 Chong Yidong <cyd@gnu.org>
6765
6766 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
6767
24510c22
SM
67682011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6769
6770 * files.el (find-file): Don't use force-same-window (bug#10144).
6771 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
6772 use pop-to-buffer if the selected window can't be used.
6773 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
6774
c60c3703
EZ
67752011-11-28 Eli Zaretskii <eliz@gnu.org>
6776
6777 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
6778 special-mode-map.
6779
e95def75
CY
67802011-11-28 Chong Yidong <cyd@gnu.org>
6781
6782 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
6783
c3f1c606
NR
67842011-11-27 Nick Roberts <nickrob@snap.net.nz>
6785
6786 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
6787 gdb-get-source-file-list on gdb-create-source-file-list.
6788
00db469c
EZ
67892011-11-26 Eli Zaretskii <eliz@gnu.org>
6790
6791 * whitespace.el (whitespace-newline): Use a different foreground
6792 color for 16-color light-background displays.
6793
4ad3bc2a
CY
67942011-11-24 Chong Yidong <cyd@gnu.org>
6795
6796 * window.el (display-buffer--special-action): Doc fix.
6797
e9fce1ac
JB
67982011-11-25 Juanma Barranquero <lekktu@gmail.com>
6799
6800 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
6801 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
6802 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
6803 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
6804 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
6805 (avl-tree-stack-first):
6806 * emacs-lisp/cconv.el (cconv--analyse-use):
6807 * net/gnutls.el (gnutls-negotiate): Fix typos.
6808
cb825e5d
GM
68092011-11-24 Glenn Morris <rgm@gnu.org>
6810
3adbe224
GM
6811 * lpr.el (lpr-windows-system, lpr-lp-system):
6812 * mail/binhex.el (binhex-begin-line):
6813 * progmodes/grep.el (grep-history, grep-find-history):
6814 * textmodes/flyspell.el:
6815 * vc/pcvs-defs.el (cvs-global-menu):
6816 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
6817 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
6818 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
6819
321decc8
GM
6820 * net/tls.el: Fix case of "GnuTLS".
6821
420b63ad
GM
6822 * paths.el (rmail-file-name): Format doc-string for make-docfile.
6823
cb825e5d
GM
6824 * version.el (emacs-build-system): Give it a doc-string.
6825
a0649f08
JL
68262011-11-24 Juri Linkov <juri@jurta.org>
6827
6828 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
6829
c0bc0fd4
GM
68302011-11-24 Glenn Morris <rgm@gnu.org>
6831
6832 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
6833 if called on a non-mime message just toggle the headers. (Bug#8006)
6834
20db1522
JB
68352011-11-24 Juanma Barranquero <lekktu@gmail.com>
6836
6837 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
6838 (allout-lead-with-comment-string, allout-structure-deleted-hook)
6839 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
6840 (allout-rebullet-heading, allout-open-sibtopic)
6841 (allout-toggle-current-subtree-encryption)
6842 (allout-toggle-subtree-encryption, allout-encrypt-string)
6843 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
6844 (allout-distinctive-bullets-string, allout-auto-activation):
6845 * window.el (window-normalize-buffer-to-display):
6846 * progmodes/verilog-mode.el (verilog-batch-indent):
6847 * textmodes/bibtex.el (bibtex-field-braces-opt)
6848 (bibtex-field-strings-opt):
6849 * vc/cvs-status.el (cvs-tree-merge):
6850 Fix typos.
6851
7262a87c
MA
68522011-11-23 Michael Albinus <michael.albinus@gmx.de>
6853
6854 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
6855 `non-essential' to t, in order to avoid remote connections.
6856
283430a1
EZ
68572011-11-23 Eli Zaretskii <eliz@gnu.org>
6858
a1beca85
SM
6859 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6860 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
6861 case-insensitively.
6862
d2992a38
ML
68632011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
6864
6865 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
6866
50419064
GM
68672011-11-23 Glenn Morris <rgm@gnu.org>
6868
da94eca1
GM
6869 * paths.el (rmail-file-name): Reformat the doc-string so that it
6870 is picked up.
6871
9aac4de2
GM
6872 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
6873 (rmail-auto-file): Ignore case in the "special" field names,
6874 as mail-fetch-field does for all others.
6875
8038d2d2
GM
6876 * mail/rmail.el (rmail-forward):
6877 * mail/rmailkwd.el (rmail-set-label):
6878 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
6879 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
6880
f3fe222a
GM
6881 * mail/rmail.el (rmail-current-message): Doc fix.
6882
50419064
GM
6883 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
6884
28109f49
SM
68852011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
6886
6887 * server.el (server-eval-and-print): Allow C-g (bug#6585).
6888
394c65f1
GM
68892011-11-22 Glenn Morris <rgm@gnu.org>
6890
6891 * mail/rmailmm.el (test-rmail-mime-handler)
6892 (test-rmail-mime-bulk-handler)
6893 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
6894
f2a0aa3a
JL
68952011-11-21 Juri Linkov <juri@jurta.org>
6896
1154d12e
JB
6897 * calc/calc.el (calc-read-key-sequence):
6898 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 6899
9c34a344
LMI
69002011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6901
6902 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
6903 Tell the caller that the next line needs recomputation, even
6904 though it doesn't start a sexp (bug#10094).
6905
f04a3be9
SM
69062011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6907
6908 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
6909
7978747f
SM
69102011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
6911
f04a3be9
SM
6912 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
6913 Use force-same-window.
7978747f 6914
fe7a3057
JB
69152011-11-20 Juanma Barranquero <lekktu@gmail.com>
6916
6917 * descr-text.el (describe-char-unicode-data):
6918 * json.el (json-string-escape):
6919 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
6920 (Footnote-unicode, Footnote-style-p):
6921 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
6922
24901d61
CY
69232011-11-20 Chong Yidong <cyd@gnu.org>
6924
6925 * window.el (replace-buffer-in-windows): Restore interactive spec.
6926
bac7ff22
SM
69272011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
6928
24f3d7b9
SM
6929 * electric.el (electric-indent-mode): Fix last change (too optimistic).
6930
bac7ff22
SM
6931 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
6932 (byte-compile-global-not-obsolete-vars): New var.
6933 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
6934 Use it.
6935 (byte-compile-warn-obsolete): Align text with the one in *Help*.
6936
cd1181db
JB
69372011-11-20 Juanma Barranquero <lekktu@gmail.com>
6938
6939 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
6940 * progmodes/pascal.el (electric-pascal-equal):
6941 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
6942 * xml.el (xml-substitute-special): Fix typos.
6943
7fb18e9e
GM
69442011-11-20 Glenn Morris <rgm@gnu.org>
6945
6946 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
6947 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
6948 Doc fixes.
6949 (rmail-decode-mime-charset): Mark as obsolete.
6950
6951 * mail/rmailsum.el (rmail-message-regexp-p-1):
6952 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
6953 Before using mime functions, check they are set. (Bug#10077)
6954
d5a6b3ba
JL
69552011-11-19 Juri Linkov <juri@jurta.org>
6956
6957 * info.el (Info-finder-find-node): Use `package--builtins' instead
6958 of `package-alist'. Use node names formed by the pattern "Keyword "
6959 and the keyword name.
6960
e981b61f
AS
69612011-11-19 Andreas Schwab <schwab@linux-m68k.org>
6962
1d00653d 6963 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 6964
3ffbc301
JL
69652011-11-19 Juri Linkov <juri@jurta.org>
6966
6967 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
6968 that calls `revert-buffer' on all Info buffers. (Bug#9915)
6969 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
6970 `old-history', `old-history-forward'. Add let-binding
6971 `window-selected'. Remove calls to `kill-buffer',
6972 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
6973 before calling `Info-find-node', so `Info-find-node-2' will reread
6974 the Info file. Restore window positions only when `window-selected'
6975 is non-nil.
6976
30c62133
JL
69772011-11-19 Juri Linkov <juri@jurta.org>
6978
6979 * isearch.el (isearch-lazy-highlight-new-loop):
6980 Remove condition `(not isearch-error)'. (Bug#9918)
6981
6982 * misearch.el (multi-isearch-search-fun): Add condition
6983 `(not bound)' to ignore lazy-highlighting search.
6984 Add the search-failed message "end of multi" when the end of
6985 multi-sequence is reached. Uncapitalize the search-failed
6986 message "Repeat for next buffer".
6987
6988 * info.el (Info-search): Add the search-failed message
6989 "end of the manual" when the end of the manual is reached
6990 in Isearch mode.
6991
645ca9cf
JL
69922011-11-19 Juri Linkov <juri@jurta.org>
6993
6994 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
6995 Use non-destructive `remove' instead of `delete' because
6996 `Info-history-list' stored to `Info-isearch-initial-history-list' in
6997 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
6998
df754f66
JL
69992011-11-19 Juri Linkov <juri@jurta.org>
7000
7001 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
7002 to nil instead of binding `search-ring' and `regexp-search-ring'.
7003 (Bug#9185)
7004
0e23d96a
EZ
70052011-11-19 Eli Zaretskii <eliz@gnu.org>
7006
7007 * simple.el (line-move): Force movement by logical lines for any
7008 hscrolled window, not only when auto-hscroll-mode is on.
7009 (line-move-visual): Update doc string to that effect. (Bug#10076)
7010
8a6ccb66
AS
70112011-11-19 Andreas Schwab <schwab@linux-m68k.org>
7012
7013 * language/european.el (macintosh): Define as alias for mac-roman.
7014
49ae5b39
EZ
70152011-11-19 Eli Zaretskii <eliz@gnu.org>
7016
7017 * mail/rmailmm.el (rmail-mime-display-header)
7018 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
7019 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
7020 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
7021 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
7022 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
7023 of a raw aref.
7024 (rmail-mime-entity-segment): To get past the tagline, move forward
7025 2 more lines, to account for the 2 empty lines that precede and
7026 follow the line with the buttons.
7027 (rmail-mime-update-tagline): Move one more line, to get past the
7028 empty line that follows the buttons in the tagline. (Bug#9520)
7029
c56cad4a
MR
70302011-11-19 Martin Rudalics <rudalics@gmx.at>
7031
7032 * window.el (window-max-delta-1, window-min-delta-1)
7033 (window-min-size-1, window-state-get-1, window-state-put-1)
7034 (window-state-put-2): Use "window--" prefix.
7035
cbe71af3
SM
70362011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7037
2ad52c60
SM
7038 * emacs-lisp/smie.el: Improve warnings and conflict detection.
7039 (smie-warning-count): New var.
7040 (smie-set-prec2tab): Use it.
7041 (smie-bnf->prec2): Improve warnings. Add docstring.
7042 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
7043 (smie-bnf--set-class): New function.
7044 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
7045 corner case.
7046
6944dbc1
SM
7047 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
7048 (compilation-error-properties, compilation-move-to-column):
7049 Handle compilation-first-column while in the target buffer.
7050
c400c4d7
SM
7051 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
7052 Don't hardcode point-min==1.
7053
6dbe3e96
SM
7054 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
7055 (eshell-rewrite-for-command): Remove workaround.
7056 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
7057 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
7058 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
7059
cbe71af3
SM
7060 * files-x.el (modify-file-local-variable): Obey commenting conventions.
7061
a8e1496d
GM
70622011-11-17 Glenn Morris <rgm@gnu.org>
7063
7064 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7065 Ignore buffer-local generated-autoload-file if it is the same
7066 as the global value. (Bug#10049)
7067
df85d315
JB
70682011-11-17 Juanma Barranquero <lekktu@gmail.com>
7069
7070 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
7071 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
7072 (reftex-toc-previous-heading, reftex-toc-max-level)
7073 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
7074 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
7075 (reftex-toc-do-promote, reftex-toc-promote-prepare)
7076 (reftex-toc-promote-action, reftex-toc-extract-section-number)
7077 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
7078 (reftex-toc-rename-label, reftex-toc-visit-location)
7079 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
7080 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
7081 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
7082 leaving "*toc*" only for references to the buffer.
7083
a0c2d0ae
MR
70842011-11-17 Martin Rudalics <rudalics@gmx.at>
7085
7086 * window.el (window-resize, delete-window, split-window):
7087 Replace window-splits by window-combination-resize.
1d00653d 7088 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 7089
35c0bac8
GM
70902011-11-17 Glenn Morris <rgm@gnu.org>
7091
7092 * progmodes/sh-script.el (sh-font-lock-keywords-var):
7093 Make bash entry derive from sh entry, not shell entry.
7094
d0c8fc8a
MA
70952011-11-16 Michael Albinus <michael.albinus@gmx.de>
7096
7262a87c
MA
7097 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
7098 local file name.
7099
7877f373
JB
71002011-11-16 Juanma Barranquero <lekktu@gmail.com>
7101
7102 * menu-bar.el (menu-bar-file-menu):
7103 * printing.el (pr-ps-utility):
7104 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
7105 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
7106 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
7107 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
7108 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
7109 (icalendar--convert-cyclic-to-ical)
7110 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
7111 (icalendar--convert-ical-to-diary)
7112 (icalendar--convert-recurring-to-diary)
7113 (icalendar--convert-non-recurring-all-day-to-diary)
7114 (icalendar-import-format-sample):
7115 * progmodes/idlw-shell.el (idlwave-shell-mode):
7116 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
7117 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
7118 (vhdl-ps-print-init): Fix typos.
7119
10649b82
KM
71202011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
7121
9d0cfcd6
GM
7122 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
7123 FSF and collapse date sequence, obscure author/maintainer email address
7124 better, remove extra version line, track relocation of author's webpage.
10649b82 7125
9d0cfcd6
GM
7126 * progmodes/python.el (python-pdbtrack-input-prompt)
7127 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
7128 regular python pdb prompts. Adjustments shamelessly taken exactly as
7129 suggested in EmacsWiki page (tiny change):
7130 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 7131
58179cce
JB
71322011-11-16 Juanma Barranquero <lekktu@gmail.com>
7133
7134 * expand.el (expand-pos, expand-index, expand-point):
7135 Remove redundant info from docstring.
7136 (expand-add-abbrevs): Doc fix.
7137 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
7138 (expand-sample-perl-mode-expand-list): Fix typos.
7139
7140 * net/dbus.el (dbus-event-member-name):
7141 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
7142 * term/pc-win.el (msdos-create-frame-with-faces):
7143 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
7144
b6f67890
MR
71452011-11-16 Martin Rudalics <rudalics@gmx.at>
7146
7147 * window.el (split-window, window-state-get-1)
7148 (window-state-put-1, window-state-put-2): Rename occurrences of
7149 window-nest to window-combination-limit.
1d00653d 7150 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 7151
ce7ddba0
CY
71522011-11-16 Chong Yidong <cyd@gnu.org>
7153
7154 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
7155 regexp (Bug#10033).
7156
3ae704f4
SM
71572011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7158
7159 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
7160 `completing-read' will remove *Completions* and will preserve
7161 current-buffer for us.
7162 (tmm-add-prompt): Users of *Completions* will always (re)set its
7163 major mode.
7164 (tmm-old-comp-map): Remove.
7165
6ad1cdde
GM
71662011-11-16 Glenn Morris <rgm@gnu.org>
7167
7168 * mail/rmailedit.el: Require rmailmm when compiling.
7169 (rmail-old-mime-state): New declaration.
7170 (rmail-edit-current-message): If editing a mime message,
7171 edit the "raw" message from the mbox buffer.
7172 (rmail-cease-edit): Handle mime messages. (Bug#9840)
7173
d20faa20
GM
71742011-11-15 Glenn Morris <rgm@gnu.org>
7175
7176 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
7177 which wasn't being used. Add optional arg to force given state.
7178 (rmail-mime): Add optional arg to force given state.
7179
c7015153
JB
71802011-11-15 Juanma Barranquero <lekktu@gmail.com>
7181
7182 * allout.el (allout-encryption-plaintext-sanitization-regexps):
7183 * frame.el (display-mm-dimensions-alist):
7184 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
7185 (outline-move-subtree-down):
7186 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
7187 (newsticker--treeview-do-get-node):
7188 * net/quickurl.el (quickurl-list-buffer-name):
7189 * progmodes/dcl-mode.el (dcl-mode):
7190 * progmodes/gdb-mi.el (gdb-mapcar*):
7191 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
7192
45261b50
GM
71932011-11-15 Glenn Morris <rgm@gnu.org>
7194
7195 * mail/rmail.el (rmail-file-coding-system): It's only ever used
7196 in a boolean sense, so just make it a boolean, and fix the doc.
7197 (rmail-show-mime-function, rmail-mime-feature)
7198 (rmail-require-mime-maybe): Doc fixes.
7199 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
7200
7201 * mail/rmailmm.el (rmail-show-mime): Doc fix.
7202
0d26e0b6
JB
72032011-11-15 Juanma Barranquero <lekktu@gmail.com>
7204
7205 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
7206 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
7207 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
7208 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
7209
447f30f6
GM
72102011-11-15 Glenn Morris <rgm@gnu.org>
7211
672b871d
GM
7212 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
7213 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
7214 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
7215 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
7216 (rmail-mime, rmail-show-mime): Doc fixes.
7217
f6aa5bb1
GM
7218 * term/ns-win.el (mode-line-frame-identification):
7219 Leave it alone. (Bug#10051)
7220
947cd66b
GM
7221 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
7222
447f30f6
GM
7223 * mail/rmailout.el (rmail-output-to-rmail-buffer):
7224 Handle empty buffers. (Bug#9978)
7225
0b381c7e
JB
72262011-11-14 Juanma Barranquero <lekktu@gmail.com>
7227
7228 * international/mule.el (define-charset):
7229 * mail/rmailmm.el (rmail-mime-find-header-encoding):
7230 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
7231 * progmodes/verilog-mode.el (verilog-backward-token):
7232 * textmodes/ispell.el (lookup-words):
7233 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
7234
71e027ac
GM
72352011-11-14 Glenn Morris <rgm@gnu.org>
7236
56632ce4
GM
7237 * progmodes/executable.el
7238 (executable-make-buffer-file-executable-if-script-p):
7239 Handle file-modes returning nil.
7240
40500957
GM
7241 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
7242 message - not necessary, and causes problems. (Bug#9831)
7243
071c2340
GM
7244 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
7245
d3cfca60
GM
7246 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
7247
71e027ac
GM
7248 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
7249 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
7250 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
7251
89d61221
MR
72522011-11-12 Martin Rudalics <rudalics@gmx.at>
7253
7254 * window.el (window-resize, delete-window): Use window-splits
7255 variable instead of function.
7256 (window-state-get-1, window-state-put-2, window-state-put):
7257 Don't deal with windows' splits status.
7258
98282f6f
GM
72592011-11-12 Glenn Morris <rgm@gnu.org>
7260
7261 * apropos.el (apropos-do-all, apropos-library, apropos-value)
7262 (apropos-documentation): Doc fixes.
7263
40a8bdf6
JB
72642011-11-11 Juanma Barranquero <lekktu@gmail.com>
7265
7266 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
7267 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
7268
65bd19ff
SM
72692011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
7270
7271 * electric.el (electric-indent-post-self-insert-function): Make it
7272 possible for a char to only indent in some circumstances.
7273 (electric-indent-mode): Simplify.
7274
54f9154c
MR
72752011-11-11 Martin Rudalics <rudalics@gmx.at>
7276
7277 * window.el (windows-with-parameter): Remove unused function.
7278 (windows-at-side): Rename to window-at-side-list.
7279 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
7280 (window-side-check, window-size-ignore, window-size-fixed-1)
7281 (window-in-direction-2): Prefix with "window--".
7282 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 7283
68cbc58b
GM
72842011-11-11 Glenn Morris <rgm@gnu.org>
7285
7286 * subr.el (eval-after-load): If FILE is already loaded,
7287 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
7288
b2621720
GM
72892011-11-10 Glenn Morris <rgm@gnu.org>
7290
9a4de110
GM
7291 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
7292 Call svn via vc-svn-command rather than vc-do-command.
7293 (vc-svn-command): Add --non-interactive. (Bug#9993)
7294 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
7295
b2621720
GM
7296 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7297 Add toggle-read-only. (Bug#7292)
7298 * files.el (toggle-read-only): Mention that it should only
7299 be used interactively. (Bug#10006)
7300
1dce7193
SM
73012011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7302
d9ac1a1e
SM
7303 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7304 Adjust regexp for OCaml warnings.
7305
0c325082
SM
7306 * electric.el (electric-pair-post-self-insert-function): Let user
7307 turn it off buffer-locally (bug#9932).
7308
90132c14
SM
7309 * progmodes/python.el (python-beginning-of-statement):
7310 Rewrite (bug#2703).
7311
1dce7193
SM
7312 * progmodes/compile.el: Better handle TABs (bug#9749).
7313 (compilation-internal-error-properties)
7314 (compilation-next-error-function): Obey the target buffer's
7315 compilation-error-screen-columns.
7316
c4e7c63a
JB
73172011-11-09 Juanma Barranquero <lekktu@gmail.com>
7318
7319 * progmodes/meta-mode.el: Remove obsolete comments.
7320 (meta-right-comment-regexp, meta-ignore-comment-regexp):
7321 Fix typos in docstrings.
7322
2cffd681
MR
73232011-11-09 Martin Rudalics <rudalics@gmx.at>
7324
7325 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 7326 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
7327 (window--resizable): New function. Make all callers of
7328 window-resizable call window--resizable instead.
7329 (window-resizable): Rewrite in terms of window--resizable.
7330
0edcba87
GM
73312011-11-08 Glenn Morris <rgm@gnu.org>
7332
7333 * progmodes/delphi.el (delphi-mode-syntax-table):
7334 Let define-derived-mode define a proper syntax table. (Bug#9994)
7335
4b0d61e3
SM
73362011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7337
7338 * window.el: Stay away from defsubst.
7339 (window-list-no-nils): Remove.
7340 (window-state-get-1, window-state-get): Use backquote instead.
7341
cd394be1 73422011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 7343
4b0d61e3 7344 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 7345 Fix incorrect use of default argument in `completing-read'.
7346
e1c2c6f2
MR
73472011-11-08 Martin Rudalics <rudalics@gmx.at>
7348
7349 * window.el (display-buffer-function, special-display-function):
7350 Mention display-buffer-record-window but do not mention
7351 help-setup parameter in doc-strings.
b3f4a882 7352 (window-min-delta): Fix doc-string typo.
e1c2c6f2 7353
105216ed
CY
73542011-11-08 Chong Yidong <cyd@gnu.org>
7355
7356 * window.el (window-total-height, window-total-width): Doc fix.
7357 (window-body-size): Move from C.
7358 (window-body-height, window-body-width): Move to C.
7359
0a9f9ab5
SM
73602011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7361
7362 * window.el: Make special-display like display-buffer-alist (bug#9532).
7363 (display-buffer--special-action): New function, morphed
7364 from display-buffer--special.
7365 (display-buffer): Use it to handle special-display-buffers at higher
7366 priority (just after display-buffer-alist).
7367 (display-buffer-fallback-action, display-buffer--other-frame-action)
7368 (pop-to-buffer-same-window): Remove display-buffer--special.
7369
a769dd15
GM
73702011-11-07 Glenn Morris <rgm@gnu.org>
7371
7372 * calendar/cal-menu.el (cal-menu-set-date-title):
7373 Do nothing if not in a calendar. (Bug#9976)
7374
05a61ee3
SM
73752011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
7376
7377 * files.el (find-file): Always use selected-window.
7378
be7f5545
MR
73792011-11-07 Martin Rudalics <rudalics@gmx.at>
7380
7381 * window.el (window-combinations): Make WINDOW argument
7382 mandatory. Rewrite doc-string.
7383 (walk-window-subtree, window-atom-check, window-min-delta)
7384 (window-max-delta, window--resize-this-window)
7385 (window--resize-root-window-vertically, window-tree)
7386 (balance-windows, window-state-put): Rewrite doc-strings as to
7387 not mention the term "subwindow".
7388 (window--resize-subwindows-skip-p): Rename to
7389 window--resize-child-windows-skip-p.
7390 (window--resize-subwindows-normal): Rename to
7391 window--resize-child-windows-normal.
7392 (window--resize-subwindows): Rename to
7393 window--resize-child-windows.
7394 (window-or-subwindow-p): Rename to window--in-subtree-p.
7395
3c6702ef
ML
73962011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
7397
7398 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
7399 Ensure that mbox format messages end in two newlines (Bug#9974).
7400
49745b39
CY
74012011-11-06 Chong Yidong <cyd@gnu.org>
7402
7403 * window.el (window-combination-p): Function deleted; its
7404 side-effect is not used in any existing code.
7405 (window-combinations, window-combined-p): Call window-*-child
7406 directly.
7407
24300f5f
CY
74082011-11-05 Chong Yidong <cyd@gnu.org>
7409
7410 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
7411 (window-size-ignore, window-state-get): Callers changed.
7412 (window-normalize-window): Rename from window-normalize-any-window.
7413 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 7414 (window-normalize-live-window): Delete.
447f16b8
CY
7415 (window-combination-p, window-combined-p, window-combinations)
7416 (walk-window-subtree, window-atom-root, window-min-size)
7417 (window-sizable, window-sizable-p, window-size-fixed-p)
7418 (window-min-delta, window-max-delta, window-resizable)
7419 (window-resizable-p, window-full-height-p, window-full-width-p)
7420 (window-current-scroll-bars, window-point-1, set-window-point-1)
7421 (window-at-side-p, window-in-direction, window-resize)
7422 (adjust-window-trailing-edge, maximize-window, minimize-window)
7423 (window-deletable-p, delete-window, delete-other-windows)
7424 (record-window-buffer, unrecord-window-buffer)
7425 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
7426 (quit-window, split-window, window-state-put)
7427 (set-window-text-height, fit-window-to-buffer)
7428 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 7429
89bd5ee1
EZ
74302011-11-04 Eli Zaretskii <eliz@gnu.org>
7431
53479029
EZ
7432 * mail/rmail.el (rmail-simplified-subject): Decode subject with
7433 rfc2047-decode-string.
7434 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
7435 warnings.
7436
89bd5ee1
EZ
7437 * window.el (window-body-height, window-body-width): Mention in
7438 the doc string that the return values are in frame's canonical
7439 units. (Bug#9949)
7440
bd17fdee
AM
74412011-11-03 Alan Mackenzie <acm@muc.de>
7442
7443 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
7444 change in cc-engine.el.
7445
acc825c5
SM
74462011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
7447
7448 * window.el (switch-to-buffer): Use `force-same-window' interactively.
7449
1885e5b8
MR
74502011-11-02 Martin Rudalics <rudalics@gmx.at>
7451
7452 * window.el (quit-window): Call unrecord-window-buffer after
7453 showing another buffer in the window. (Bug#9937)
acc825c5 7454 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 7455
ebe06da9
JB
74562011-11-02 Juanma Barranquero <lekktu@gmail.com>
7457
7458 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
7459 Accept status with more than 9 shelves. (Bug#9935)
7460 Reported by Colin D Bennett <colin@gibibit.com>.
7461
4ee88440
MR
74622011-11-01 Martin Rudalics <rudalics@gmx.at>
7463
7464 * help.el (with-help-window): Don't reference
7465 temp-buffer-show-specifiers in doc-string.
7466
08e1d82c
AS
74672011-10-31 Andreas Schwab <schwab@linux-m68k.org>
7468
7469 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
7470 menu-item.
7471
84bd6e9e
VJL
74722011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7473
7474 * whitespace.el: New version 13.2.2.
7475 (whitespace-newline-mode): Disable properly. Reported by Sarah
7476 <EmacsWiki>.
7477
dba0634a
UJ
74782011-10-30 Ulf Jasper <ulf.jasper@web.de>
7479
7480 * net/newst-treeview.el: Remove "Time-stamp".
7481 (newsticker--group-manage-orphan-feeds): Do not call
7482 newsticker--treeview-tree-update.
db22a3c2
JB
7483 (newsticker-treeview-update, newsticker-treeview):
7484 Call newsticker--treeview-tree-update if necessary.
dba0634a 7485
3d8daefe
MR
74862011-10-30 Martin Rudalics <rudalics@gmx.at>
7487
7488 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
7489 (window-iso-combinations): Remove "iso-" infix.
7490 Suggested by Chong Yidong.
3d8daefe
MR
7491 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
7492 (window-max-delta-1, window-resize, window--resize-siblings)
7493 (window--resize-this-window, adjust-window-trailing-edge)
7494 (split-window, balance-windows-1)
7495 (shrink-window-if-larger-than-buffer):
7496 * calendar/calendar.el (calendar-generate-window):
db22a3c2 7497 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 7498
1bc4c3ae
SM
74992011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7500
7501 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
7502 in place (bug#9907).
7503 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
7504 (eshell-rewrite-if-command, eshell-rewrite-for-command)
7505 (eshell-structure-basic-command, eshell-rewrite-while-command)
7506 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
7507 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
7508 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
7509 (eshell-do-pipelines-synchronously, eshell-eval-command):
7510 Use backquotes and prefer setq to set.
7511 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
7512 (eshell-macrop): Use functionp.
c1e2f5fa 7513 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 7514
30b65d9c
CY
75152011-10-30 Chong Yidong <cyd@gnu.org>
7516
7517 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
7518 instead of set-mark (Bug#9810).
7519
2d197ffb
CY
75202011-10-30 Chong Yidong <cyd@gnu.org>
7521
7522 * window.el (split-window-below, split-window-right): Rename from
7523 split-window-above-each-other and split-window-side-by-side
7524 respectively. All callers changed.
7525 (split-window-sensibly, split-window-sensibly): Use them.
7526 (split-window-keep-point): Doc fix.
7527
7528 * isearch.el: Add isearch-scroll property to split-window-below
7529 and split-window-right.
7530
7531 * follow.el (follow-mode):
7532 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
7533 * progmodes/ada-xref.el (ada-gdb-application):
7534 * emulation/vip.el (vip-buffer-in-two-windows):
7535 * image-dired.el (image-dired-dired-with-window-configuration):
7536 * dired-x.el (dired-do-find-marked-files):
7537 * dired.el (dired-pop-to-buffer):
7538 * bs.el (bs--show-with-configuration):
7539 * vc/emerge.el (emerge-setup-windows):
7540 * textmodes/two-column.el (2C-two-columns):
7541 * textmodes/reftex-toc.el (reftex-toc):
7542 * progmodes/gdb-mi.el (gdb-setup-windows):
7543 * progmodes/fortran.el (fortran-window-create):
7544 * net/newst-treeview.el (newsticker--treeview-window-init):
7545 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
7546 * emulation/tpu-edt.el (tpu-gold-map):
7547 * emulation/crisp.el (crisp-mode-map):
7548 * calendar/calendar.el (calendar-basic-setup): Callers changed.
7549
38bb2ca8
CY
75502011-10-29 Chong Yidong <cyd@gnu.org>
7551
aa4de341
CY
7552 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
7553
e1eb5385
CY
7554 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
7555
5d2ece3c
CY
7556 * textmodes/flyspell.el (flyspell-word): Fix char offset for
7557 forged Ispell output (Bug#7904).
7558
38bb2ca8
CY
7559 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
7560
d0af9f77
SM
75612011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7562
7563 * doc-view.el: Avoid ugly errors about not finding nil.
7564 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
7565 (doc-view-dvipdf-program, doc-view-unoconv-program)
7566 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
7567 Avoid nil or absolute file name as default value.
7568 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
7569
52bedd34
AM
75702011-10-28 Alan Mackenzie <acm@muc.de>
7571
db22a3c2 7572 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 7573
7e43cfa5
AM
75742011-10-28 Alan Mackenzie <acm@muc.de>
7575
7576 Amend the handling of c-beginning/end-of-defun in nested declaration
7577 scopes.
7578
52bedd34
AM
7579 * progmodes/cc-vars.el (c-defun-tactic): Move here from
7580 cc-langs.el. Change it to a defcustom.
7e43cfa5 7581
52bedd34
AM
7582 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
7583 cc-vars.el.
7e43cfa5 7584
d0af9f77
SM
7585 * progmodes/cc-engine.el (c-beginning-of-statement-1):
7586 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 7587
52bedd34 7588 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 7589 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
7590 (c-widen-to-enclosing-decl-scope): New function.
7591 (c-while-widening-to-decl-block): New macro.
7592 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
7593 outward for defun boundaries, and correspondingly change symbol
7594 `respect-enclosure' to `go-outward'.
7595 (c-declaration-limits): Change algorithm to report only the "innermost"
7596 defun's boundaries.
7597
1a2ce9ee
DD
75982011-10-28 Deniz Dogan <deniz@dogan.se>
7599
7600 * net/rcirc.el (rcirc-mode): Use hard newlines.
7601
bc97a826
AM
76022011-10-28 Alan Mackenzie <acm@muc.de>
7603
7604 Amend to indent and fontify macros "which include their own semicolon"
7605 correctly, using the "virtual semicolon" mechanism.
7606
52bedd34 7607 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 7608
d0af9f77 7609 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 7610 Recode to scan one line at a time rather than having \n and \r
58179cce 7611 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 7612 (c-forward-label): Amend for virtual semicolons.
58179cce 7613 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 7614
52bedd34
AM
7615 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
7616 of the new C macros.
bc97a826 7617
52bedd34 7618 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
7619 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
7620 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
7621 (c-opt-cpp-macro-define): Make into a full language variable.
7622 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
7623 AWK Mode (including \n, \r) removed, no longer needed.
7624
d0af9f77
SM
7625 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
7626 Invoke c-make-macro-with-semi-re.
bc97a826 7627
52bedd34
AM
7628 * progmodes/cc-vars.el (c-macro-with-semi-re):
7629 (c-macro-names-with-semicolon): New variables.
58179cce 7630 (c-make-macro-with-semi-re): New function.
bc97a826 7631
7a6c0941
SM
76322011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7633
7634 * vc/log-edit.el: Fill empty field rather than adding new one.
7635 (log-edit-add-field): New function.
7636 (log-edit-insert-changelog): Use it.
7637
b0c4cdcf
ML
76382011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
7639
7640 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
7641
ee1f1da9
SM
76422011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7643
7644 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
7645 (gdb--check-interpreter): New function.
7646 (gdb): Use it.
7647
51bc5f8b
GM
76482011-10-27 Glenn Morris <rgm@gnu.org>
7649
416a2c45
GM
7650 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
7651 (least-positive-float, least-negative-float)
7652 (least-positive-normalized-float, least-negative-normalized-float)
7653 (float-epsilon, float-negative-epsilon):
7654 Remove unnecessary declarations.
7655
7656 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
7657 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
7658 (least-positive-float, least-negative-float)
7659 (least-positive-normalized-float, least-negative-normalized-float)
7660 (float-epsilon, float-negative-epsilon): Add doc-strings,
7661 based on those in cl.texi.
7662
51bc5f8b
GM
7663 * files.el (set-visited-file-name): If the major-mode changed,
7664 reload the local variables. (Bug#9796)
7665
15de15c6
CY
76662011-10-27 Chong Yidong <cyd@gnu.org>
7667
7668 * subr.el (change-major-mode-after-body-hook): New hook.
7669 (run-mode-hooks): Run it.
7670
ee1f1da9
SM
7671 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7672 Use change-major-mode-before-body-hook.
15de15c6
CY
7673
7674 * simple.el (fundamental-mode):
7675 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
7676 change introducing fundamental-mode-hook.
7677
5430d399
JB
76782011-10-26 Juanma Barranquero <lekktu@gmail.com>
7679
acc825c5 7680 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 7681
ad74a69e
MA
76822011-10-26 Michael Albinus <michael.albinus@gmx.de>
7683
7684 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 7685 tramp.el explicitly. (Bug#7583)
ad74a69e 7686
71d4c2a5
SM
76872011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
7688
7689 * progmodes/octave-mod.el:
7690 * progmodes/octave-inf.el: Update maintainer.
7691
b1f6fa26
CY
76922011-10-26 Chong Yidong <cyd@gnu.org>
7693
7694 * subr.el (with-wrapper-hook): Rewrite doc.
7695
3f04efd6
MA
76962011-10-25 Michael Albinus <michael.albinus@gmx.de>
7697
7698 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 7699 filenames "/method:foo:". (Bug#9793)
3f04efd6 7700
410488d3
SM
77012011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7702
7703 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
7704 (bug#9865).
7705
c1ebb47e
GM
77062011-10-24 Glenn Morris <rgm@gnu.org>
7707
7708 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
7709
7f5c46c7
MA
77102011-10-24 Michael Albinus <michael.albinus@gmx.de>
7711
7712 * notifications.el: Add the requirement of a running D-Bus session
7713 bus to the Commentary.
7714
db2440b6
JL
77152011-10-24 Juri Linkov <juri@jurta.org>
7716
7717 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
7718 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
7719 (Bug#9364)
7720
feecf435
JL
77212011-10-24 Juri Linkov <juri@jurta.org>
7722
7723 * info.el (Info-following-node-name-re): Add newline to the list
7724 of allowed characters for leading space. (Bug#9824)
7725
a3839de2
SM
77262011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7727
acc825c5
SM
7728 * progmodes/octave-inf.el (inferior-octave-mode-map):
7729 Fix C-c C-h binding.
a3839de2
SM
7730 * progmodes/octave-mod.el (octave-help): Remove.
7731
09388e76
MA
77322011-10-23 Michael Albinus <michael.albinus@gmx.de>
7733
7734 Sync with Tramp 2.2.3.
7735
7736 * net/tramp-cache.el (top): Pacify byte-compiler using
7737 `init-file-user' and `site-run-file'.
7738
7739 * net/trampver.el: Update release number.
7740
86c60681
CY
77412011-10-23 Chong Yidong <cyd@gnu.org>
7742
7743 * files.el (toggle-read-only): Remove obsolete comment about
7744 version control.
7745
7746 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
7747 for toggle-read-only. Note that this hasn't called vc-next-action
7748 since 2008-05-02, though it wasn't documented at the time.
7749
a3839de2
SM
7750 * vc/ediff-init.el (ediff-toggle-read-only-function):
7751 Use toggle-read-only.
86c60681 7752
cd5495ff
AM
77532011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
7754
7755 Fix bug #9560, sporadic wrong indentation; improve instrumentation
7756 of c-parse-state.
7757
00b77525 7758 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 7759 correct faulty logical expression.
cd5495ff
AM
7760 (c-parse-state-state, c-record-parse-state-state):
7761 (c-replay-parse-state-state): New defvar/defuns.
7762 (c-debug-parse-state): Use new functions.
7763
42ee24ed
MR
77642011-10-22 Martin Rudalics <rudalics@gmx.at>
7765
7766 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 7767 last fix. Use window-in-direction correctly.
42ee24ed 7768
a7dee7e7
CY
77692011-10-21 Chong Yidong <cyd@gnu.org>
7770
7771 * progmodes/idlwave.el (idlwave-mode):
7772 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
7773 require-final-newline; that's done in prog-mode.
7774 Suggested by Stefan Monnier.
a7dee7e7 7775
e07b9a6d
MR
77762011-10-21 Martin Rudalics <rudalics@gmx.at>
7777
7778 * mouse.el (mouse-drag-window-above)
7779 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
7780 (mouse-drag-mode-line-1, mouse-drag-header-line)
7781 (mouse-drag-vertical-line-rightward-window): Remove.
7782 (mouse-drag-line): New function.
7783 (mouse-drag-mode-line, mouse-drag-header-line)
7784 (mouse-drag-vertical-line): Call mouse-drag-line.
7785 * window.el (window-at-side-p, windows-at-side): New functions.
7786
7e1361d9
UM
77872011-10-21 Ulrich Mueller <ulm@gentoo.org>
7788
7789 * tar-mode.el (tar-grind-file-mode):
7790 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
7791
30fcaf3a
CY
77922011-10-21 Chong Yidong <cyd@gnu.org>
7793
7794 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
7795 * progmodes/vera-mode.el (vera-mode):
7796 Use mode-require-final-newline.
30fcaf3a 7797
516eddb0
GM
77982011-10-20 Glenn Morris <rgm@gnu.org>
7799
db22a3c2 7800 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 7801
10d5f513
CS
78022011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
7803
7804 * emulation/cua-base.el (cua-set-mark): Fix case of string.
7805
ac6c8639
CY
78062011-10-20 Chong Yidong <cyd@gnu.org>
7807
7808 * emulation/cua-base.el (cua-mode):
7809 * mail/footnote.el (footnote-mode):
7810 * mail/mailabbrev.el (mail-abbrevs-mode):
7811 * net/xesam.el (xesam-minor-mode):
7812 * progmodes/bug-reference.el (bug-reference-mode):
7813 * progmodes/cap-words.el (capitalized-words-mode):
7814 * progmodes/compile.el (compilation-minor-mode)
7815 (compilation-shell-minor-mode):
7816 * progmodes/gud.el (gud-tooltip-mode):
7817 * progmodes/hideif.el (hide-ifdef-mode):
7818 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
7819 * progmodes/subword.el (subword-mode):
7820 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
7821 * progmodes/which-func.el (which-function-mode):
7822 * term/tvi970.el (tvi970-set-keypad-mode):
7823 * term/vt100.el (vt100-wide-mode):
7824 * textmodes/flyspell.el (flyspell-mode):
7825 * textmodes/ispell.el (ispell-minor-mode):
7826 * textmodes/nroff-mode.el (nroff-electric-mode):
7827 * textmodes/paragraphs.el (use-hard-newlines):
7828 * textmodes/refill.el (refill-mode):
7829 * textmodes/reftex.el (reftex-mode):
7830 * textmodes/rst.el (rst-minor-mode):
7831 * textmodes/sgml-mode.el (html-autoview-mode)
7832 (sgml-electric-tag-pair-mode):
7833 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
7834 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
7835 * emulation/crisp.el (crisp-mode):
7836 * emacs-lisp/eldoc.el (eldoc-mode):
7837 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
7838 minor mode behavior.
7839
aa42ab43
JL
78402011-10-19 Juri Linkov <juri@jurta.org>
7841
7842 * descr-text.el (describe-char): Add #x2010 and #x2011 to
7843 the list of hard-coded chars with escape-glyph face.
7844
89400f1d
SM
78452011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7846
7847 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
7848
305c07f6
MA
78492011-10-19 Michael Albinus <michael.albinus@gmx.de>
7850
7851 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
7852 running process.
7853
13754b54
GM
78542011-10-19 Glenn Morris <rgm@gnu.org>
7855
7856 * vc/vc-bzr.el (vc-bzr-after-dir-status):
7857 Ignore ignored files. (Bug#9726)
7858
06e21633
CY
78592011-10-19 Chong Yidong <cyd@gnu.org>
7860
7861 Doc fix for minor modes, stating that an omitted argument enables
7862 the mode unconditionally when called from Lisp.
7863
7864 * abbrev.el (abbrev-mode):
7865 * allout.el (allout-mode):
7866 * autoinsert.el (auto-insert-mode):
7867 * autoarg.el (autoarg-mode, autoarg-kp-mode):
7868 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
7869 (global-auto-revert-mode):
7870 * battery.el (display-battery-mode):
7871 * composite.el (global-auto-composition-mode)
7872 (auto-composition-mode):
7873 * delsel.el (delete-selection-mode):
7874 * desktop.el (desktop-save-mode):
7875 * dired-x.el (dired-omit-mode):
7876 * dirtrack.el (dirtrack-mode):
7877 * doc-view.el (doc-view-minor-mode):
7878 * double.el (double-mode):
7879 * electric.el (electric-indent-mode, electric-pair-mode):
7880 * emacs-lock.el (emacs-lock-mode):
7881 * epa-hook.el (auto-encryption-mode):
7882 * follow.el (follow-mode):
7883 * font-core.el (font-lock-mode):
7884 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
7885 * help.el (temp-buffer-resize-mode):
7886 * hilit-chg.el (highlight-changes-mode)
7887 (highlight-changes-visible-mode):
7888 * hi-lock.el (hi-lock-mode):
7889 * hl-line.el (hl-line-mode, global-hl-line-mode):
7890 * icomplete.el (icomplete-mode):
7891 * ido.el (ido-everywhere):
7892 * image-file.el (auto-image-file-mode):
7893 * image-mode.el (image-minor-mode):
7894 * iswitchb.el (iswitchb-mode):
7895 * jka-cmpr-hook.el (auto-compression-mode):
7896 * linum.el (linum-mode):
7897 * longlines.el (longlines-mode):
7898 * master.el (master-mode):
7899 * mb-depth.el (minibuffer-depth-indicate-mode):
7900 * menu-bar.el (menu-bar-mode):
7901 * minibuf-eldef.el (minibuffer-electric-default-mode):
7902 * mouse-sel.el (mouse-sel-mode):
7903 * msb.el (msb-mode):
7904 * mwheel.el (mouse-wheel-mode):
7905 * outline.el (outline-minor-mode):
7906 * paren.el (show-paren-mode):
7907 * recentf.el (recentf-mode):
7908 * reveal.el (reveal-mode, global-reveal-mode):
7909 * rfn-eshadow.el (file-name-shadow-mode):
7910 * ruler-mode.el (ruler-mode):
7911 * savehist.el (savehist-mode):
7912 * scroll-all.el (scroll-all-mode):
7913 * scroll-bar.el (scroll-bar-mode):
7914 * server.el (server-mode):
7915 * shell.el (shell-dirtrack-mode):
7916 * simple.el (auto-fill-mode, transient-mark-mode)
7917 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
7918 (line-number-mode, column-number-mode, size-indication-mode)
7919 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
7920 * strokes.el (strokes-mode):
7921 * time.el (display-time-mode):
7922 * t-mouse.el (gpm-mouse-mode):
7923 * tool-bar.el (tool-bar-mode):
7924 * tooltip.el (tooltip-mode):
7925 * type-break.el (type-break-mode-line-message-mode)
7926 (type-break-query-mode):
7927 * view.el (view-mode):
7928 * whitespace.el (whitespace-mode, whitespace-newline-mode)
7929 (global-whitespace-mode, global-whitespace-newline-mode):
7930 * xt-mouse.el (xterm-mouse-mode): Doc fix.
7931
a3839de2
SM
7932 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7933 Fix autogenerated docstring.
06e21633 7934
5214e501
JL
79352011-10-19 Juri Linkov <juri@jurta.org>
7936
7937 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
7938 by checking environment variables "DESKTOP_SESSION" and
7939 "XDG_CURRENT_DESKTOP". (Bug#9779)
7940
195f8db9
JL
79412011-10-19 Juri Linkov <juri@jurta.org>
7942
7943 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
7944 (browse-url-chromium-program, browse-url-chromium-arguments):
7945 New defcustoms.
7946 (browse-url-default-browser): Check for `browse-url-chromium' and
7947 call `browse-url-chromium-program'.
7948 (browse-url-chromium): New command. (Bug#9779)
7949
343a34ff
JB
79502011-10-18 Juanma Barranquero <lekktu@gmail.com>
7951
7952 * facemenu.el (list-colors-duplicates): On Windows, detect more
7953 duplicates by assuming that only colors matching "^System" are
7954 special "system colors". (Bug#9722)
7955
6978a151
SM
79562011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7957
7958 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
7959 to distinguish the author from the committer.
7960
6a80b297
MA
79612011-10-18 Michael Albinus <michael.albinus@gmx.de>
7962
7963 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
7964
b31a5677
JK
79652011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
7966
7967 * international/mule.el (sgml-html-meta-auto-coding-function):
7968 Add support for detecting encoding in HTML5 specified only as
7969 <meta charset="UTF-8">. Implementation just makes http-equiv and
7970 content-type parts from HTML4 encoding string optional. (Bug#9716)
7971
80c6d77f
GM
79722011-10-18 Glenn Morris <rgm@gnu.org>
7973
7974 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
7975
08b0fee8
CY
79762011-10-18 Chong Yidong <cyd@gnu.org>
7977
7978 * faces.el (cursor): Doc fix.
7979
67e729a5
CY
79802011-10-17 Chong Yidong <cyd@gnu.org>
7981
7982 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
7983
343a34ff 79842011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
7985
7986 * dirtrack.el (dirtrack): Support shell buffers with path
7987 prefixes, e.g. tramp-based remote shells. (Bug#9647)
7988
0bc06380
TZ
79892011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
7990
7991 * json.el: Bump version to 1.3 and note change in History.
7992 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
7993
8b79f3e0
SM
79942011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7995
5a7c536b
SM
7996 * comint.el (comint-insert-input, comint-send-input)
7997 (comint-get-old-input-default, comint-backward-matching-input)
7998 (comint-next-prompt): Use nil instead of `input' for field property of
7999 past user input (bug#114).
8000
96a8a0df
SM
8001 * minibuffer.el (completion--replace): Inherit surrounding properties
8002 (bug#114).
8003 (minibuffer-complete-and-exit): Use it.
8004
8b79f3e0
SM
8005 * comint.el (comint--table-subvert): Quote the all-completions output
8006 (bug#9160).
8007
b8f7ff0d
MR
80082011-10-17 Martin Rudalics <rudalics@gmx.at>
8009
8b79f3e0 8010 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 8011
b8f7ff0d 8012 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 8013 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
8014 entries and separate them from frame entries.
8015
c235b555
GM
80162011-10-15 Glenn Morris <rgm@gnu.org>
8017
8018 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
8019 Doc fixes.
8020
6bbfa6e1
CY
80212011-10-15 Chong Yidong <cyd@stupidchicken.com>
8022
8b79f3e0
SM
8023 * net/network-stream.el (network-stream-open-starttls):
8024 Improve detection of failure due to lack of TLS support.
ec5c990d 8025
6bbfa6e1
CY
8026 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
8027 putting the input text in front and in bold.
8028
98488977
SM
80292011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
8030
3d1337be
SM
8031 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
8032
ee0b45e4
SM
8033 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
8034 empty buffer.
8035
98488977
SM
8036 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
8037 unread-command-events rather than pushing yet-another event.
8038
186f4720
EZ
80392011-10-14 Eli Zaretskii <eliz@gnu.org>
8040
8041 * mail/sendmail.el (sendmail-query-once): Improve the wording of
8042 the explanation of the possible choices. Make the options passed
8043 to completing-read shorter.
8044
8b7a997c
AM
80452011-10-13 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
8046
8047 * textmodes/flyspell.el (flyspell-large-region): Make sure
8048 extended character mode is used if defined (Bug#1339).
8049
12587bbb
EZ
80502011-10-13 Eli Zaretskii <eliz@gnu.org>
8051
8052 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
8053 character info for LRE, LRO, RLE, and RLO characters by appending
8054 an invisible PDF.
12587bbb 8055
bad41229
SM
80562011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
8057
8058 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
8059 even in case of error; add debug spec; simplify data flow.
8060 (with-timeout-handler): Remove.
8061
28dbc92f
MA
80622011-10-12 Michael Albinus <michael.albinus@gmx.de>
8063
8064 Fix Bug#6019, Bug#9315.
8065
8066 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
8067 complete `buffer-file-name', the local file name part could look
8068 remotely (for example on VMS).
8069
8070 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
8071 `tramp-run-real-handler'.
8072 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
8073 already quoted by '"'.
8074
8075 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
8076 Let `file-name-handler-alist' be nil, the local file name part
8077 could look remotely (for example on VMS).
8078
e1b0b23a
SM
80792011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8080
8081 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
8082 from here...
8083 (flyspell-post-command-hook): ...to here.
8084
a120bde9
SM
80852011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8086
8087 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
8088 if not needed.
8089 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
8090 using completion. Protect against "slow" callers.
8091 Remove the "message hack".
8092
7ce7717b
JL
80932011-10-11 Juri Linkov <juri@jurta.org>
8094
8095 * isearch.el (isearch-lazy-highlight-word): New variable.
8096 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8097 Use it. (Bug#9727)
8098
c02ee9d6
GM
80992011-10-11 Glenn Morris <rgm@gnu.org>
8100
8101 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
8102 like f90-previous-statement does.
8103
93e616fd 81042011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8105
1f190e73 8106 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
8107 only in interactive use, to avoid error.
8108
af7b6078
SM
81092011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8110
8111 * minibuffer.el (completion-file-name-table): Fix last change,
8112 i.e. ignore normal errors but not the other ones.
8113
0563dae9
MR
81142011-10-10 Martin Rudalics <rudalics@gmx.at>
8115
8116 * window.el (special-display-buffer-names)
8117 (special-display-regexps): Remove some remnants of earlier
8118 changes from doc-strings.
366ca7f3
MR
8119 (quit-windows-on): New function.
8120
8121 * vc/vc.el (vc-revert, vc-rollback):
8122 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
8123 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 8124 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 8125
49677495
MR
81262011-10-09 Martin Rudalics <rudalics@gmx.at>
8127
8128 * window.el (frame-auto-hide-function): Add version tag.
8129 (Bug#9699)
8130
56f2d1e1
MA
81312011-10-09 Michael Albinus <michael.albinus@gmx.de>
8132
8133 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
8134 condition.
8135
112a6592
LL
81362011-10-09 Leo Liu <sdl.web@gmail.com>
8137
8138 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
8139 (Bug#9701)
8140
0812589b
GM
81412011-10-08 Glenn Morris <rgm@gnu.org>
8142
8143 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
8144 before the first code statement zero indent. (Bug#9690)
8145
b2b0776e
CY
81462011-10-08 Chong Yidong <cyd@stupidchicken.com>
8147
8148 * simple.el (count-words-region): Always count in the region.
8149 Report the number of lines and characters too.
8150 (count-words): New command, which counts in the buffer if the
8151 region is inactive, as count-words-region used to.
8152 (count-words--message): New function. Handle plurals.
8153 (count-lines-region): Make it an alias for count-words-region.
8154
8155 * bindings.el (esc-map): Replace count-lines-region with
8156 count-words-region.
8157
c557cd6b
MR
81582011-10-08 Martin Rudalics <rudalics@gmx.at>
8159
8160 * window.el (window--delete): Delete dedicated frame
8161 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 8162 (switch-to-buffer): Fix doc-string typo.
c557cd6b 8163
61a57ef4 81642011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8165
3a7d293b 8166 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 8167
c3833279
CY
81682011-10-07 Chong Yidong <cyd@stupidchicken.com>
8169
8170 * bindings.el ([M-left],[M-right]): Bind to left-word and
8171 right-word respectively.
8172
21ce8245
GM
81732011-10-07 Glenn Morris <rgm@gnu.org>
8174
8175 * cus-start.el (debug-on-quit): Fix custom type.
8176
6d823bb2
LMI
81772011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8178
0181e193
LMI
8179 * subr.el (define-key-after): Clarify that the function is not
8180 useful for non-menu keymaps.
8181
6d823bb2
LMI
8182 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
8183
8e3459ce 81842011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8185
21ce8245 8186 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 8187 in current minibuffer (Fix bug with recursive minibuffers).
8188
a1c2d21e
CY
81892011-10-06 Chong Yidong <cyd@stupidchicken.com>
8190
8191 * progmodes/gdb-mi.el (gdb): Doc fix.
8192
5a4cf282
MR
81932011-10-05 Martin Rudalics <rudalics@gmx.at>
8194
8195 * window.el (frame-auto-hide-function): New option replacing
8196 frame-auto-delete. Suggested by Stefan Monnier.
8197 (window--delete): Call frame-auto-hide-function instead of
8198 investigating frame-auto-delete.
c96111ea
MR
8199 (window-point-1, set-window-point-1): New functions.
8200 (window-in-direction, record-window-buffer, window-state-get-1)
8201 (display-buffer-record-window): Use window-point-1 instead of
8202 window-point.
8203 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 8204
9854542e
SM
82052011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8206
8207 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
8208
8943cfb0
GM
82092011-10-05 Glenn Morris <rgm@gnu.org>
8210
8211 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
8212 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
8213
647ab967
LL
82142011-10-05 Leo Liu <sdl.web@gmail.com>
8215
8216 * subr.el (read-char-choice): Fix argument to buffer-live-p which
8217 works with buffer object.
8218
3ddfbced
SM
82192011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8220
8221 * mpc.el (mpc-tool-bar-map): Add labels.
8222
bdfa5dd2
GM
82232011-10-04 Glenn Morris <rgm@gnu.org>
8224
8225 * calendar/holidays.el (calendar-check-holidays): Doc fix.
8226
0e2070b5
MR
82272011-10-04 Martin Rudalics <rudalics@gmx.at>
8228
8229 * window.el (window--delete): New function.
8230 (frame-auto-delete): Resuscitate option.
8231 (bury-buffer, replace-buffer-in-windows)
8232 (quit-window): Rewrite using window--delete.
8233 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
8234 Pass display-buffer-mark-dedicated to window--display-buffer-2
8235 (Bug#9639).
8236
3dc61a09
SM
82372011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8238
915a9b64
SM
8239 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
8240 returns a list (bug#9554). Add remote file name completion.
8241 * comint.el (comint--table-subvert): Curry and get quote&unquote
8242 functions as arguments.
8243 (comint--complete-file-name-data): Adjust call accordingly.
8244 * pcomplete.el (pcomplete--table-subvert): Remove.
8245 (pcomplete-completions-at-point): Use comint--table-subvert instead.
8246
3dc61a09
SM
8247 * minibuffer.el (completion-table-case-fold): Use currying.
8248 (completion--styles-type, completion--cycling-threshold-type):
8249 New constants.
8250 (completion-styles, completion-category-overrides)
8251 (completion-cycle-threshold): Use them.
8252 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
8253 completion-table-case-fold.
8254
8ea0a993
SB
82552011-10-03 Stephen Berman <stephen.berman@gmx.net>
8256
8257 * minibuffer.el (completion-category-overrides): Fix type of styles
8258 and add more user friendly tags (bug#9660).
8259
8c24b7f6
SM
82602011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8261
8262 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
8263 (mule-input-method-string): New widget.
8264 (default-input-method, language-info-custom-alist): Use it.
8265
428fe61a
SM
82662011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8267
32c1fffd
SM
8268 * pcomplete.el: Require comint.
8269 (pcomplete--common-suffix): Remove.
8270 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
8271 (pcomplete--table-subvert): Sync with comint--table-subvert.
8272 (pcomplete--entries): Use comint-completion-file-name-table.
8273 * comint.el (comint-unquote-filename): Simplify.
8274 (comint-completion-file-name-table): New function (bug#9616).
8275 (comint--complete-file-name-data): Use it.
8276
428fe61a
SM
8277 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
8278 (pcmpl-gnu-tar-buffer): Remove.
8279 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
8280 around. Make sure pcomplete-suffix-list is only changed temporarily.
8281 Don't look inside the tar's file if it's too large.
428fe61a 8282
04c52e2f
CY
82832011-10-01 Chong Yidong <cyd@stupidchicken.com>
8284
ce3cefcc
CY
8285 * cus-edit.el (custom-mode-map):
8286 * epa.el (epa-key-list-mode-map):
8287 * man.el (Man-mode-map):
8288 * startup.el (splash-screen-keymap):
8289 * simple.el (special-mode-map): Use scroll-up-command and
8290 scroll-down-command.
8291
8292 * progmodes/idlw-help.el (idlwave-help-mode-map):
8293 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
8294 * net/newst-plainview.el (newsticker-mode-map):
8295 * emulation/ws-mode.el (wordstar-mode-map):
8296 * emulation/vi.el (vi-com-map):
8297 * calc/calc-graph.el (calc-graph-show-dumb):
8298 * term/sun.el (terminal-init-sun):
8299 * term/ns-win.el (global-map):
8300 * progmodes/grep.el (grep-mode-map):
8301 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
8302 * mail/rmail.el (rmail-mode-map):
8303 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
8304
04c52e2f
CY
8305 * custom.el (custom-safe-themes, load-theme): Treat value of t for
8306 custom-safe-themes as special.
8307
79adf8c8
JD
83082011-10-01 Julien Danjou <julien@danjou.info>
8309
8310 * notifications.el (notifications-notify): Fix docstring.
8311
63bd50d3
PS
83122011-10-01 Per Starbäck <per@starback.se>
8313
8314 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
8315
199e4c7e
MR
83162011-09-30 Martin Rudalics <rudalics@gmx.at>
8317
8318 * startup.el (command-line-1): Fix last fix by inserting
8319 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 8320 (Bug#9605) and (Bug#9636)
199e4c7e 8321
fe5f08dd
EZ
83222011-09-29 Eli Zaretskii <eliz@gnu.org>
8323
8324 * simple.el (line-move): If auto-hscroll-mode is disabled and the
8325 window is hscrolled, move by logical lines. (Bug#9607)
8326 (line-move-visual): Update the doc string to the above effect.
8327
b5516bbd
MR
83282011-09-29 Martin Rudalics <rudalics@gmx.at>
8329
ccee00c0
MR
8330 * window.el (display-buffer-record-window): When WINDOW is the
8331 selected window use `point' instead of `window-point'. (Bug#9626)
8332
b5516bbd
MR
8333 * startup.el (command-line-1): Use insert-before-markers when
8334 inserting initial-scratch-message. (Bug#9605)
ccee00c0 8335
b5516bbd
MR
8336 * help.el (help-window): Remove variable.
8337
52aa0014
GM
83382011-09-29 Glenn Morris <rgm@gnu.org>
8339
8340 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
8341
df9a7357
JB
83422011-09-29 Juanma Barranquero <lekktu@gmail.com>
8343
8344 * descr-text.el (describe-char-categories): Accept category
8345 descriptions more than one line long.
8346
a8406c20
SM
83472011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8348
88d9610c
SM
8349 * simple.el (delete-trailing-whitespace): Fix last change.
8350
a5daf810
SM
8351 * progmodes/perl-mode.el (perl-syntax-propertize-function):
8352 Don't confuse "y => 3" as the beginning of a `y' operation.
8353
a8406c20
SM
8354 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
8355 object has more than 4 slots (bug#9613).
8356
a239d4e9
JB
83572011-09-28 Juanma Barranquero <lekktu@gmail.com>
8358
8359 * subr.el (with-output-to-temp-buffer):
8360 * net/quickurl.el (quickurl, quickurl-browse-url):
8361 Fix typos in docstrings.
8362
693fbdb6
EZ
83632011-09-27 Eli Zaretskii <eliz@gnu.org>
8364
8365 * minibuffer.el (completion-styles)
8366 (completion-category-overrides): Cross reference each other in doc
8367 strings.
8368
8b457e28
GM
83692011-09-27 Glenn Morris <rgm@gnu.org>
8370
8371 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
8372 to split-string. (Bug#9606)
8373
85a16208
LMI
83742011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8375
8376 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
8377 (bug#9615).
8378
502f9ebd
CY
83792011-09-27 Chong Yidong <cyd@stupidchicken.com>
8380
8381 * emacs-lisp/package.el (list-packages): Fix echo area message.
8382
7690bdea
LL
83832011-09-27 Leo Liu <sdl.web@gmail.com>
8384
8385 * ido.el (ido-read-internal): Accept cons cell HIST arg.
8386
e2ee6f30
MA
83872011-09-25 Michael Albinus <michael.albinus@gmx.de>
8388
8389 * net/dbus.el (dbus-unregister-object): Don't release services for
8390 registered signals. (Bug#9581)
8391
f3f98342
TZ
83922011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
8393
8394 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
8395 function that picks between cfengine 2 and 3 support
8396 automatically. Update docs accordingly.
8397
dd7aa8dd
KH
83982011-09-22 Kenichi Handa <handa@m17n.org>
8399
8400 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
8401 ZERO.
8402 (indian-itrans-v5-table-for-tamil): New variable.
8403 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
8404
3f2b07f8
KM
84052011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
8406
8407 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
8408 that's true if the current command involved collapsing of text.
8409 It's reset to false at the beginning of the next command.
8410 (allout-post-command-business): Move the cursor to the beginning
8411 of entry if the cursor is hidden and collapsing activity just
8412 happened.
8413
371d6a61
CY
84142011-09-24 Chong Yidong <cyd@stupidchicken.com>
8415
8416 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
8417 tracking (Bug#9541).
8418
2ac2721a
UJ
84192011-09-24 Ulf Jasper <ulf.jasper@web.de>
8420
8421 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
8422 (newsticker-show-news): Automatically load html rendering package
8423 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
8424 because w3m-fill-column is let-bound" and the error "Symbol's value
8425 as variable is void: w3m-fill-column".
2ac2721a 8426
fac7ae53
MA
84272011-09-24 Michael Albinus <michael.albinus@gmx.de>
8428
8429 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
8430 Release services only if they are defined. (Bug#9581)
8431
e08b633b
RS
84322011-09-23 Richard Stallman <rms@gnu.org>
8433
e488d29c
RS
8434 * textmodes/paragraphs.el (forward-sentence): For backwards case,
8435 distinguish start of paragraph from start of its text.
8436
19c38752
RS
8437 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
8438
e08b633b
RS
8439 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
8440 (rmail-generate-viewer-buffer): Put that hook on view buffer.
8441 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
8442
0a39f27e
AS
84432011-09-23 Andreas Schwab <schwab@linux-m68k.org>
8444
8445 * international/mule-diag.el (mule-diag): Insert a newline after
8446 each fontset description.
8447
db4e950d
SM
84482011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8449
8450 * simple.el (delete-trailing-whitespace):
8451 Document last change; simplify.
8452
eca3f3ea
PW
84532011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
8454
d68e189a
PW
8455 * simple.el (delete-trailing-whitespace): Also delete
8456 extra newlines at the end of the buffer.
8457
eca3f3ea
PW
8458 * textmodes/picture.el: Make motion commands obey shift-select-mode.
8459 (picture-newline): Use forward-line so as to ignore fields.
8460
01c157cc
SM
84612011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8462
8463 * subr.el (with-wrapper-hook): Fix edebug spec.
8464
022de23e
LMI
84652011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8466
8467 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
8468 (bug#4538).
8469
91683089
MA
84702011-09-23 Michael Albinus <michael.albinus@gmx.de>
8471
eca3f3ea
PW
8472 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
8473 Fix nasty bug using wrong cached values.
91683089 8474
5bdd6fa4
AM
84752011-09-23 Alan Mackenzie <acm@muc.de>
8476
8477 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
8478
97adfb97
CY
84792011-09-23 Chong Yidong <cyd@stupidchicken.com>
8480
8481 * window.el (pop-to-buffer): Ensure right window is selected if we
8482 chose another frame.
8483
d4ef2b50
EZ
84842011-09-22 Eli Zaretskii <eliz@gnu.org>
8485
8486 * simple.el (what-cursor-position): Use get-char-property-change
8487 and next-single-char-property-change, to be able to show display
8488 properties that come from overlays as well as text properties.
8489
72258fe5
CY
84902011-09-22 Chong Yidong <cyd@stupidchicken.com>
8491
8492 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
8493
8494 * cmuscheme.el (run-scheme, switch-to-scheme):
8495 * cus-edit.el (customize-group, custom-buffer-create)
8496 (customize-browse):
8497 * info.el (info):
8498 * shell.el (shell):
8499 * mail/sendmail.el (mail):
8500 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
8501
8f098516
RS
85022011-09-22 Richard Stallman <rms@gnu.org>
8503
8504 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
8505 move back only to line beg, don't move back over blank lines.
8506
e74f1bb6
MA
85072011-09-22 Michael Albinus <michael.albinus@gmx.de>
8508
8509 * files.el (copy-directory): Set directory attributes only in case
8510 they could be retrieved from the source directory. (Bug#9565)
8511
bfeef8b6
DK
85122011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
8513
8514 * progmodes/hideshow.el (hs-looking-at-block-start-p)
8515 (hs-find-block-beginning, hs-hide-level-recursive):
8516 Ignore strings as well as comments. (Bug#9502)
8517
7e423bb8
AS
85182011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
8519
8520 * progmodes/sql.el (sql-comint-postgres):
8521 Convert port number to a string. (Bug#9566)
8522
b4d72fcf
MR
85232011-09-22 Martin Rudalics <rudalics@gmx.at>
8524
8525 * window.el (quit-window): Undedicate window when switching to
8526 previous buffer. Reported by Thierry Volpiatto
8527 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
8528 (special-display-popup-frame): When popping up a new frame reset
8529 its previous buffers to nil. Simplify code.
b4d72fcf 8530
a7b88dc6
MA
85312011-09-21 Michael Albinus <michael.albinus@gmx.de>
8532
8533 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
8534 and process filter, as done also in `shell-command'.
8535
cf4eacfd
MR
85362011-09-21 Martin Rudalics <rudalics@gmx.at>
8537
eca3f3ea 8538 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
8539 Call set-window-start with NOFORCE argument t.
8540 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
8541 (quit-window): Reword doc-string. Handle new format of
8542 quit-restore parameter. Don't delete window if it has a
8543 previous buffer we can show instead of the present one.
8544 (display-buffer-record-window): Rewrite using a new format for
8545 the quit-restore window parameter
8546 (special-display-popup-frame, display-buffer-same-window)
8547 (display-buffer-reuse-window, display-buffer-pop-up-frame)
8548 (display-buffer-pop-up-window, display-buffer-use-some-window):
8549 Adapt symbol passed to display-buffer-record-window.
8550 * help.el (help-window-setup): Handle new format of quit-restore
8551 parameter.
8552
8d28cb95
SM
85532011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8554
94ab793f
SM
8555 * faces.el (face-list): Fix docstring (bug#9564).
8556
8d28cb95
SM
8557 * window.el (display-buffer--action-function-custom-type):
8558 Don't include internal functions in the Custom interface.
8559
3820edeb
JL
85602011-09-20 Juri Linkov <juri@jurta.org>
8561
8562 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
8563 (Info-forward-node, Info-backward-node, Info-next-preorder)
8564 (Info-last-preorder): Use it. (Bug#9528)
8565
5147931d
JL
85662011-09-20 Juri Linkov <juri@jurta.org>
8567
8568 * info.el (Info-last-preorder): Visit last menu item only when
8569 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
8570
cf499a1a
JD
85712011-09-20 Julien Danjou <julien@danjou.info>
8572
8573 * password-cache.el (password-cache-remove): Remove entries even if the
8574 value is nil, so that password with a nil value (negative caching) is
8575 possible to invalidate.
8576
f84e2fe2
LM
85772011-09-20 Lawrence Mitchell <wence@gmx.li>
8578
8579 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
8580 all whitespace around breakpoint. (Bug#9553)
8581 (f90-find-breakpoint): Only break at whitespace inside a comment.
8582
78054a46
SM
85832011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8584
8585 * minibuffer.el (completion-file-name-table): Keep track of errors.
8586 (completion-table-with-predicate): Handle the case where pred1 is nil.
8587 * pcomplete.el (pcomplete-completions-at-point): Simplify.
8588
345083b2
SM
85892011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8590
e24e27be
SM
8591 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
8592 (debugger-return-value): Signal an error if the debugging context does
8593 not await any return value.
8594
345083b2
SM
8595 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
8596 * image-mode.el (image-toggle-display-text)
8597 (image-toggle-display-image): Stay away from evil `intangible'.
8598
08d355e3
LL
85992011-09-19 Leo Liu <sdl.web@gmail.com>
8600
8601 * replace.el (occur-revert-arguments): Make it permanent-local.
8602 (occur-mode): Don't call font-lock-defontify.
8603
f01da43f
CY
86042011-09-19 Chong Yidong <cyd@stupidchicken.com>
8605
8606 * net/ldap.el (ldap-search-internal): Don't push empty search
8607 result (Bug#9508).
8608
b6072fa6
SM
86092011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8610
8611 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
8612
443d6696
MA
86132011-09-19 Michael Albinus <michael.albinus@gmx.de>
8614
8615 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
8616 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
8617
7cc6e154
JL
86182011-09-18 Juri Linkov <juri@jurta.org>
8619
8620 * buff-menu.el (Buffer-menu-mode-map):
8621 * dired.el (dired-mode-map):
8622 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
8623 (lisp-interaction-mode-map):
8624 * emacs-lisp/package.el (package-menu-mode-map):
8625 * epa.el (epa-key-list-mode-map):
8626 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
8627 (menu-bar-options-menu):
8628 * outline.el (outline-mode-menu-bar-map):
8629 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
8630 * vc/vc-dir.el (vc-dir-menu-map):
8631 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
8632 Capitalize non-function content words in menu item strings.
8633
8634 * dired.el (dired-mode-map): Add menu item for
8635 `image-dired-dired-toggle-marked-thumbs'.
8636
80302a81
JL
86372011-09-18 Juri Linkov <juri@jurta.org>
8638
8639 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
8640 to `isearch-case-fold-search' and restore its original value
8641 after the `isearch-mode' call.
8642
46c5cf66
JL
86432011-09-18 Juri Linkov <juri@jurta.org>
8644
8645 * progmodes/grep.el (grep-process-setup): Don't check code for 1
8646 because `zgrep' returns 1 for successful matches (bug#9226).
8647
d18b513b
JL
86482011-09-18 Juri Linkov <juri@jurta.org>
8649
8650 * info.el (Info-extract-menu-node-name): Check the second match
8651 for empty string (second test-case of bug#9528).
8652 (Info-last-preorder): Let-bind `Info-history' to nil to not add
8653 intermediate nodes to the history (first test-case of bug#9528).
8654
72753f87
JL
86552011-09-18 Juri Linkov <juri@jurta.org>
8656
8657 * info.el (Info-mode-syntax-table): New variable.
1154d12e 8658 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 8659
c9384295
JL
86602011-09-18 Juri Linkov <juri@jurta.org>
8661
1154d12e
JB
8662 * info.el (Info-file-supports-index-cookies):
8663 Increment line-beginning-position's arg from 3 to 4 because makeinfo
8664 outputs one more line for long file names (bug#4142).
c9384295 8665
d473dce8
CY
86662011-09-18 Chong Yidong <cyd@stupidchicken.com>
8667
8668 * newcomment.el (comment-normalize-vars): If prompting for
8669 comment-start, set comment-start-skip too (Bug#8424).
8670
2176854d
JB
86712011-09-18 Johan BockgĂ¥rd <bojohan@gnu.org>
8672
8673 * icomplete.el: Fix previous fix of Bug#5849.
8674 (icomplete-mode): Don't set completion-show-inline-help.
8675 (icomplete-minibuffer-setup): Set completion-show-inline-help
8676 locally during icompletion.
8677
3aace4e4
CY
86782011-09-18 Chong Yidong <cyd@stupidchicken.com>
8679
c940224f
CY
8680 * woman.el (woman2-process-escapes): Don't delete unrecognized
8681 escapes (Bug#7843).
8682
3aace4e4
CY
8683 * files.el (inhibit-first-line-modes-regexps): Add image files.
8684 (hack-local-variables-prop-line): Return nil for malformed
8685 prop-lines (Bug#9044).
8686
710dec63
MA
86872011-09-18 Michael Albinus <michael.albinus@gmx.de>
8688
8689 * net/tramp.el (top): Don't require 'shell.
8690 (tramp-methods): Fix docstring.
8691 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
8692 Return complete remote file name. Handle "smb" case.
8693 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
8694 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
8695
8696 * net/tramp-compat.el (top): Require 'shell.
8697
8698 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
8699 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
8700 `tramp-current-host'.
8701 (tramp-get-remote-tmpdir): Remove.
8702
8703 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
8704 `tramp-tmpdir' entries.
8705 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
8706 (tramp-smb-handle-file-attributes): Ignore errors.
8707 (tramp-smb-wait-for-output): Check also for process end.
8708
5d5ac8ec
LMI
87092011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8710
8711 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
8712 when sending QUIT (bug#9312).
8713
8c0f49f0
CY
87142011-09-17 Chong Yidong <cyd@stupidchicken.com>
8715
8716 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
8717 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
8718 occur-mode-display-occurrence.
8719 (occur-edit-mode): Add usage message.
8720 (occur-cease-edit): New command.
8721 (occur-after-change-function): Use text properties to find the
8722 position of the prefix text.
8723 (occur-engine): Set stickiness of prefix text properties.
8724
8f1383f7
GM
87252011-09-17 Glenn Morris <rgm@gnu.org>
8726
8727 * progmodes/etags.el (complete-tag):
8728 Fix call to completion-in-region. (Bug#9526)
8729
744ba0e3
JL
87302011-09-17 Juri Linkov <juri@jurta.org>
8731
8732 * textmodes/ispell.el (ispell-word): Add to the error message
8733 the word, ispell program name and current dictionary (bug#9121).
8734 (ispell-tex-arg-end): Capitalize "error" in the error message.
8735
d9bbf400
AS
87362011-09-17 Andreas Schwab <schwab@linux-m68k.org>
8737
8738 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
8739 check. (Bug#4251)
8740
8da11505
JL
87412011-09-17 Juri Linkov <juri@jurta.org>
8742
8743 * window.el (window-safe-min-height, window-safe-min-width):
8744 Fix typos (followup to bug#9522).
8745
a91adc7e
SJ
87462011-09-17 Sven Joachim <svenjoac@gmx.de>
8747
8748 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
8749
064f328a
EZ
87502011-09-16 Eli Zaretskii <eliz@gnu.org>
8751
8752 * simple.el (line-move): If goal-column is set, move by logical
8753 lines, not by display lines. (Bug#971)
8754 (next-line, previous-line, goal-column, line-move-visual): Doc fix
8755 to reflect the above change.
8756
e69df516
SM
87572011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8758
8759 * image.el (imagemagick-register-types): Use regexp-opt.
8760
cbb0f9ab
CY
87612011-09-15 Chong Yidong <cyd@stupidchicken.com>
8762
8763 * window.el (display-buffer-base-action): Rename from
8764 display-buffer-default-action. Make default value empty.
8765 (display-buffer-overriding-action): Convert to defvar.
8766 (display-buffer-fallback-action): New var.
8767
25322144
CY
87682011-09-15 Chong Yidong <cyd@stupidchicken.com>
8769
8770 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
8771 declaration.
8772 (package--add-to-archive-contents): If there is a duplicate entry
8773 with an older version, remove it.
8774 (package-menu-mark-delete, package-menu-mark-install)
8775 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
8776 (package-menu-mark-obsolete-for-deletion):
8777 Use package-menu-get-status instead of a regexp search.
25322144
CY
8778 (package-menu-get-status): Use tabulated-list-entry.
8779 (package-menu-mark-upgrades): New command.
d770725a 8780 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
8781 (package-menu-execute): Do installation before deletion.
8782 (package-menu-refresh, package-menu-execute): Use derived-mode-p
8783 instead of checking major-mode.
8784 (package-menu--find-upgrades): New function.
8785
7520339c
LMI
87862011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8787
8788 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
8789 passwords in the log buffer.
65a046c4
LMI
8790 (smtpmail-process-filter): Update the process marker so that the
8791 "broken by peer" status message is inserted in the right place.
7520339c 8792
d3c30954
SM
87932011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8794
3fe48822
SM
8795 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
8796 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
8797 bibtex-completion-at-point-function.
8798 (bibtex-completion-at-point-function): Use them.
8799
1b8b3954
SM
8800 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
8801
d3c30954
SM
8802 * mpc.el (mpc-constraints-tag-lookup): New function.
8803 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
8804 also to browser "album|playlist".
8805
72779976
JL
88062011-09-14 Juri Linkov <juri@jurta.org>
8807
8808 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
8809 (isearch-edit-string): Use length of `isearch-string' when
8810 `isearch-fail-pos' returns nil.
8811 (isearch-message): Remove duplicate code and call
8812 `isearch-fail-pos' with arg `t'.
8813
a0bf2bcd
CY
88142011-09-14 Chong Yidong <cyd@stupidchicken.com>
8815
17bb0a2d
CY
8816 * replace.el (occur-mode-goto-occurrence): Don't force using other
8817 window (Bug#9499).
8818
a0bf2bcd
CY
8819 * dired-aux.el (dired-do-chmod): Don't provide initial input.
8820
f678e0b6
MR
88212011-09-14 Martin Rudalics <rudalics@gmx.at>
8822
8823 * window.el (display-buffer-window): Remove.
8824 (display-buffer-record-window): Use help-setup window parameter
8825 instead of variable display-buffer-window.
8826 (display-buffer-function, special-display-buffer-names)
8827 (special-display-function): Mention help-setup parameter instead
8828 of display-buffer-window in doc-string.
d3c30954
SM
8829 * help.el (help-window-setup): New argument help-window.
8830 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
8831 Reword some messages.
8832 (with-help-window): Pass window used for displaying the buffer
8833 to help-window-setup. Don't set display-buffer-window.
8834
8e39b2e8
GM
88352011-09-13 Glenn Morris <rgm@gnu.org>
8836
8837 * emacs-lisp/debug.el (debugger-make-xrefs):
8838 Preserve point. (Bug#9462)
8839
85e9c04b
CY
88402011-09-13 Chong Yidong <cyd@stupidchicken.com>
8841
8842 * window.el (window-deletable-p): Use next-frame.
8843
1b36ed6a
MR
88442011-09-13 Martin Rudalics <rudalics@gmx.at>
8845
8846 * window.el (window-auto-delete): Remove.
8847 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 8848 dedication and previous buffers.
1b36ed6a
MR
8849 (switch-to-prev-buffer): Don't delete window.
8850 (delete-windows-on): Delete a window's frame if and only if the
8851 window is dedicated.
8852 (replace-buffer-in-windows): Delete buffer's window or frame if
8853 and only if window is dedicated.
8854 (quit-window): Handle quit-restore as before last change.
4d61f28d 8855 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 8856
ef8ef9fb
CY
88572011-09-13 Chong Yidong <cyd@stupidchicken.com>
8858
8859 * window.el (window-deletable-p): Never delete the last frame on a
8860 given terminal.
8861
b2cba41e
GM
88622011-09-13 Glenn Morris <rgm@gnu.org>
8863
8864 * help.el (describe-key-briefly): Copy previous standard-output change.
8865
51553db6 88662011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
8867
8868 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
8869
b7556719
GM
88702011-09-13 Glenn Morris <rgm@gnu.org>
8871
8872 * emacs-lisp/lisp-mode.el (lisp-indent-function):
8873 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
8874
64b51947
CY
88752011-09-12 Chong Yidong <cyd@stupidchicken.com>
8876
8877 * dired-aux.el (dired-mark-read-string): Don't return default
8878 value on empty input (Bug#9361).
8879 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
8880 Omit initial minibuffer contents.
8881 (dired-do-chmod): Signal an error on empty input.
8882 (dired-mark-read-string): Don't return default on empty input.
8883
8884 * files.el (file-modes-symbolic-to-number): Doc fix.
8885
393a301e
SM
88862011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8887
8888 * international/mule-cmds.el (ucs-completions): Remove.
8889 (read-char-by-name): Use complete-with-action instead; add metadata.
8890
fa5660f9
CY
88912011-09-11 Chong Yidong <cyd@stupidchicken.com>
8892
8893 * window.el (display-buffer--action-function-custom-type)
8894 (display-buffer--action-custom-type): New vars.
8895 (display-buffer-alist, display-buffer-default-action)
8896 (display-buffer-overriding-action): Add defcustom types.
8897
4a592f66
CY
8898 * frame.el (delete-other-frames): Doc fix (Bug#276).
8899
73d56dbd
LMI
89002011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8901
8902 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
8903
37ac18a3
CY
89042011-09-11 Chong Yidong <cyd@stupidchicken.com>
8905
8906 Change modes that used same-window-* vars to use switch-to-buffer.
8907
8908 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
8909 Use switch-to-buffer.
8910
8911 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
8912 (customize-browse, custom-buffer-create-other-window):
8913 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
8914
8915 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
8916 (Info-prev, Info-up, Info-speedbar-goto-node)
8917 (info-display-manual): Use switch-to-buffer.
8918 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
8919
8920 * mail/sendmail.el (mail): Use switch-to-buffer.
8921 (mail-recover): Use switch-to-buffer-other-window.
8922
8923 * cmuscheme.el (run-scheme, switch-to-scheme):
8924 * ielm.el (ielm):
8925 * shell.el (shell):
8926 * net/rlogin.el (rlogin):
8927 * net/telnet.el (telnet, rsh):
8928 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
8929
10195bd6
AS
89302011-09-11 Andreas Schwab <schwab@linux-m68k.org>
8931
8932 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
8933
b322f63a
LMI
89342011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8935
39d7fed6
LMI
8936 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
8937 so don't mention it (bug#9301).
ba5a81f1 8938 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 8939
ee0e9f11
LMI
8940 * faces.el (face-spec-set-match-display): Make `(type graphic)'
8941 match `x', `w32' and `ns', like the manual says (bug#9029).
8942
0b1c89c1 8943 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
8944 (process-kill-buffer-query-function): Mention the buffer name in
8945 the query.
0b1c89c1 8946
77549ea8
LMI
8947 * image-mode.el (image-next-line): The line parameter is mandatory
8948 (bug#9258).
8949
803ef892
LMI
8950 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
8951 which can be useful (bug#9301).
8952
12980837
LMI
8953 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
8954
91054f8f
LMI
8955 * subr.el (match-string): Mention that the current buffer should
8956 be the same as the search was done in (bug#9282).
8957
b322f63a
LMI
8958 * facemenu.el: Disable the remove-* commands if the mark isn't
8959 active (bug#9162).
8960
3199b96f
CY
89612011-09-10 Chong Yidong <cyd@stupidchicken.com>
8962
8963 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
8964 of display-buffer.
8965 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
8966
8967 * replace.el (occur-mode-goto-occurrence)
8968 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
8969 and display-buffer.
8970
8971 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
8972 display-buffer.
8973
8974 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
8975 special-display and same-window variables.
8976 (mail-other-window): Use switch-to-buffer-other-window.
8977 (mail-other-frame): USe switch-to-buffer-other-frame.
8978
393a301e
SM
8979 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
8980 Use display-buffer-other-frame.
3199b96f
CY
8981 (gdb-display-gdb-buffer): Use pop-to-buffer.
8982
8983 * progmodes/gud.el (gud-goto-info): Use info-other-window.
8984
8985 * progmodes/python.el: Don't set same-window-buffer-names.
8986
8987 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
8988
8989 * window.el (display-buffer-alist): Add *Python*.
8990
8319e0bf
CY
89912011-09-10 Chong Yidong <cyd@stupidchicken.com>
8992
8993 * window.el (display-buffer-alist): Add entry for buffers
8994 previously handled same-window-*.
8995 (display-buffer-alist, display-buffer-default-action)
8996 (display-buffer-overriding-action): Mark as risky.
8997 (display-buffer-alist): Document action function changes.
8998 (display-buffer--same-window-action)
8999 (display-buffer--other-frame-action): New variables.
9000 (switch-to-buffer, display-buffer-other-frame): Use them.
9001 (display-buffer): Rename reuse-frame entry to reusable-frames.
9002 (display-buffer-reuse-selected-window): Function deleted.
9003 (display-buffer-reuse-window): Handle reusable-frames alist entry.
9004 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
9005 (display-buffer-special): New function.
9006 (display-buffer--maybe-pop-up-frame-or-window): Rename from
9007 display-buffer-reuse-or-pop-window. Split off special-display
9008 part into display-buffer-special.
9009 (display-buffer-use-some-window): Don't perform any special
9010 pop-up-frames handling.
9011 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 9012 (display-buffer--maybe-same-window): Rename from
0d3ff375 9013 display-buffer-maybe-same-window.
8319e0bf 9014
919a69aa
CY
9015 * info.el: Don't set same-window-regexps.
9016 (info-setup): New function.
9017 (info-other-window, info): Call it.
9018
9019 * cus-edit.el: Don't set same-window-regexps.
9020 (customize-group): New argument.
9021 (customize-group-other-window): Use it.
9022 (customize-face, customize-face-other-window): Likewise.
9023 (custom-buffer-create-other-window): Use pop-to-buffer directly.
9024
8319e0bf
CY
9025 * net/rlogin.el:
9026 * net/telnet.el:
9027 * progmodes/gud.el: Don't set same-window-regexps.
9028
9029 * cmuscheme.el:
9030 * ielm.el:
9031 * shell.el:
9032 * mail/sendmail.el:
9033 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
9034
25173000
JL
90352011-09-10 Juri Linkov <juri@jurta.org>
9036
9037 * isearch.el (isearch-edit-string): Remove obsolete mention of
9038 `C-w' (`isearch-yank-word-or-char') from docstring.
9039 (isearch-query-replace): Fix typo in docstring (bug#9466).
9040
056e44ef
JL
90412011-09-10 Juri Linkov <juri@jurta.org>
9042
9043 * paren.el (show-paren-function): Don't show escaped parens.
9044 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
9045
c3760c17
EZ
90462011-09-10 Eli Zaretskii <eliz@gnu.org>
9047
9048 * mail/sendmail.el (mml-to-mime, mml-attach-file)
9049 (mm-default-file-encoding): Remove autoload forms, they are
9050 replaced with autoload cookies in mml.el and mm-encode.el.
9051 (mail-add-attachment): New command.
9052 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
9053 (mail-mode): Mention mail-insert-file and mail-add-attachment in
9054 the doc string.
9055 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
9056
fece895e
RT
90572011-09-10 Reuben Thomas <rrt@sc3d.org>
9058
e69df516
SM
9059 * simple.el (count-words-region): Use buffer if there's no region
9060 (bug#9429).
fece895e 9061
5e68ce4a
JL
90622011-09-09 Juri Linkov <juri@jurta.org>
9063
9064 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
9065 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
9066 (wdired-isearch-filter-read-only): New function. (Bug#6362)
9067
0a6b9622
AM
90682011-09-09 Alan Mackenzie <acm@muc.de>
9069
9070 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
9071 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
9072
14a29deb
EZ
90732011-09-09 Eli Zaretskii <eliz@gnu.org>
9074
9075 Fix for Savannah bug#9392.
9076 * simple.el (mail-encode-mml): New defvar.
9077
9078 * mail/rmail.el (mail-encode-mml): Add a defvar.
9079 (rmail-enable-mime-composing): Default to t.
9080 (rmail-forward): Use MIME method of forwarding only if both
9081 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
9082 Set mail-encode-mml non-nil if the MIME method was used.
9083
9084 * mail/sendmail.el (mml-to-mime): Add autoload form.
9085 (mail-encode-mml): Add a defvar.
9086 (mail-mode): Make mail-encode-mml buffer-local and initialize it
9087 to nil.
9088 (mail-send): If mail-encode-mml is non-nil, run the outgoing
9089 message through mml-to-mime, and reset mail-encode-mml to nil.
9090
28c45130
GM
90912011-09-09 Glenn Morris <rgm@gnu.org>
9092
9093 * woman.el (woman-if-body): When processing an .el block,
9094 do not delete the next .el block as well. (Bug#9447)
69f4b618 9095 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 9096
9b1c252e
MR
90972011-09-08 Martin Rudalics <rudalics@gmx.at>
9098
9099 * window.el (window-deletable-p): Make sure window is live before
9100 invoking window-prev-buffers.
9101
567457e3
LL
91022011-09-08 Leo Liu <sdl.web@gmail.com>
9103
9104 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
9105
97f05794
JL
91062011-09-08 Juri Linkov <juri@jurta.org>
9107
9108 * progmodes/compile.el (compilation-environment): Make it
9109 a defcustom (bug#8340).
9110
8b0874b5
MR
91112011-09-08 Martin Rudalics <rudalics@gmx.at>
9112
9113 * window.el (frame-auto-delete): Rename to window-auto-delete.
9114 Make it control auto-deletion of windows and/or frames.
9115 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 9116 for deleting window/frame. (Bug#9419)
8b0874b5
MR
9117 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
9118 Rewrite handling of case when window/frame can be deleted.
9119 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 9120 argument t. (Bug#9456)
8b0874b5 9121
4feb6e73
CY
91222011-09-07 Chong Yidong <cyd@stupidchicken.com>
9123
9124 * help-mode.el (help-mode): Restore autoload.
9125
91ab9c13
JL
91262011-09-07 Juri Linkov <juri@jurta.org>
9127
9128 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
9129 `compilation-environment'. Set buffer-local
9130 `compilation-environment' to `thisenv' later after (funcall mode).
9131 (Bug#8340)
9132
9133 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
9134 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
9135 instead of replacing its value. (Bug#8340)
9136
0527e251
JL
91372011-09-07 Juri Linkov <juri@jurta.org>
9138
9139 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
9140 based on text properties put by `grep-filter' instead of matching
9141 escape sequences.
9142 (grep-mode): Set buffer-local `compilation-error-screen-columns'
9143 to the value of `grep-error-screen-columns' (bug#9438).
9144
249f792c
JL
91452011-09-07 Juri Linkov <juri@jurta.org>
9146
9147 * simple.el (next-error-highlight, next-error-highlight-no-select):
9148 Doc fix (bug#9432).
9149
ff7271b9
OT
91502011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
9151
9152 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
9153 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
9154
183fc730
LL
91552011-09-07 Leo Liu <sdl.web@gmail.com>
9156
9157 * net/rcirc.el (rcirc-mode): Conditionally initialize
9158 rcirc-input-ring.
9159
77694924
SM
91602011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9161
9162 * emacs-lisp/find-func.el (find-function-C-source): Only set
9163 find-function-C-source-directory after checking that we found a source
9164 file there (bug#9440).
9165
d809b8eb
AM
91662011-09-06 Alan Mackenzie <acm@muc.de>
9167
9168 * isearch.el (isearch-other-meta-char): Wherever a key list is
9169 unread, "unread" the prefix arg, too. This fixes bug #8901.
9170
453de99f
OG
91712011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
9172
9173 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
9174
90439906
JL
91752011-09-05 Juri Linkov <juri@jurta.org>
9176
9177 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
9178
f62bd846
JL
91792011-09-05 Juri Linkov <juri@jurta.org>
9180
9181 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
9182 keeping point where processing of grep matches begins, and
9183 continue to delete remaining escape sequences from the same point.
9184 (grep-filter): Make leading zero optional in "0?1;31m" because
9185 git-grep emits "\033[1;31m" escape sequences unlike expected
9186 "\033[01;31m" as GNU Grep does (bug#9408).
9187 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
9188
045820ec
JL
91892011-09-05 Juri Linkov <juri@jurta.org>
9190
9191 * subr.el (y-or-n-p): Capitalize "yes".
9192
f5e29b9b
MA
91932011-09-04 Michael Albinus <michael.albinus@gmx.de>
9194
9195 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
9196 `tramp-cache-unload-hook' where appropriate.
9197 (tramp-methods): Rename `tramp-remote-sh' to
9198 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
9199 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
9200
9201 * net/tramp-sh.el (top): Don't require 'shell.
9202 (tramp-methods): Add `tramp-remote-shell' and
9203 `tramp-remote-shell-args' entries.
9204 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
9205 (tramp-sh-handle-shell-command): Remove.
9206 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9207 Use `tramp-remote-shell'.
9208
2784c434
CY
92092011-09-03 Chong Yidong <cyd@stupidchicken.com>
9210
393a301e 9211 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
9212 (sendmail-query-once): Save directly to send-mail-function.
9213 Update message-send-mail-function too.
9214
9215 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
9216
464cdf56
CS
92172011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
9218
9219 * progmodes/python.el (python-mode-map): Use correct function to
9220 start python interpreter from menu-bar (as reported by Geert
9221 Kloosterman).
9222 (inferior-python-mode-map): Fix typo.
393a301e 9223 (python-shell-map): Remove.
464cdf56 9224
d37e5c87
DD
92252011-09-03 Deniz Dogan <deniz@dogan.se>
9226
9227 * net/rcirc.el (rcirc-print): Simplify code for
9228 rcirc-scroll-show-maximum-output. There is no need to walk
9229 through all windows to find the right one.
9230
f3ada0ee
CS
92312011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
9232
9233 * help.el (help-return-method): Doc fix.
9234
1f3c99ca
MR
92352011-09-03 Martin Rudalics <rudalics@gmx.at>
9236
9237 * window.el (window-deletable-p): Don't return a non-nil value
9238 when there's a buffer that was shown in the window before.
9239 (Bug#9419)
393a301e
SM
9240 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9241 Set window's previous buffers to nil.
1f3c99ca 9242
a3cf097f
EZ
92432011-09-03 Eli Zaretskii <eliz@gnu.org>
9244
9245 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
9246 newline before and after the tag line, so it doesn't interfere
9247 with determining the paragraph direction of bidirectional text.
9248
3d03de90
LL
92492011-09-03 Leo Liu <sdl.web@gmail.com>
9250
9251 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
9252
c3313451
CY
92532011-09-02 Chong Yidong <cyd@stupidchicken.com>
9254
393a301e 9255 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
9256 (pop-to-buffer): Change interactive spec. Pass second argument
9257 directly to display-buffer.
9258 (display-buffer): Fix interactive spec. Use functionp to
9259 distinguish between a function and a list of functions.
9260
9261 * abbrev.el (edit-abbrevs):
9262 * arc-mode.el (archive-extract):
9263 * autoinsert.el (auto-insert):
9264 * bookmark.el (bookmark-bmenu-list):
9265 * files.el (find-file):
9266 * view.el (view-buffer):
9267 * progmodes/compile.el (compilation-goto-locus):
9268 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
9269
89894cd8
CY
92702011-09-02 Chong Yidong <cyd@stupidchicken.com>
9271
9272 * window.el (display-buffer-alist): Doc fix.
9273 (display-buffer): Add docstring. Don't treat
9274 display-buffer-default specially.
9275 (display-buffer-reuse-selected-window)
9276 (display-buffer-same-window, display-buffer-maybe-same-window)
9277 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9278 (display-buffer-pop-up-window)
9279 (display-buffer-reuse-or-pop-window)
9280 (display-buffer-use-some-window): New functions.
9281 (display-buffer-default-action): Use them.
393a301e 9282 (display-buffer-default): Delete.
89894cd8
CY
9283 (pop-to-buffer-1): Fix choice of actions.
9284
ae0bc9fb
SM
92852011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
9286
9287 * minibuffer.el (completion--insert-strings): Don't get confused by
9288 completion entries that end with an LF char.
9289
e9d90883
EZ
92902011-09-01 Eli Zaretskii <eliz@gnu.org>
9291
9292 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
9293
437014c8
CY
92942011-09-01 Chong Yidong <cyd@stupidchicken.com>
9295
9296 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
9297 (display-buffer-same-window, display-buffer-other-window):
9298 New functions.
437014c8
CY
9299 (pop-to-buffer-1): New function. Use the above.
9300 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 9301 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
9302
9303 * view.el (view-buffer-other-window, view-buffer-other-frame):
9304 Just use pop-to-buffer.
9305
a5e063d5
TV
93062011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9307
9308 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
9309
793d32bb
WH
93102011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
9311
9312 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
9313
d65e4c15
RS
93142011-08-31 Richard Stallman <rms@gnu.org>
9315
9316 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
9317 of the separation of rmail-view-buffer from rmail-buffer.
9318 If you say no to "replace original", the decrypt is in the
9319 view buffer. If you say yes, the decrypt goes into the
9320 rmail buffer also.
9321
f818cd2a
MR
93222011-08-31 Martin Rudalics <rudalics@gmx.at>
9323
9324 * window.el (display-buffer-window): Rewrite doc-string.
9325 (display-buffer-record-window): New function.
9326 (display-buffer-macro-specifiers)
9327 (display-buffer-even-window-sizes, display-buffer-set-height)
9328 (display-buffer-set-width, display-buffer-in-window)
9329 (display-buffer-reuse-window, display-buffer-split-specifiers)
9330 (display-buffer-side-specifiers, display-buffer-split-window-1)
9331 (display-buffer-split-window, display-buffer-split-atom-window)
9332 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
9333 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
9334 (display-buffer-other-window-means-other-frame)
9335 (display-buffer-normalize-special)
9336 (display-buffer-normalize-default)
9337 (display-buffer-normalize-argument)
9338 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
9339 (display-buffer-normalize-specifiers, display-buffer-frame)
9340 (display-buffer-same-window, display-buffer-same-frame)
9341 (display-buffer-other-window)
9342 (display-buffer-same-frame-other-window)
9343 (display-buffer-other-frame, pop-to-buffer-same-window)
9344 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
9345 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
9346 (switch-to-buffer-same-frame)
9347 (switch-to-buffer-other-window-same-frame)
9348 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
9349 (display-buffer-alist-set-1, display-buffer-alist-set-2)
9350 (display-buffer-alist-set): Remove.
9351 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
9352 (special-display-regexps, special-display-function):
9353 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
9354 parameter.
9355 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
9356 (special-display-frame-alist, special-display-popup-frame)
9357 (same-window-buffer-names, same-window-regexps, same-window-p)
9358 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
9359 (split-window-preferred-function, split-height-threshold)
9360 (split-width-threshold, window-splittable-p)
9361 (split-window-sensibly, window--try-to-split-window)
9362 (window--frame-usable-p, even-window-heights)
9363 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
9364 (window--display-buffer-2, display-buffer-other-frame):
9365 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
9366 (display-buffer-default, display-buffer-assq-regexp): New functions.
9367 (display-buffer-alist): Rewrite doc-string.
9368 (display-buffer-default-action)
9369 (display-buffer-overriding-action): New variables.
9370 (display-buffer, switch-to-buffer): Rewrite.
9371 (pop-to-buffer): Restore Emacs 23 behavior but use
9372 window-normalize-buffer-to-display.
9373 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
9374 Restore Emacs 23 behavior but use
9375 window-normalize-buffer-to-switch-to.
9376 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
9377 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
9378 Rewrite using Emacs 23 options.
f818cd2a 9379
5bc3b51d
MA
93802011-08-31 Michael Albinus <michael.albinus@gmx.de>
9381
9382 * net/tramp.el (tramp-root-regexp): Remove.
9383 (tramp-completion-file-name-regexp-unified)
9384 (tramp-completion-file-name-regexp-separate)
9385 (tramp-completion-file-name-regexp-url): Don't use leading volume
9386 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
9387 (tramp-drop-volume-letter): Simplify definition.
9388 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 9389
b1a4f8e1
SM
93902011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9391
9392 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
9393 (bug#9356).
9394
5664fa7b
RT
93952011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
9396
b1a4f8e1 9397 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 9398
9a45d6c3
JL
93992011-08-29 Juri Linkov <juri@jurta.org>
9400
9401 * isearch.el (isearch-done): Don't display message "Mark saved"
9402 when arg `edit' is non-nil to prevent its flicker in the echo area.
9403
fb87e0fb
CY
94042011-08-28 Chong Yidong <cyd@stupidchicken.com>
9405
9406 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
9407 obsolete packages for deletion.
9408
09ac1c2a
CS
94092011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
9410
9411 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 9412 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
9413 view-mode from help-mode.
9414 (help-xref-override-view-map): Remove.
9415 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
9416 view-mode is not used anymore.
9417
7a1ff57f
CY
94182011-08-28 Chong Yidong <cyd@stupidchicken.com>
9419
9420 * server.el (server-port): Doc fix.
9421
b9696605
CY
9422 * cus-theme.el (custom-theme-choose-mode): Inherit from
9423 special-mode (Bug#9124).
9424 (custom-theme-choose-mode-map): Add special-mode to parent.
9425
ef8cdf8c
AM
94262011-08-28 Alan Mackenzie <acm@muc.de>
9427
9428 * progmodes/cc-fonts.el
9429 (c-make-font-lock-BO-decl-search-function): New function.
9430 (c-basic-matchers-after - "Fontify the clauses after various
9431 keywords"): Extract the three keyword lists for the 3 erroneous
9432 constructs from the list of four, and use the new function above
9433 in place of an old one.
9434
27de4e20
DD
94352011-08-28 Deniz Dogan <deniz@dogan.se>
9436
9437 * net/rcirc.el (rcirc-insert-prev-input)
9438 (rcirc-insert-next-input): Remove unused argument.
9439
356a3681
SM
94402011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9441
9442 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
9443
3fc9b218
AM
94442011-08-27 Alan Mackenzie <acm@muc.de>
9445
9446 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
9447 handle function pointer parameters properly.
9448
538a061c
MR
94492011-08-27 Martin Rudalics <rudalics@gmx.at>
9450
9451 * window.el (display-buffer-reuse-window): Fix case where
9452 selected window was reused with non-nil OTHER-WINDOW argument.
9453 (Bug#9381)
9454
35b1c40c
DD
94552011-08-27 Deniz Dogan <deniz@dogan.se>
9456
9457 * net/rcirc.el (rcirc-check-auth-status): Adding support for
9458 oftc's NickServ messages.
9459
2f6a3e79
GM
94602011-08-27 Glenn Morris <rgm@gnu.org>
9461
9462 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
9463
7254299e
CY
94642011-08-26 Chong Yidong <cyd@stupidchicken.com>
9465
9466 * emacs-lisp/package.el (package-install): Call package-initialize
9467 if called interactively.
9468
f8ccf167
LL
94692011-08-26 Leo Liu <sdl.web@gmail.com>
9470
9471 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
9472
3e8cd5ce
JL
94732011-08-25 Juri Linkov <juri@jurta.org>
9474
9475 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
9476 `search-whitespace-regexp' (bug#9364).
9477
93eb7113
JL
94782011-08-25 Juri Linkov <juri@jurta.org>
9479
9480 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
9481 `regexp-search-ring' to their global values to protect from
9482 updating by `read-from-minibuffer' (bug#9185).
9483
f65d1611
JL
94842011-08-25 Juri Linkov <juri@jurta.org>
9485
9486 * textmodes/ispell.el (ispell-command-loop): Add newline
9487 at the end of the "Use option `i'..." line.
9488
f1cf7a31
JL
94892011-08-25 Juri Linkov <juri@jurta.org>
9490
9491 * battery.el (display-battery-mode): If `battery-status-function'
9492 or `battery-mode-line-format' is nil, display the message and set
9493 `display-battery-mode' to nil (bug#9363).
9494
0c95fcf7
EZ
94952011-08-25 Eli Zaretskii <eliz@gnu.org>
9496
9497 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
9498 bidi-string-mark-left-to-right; they are unnecessary now.
9499
a2ebe600
DD
95002011-08-25 Deniz Dogan <deniz@dogan.se>
9501
9502 * net/quickurl.el: Documentation typo fixes.
9503
e4ed06f1
CY
95042011-08-25 Chong Yidong <cyd@stupidchicken.com>
9505
9506 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
9507
e5f1c99e
GM
95082011-08-25 Glenn Morris <rgm@gnu.org>
9509
b2948976
GM
9510 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
9511
e5f1c99e
GM
9512 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
9513 (smtpmail-via-smtp): Handle nil response from smtp.
9514
f22f4808
JL
95152011-08-24 Juri Linkov <juri@jurta.org>
9516
9517 * proced.el (proced-marked): Inherit from `error' instead of
9518 `font-lock-warning-face'.
9519
9520 * ibuffer.el (ibuffer-marked-face): Change default face from
9521 `font-lock-warning-face' to `warning'.
9522 (ibuffer-deletion-face): Change default face from
9523 `font-lock-type-face' to `error'.
9524
9525 * battery.el (battery-update): Use the face `error' instead of
9526 `font-lock-warning-face' (bug#6117).
9527
6a93965e
JL
95282011-08-24 Juri Linkov <juri@jurta.org>
9529
9530 * faces.el (success): Change face color from "Green3" to
9531 "ForestGreen" on light background (bug#9353).
9532
1ed43b09
CY
95332011-08-24 Chong Yidong <cyd@stupidchicken.com>
9534
5664fa7b
RT
9535 * window.el (quit-window): Rename from quit-restore-window.
9536 Use same arglist as old quit-window.
1ed43b09
CY
9537 (frame-auto-delete): Doc fix.
9538
9539 * view.el (view-mode-exit): Use quit-window.
9540
11dcdbb2
JL
95412011-08-24 Juri Linkov <juri@jurta.org>
9542
9543 * isearch.el (isearch-ring-adjust1): Start visiting previous
9544 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
9545 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
9546 for empty search string (when the last search string is reused
9547 automatically) to adjust the isearch ring to the last element and
9548 prepare the correct index for further M-p commands (bug#9185).
9549
de62b4df
KH
95502011-08-24 Kenichi Handa <handa@m17n.org>
9551
9552 * international/ucs-normalize.el: If decomposition property of
9553 CHAR is the default one (i.e. a list of CHAR itself), treat it as
9554 nil.
9555 (nfd, nfkd): Likewise.
9556
963b492b
SM
95572011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9558
9559 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
9560 from process filters aren't reliably transmitted to the surrounding
9561 accept-process-output.
9562 (mpc-proc-check): New function.
9563 (mpc-proc-sync): Use it (bug#8293)
9564
93b6b5e1
SM
95652011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9566
9567 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
9568 Add compatibility functions (bug#9313).
9569
bca633fb
EZ
95702011-08-23 Eli Zaretskii <eliz@gnu.org>
9571
b177498a
EZ
9572 * cus-start.el (all): Add entry for bidi-paragraph-direction.
9573
6df6ae42 9574 * international/uni-bidi.el: Regenerate.
bca633fb 9575
0902a04e
KH
95762011-08-23 Kenichi Handa <handa@m17n.org>
9577
9578 * international/charprop.el:
9579 * international/uni-bidi.el:
9580 * international/uni-category.el:
9581 * international/uni-combining.el:
9582 * international/uni-comment.el:
9583 * international/uni-decimal.el:
9584 * international/uni-decomposition.el:
9585 * international/uni-digit.el:
9586 * international/uni-lowercase.el:
9587 * international/uni-mirrored.el:
9588 * international/uni-name.el:
9589 * international/uni-numeric.el:
9590 * international/uni-old-name.el:
9591 * international/uni-titlecase.el:
9592 * international/uni-uppercase.el: Regenerate.
9593
3bbf23bc
MR
95942011-08-23 Martin Rudalics <rudalics@gmx.at>
9595
9596 * help.el (help-window-setup): Fix message displayed when other
9597 window is reused. (Bug#9341)
9598
b3fd59bd
SM
95992011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9600
1802e444
SM
9601 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
9602 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
9603
b3fd59bd
SM
9604 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
9605 Mark obsolete.
9606 * shell.el (shell-parse-pcomplete-arguments): New function.
9607 (shell-completion-vars): Use it instead (bug#9160).
9608
4eb61348
SM
96092011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
9610
867cab74
SM
9611 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
9612 strings and comments (bug#9333).
9613
4eb61348
SM
9614 * emacs-lisp/debug.el (debug-arglist): New function.
9615 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
9616 (debug-on-entry-1): Handle interpreted closures (bug#9120).
9617
262a1439
JL
96182011-08-22 Juri Linkov <juri@jurta.org>
9619
56ee679c
JL
9620 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9621 Revert regexp that highlights output switches to its old
9622 pre-2010-10-28 value and remove one `?' from it (bug#9319).
9623
262a1439
JL
9624 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
9625 to check for empty output (bug#9226).
9626
f13f86fb
CY
96272011-08-22 Chong Yidong <cyd@stupidchicken.com>
9628
9629 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
9630 symbol-constituent as the default, as that stops font-lock from
9631 working properly (Bug#8843).
9632
c65c9622
LMI
96332011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9634
9635 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
9636 `coding-system-for-*' around the process open call to avoid
9637 auth-source side effects.
e7f2c178 9638 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
9639 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
9640 probe hangs.
c65c9622 9641
23a8a5ab
CY
96422011-08-21 Chong Yidong <cyd@stupidchicken.com>
9643
ff98b2dd
CY
9644 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
9645
23a8a5ab
CY
9646 * emacs-lisp/find-func.el (find-function-noselect): New arg
9647 lisp-only.
9648
9649 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
9650 signal an error for built-in functions (Bug#6664).
9651
f5e3c598
LMI
96522011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9653
9654 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
9655 (smtpmail-try-auth-methods): Use it.
9656
a3f2468a
CY
96572011-08-21 Chong Yidong <cyd@stupidchicken.com>
9658
2c34e8da
CY
9659 * font-lock.el (font-lock-fontify-region)
9660 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
9661 (font-lock-default-unfontify-buffer)
9662 (font-lock-default-fontify-region)
9663 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
9664
b3fd59bd
SM
9665 * progmodes/compile.el (compilation-error-properties):
9666 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
9667 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
9668 `ant' regexp.
ee31aabc 9669
a3f2468a
CY
9670 * net/browse-url.el (browse-url-firefox): Don't call
9671 browse-url-firefox-sentinel unless using -remote (Bug#9328).
9672
8e999f70
GM
96732011-08-20 Glenn Morris <rgm@gnu.org>
9674
c21a496a
GM
9675 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
9676
59ee0542
GM
9677 * tutorial.el (tutorial--default-keys): Update some default bindings.
9678
8e999f70
GM
9679 * files.el (hack-local-variables): Fully ignore case for "mode:".
9680
e3715033
AM
96812011-08-20 Alan Mackenzie <acm@muc.de>
9682
9683 Resolve invalid use of a regexp in regexp-opt.
9684
4d61f28d
JB
9685 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
9686 detection for a java annotation.
e3715033 9687
4d61f28d 9688 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
9689 detection for a java annotation.
9690
4d61f28d
JB
9691 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
9692 handling for java.
e3715033
AM
9693 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
9694
04ed2e9c
CY
96952011-08-20 Chong Yidong <cyd@stupidchicken.com>
9696
9697 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
9698 (Bug#9274).
9699
826cee64
AM
97002011-08-20 Alan Mackenzie <acm@muc.de>
9701
58179cce 9702 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
9703 such a construct. Mainly for when jit-lock etc. starts a chunk
9704 here.
9705
58179cce 9706 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 9707 variable.
58179cce 9708 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
9709 c-make-font-lock-search-function.
9710 (c-make-font-lock-search-function): Use the above function.
9711 (c-make-font-lock-context-search-function): New function.
9712 (c-cpp-matchers): Enhance the preprocessor expression case with
9713 the above function
9714 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
9715 which takes an expression.
9716
9717 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
9718
13009bd8
MR
97192011-08-20 Martin Rudalics <rudalics@gmx.at>
9720
9721 * window.el (display-buffer-reuse-window)
9722 (display-buffer-pop-up-window): Don't reuse or split a side
9723 window.
9724
9234ff7f
GM
97252011-08-19 Glenn Morris <rgm@gnu.org>
9726
9727 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 9728 Downcase "Mode:". (Bug#9331)
9234ff7f 9729
f635daa1
CY
97302011-08-18 Chong Yidong <cyd@stupidchicken.com>
9731
9732 * international/characters.el: Add L and R categories.
9733
9734 * subr.el (bidi-string-mark-left-to-right): Rename from
9735 string-mark-left-to-right. Use category search.
9736
9737 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
9738
bc987f8b
JL
97392011-08-18 Juri Linkov <juri@jurta.org>
9740
9741 * faces.el (error, warning, success): New faces with definitions
9742 copied from old default values of `font-lock-warning-face',
9743 `compilation-warning', `compilation-info' (bug#6117).
9744
9745 * font-lock.el (font-lock-warning-face): Inherit from `error'.
9746
9747 * progmodes/compile.el (compilation-error): Inherit from `error'.
9748 (compilation-warning): Inherit from `warning'.
9749 (compilation-info): Inherit from `success'.
9750
9751 * dired.el (dired-marked): Inherit from `warning'.
9752 (dired-flagged): Inherit from `error'.
9753
57173b96
LMI
97542011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9755
3e79eb87
LMI
9756 * mail/smtpmail.el (auth-source): Require to avoid problems with
9757 binding variables (bug#9298). Also clean up some unused
9758 autoloads.
9759
b3fd59bd
SM
9760 * net/network-stream.el (network-stream-open-starttls):
9761 Support using starttls.el without using gnutls-cli.
57173b96 9762
02b404de
JL
97632011-08-17 Juri Linkov <juri@jurta.org>
9764
9765 * progmodes/grep.el (rgrep): Handle the case when
9766 `grep-find-command' is a cons cell (bug#9278).
9767
8c9177f2
MR
97682011-08-17 Martin Rudalics <rudalics@gmx.at>
9769
9770 * window.el (display-buffer-pop-up-frame): Run frame creation
9771 function with BUFFER current (as special-display-popup-frame
9772 does). Reported by Drew Adams.
9773
3644a0ab
DU
97742011-08-17 Daiki Ueno <ueno@unixuser.org>
9775
9776 * epa-mail.el: Simplify GnuPG group expansion using
9777 epg-expand-group.
9778 (epa-mail-group-alist, epa-mail-group-modtime)
9779 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
9780 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
9781 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
9782 Remove.
9783
5e617bc2 97842011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
9785
9786 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
9787
9c4aeabf
AM
97882011-08-16 Alan Mackenzie <acm@muc.de>
9789
9790 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
9791 Correct, to avoid the inside of macros.
9792
3a99bf64
RS
97932011-08-16 Richard Stallman <rms@gnu.org>
9794
04963aa8
RS
9795 * epa-mail.el: Handle GnuPG group definitions.
9796 (epa-mail-group-alist, epa-mail-group-modtime)
9797 (epa-mail-gnupg-conf-file): New variables.
9798 (epa-mail-parse-groups, epa-mail-sync-groups)
9799 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
9800 (epa-mail-expand-recipients): New functions.
9801 (epa-mail-encrypt): Call epa-mail-expand-recipients.
9802
177549d0
RS
9803 * mail/rmail.el (rmail-epa-decrypt): New command.
9804
fe38beef
RS
9805 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
9806 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
9807 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
9808 (epa-decrypt-armor-in-region): Make error message clearer.
9809
934eacb9
SM
98102011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
9811
9812 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
9813 and "a2b" to "ab" for `prefix'.
9814
d024fb4e
CY
98152011-08-14 Chong Yidong <cyd@stupidchicken.com>
9816
9817 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
9818 filter groups.
de148fee
CY
9819 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
9820 Fourquet (Bug#8804).
d024fb4e 9821
62f1ca49
JB
98222011-08-12 Juanma Barranquero <lekktu@gmail.com>
9823
9824 * startup.el (argi): Declare as global variable (bug#9275).
9825
9ccaaa4b
CY
98262011-08-12 Chong Yidong <cyd@stupidchicken.com>
9827
9828 * subr.el (string-mark-left-to-right): Search the entire string
9829 for RTL script, not just the terminating character. Doc fix.
9830
a3dae87a
SM
98312011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
9832
6cd18349
SM
9833 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
9834 New function.
9835 (js--regexp-literal, js-syntax-propertize-function): Remove.
9836 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
9837 (js-mode-map): Don't rebind electric keys.
9838 (js-insert-and-indent): Remove.
9839 (js-mode): Setup electric-layout and electric-indent instead.
9840
a3dae87a
SM
9841 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
9842
9d5cb631
DU
98432011-08-12 Daiki Ueno <ueno@unixuser.org>
9844
9845 * epa.el (epa-progress-callback-function): Fix the logic of
9846 displaying progress.
9847 * epa-file.el (epa-file-insert-file-contents): Make progress
9848 display more user-friendly.
9849 (epa-file-write-region): Ditto.
9850
3e26a4a2
CY
98512011-08-10 Chong Yidong <cyd@stupidchicken.com>
9852
9853 * subr.el (string-mark-left-to-right): New function.
9854
9855 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
9856 Use string-mark-left-to-right.
9857 (list-buffers-noselect): Caller changed.
9858
a3dae87a
SM
9859 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
9860 Use string-mark-left-to-right.
3e26a4a2
CY
9861 (tabulated-list-print): Recenter after moving point.
9862
ac8cf6e6
JL
98632011-08-10 Juri Linkov <juri@jurta.org>
9864
9865 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
9866 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
9867 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
9868
8d96c9a4
CY
98692011-08-09 Chong Yidong <cyd@stupidchicken.com>
9870
9871 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
9872 (Bug#7554).
9873
7be1c708 98742011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
9875
9876 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
9877 character. (Bug#6594)
9878
37e11a63
CY
98792011-08-08 Chong Yidong <cyd@stupidchicken.com>
9880
839dde57
CY
9881 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
9882 (image-dired--with-db-file): New macro.
9883 (image-dired-write-tags, image-dired-remove-tag)
9884 (image-dired-create-gallery-lists, image-dired-write-comments)
9885 (image-dired-get-comment, image-dired-mark-tagged-files)
9886 (image-dired-list-tags, image-dired-gallery-generate): Use it.
9887 (image-dired-gallery-generate): Use insert-file-contents.
9888
37e11a63
CY
9889 * time.el (display-time-world-list, display-time-world-display):
9890 * time-stamp.el (time-stamp-string):
9891 * vc/add-log.el (add-change-log-entry): Use setenv instead of
9892 set-time-zone-rule (Bug#7337).
9893
0b4946c4
DU
98942011-08-08 Daiki Ueno <ueno@unixuser.org>
9895
9896 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
9897 (epg-error-to-string, epg-errors-to-string): New function.
9898 (epg-wait-for-completion): Reverse errors list.
9899 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
9900 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
9901 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
9902 (epg-sign-keys, epg-generate-key-from-file)
9903 (epg-generate-key-from-string): Format errors by using
9904 epg-errors-to-string (bug#9255).
9905 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
9906
75bfc667
JL
99072011-08-07 Juri Linkov <juri@jurta.org>
9908
9909 * faces.el (list-faces-display): Remove extra angle bracket
9910 from `help-mode-map'.
9911
9912 * info.el (Info-history-toc-nodes): Doc fix.
9913
9914 * longlines.el (longlines-mode): Doc fix.
9915
673e08bb
SM
99162011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
9917
4640dd88
SM
9918 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
9919 of statements and in a few more cases (bug#9183).
9920
673e08bb
SM
9921 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
9922 New functions.
9923 (cl-transform-lambda): Use them (bug#9239).
9924
89b3f019
MR
99252011-08-05 Martin Rudalics <rudalics@gmx.at>
9926
9927 * window.el (display-buffer-same-window)
9928 (display-buffer-same-frame, display-buffer-other-window)
9929 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
9930 (pop-to-buffer-other-window)
9931 (pop-to-buffer-same-frame-other-window)
9932 (pop-to-buffer-other-frame): Make them defuns.
9933 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
9934
640c8776
SM
99352011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9936
9937 * subr.el (make-composed-keymap): Move from C. Change calling
9938 convention, and improve docstring to bring attention to a subtle point.
9939 * minibuffer.el (completing-read-default): Adjust accordingly.
9940
63648a95
MA
99412011-08-03 Michael Albinus <michael.albinus@gmx.de>
9942
9943 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
9944 (tramp-open-shell): Use `tramp-shell-quote-argument'.
9945
9946 * net/trampver.el: Update release number.
9947
b796c9b7
SM
99482011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9949
9950 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
9951 "in" (bug#9190).
9952
2239d7d5
LMI
99532011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9954
e07dd7c3
LMI
9955 * mail/sendmail.el (sendmail-query-once): Restore the current
9956 buffer after querying (bug#9074).
9957
0e6a2bd7
LMI
9958 * dired.el (dired-flagged): Use different faces for marked and
9959 flagged files (bug#6117).
9960
ce887515
LMI
9961 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
9962 (bug#4433).
9963
92f2affc
LMI
9964 * ido.el (ido-mode): Switch off the message if called
9965 non-interactively.
9966
57d5aff0
LMI
9967 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
9968 before 587, since it appears that that's more likely to work for
9969 more people.
9970
98cd6c18 9971 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 9972 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
9973 exist.
9974
b96dec83
LMI
9975 * info.el: Remove the `Info-beginning-of-buffer' function
9976 (bug#8325).
9977
b796c9b7
SM
9978 * net/network-stream.el (network-stream-open-starttls):
9979 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 9980
d90e2ea0
MR
99812011-08-01 Martin Rudalics <rudalics@gmx.at>
9982
9983 * window.el (display-buffer-in-window): Don't set dedicated status
9984 of window here (Bug#9215).
9985 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
9986 (display-buffer-pop-up-side-window)
b796c9b7 9987 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 9988
cca09170
SM
99892011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
9990
9991 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
9992 before binding generated-autoload-file.
9993
027b979c
DD
99942011-08-01 Deniz Dogan <deniz@dogan.se>
9995
9996 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
9997
3c7ee4f3
MA
99982011-07-30 Michael Albinus <michael.albinus@gmx.de>
9999
10000 Sync with Tramp 2.2.2.
10001
10002 * net/trampver.el: Update release number.
10003
2cc8e51a
JL
100042011-07-30 Juri Linkov <juri@jurta.org>
10005
10006 * dired-aux.el (dired-touch-initial): Remove function.
10007 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
10008 current time, and `default' to the last modification time of the
10009 current marked file (bug#6887).
10010
a514d856
JM
100112011-07-28 Jose E. Marchesi <jemarch@gnu.org>
10012
10013 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 10014 numeric argument to read-number (bug#9163).
a514d856 10015
8a7eddd7
MA
100162011-07-27 Michael Albinus <michael.albinus@gmx.de>
10017
10018 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
10019 connection process, it could be nil.
10020
1ddd96f5
LL
100212011-07-27 Leo Liu <sdl.web@gmail.com>
10022
10023 Simplify url handling in rcirc-mode.
10024
10025 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
10026 (rcirc-browse-url-at-mouse): Remove.
10027 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
10028
b248a85d
AM
100292011-07-26 Alan Mackenzie <acm@muc.de>
10030
10031 Fontify bitfield declarations properly.
10032
10033 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
10034 (c-symbol-chars): Now exported as a lang variable.
10035 (c-not-primitive-type-keywords): New lang variable.
10036
10037 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
10038 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 10039 parsed as a bitfield declaration.
b248a85d 10040
b796c9b7
SM
10041 * progmodes/cc-engine.el (c-beginning-of-statement-1):
10042 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
10043 (c-punctuation-in): New function.
10044 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
10045 declarations properly.
10046
68575ab0
UJ
100472011-07-26 Ulf Jasper <ulf.jasper@web.de>
10048
10049 * calendar/icalendar.el (icalendar--all-events): Take care of
10050 multiple vcalendars in a single file.
b796c9b7 10051 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 10052
0f0a88b9
DD
100532011-07-25 Deniz Dogan <deniz@dogan.se>
10054
10055 * image.el (insert-image): Clarifying docstring.
10056
0b3f36df
MA
100572011-07-24 Michael Albinus <michael.albinus@gmx.de>
10058
10059 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
10060 `tramp-send-command-and-check' if there is no error.
10061 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
10062
a9901f61
AM
100632011-07-22 Alan Mackenzie <acm@muc.de>
10064
10065 Prevent cc-langs.elc being loaded at run time.
10066
10067 * progmodes/cc-mode.el: Remove two autoload forms which loaded
10068 cc-langs.
10069
4d61f28d 10070 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
10071 "(require 'cc-langs)". Quote a form so it will evaluate at
10072 (cc-mode's) compilation time.
10073
11d074b2
MA
100742011-07-22 Michael Albinus <michael.albinus@gmx.de>
10075
10076 * net/tramp.el (tramp-file-name-handler): Avoid recursive
10077 loading. (Bug#9114)
10078
938b94c8
MR
100792011-07-21 Martin Rudalics <rudalics@gmx.at>
10080
10081 * window.el (display-buffer-pop-up-window)
10082 (display-buffer-pop-up-side-window)
10083 (display-buffer-in-side-window): Call display-buffer-set-height
10084 and display-buffer-set-width after setting the new window's
b796c9b7 10085 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 10086
bfa4f190
SS
100872011-07-20 Sam Steingold <sds@gnu.org>
10088
10089 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
10090 (etags-tags-included-tables): Call `convert-standard-filename' on
10091 the file names contained in TAGS so that windows Emacs can handle
10092 TAGS files created by cygwin ctags.
10093
8ca42262
LMI
100942011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10095
10096 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
10097 which apparently didn't work.
10098
5db2afd2 100992011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 10100
5db2afd2
RW
10101 * proced.el (proced-send-signal): For *Marked Processes* buffer
10102 put point at beginning of buffer.
10103
92e15d10
SB
101042011-07-19 Stephen Berman <stephen.berman@gmx.net>
10105
10106 * proced.el (proced-format): Make header lines align with the text
10107 (bug#1779).
10108
1bfd59e5
LMI
101092011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10110
10111 * view.el (view-buffer): Allow running in `special' modes if we're
10112 visiting a file (bug#8615).
10113
f5aae37c
MR
101142011-07-19 Martin Rudalics <rudalics@gmx.at>
10115
10116 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
10117 (display-buffer-alist-set-1, display-buffer-alist-set-2):
10118 New functions.
f5aae37c
MR
10119 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
10120 more accurately.
10121
bf2c1571
AM
101222011-07-18 Alan Mackenzie <acm@muc.de>
10123
10124 Fontify declarators properly when, e.g., a jit-lock chunk begins
10125 inside a declaration.
10126
10127 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
10128
b796c9b7
SM
10129 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
10130 New function.
bf2c1571
AM
10131 (c-complex-decl-matchers): Insert reference to
10132 c-font-lock-enclosing-decls.
10133
10134 * progmodes/cc-engine.el (c-backward-single-comment):
10135 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
10136 to nil around calls to (forward-comment -1).
10137
4e190b80
LMI
101382011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10139
12dc863d
LMI
10140 * image.el (put-image): Doc typo fix.
10141
a762e966
LMI
10142 * progmodes/etags.el (tags-search): Doc typo fix.
10143
4e190b80
LMI
10144 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
10145 password if we get errors 550 to 554.
10146
f019fb21
LMI
101472011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10148
b796c9b7 10149 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 10150
81746738
LMI
10151 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
10152 indentation character (bug#6380).
10153
3ee3a1b5
LMI
10154 * files.el (buffer-offer-save): Made permanently local (bug#6241).
10155
c82f64de
LMI
10156 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
10157 to clarify what the problem is (bug#4291).
10158
f019fb21
LMI
10159 * simple.el (current-kill): Clarify what
10160 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
10161 (auto-fill-mode): Document `auto-fill-function' in relation to
10162 `auto-fill-mode' (bug#2470).
f019fb21 10163
0794775d
LM
101642011-07-16 Lawrence Mitchell <wence@gmx.li>
10165
10166 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
10167 method if slot is read-only (bug#9035).
10168
be39b8cc
MR
101692011-07-16 Martin Rudalics <rudalics@gmx.at>
10170
b796c9b7 10171 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 10172 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
10173 selected before, see discussion of (Bug#8615), (Bug#6954).
10174 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 10175
6ccf7859
GM
101762011-07-15 Glenn Morris <rgm@gnu.org>
10177
10178 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 10179 Respect help-form.
6ccf7859 10180
87e86684
LM
101812011-07-09 Lawrence Mitchell <wence@gmx.li>
10182
10183 * net/gnutls.el (gnutls-min-prime-bits): New variable.
10184 (gnutls-negotiate): Use it.
10185
d6066239
LMI
101862011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10187
b796c9b7
SM
10188 * net/gnutls.el (gnutls-negotiate):
10189 Upcase `gnutls-algorithm-priority'.
d6066239 10190
bd23ebc0
GM
101912011-07-15 Glenn Morris <rgm@gnu.org>
10192
c65bca65
GM
10193 * jka-compr.el (jka-compr-verbose): Move from here...
10194 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
10195 Add missing :version tag.
10196 * info.el: No need to require jka-compr when compiling.
bd23ebc0 10197
478615cc
LMI
101982011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10199
7b41decb
LMI
10200 * net/gnutls.el (gnutls-algorithm-priority): New variable.
10201 (gnutls-negotiate): Use it.
10202
dbc44fcd
LMI
10203 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
10204
06789f97
LMI
10205 * info.el (Info-beginning-of-buffer): New command.
10206 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
10207 announcing `b' as the key (bug#8325).
ab896c37 10208 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 10209
c39da690
LMI
10210 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
10211
3aa5f34b
LMI
10212 * international/mule-cmds.el
10213 (describe-specified-language-support): Make the error message
10214 clearer (bug#8905).
10215
4bf0979f
LMI
10216 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
10217
478615cc
LMI
10218 * isearch.el (isearch-barrier): Add a doc string, since it's
10219 mentioned in a function doc string (bug#8678).
10220
75c68aa1
MR
102212011-07-15 Martin Rudalics <rudalics@gmx.at>
10222
10223 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
10224 buffer argument (Bug#9083) and self-identifying label argument.
10225
a7c33da2
GM
102262011-07-15 Glenn Morris <rgm@gnu.org>
10227
10228 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
10229
2f5c6024
LMI
102302011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10231
10232 * man.el (Man-fontify-manpage): Fix message when formatting the
10233 man page (bug#7929).
10234
0bb23927 102352011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
10236
10237 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
10238 argument LRM; if non-nil, append an invisible LRM character to the
10239 buffer name.
10240 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
10241 last argument non-nil, when formatting buffer names.
0bb23927
EZ
10242 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
10243 paragraph direction.
cce4b0a7 10244
621ef9ab
LMI
102452011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10246
d1583c48
LMI
10247 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
10248 the man page name (bug#7929).
10249
6a57fb5f
LMI
10250 * image.el (put-image): Mention the `put-image' overlay property
10251 (bug#7834).
10252
d7956b14
LMI
10253 * scroll-bar.el (set-scroll-bar-mode): Mention that
10254 `scroll-bar-mode' lists the values (bug#7772).
10255
5b2d4a66
LMI
10256 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
10257 command (bug#7729).
10258
7509a874
LMI
10259 * rect.el (apply-on-rectangle): Return the point after the last
10260 operation.
10261 (string-rectangle): Go to the point after the last operation
10262 (bug#7522).
10263
4fe74b19
LMI
10264 * printing.el (pr-toggle-region): Clarify the documentation
10265 slightly (bug#7493).
10266
b796c9b7
SM
10267 * time.el (display-time-update):
10268 Allow `display-time-mail-function' to return nil (bug#7158).
10269 Fix suggested by Detlev Zundel.
ab283561 10270
fc233c9d
LMI
10271 * vc/diff.el (diff): Clarify the order the file names are read
10272 (bug#7111).
10273
43f5740b
LMI
10274 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
10275 the doc string (bug#7015).
10276
f2182a76
LMI
10277 * font-lock.el (font-lock-maximum-decoration): Mention what
10278 numeric levels mean (bug#6935).
10279
621ef9ab
LMI
10280 * startup.el (initial-buffer-choice): Don't mention the `none'
10281 selection, which is against policy.
10282
adc47434
MR
102832011-07-14 Martin Rudalics <rudalics@gmx.at>
10284
b796c9b7
SM
10285 * window.el (display-buffer-normalize-special):
10286 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 10287
7e5bfb8f
EZ
102882011-07-14 Eli Zaretskii <eliz@gnu.org>
10289
10290 * subr.el (version<, version<=, version=): Mention "-CVS" and
10291 "-12345" alpha version numbers.
10292
27fa387a
CY
102932011-07-14 Chong Yidong <cyd@stupidchicken.com>
10294
10295 * bindings.el: Add advertised binding for set-mark-command
10296 (Bug#5772).
10297
8bdfa064
CY
102982011-07-14 Chong Yidong <cyd@stupidchicken.com>
10299
10300 * bindings.el (mode-line-other-buffer):
10301 * bookmark.el (bookmark-bmenu-2-window):
10302 * bs.el (bs-cycle-next, bs-cycle-previous):
10303 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
10304 switch-to-buffer.
10305
10306 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 10307 Delete.
8bdfa064 10308
5eba16a3
JB
103092011-07-14 Juanma Barranquero <lekktu@gmail.com>
10310
10311 * follow.el (follow-debug-message, follow-redisplay):
10312 * jka-cmpr-hook.el (with-auto-compression-mode):
10313 Fix typos in docstrings.
10314
15853710
LMI
103152011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10316
a28e4607
LMI
10317 * subr.el (with-silent-modifications): Clarify somewhat what the
10318 macro inhibits (bug#6525).
10319
15853710
LMI
10320 * simple.el (eval-expression): Note what it does if called
10321 interactively (bug#6495).
10322
bee0fcef
CY
103232011-07-13 Chong Yidong <cyd@stupidchicken.com>
10324
b796c9b7
SM
10325 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
10326 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
10327
10328 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10329 Remove switch-to-buffer.
10330
58274504
LMI
103312011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10332
bd2fcc8d
LMI
10333 * files.el (make-directory): Clarify that an error will be raised
10334 if there's an error (bug#6397).
10335
0f04b32c
LMI
10336 * startup.el (initial-buffer-choice): Add `none' as a choice
10337 (bug#6234).
10338
465c5fc8
LMI
10339 * subr.el (add-hook): Clarify section about buffer-local hooks
10340 (bug#6218).
10341
58274504
LMI
10342 * dired.el (dired-flagged): Clarify doc string (bug#6117).
10343
bead9a43
JB
103442011-07-13 Juanma Barranquero <lekktu@gmail.com>
10345
10346 * tabify.el (untabify): Preserve the current column so that point
10347 doesn't move (bug#6032).
10348
3af98a7b
LMI
103492011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10350
b796c9b7
SM
10351 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
10352 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 10353
6240145a
GM
103542011-07-13 Glenn Morris <rgm@gnu.org>
10355
10356 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
10357 (dired-insert-directory): Give a message the first time
10358 if ls is found not to support --dired.
10359
1d8c2ccc
LMI
103602011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10361
10362 * simple.el (toggle-truncate-lines): Clarify what is toggled
10363 (bug#5580). Text by Drew Adams.
10364
5fc4038e
CY
103652011-07-13 Chong Yidong <cyd@stupidchicken.com>
10366
10367 * simple.el (blink-matching-open): Make the error message from the
10368 last change less verbose.
10369
bf6012e5
DN
103702011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
10371
10372 * font-lock.el (font-lock-comment-face): Use the high contrast
10373 "yellow" color for font-lock-comment-face on low color terminals
10374 using a dark background color (bug#4221).
10375
343c3b5a
LMI
103762011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10377
7e9505c5
LMI
10378 * dired.el (dired-insert-set-properties): Make the doc string
10379 reflect what it does now (bug#5325).
10380
c26fdcf5
LMI
10381 * simple.el (blink-matching-open): Say that we were unable to find
10382 the match within the limit, if we're limited (bug#5122).
10383
bb388cc5
LMI
10384 * international/mule-cmds.el (prefer-coding-system): Add an
10385 example (bug#4869).
10386
343c3b5a
LMI
10387 * progmodes/etags.el (tags-search): Document `file-list-form'
10388 (bug#4731).
10389
2a517d45
LM
103902011-07-13 Lawrence Mitchell <wence@gmx.li>
10391
10392 * net/browse-url.el (browse-url-default-browser)
10393 (browse-url-browser-function): Make the default browser choice a
10394 bit more logical (bug#4300). Also clean up the doc string.
10395
b6c78ef2
JB
103962011-07-13 Juanma Barranquero <lekktu@gmail.com>
10397
10398 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
10399 binary endings (bug#4440).
10400
1c4dd947
LMI
104012011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10402
a2014063
LMI
10403 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
10404 which can be pretty annoying (bug#8971).
10405
9c9c2d88
LMI
10406 * jka-compr.el (jka-compr-verbose): New variable, and use
10407 throughout (bug#8971).
10408
1c4dd947
LMI
10409 * info.el (Info-find-file): Fall back on the installation
10410 directory if we can't find the info node anywhere else.
10411
a1c9f41b
SO
104122011-07-13 Sergei Organov <osv@javad.com> (tiny change)
10413
10414 * vc/vc.el (vc-revert-file):
10415 Don't set file time-stamp in the past. (Bug#5181)
10416
536f3d36
LMI
104172011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10418
7152b011
LMI
10419 * files.el (after-find-file): Give a better error message when
10420 trying to find a symlink that points to a file that doesn't exist
10421 (bug#4398).
10422
536f3d36
LMI
10423 * progmodes/cc-vars.el: Remove (probably) misleading comment
10424 (bug#4396).
10425
460c0fba
JB
104262011-07-12 Johan BockgĂ¥rd <bojohan@gnu.org>
10427
10428 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
10429
7a6bda45
CY
104302011-07-12 Chong Yidong <cyd@stupidchicken.com>
10431
10432 * mouse-sel.el: Hack restoring functionality, while keeping
10433 compatibility with 2010-07-03 changes to mouse selection.
10434 (mouse-sel-primary-overlay): New var.
10435 (mouse-sel-selection-alist): Use it.
10436 (mouse-sel-mode): Doc fix; remove points that are default features
10437 of mouse.el.
10438
c79598ef
JB
104392011-07-12 Johan BockgĂ¥rd <bojohan@gnu.org>
10440
10441 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10442 Fix previous fix (bug#2490).
10443
ff8be6ef
RW
104442011-07-12 Roland Winkler <winkler@gnu.org>
10445
b796c9b7
SM
10446 * textmodes/bibtex.el (bibtex-initialize):
10447 Use pop-to-buffer-same-window.
ff8be6ef
RW
10448 (bibtex-search-entries): Fix interactive call.
10449
296ba3ee
LMI
104502011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10451
f5242a02 10452 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
10453 Fontise bytecomp Error lines more correctly (bug#2490).
10454 Fix suggested by Johan BockgĂ¥rd.
f5242a02 10455
296ba3ee
LMI
10456 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
10457
10458 * dired-x.el (dired-guess-default): Use `delete-dups'.
10459
f69fd0d2
CY
104602011-07-12 Chong Yidong <cyd@stupidchicken.com>
10461
10462 * dired.el (dired-mark-prompt):
10463 * dired-aux.el (dired-read-shell-command): Doc fix.
10464
eab5dc07
LMI
104652011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10466
b796c9b7
SM
10467 * mail/sendmail.el (sendmail-query-once):
10468 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
10469 emacs -Q.
10470
10471 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
10472
eab5dc07
LMI
10473 * cus-edit.el (custom-file): Take an optional no-error variable.
10474 (customize-save-variable): Set the variable, and give a warning if
10475 running under "emacs -q".
10476
a1e65d42
JB
104772011-07-11 Juanma Barranquero <lekktu@gmail.com>
10478
10479 * loadhist.el (unload-feature-special-hooks):
10480 Add `auto-coding-functions', `fill-nobreak-predicate' and
10481 `find-directory-functions' (bug#5327).
10482
1d52da10
LMI
104832011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10484
be958f1d
LMI
10485 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
10486
5bedb26c
LMI
10487 * cus-edit.el (custom-guess-name-alist): -alist variables should
10488 use the `alist' type (bug#3120). Suggested by Drew Adams.
10489
1d52da10
LMI
10490 * printing.el: Add documentation to all the `pr-toggle-' commands.
10491
cd394be1 104922011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
10493
10494 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
10495 backends where it makes sense (bug#2623).
10496
dcc88d8a
LMI
104972011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10498
c3de9feb
LMI
10499 * dired-x.el (dired-guess-default): Remove duplicate shell command
10500 entries (bug#2028).
8a93078b 10501 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 10502 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 10503
dcc88d8a
LMI
10504 * subr.el (remove-duplicates): New conveniency function.
10505
505e3645
LMI
105062011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10507
10508 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
10509 (bug#1526).
10510
105112011-07-10 Martin Rudalics <rudalics@gmx.at>
10512
10513 * window.el (display-buffer-normalize-default): Don't invert
10514 meaning of even-window-heights. Reported by Eli Zaretskii
10515 <eliz@gnu.org>.
10516
455e4fa1
BR
105172011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
10518
10519 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
10520
8e0bc3e9
CY
105212011-07-10 Chong Yidong <cyd@stupidchicken.com>
10522
10523 * window.el (display-buffer): Fix arguments to
10524 display-buffer-reuse-window in last change.
10525
fa7c3228
CY
10526 * faces.el (link): Use a less saturated blue on light backgrounds.
10527
10528 * startup.el (fancy-startup-text, fancy-about-text)
10529 (fancy-startup-tail): Use font-lock faces, for background safety.
10530
c0a7f300
BN
105312011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
10532
b796c9b7
SM
10533 * emulation/viper-cmd.el (viper-change-state-to-vi):
10534 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 10535
4dc2a129
MR
105362011-07-09 Martin Rudalics <rudalics@gmx.at>
10537
10538 * window.el (display-buffer-default-specifiers): Remove.
10539 (display-buffer-macro-specifiers): Remove default specifiers.
10540 (display-buffer-alist): Default to nil.
b796c9b7 10541 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
10542 (display-buffer-pop-up-window): Allow splitting internal
10543 windows. Check whether a live window was created.
10544 (display-buffer-other-window-means-other-frame)
10545 (display-buffer-normalize-arguments): Rename to
10546 display-buffer-normalize-argument and rewrite. Set the
10547 other-window specifier.
10548 (display-buffer-normalize-special): New function.
10549 (display-buffer-normalize-options): Rename to
10550 display-buffer-normalize-default and rewrite.
10551 (display-buffer-normalize-options-inhibit): Remove.
10552 (display-buffer-normalize-specifiers): Rewrite.
10553 (display-buffer): Process other-window specifier and call
10554 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
10555 more faithfully.
b796c9b7 10556 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 10557 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
10558 (display-buffer-in-window, display-buffer-alist-set):
10559 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
10560 <tassilo@member.fsf.org>.
10561
2d43b8c9
LL
105622011-07-09 Leo Liu <sdl.web@gmail.com>
10563
10564 * register.el (insert-register): Restore accidental change on
10565 2011-06-26. (Bug#9028)
10566
7f9b7c53
GM
105672011-07-09 Glenn Morris <rgm@gnu.org>
10568
10569 * subr.el (remq): Handle the empty list. (Bug#9024)
10570
f042cfd8
AS
105712011-07-08 Andreas Schwab <schwab@linux-m68k.org>
10572
10573 * mail/sendmail.el (send-mail-function): No longer delay custom
10574 initialization.
10575 * custom.el (custom-initialize-delay): Doc fix.
10576
856b2f11
SM
105772011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
10578
10579 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
10580
afae1d68
MA
105812011-07-08 Michael Albinus <michael.albinus@gmx.de>
10582
10583 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
10584 human-friendly prompt.
10585
0757af94
SM
105862011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
10587
10588 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
10589 provided by a particular plugin.
10590
d760b731
LMI
105912011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
10592
10593 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
10594 save customizations (with "emacs -Q"), just set the variable
10595 instead of erroring out.
10596
10597 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
10598
cd79ce90
JL
105992011-07-08 Juri Linkov <juri@jurta.org>
10600
10601 * arc-mode.el (archive-zip-expunge, archive-zip-update)
10602 (archive-zip-update-case): Use 7z if found by `executable-find'.
10603 The order of searching the available programs is the same as in
10604 `archive-zip-extract' (bug#8968).
10605
14cc04aa
CY
106062011-07-07 Chong Yidong <cyd@stupidchicken.com>
10607
10608 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
10609 (menu-bar-options-menu): Tweak descriptions.
10610
0a1848ec
LMI
106112011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
10612
10613 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
10614 menu items into verb phrases (bug#1421). Also refill to fit under
10615 80 columns.
10616
f5bd0689
CY
106172011-07-07 Chong Yidong <cyd@stupidchicken.com>
10618
538e85c6
CY
10619 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
10620 (Info-read-node-name): Doc fix (Bug#1084).
10621
f5bd0689
CY
10622 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
10623 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
10624 (end-of-sexp, beginning-of-sexp)
10625 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
10626 (forward-symbol, forward-same-syntax, word-at-point)
10627 (sentence-at-point): Doc fix (Bug#1144).
10628
56ec5115
LMI
106292011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
10630
f3f8e37f
LMI
10631 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
10632 should cover it (bug#1281).
10633
0757af94 10634 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 10635
e9fce1ac 10636 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
10637 negotiation fails, then possibly try again with a non-encrypted
10638 connection (bug#9017).
10639
56ec5115
LMI
10640 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
10641 be used.
10642
c2f9aec8
RS
106432011-07-07 Richard Stallman <rms@gnu.org>
10644
10645 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
10646 property, and handle its changed format.
10647 Look for the correct line number.
10648 Use file's line contents (but not past first =) to find
10649 correct line in message.
10650
ef7b981d 106512011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
10652
10653 * international/characters.el (build-unicode-category-table):
10654 Delete it.
0757af94 10655 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 10656
0757af94 10657 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
10658 to src/chartab.c.
10659 (get-char-code-property): Call unicode-property-table-internal to
10660 load a file. Call get-unicode-property-internal where necessary.
10661 (put-char-code-property): Call unicode-property-table-internal to
10662 load a file. Call put-unicode-property-internal where necessary.
10663 put-unicode-property-internal where necessary.
0757af94
SM
10664 (char-code-property-description):
10665 Call unicode-property-table-internal to load a file.
c805dec0
KH
10666
10667 * international/charprop.el:
10668 * international/uni-bidi.el:
10669 * international/uni-category.el:
10670 * international/uni-combining.el:
10671 * international/uni-comment.el:
10672 * international/uni-decimal.el:
10673 * international/uni-decomposition.el:
10674 * international/uni-digit.el:
10675 * international/uni-lowercase.el:
10676 * international/uni-mirrored.el:
10677 * international/uni-name.el:
10678 * international/uni-numeric.el:
10679 * international/uni-old-name.el:
10680 * international/uni-titlecase.el:
10681 * international/uni-uppercase.el: Regenerate.
10682
10683 * loadup.el: Load international/charprop.el before
10684 international/characters.
10685
e14b388a
CY
106862011-07-07 Chong Yidong <cyd@stupidchicken.com>
10687
10688 * window.el (next-buffer, previous-buffer): Signal an error if
10689 called from a minibuffer window.
10690
10691 * bindings.el: Revert 2011-07-04 change.
10692
354cf0ba
RS
106932011-07-06 Richard Stallman <rms@gnu.org>
10694
10695 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
10696 (rmail-mime-insert-bulk, rmail-mime-insert-text):
10697 Treat markers like ints.
10698 (rmail-mime-entity): Doc fix.
10699
a48868a7
LMI
107002011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10701
4906cd3d
LMI
10702 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
10703 defcustom again for backwards compatibility.
10704
e0457abe
LMI
10705 * simple.el (shell-command-on-region): Fill.
10706
d67f7e1f
LMI
10707 * dired-aux.el (dired-kill-line): Add a doc string.
10708
fe204702
LMI
10709 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
10710 to "\\sw\\|\\s_" (bug#358).
10711
a48868a7
LMI
10712 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
10713 (dired-unmark-backward): Ditto.
10714 (dired-flag-backup-files): Ditto.
10715
10716 * dired-x.el (dired-mark-sexp): Ditto.
10717
aa8a705c
RS
107182011-07-06 Richard Stallman <rms@gnu.org>
10719
10720 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
10721 (rmail-mime-entity): New arg TRUNCATED.
10722 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
10723 New functions.
10724 (rmail-mime-save): Warn if entity is truncated.
10725 (rmail-mime-toggle-hidden): Likewise, for showing.
10726 (rmail-mime-process-multipart): Record when an entity is truncated.
10727
a9a936b9
RS
10728 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
10729 if ENTITY is a string.
10730
1f2b92cb
LMI
107312011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10732
f4f73198 10733 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
10734 of faces when `M-C-x'-ing their definitions (bug#8378).
10735 Also clean up the code slightly.
f4f73198 10736
12b16734 10737 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 10738 because that makes the colors go away.
12b16734 10739
f0691d22
LMI
10740 * mail/sendmail.el (send-mail-function): Change the default to
10741 `sendmail-query-once'.
9e87df06 10742 (sendmail-query-once): Add an autoload cookie.
f0691d22 10743
1f2b92cb
LMI
10744 * net/network-stream.el (network-stream-open-starttls): Try using
10745 a plain connection even if the server offered STARTTLS, and we
10746 kinda wanted to use it, if Emacs doesn't have any STARTTLS
10747 capability. This should make smtpmail.el work in slightly more
10748 configurations.
10749
1cdd2a1b
MA
107502011-07-06 Michael Albinus <michael.albinus@gmx.de>
10751
10752 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
10753 New defun.
10754 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
10755
fbcc67e2
MM
107562011-07-06 Michael R. Mauger <mmaug@yahoo.com>
10757
10758 * progmodes/sql.el: Version 3.0
0757af94 10759 (sql-product-alist): Add product :completion-object,
fbcc67e2 10760 :completion-column, and :statement attributes.
0757af94 10761 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 10762 (sql-mode-syntax-table): Mark all punctuation.
0757af94 10763 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
10764 ansi keywords.
10765 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 10766 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
10767 (sql-oracle-show-reserved-words): New function for development.
10768 (sql-product-font-lock): Simplify for source code buffers.
10769 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
10770 New functions.
10771 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
10772 (sql-mode-map): Add statement movement functions.
10773 (sql-ansi-statement-starters, sql-oracle-statement-starters):
10774 New variable.
fbcc67e2
MM
10775 (sql-statement-regexp, sql-beginning-of-statement)
10776 (sql-end-of-statement, sql-signum): New functions.
0757af94 10777 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
10778 (sql-show-sqli-buffer): Bug fix.
10779 (sql-interactive-mode): Store connection data as buffer local.
0757af94 10780 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
10781 with sql-interactive-mode.
10782 (sql-save-connection): Save buffer local settings.
0757af94 10783 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
10784 (sql-product-interactive): Bug fix.
10785 (sql-preoutput-hold): New variable.
10786 (sql-interactive-remove-continuation-prompt): Bug fixes.
10787 (sql-debug-redirect): New variable.
10788 (sql-str-literal): New function.
10789 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 10790 Redesign.
fbcc67e2
MM
10791 (sql-oracle-save-settings, sql-oracle-restore-settings)
10792 (sql-oracle-list-all, sql-oracle-list-table): New functions.
10793 (sql-completion-object, sql-completion-column)
10794 (sql-completion-sqlbuf): New variables.
10795 (sql-build-completions-1, sql-build-completions)
10796 (sql-try-completion): New functions.
10797 (sql-read-table-name): Use them.
10798 (sql-contains-names): New buffer local variable.
10799 (sql-list-all, sql-list-table): Use it.
10800 (sql-oracle-completion-types): New variable.
10801 (sql-oracle-completion-object, sql-sqlite-completion-object)
10802 (sql-postgres-completion-object): New functions.
10803
d4eaeab1
GM
108042011-07-06 Glenn Morris <rgm@gnu.org>
10805
10806 * window.el (pop-to-buffer): Doc fix.
10807
322b7dab 108082011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
10809
10810 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
10811
322b7dab 108122011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 10813
322b7dab 10814 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 10815
322b7dab 10816 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 10817
605dd5bf
CY
108182011-07-05 Chong Yidong <cyd@stupidchicken.com>
10819
10820 * button.el (button): Inherit from link face. Suggested by Dan
10821 Nicolaescu.
10822
7dbfa719
SM
108232011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10824
3db614b0
SM
10825 * progmodes/gdb-mi.el: Fit in 80 columns.
10826 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
10827 switch-to-buffer.
10828
7dbfa719
SM
10829 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
10830 if imenu is simply not configured (bug#8941).
10831
919d884a
KM
108322011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
10833
10834 * allout.el (allout-post-undo-hook): New allout outline-change
10835 event hook to signal undo activity.
10836 (allout-post-command-business): Run allout-post-undo-hook if an
10837 undo just occurred.
7dbfa719
SM
10838 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
10839 * allout-widgets.el (allout-widgets-after-undo-function):
10840 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
10841 in the vicinity of an undo.
10842 (allout-widgets-mode): Include allout-widgets-after-undo-function
10843 on the new allout-post-undo-hook.
10844
450a0f09
SM
108452011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10846
10847 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
10848 Let define-derived-mode define it.
10849 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
10850 cycles of abbrev-table inheritance (bug#8998).
10851
2de69e00
RW
108522011-07-05 Roland Winkler <winkler@gnu.org>
10853
10854 * textmodes/bibtex.el: Add support for biblatex.
10855 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
10856 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
10857 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
10858 (bibtex-entry-alist, bibtex-field-alist): New variables.
10859 (bibtex-entry-field-alist): Obsolete alias for
10860 bibtex-BibTeX-entry-alist.
10861 (bibtex-entry-alist, bibtex-field-alist): New widgets.
10862 (bibtex-set-dialect): New command.
10863 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
10864 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
10865 Bind via bibtex-set-dialect.
2de69e00
RW
10866 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
10867 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
10868 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
10869 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
10870 Define via bibtex-set-dialect.
450a0f09
SM
10871 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
10872 Obey bibtex-no-opt-remove-re.
2de69e00
RW
10873 (bibtex-vec-push, bibtex-vec-incr): New functions.
10874 (bibtex-format-entry, bibtex-field-list)
10875 (bibtex-print-help-message, bibtex-validate)
10876 (bibtex-search-entries): Use new format of bibtex-entry-alist.
10877
2dcdbdd9
SM
108782011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10879
10880 * progmodes/compile.el (compilation-goto-locus):
10881 * net/tramp-cmds.el (tramp-append-tramp-buffers):
10882 * bs.el (bs-cycle-next, bs-cycle-previous):
10883 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
10884 * bindings.el (mode-line-other-buffer):
10885 * autoinsert.el (auto-insert):
10886 * arc-mode.el (archive-extract):
10887 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
10888
b27640fe
JB
108892011-07-05 Juanma Barranquero <lekktu@gmail.com>
10890
10891 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
10892 Fix check of `emacs-lock-unlockable-modes'.
10893 Coerce true values of `emacs-lock--try-unlocking' to t.
10894
53bbe3ad
JB
108952011-07-05 Juanma Barranquero <lekktu@gmail.com>
10896
10897 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
10898 * emacs-lock.el: New file.
10899
1d3cdbc7
JD
109002011-07-05 Julien Danjou <julien@danjou.info>
10901
10902 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
10903 than `boundp' to check if face is set.
10904
9173deec
JB
109052011-07-05 Juanma Barranquero <lekktu@gmail.com>
10906
10907 * register.el (registerv-make):
10908 * window.el (window-min-height): Fix typos in docstrings.
10909
869795d6
JD
109102011-07-05 Jan Djärv <jan.h.d@swipnet.se>
10911
9173deec 10912 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
10913 Update doc string.
10914
b768cdcd
JB
109152011-07-04 Juanma Barranquero <lekktu@gmail.com>
10916
10917 * server.el (server-execute): Catch quit and call
10918 `server-return-error' to pass the error back to emacsclient and
10919 close the connection (bug#8942).
10920
13aa217b
KM
109212011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
10922
10923 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
10924 insecure exception for current topic. Also note that auto-saves
10925 are handled differently.
10926
5d3385a0 10927 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
10928 State variables for tracking auto-save inhibition situation.
10929
10930 (allout-write-contents-hook-handler): Rename from
10931 'allout-write-file-hook-handler', and describe how it depends on
10932 write-contents-functions sensitivity to non-nil value to prevent
10933 file write.
10934
10935 (allout-auto-save-hook-handler): Remove. auto-save does not check
10936 this in individual buffers, only in the starting buffer, so this
10937 is not the right way for us to inhibit auto-save in a buffer
10938 according to its condition.
10939
10940 (allout-mode): Use new allout-write-contents-hook-handler, and
10941 only with write-contents-functions. Remove auto-save provisions -
10942 they're implemented elsewhere.
10943
10944 (allout-before-change-handler): If undo is in progress, note that
10945 for attention of allout-post-command-business.
10946
10947 (allout-post-command-business): If the command we're following was
10948 an undo, check for change in the status of encrypted items and
10949 adjust auto-save inhibitions accordingly.
10950
10951 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
10952 according to whether there are or aren't any plain-text topics
10953 pending encryption.
10954
2dcdbdd9 10955 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
10956 Adjust buffer-saved-size and some allout state to inhibit auto-saves
10957 if there are plain-text topics pending encryption.
13aa217b
KM
10958
10959 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
10960 buffer-saved-size and some allout state to not inhibit auto-saves
10961 if there are no longer any plain-text topics pending encryption.
10962
0757af94
SM
10963 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
10964 No longer provide for exemption of the current topic.
13aa217b 10965
ac89b32c
JL
109662011-07-04 Juri Linkov <juri@jurta.org>
10967
10968 Add 7z operations to delete and save changed members (bug#8968).
10969 * arc-mode.el (archive-7z-expunge, archive-7z-update):
10970 New defcustoms.
10971 (archive-7z-write-file-member): New function.
10972 (archive-7z-summarize): Fix the number of dashes in the
10973 listing output.
10974
8fa39615
SM
109752011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10976
10977 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
10978 (bug#8958).
10979
2f11b3f1
CY
109802011-07-04 Chong Yidong <cyd@stupidchicken.com>
10981
d66fef2b
CY
10982 * bindings.el: Ignore next-buffer and previous-buffer in
10983 minibuffer-local-map.
10984
2f11b3f1
CY
10985 * font-lock.el (font-lock-builtin-face): Change light background
10986 color to dark slate blue (Bug#6693).
10987
f932a347
WD
109882011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
10989
10990 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
10991
c8af70e1
SM
109922011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10993
10994 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
10995 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10996 Add switch-to-buffer.
10997
f158badc
LMI
109982011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10999
11000 * isearch.el (isearch-search-fun-function): Clarify further the
11001 meaning of the function returned.
11002
6d95bd46
MA
110032011-07-04 Michael Albinus <michael.albinus@gmx.de>
11004
11005 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
11006
11007 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
11008 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
11009 Use it.
11010 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
11011 `tramp-default-remote-path' does not exist.
11012 (tramp-send-command-and-read): New optional argument NOERROR.
11013 (tramp-open-connection-setup-interactive-shell)
11014 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
11015 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
11016 (tramp-process-sentinel): Flush also process' connection property.
11017 (tramp-sh-handle-start-file-process): Do not set process
11018 sentinel. It is done now ...
11019 (tramp-maybe-open-connection): ... here. (Bug#8929)
11020
909e6b67
MK
110212011-07-04 MON KEY <monkey@sandpframing.com>
11022
11023 * play/animate.el (animate-string): Doc fixes and allow changing
11024 the buffer name (bug#5417).
11025
110262011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11027
c8af70e1 11028 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 11029
f34755dc
PE
110302011-07-04 Paul Eggert <eggert@cs.ucla.edu>
11031
396cec72
PE
11032 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
11033 This is simpler and helps future-proof the code.
11034 (timer-until): Use time-subtract and float-time.
08235028 11035 (timer--time-less-p): Use time-less-p.
f34755dc 11036
56e6cc31
JB
110372011-07-04 Juanma Barranquero <lekktu@gmail.com>
11038
3abb79e5
JB
11039 * type-break.el (timep): Use the value of `float-time' to avoid a
11040 byte-compiler warning.
11041
56e6cc31
JB
11042 * server.el (server-eval-and-print): Return any result, even nil.
11043
7b9430b4
PE
110442011-07-03 Paul Eggert <eggert@cs.ucla.edu>
11045
11046 * type-break.el: Accept time formats that the builtins accept.
11047 (timep, type-break-time-difference): Accept any format that
11048 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
11049 This is simpler and helps future-proof the code.
11050 (type-break-time-difference): Round rather than ignoring
11051 subseconds components.
11052
3034e9e7
LMI
110532011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11054
11055 * info.el (Info-apropos-matches): Make non-interactive, since it
11056 doesn't seem to do anything useful as a command (bug#8829).
11057
1485f4c0
CY
110582011-07-03 Chong Yidong <cyd@stupidchicken.com>
11059
11060 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 11061 Move from faces.el.
1485f4c0
CY
11062 (frame-default-terminal-background): New function.
11063
11064 * custom.el (custom-push-theme): Don't record faces in `changed'
11065 theme; this doesn't work correctly for per-frame face settings.
11066 (disable-theme): Use face-set-after-frame-default to reset faces.
11067 (custom--frame-color-default): New function.
11068
9fa3dd45
LMI
110692011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11070
c8af70e1 11071 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
11072 (bug#8769).
11073
6cbbc20c
KR
110742011-03-29 Kevin Ryde <user42@zip.com.au>
11075
11076 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11077 `perl-Test2' extend to match possible "fail #N" rep count
11078 (bug#8377).
11079
c7f98048
LMI
110802011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11081
65676592
LMI
11082 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
11083 `smtpmail-via-smtp' now returns the error instead of nil.
11084
c7f98048
LMI
11085 * isearch.el (isearch-search-fun-function): Clarify the doc string
11086 (bug#8101).
11087
56e6cc31 110882011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
11089
11090 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
11091 unnecessary spaces (bug#8987).
11092
2b216704
LMI
110932011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11094
11095 * net/network-stream.el (open-network-stream): Use the
11096 :end-of-capability command thoughout.
11097
110982011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11099
11100 * net/network-stream.el (open-network-stream): Add the
11101 :end-of-capability command parameter, used by pop3.el.
11102
36adf6ce
LMI
111032011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11104
1ca0da0e
LMI
11105 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
11106
fc00f69c
LMI
11107 * fringe.el (fringe-query-style): Remove redundant text " (type ?
11108 for list)" (bug#6475).
11109
28fd8759 11110 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 11111 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
11112 an error (bug#6297).
11113
0dd8b6da
LMI
11114 * man.el (Man-reference-regexp): Allow matching possible
11115 word-wrapped references (bug#6289).
11116
ce1438d6
LMI
11117 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
11118 for consistency with the other vc buffers (bug#6197).
11119 (vc-checkin): Ditto.
11120
11121 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
11122
36adf6ce
LMI
11123 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
11124
e83cc1f7
LMI
111252011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11126
8a20ca4c
LMI
11127 * custom.el (defcustom): Clarify that :set is only used in the
11128 Customize user interface (bug#6089).
11129
83319045
LMI
11130 * progmodes/flymake.el (flymake-mode): If the buffer isn't
11131 associated with a file, refuse to run instead of erroring out
11132 (bug#6084).
11133
a8392169
LMI
11134 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
11135 the doc string, since it appears that using `fill-column' always
11136 controls the width (bug#7845).
11137
e83cc1f7
LMI
11138 * simple.el (shell-command-on-region): Say where the error output
11139 went if `shell-command-default-error-buffer' is set (bug#6857).
11140
e47ca23b
KM
111412011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
11142
11143 * allout.el (allout-yank-processing): Adjust cursor position for
11144 backwards-deleted space.
11145
11146 (allout-rebullet-heading): Register changes with
11147 allout-exposure-changed-hook, so the modified topic is properly
11148 decorated.
11149
5cf56143
LMI
111502011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11151
08549772
LMI
11152 * minibuffer.el (completion-in-region): Document PREDICATE
11153 (bug#7136).
11154
48e96771
LMI
11155 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
11156 of keyword/argument pairs (bug#6904).
11157
c8af70e1
SM
11158 * replace.el (multi-occur):
11159 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 11160
e17d05e2
LMI
111612011-07-02 Drew Adams <drew.adams@oracle.com>
11162
11163 * dired.el (dired-mark-if): Make the message about whether it's
11164 marking or unmarking clearer (bug#8523).
11165
063b0e45
LMI
111662011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11167
11168 * disp-table.el (display-table-print-array): New function.
11169 (describe-display-table): Use it to print the vectors more pretty
11170 (Bug#8859).
11171
28545e04
MR
111722011-07-02 Martin Rudalics <rudalics@gmx.at>
11173
11174 * window.el (window-state-get-1): Don't assign clone numbers.
11175 Add clone-of item to list of window parameters.
11176 (window-state-put-2): Don't process clone numbers.
11177 (display-buffer-alist): Fix doc-string.
11178
3349e122
SM
111792011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
11180
11181 * subr.el (remq): Don't allocate if it's not needed.
11182 (keymap--menu-item-binding, keymap--menu-item-with-binding)
11183 (keymap--merge-bindings): New functions.
11184 (keymap-canonicalize): Use them to refine the canonicalization.
11185 * minibuffer.el (minibuffer-local-completion-map)
11186 (minibuffer-local-must-match-map): Move initialization from C.
11187 (minibuffer-local-filename-completion-map): Move initialization from C;
11188 don't inherit from anything here.
11189 (minibuffer-local-filename-must-match-map): Make obsolete.
11190 (completing-read-default): Use make-composed-keymap to combine
11191 minibuffer-local-filename-completion-map with either
11192 minibuffer-local-must-match-map or
11193 minibuffer-local-filename-completion-map.
11194
d224ac83
GM
111952011-07-01 Glenn Morris <rgm@gnu.org>
11196
3de63bf8
GM
11197 * type-break.el (type-break-time-sum): Use dolist.
11198
d224ac83
GM
11199 * textmodes/flyspell.el (flyspell-word-search-backward):
11200 Replace CL function.
11201
1a1e3f32
SM
112022011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11203
fe3f64d5
SM
11204 * mouse.el (mouse--strip-first-event): New function.
11205 (function-key-map): Use it to map fringe clicks to normal clicks
11206 by default.
11207
eb604e34
SM
11208 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
11209 (vc-bzr-revision-completion-table): Add support for annotate and date.
11210
1a1e3f32
SM
11211 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
11212 inherit from parent.
11213
5bd35902
LMI
112142011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11215
ace6c69c 11216 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 11217 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 11218
191e2bed
LMI
11219 * dired.el (dired-mode): Fix up the doc string as suggested by
11220 Drew Adams (bug#8817).
11221
5bd35902
LMI
11222 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
11223 cookie, since the manual says that it should be possible to add
11224 this function to `find-file-hook' (bug#8709).
11225
eee8207a
TZ
112262011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
11227
11228 * progmodes/cfengine.el: Moved all cfengine3.el functionality
11229 here. Noted Ted Zlatanov as the maintainer.
11230 (cfengine-common-settings, cfengine-common-syntax): New functions
11231 to set up common things between `cfengine-mode' and
11232 `cfengine3-mode'.
11233 (cfengine3-mode): New mode.
11234 (cfengine3-defuns cfengine3-defuns-regex
11235 (cfengine3-class-selector-regex cfengine3-category-regex)
11236 (cfengine3-vartypes cfengine3-font-lock-keywords)
11237 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 11238 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 11239
36b148cf
MA
112402011-07-01 Michael Albinus <michael.albinus@gmx.de>
11241
11242 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
11243
11244 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
11245
0bf4ba9a
MR
112462011-07-01 Martin Rudalics <rudalics@gmx.at>
11247
11248 * window.el (same-window-buffer-names, same-window-regexps)
11249 (same-window-p, special-display-frame-alist)
11250 (special-display-popup-frame, special-display-function)
11251 (special-display-buffer-names, special-display-regexps)
11252 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
11253 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
11254 (split-window-preferred-function, split-height-threshold)
11255 (split-width-threshold, even-window-heights)
11256 (display-buffer-mark-dedicated, window-splittable-p)
11257 (split-window-sensibly, window-safely-shrinkable-p):
11258 Un-obsolete.
11259 (display-buffer): Don't spread args with function specifier
11260 because special-display-popup-frame won't like it.
11261
35837f51
PE
112622011-07-01 Paul Eggert <eggert@cs.ucla.edu>
11263
d0672f86
PE
11264 Time-stamp simplifications and fixes.
11265 These improve accuracy slightly, and future-proof the code
11266 against some potential changes to current-time format.
11267
b9444d97
PE
11268 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
11269 by using time-since and float-time.
11270
0ef923dc
PE
11271 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
11272 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
11273 + NNN microseconds".
11274
2f81380d
PE
11275 * type-break.el (type-break-time-sum): Rewrite using time-add.
11276
845b5c3e
PE
11277 * play/hanoi.el (hanoi-current-time-float): Remove.
11278 All uses replaced by float-time.
11279
ee6f1be0
PE
11280 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
11281 This yields a more-accurate answer.
11282 (rng-time-to-float): Remove; no longer needed.
11283
fe955043
PE
11284 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
11285
5777162a
PE
11286 * calendar/timeclock.el (timeclock-seconds-to-time):
11287 Defalias to seconds-to-time, since they're the same thing.
11288
3103f8b6 11289 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 11290 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
11291 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
11292
0e61a35f
SM
112932011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11294
11295 * window.el (bury-buffer): Don't iconify the only frame.
11296 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
11297 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
11298
ddd63a1e
CY
112992011-07-01 Chong Yidong <cyd@stupidchicken.com>
11300
0e61a35f
SM
11301 * eshell/em-smart.el (eshell-smart-display-navigate-list):
11302 Add mouse-yank-primary.
ddd63a1e 11303
055f4923
TZ
113042011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
11305
11306 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
11307
6a2fb145
SM
113082011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11309
11310 * emacs-lisp/find-func.el (find-library--load-name): New fun.
11311 (find-library-name): Use it to find relative load names when provided
11312 absolute file name (bug#8803).
11313
fd4983f2
LMI
113142011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11315
887d14ad
LMI
11316 * textmodes/flyspell.el (flyspell-word): Consider words that
11317 differ only in case as potential doublons (bug#5687).
11318
c53dc7fc
LMI
11319 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
11320 Remove two rather uninteresting debugging-like messages to make
11321 debbugs.el more silent.
11322
fd4983f2
LMI
11323 * comint.el (comint-password-prompt-regexp): Accept "Response" as
11324 a password-like phrase.
11325
7a71b18d 113262011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
11327
11328 * progmodes/cc-guess.el: New file.
11329
6a2fb145 11330 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
11331
11332 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
11333 derived from `c-basic-common-init'.
11334
11335 * progmodes/cc-mode.el (top-level): Require cc-guess.
11336 (c-basic-common-init): Use `cc-choose-style-for-mode'.
11337
1fa280a3
LM
113382011-06-30 Lawrence Mitchell <wence@gmx.li>
11339
11340 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
11341
e6597158
AM
113422011-06-30 Alan Mackenzie <acm@muc.de>
11343
1fa280a3
LM
11344 * progmodes/cc-engine.el (c-guess-continued-construct):
11345 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
11346 lock is disabled. Name this case as "CASE G".
11347
68ba37fb
KM
113482011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
11349
11350 * allout.el (allout-yank-processing): Fix injection of extra space
11351 between bullet and non-whitespace character in first topic when
11352 pasting, ensuring that the actual spacing in the pasted topic
11353 following the bullet char is preserved. This extra space was
11354 causing pasted encrypted topics to get a decrypted status even
11355 when the content was actually still encrypted. Now the decryption
11356 status from before the paste is preserved.
11357
11358 (allout-flag-region): Set all allout overlays so they evaporate
11359 when reduced to zero length (evanescent), to prevent overlay
11360 leakage.
11361
887a0b34
GM
113622011-06-30 Glenn Morris <rgm@gnu.org>
11363
94b9acce
GM
11364 * w32-fns.el (w32-charset-info-alist): Declare.
11365
1d9b46d4
GM
11366 * find-dired.el (find-grep-options): Simplify.
11367
cc232200
GM
11368 * term/ns-win.el (ns-set-resource): Declare.
11369
28e77c46
GM
11370 * ses.el (row, col): Declare dynamic variables honestly.
11371
887a0b34
GM
11372 * textmodes/reftex-parse.el (index-tags): Declare.
11373
658d8eb8
CY
113742011-06-30 Chong Yidong <cyd@stupidchicken.com>
11375
11376 * cus-edit.el (customize-push-and-save): New function.
11377
11378 * files.el (hack-local-variables-confirm): Use it.
11379
1fa280a3
LM
11380 * custom.el (load-theme): New arg NO-CONFIRM.
11381 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
11382 (custom-enabled-themes): Doc fix.
11383
11384 * cus-theme.el (customize-create-theme)
11385 (custom-theme-merge-theme): Callers to load-theme changed.
11386
bb617717
LMI
113872011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11388
d61bdd5d
LMI
11389 * thingatpt.el (thing-at-point-short-url-regexp): Require that
11390 short URLs have at least one dot in them (bug #7614).
11391
bb617717
LMI
11392 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
11393 nil, because using a pty is apparently too slow (bug #895).
11394
2f31f37a
LMI
113952011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
11396
11397 * mail/sendmail.el (sendmail-query-once): New function.
11398 (sendmail-query-once-function): New variable.
11399
3076b24e
GM
114002011-06-29 Glenn Morris <rgm@gnu.org>
11401
faf2a174
GM
11402 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
11403
3076b24e
GM
11404 * ses.el (top-level): Require cl when compiling.
11405 (ses-set-localvars): Fix error statement.
11406 Call it at compile time to silence a storm of warnings.
11407
5386012d
MR
114082011-06-29 Martin Rudalics <rudalics@gmx.at>
11409
11410 * window.el (normalize-live-buffer): Rename to
11411 window-normalize-buffer.
11412 (normalize-live-frame): Rename to window-normalize-frame.
11413 (normalize-any-window): Rename to window-normalize-any-window.
11414 (normalize-live-window): Rename to window-normalize-live-window.
11415 (make-window-atom): Rename to window-make-atom.
11416 (window-resize-reset): Rename to window--resize-reset.
11417 (window-resize-reset-1): Rename to window--resize-reset-1.
11418 (resize-mini-window): Rename to window--resize-mini-window.
11419 (resize-subwindows-skip-p): Rename to
11420 window--resize-subwindows-skip-p.
11421 (resize-subwindows-normal): Rename to
11422 window--resize-subwindows-normal.
11423 (resize-subwindows): Rename to window--resize-subwindows.
11424 (resize-other-windows): Rename to window--resize-siblings.
11425 (resize-this-window): Rename to window--resize-this-window.
11426 (resize-root-window): Rename to window--resize-root-window.
11427 (resize-root-window-vertically): Rename to
11428 window--resize-root-window-vertically.
11429 (normalize-buffer-to-display): Rename to
11430 window-normalize-buffer-to-display.
11431 (normalize-buffer-to-switch-to): Rename to
11432 window-normalize-buffer-to-switch-to.
11433 Correspondingly update all callers of the functions listed
11434 above.
11435 (display-buffer-alist, display-buffer-normalize-arguments)
11436 (display-buffer-normalize-options, display-buffer)
11437 (display-buffer-alist-set): Use "function" instead of
11438 "fun-with-args".
11439
1176868d
CY
114402011-06-28 Chong Yidong <cyd@stupidchicken.com>
11441
11442 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
11443 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
11444 debbugs.gnu.org. Mention acknowledgment email.
11445
20a7a65f
LMI
114462011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
11447
11448 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
11449 buffer multibyteness, since it shouldn't matter.
11450
5f45cca5
MR
114512011-06-28 Martin Rudalics <rudalics@gmx.at>
11452
11453 * window.el (display-buffer-in-side-window): Handle dedicated
11454 windows as in display-buffer-reuse-window.
11455 (display-buffer-normalize-alist): Use value of override
11456 specifier.
11457 (display-buffer-normalize-specifiers): Use value of
11458 other-window-means-other-frame specifier.
11459 (display-buffer-alist): Rewrite some texts in widgets.
11460 (display-buffer): Spread arguments when calling function
11461 specified by fun-with-args.
11462
ad85fe1f
DD
114632011-06-28 Deniz Dogan <deniz@dogan.se>
11464
1fa280a3
LM
11465 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
11466 Unnest `let'.
da68c4c8 11467
ad85fe1f
DD
11468 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
11469 selectors (Bug#5732).
ec49bd31 11470 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 11471
a08cc025
JA
114722011-06-27 Jari Aalto <jari.aalto@cante.net>
11473
11474 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
11475 (eshell-ls-date-format): New defcustom.
11476 (eshell-ls-file): Use it.
11477
e2b551c5
SM
114782011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
11479
11480 * help-fns.el (describe-variable): Fix message for terminal-local vars.
11481
8982b231
KY
114822011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
11483
11484 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
11485 (ange-ftp-make-tmp-name): New arg.
11486 (ange-ftp-file-local-copy): Use it.
11487
36c9fa27
J
114882011-06-27 Jambunathan K <kjambunathan@gmail.com>
11489
11490 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
11491 no-conversion (Bug#8870).
11492
d68443dc
MR
114932011-06-27 Martin Rudalics <rudalics@gmx.at>
11494
11495 * window.el (window-right, window-left, window-child)
11496 (window-child-count, window-last-child)
11497 (window-iso-combination-p, walk-window-tree-1)
11498 (window-atom-check-1, window-tree-1, delete-window)
11499 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
11500 new naming conventions - window-vchild, window-hchild,
11501 window-next and window-prev are now called window-top-child,
11502 window-left-child, window-next-sibling and window-prev-sibling
11503 respectively.
d615d6d2
MR
11504 (resize-window-reset): Rename to window-resize-reset.
11505 (resize-window-reset-1): Rename to window-resize-reset-1.
11506 (resize-window): Rename to window-resize.
11507 (window-min-height, window-min-width)
11508 (resize-mini-window, resize-this-window, resize-root-window)
11509 (resize-root-window-vertically, adjust-window-trailing-edge)
11510 (enlarge-window, shrink-window, maximize-window)
11511 (minimize-window, delete-window, quit-restore-window)
11512 (split-window, balance-windows, balance-windows-area-adjust)
11513 (balance-windows-area, window-state-put-2)
11514 (display-buffer-even-window-sizes, display-buffer-set-height)
11515 (display-buffer-set-width, set-window-text-height)
11516 (fit-window-to-buffer): Rename all "resize-window" prefixed
11517 calls to use the "window-resize" prefix convention.
11518 (display-buffer-alist): Fix symbol for label specifier.
11519 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
11520 corresponding specifier.
11521 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 11522
b6458526
VB
115232011-06-27 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
11524
11525 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
11526 convention.
11527 (ses-call-printer): Does not pass an empty string to formatter when the
11528 cell is empty to keep from barking printer Calc math-format-value.
11529
d31fd9ac
RS
115302011-06-27 Richard Stallman <rms@gnu.org>
11531
43d5bf84
RS
11532 * battery.el (battery-mode-line-limit): New variable.
11533 (battery-update): Handle it.
11534
d31fd9ac
RS
11535 * mail/rmailmm.el (rmail-mime-process-multipart):
11536 Handle truncated messages.
11537
819a6054
GM
115382011-06-27 Glenn Morris <rgm@gnu.org>
11539
11540 * progmodes/flymake.el (flymake-err-line-patterns):
11541 Allow for column numbers in the ant/javac pattern. (Bug#8866)
11542
cedc73f2
VB
115432011-06-27 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
11544
819a6054 11545 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
11546 (ses--clean-!, ses--clean-_): New functions.
11547 (ses-range): Add configurability of readout order, and conversion
11548 to Calc vector.
11549
5e5d49b6
VB
11550 * ses.el (ses-repair-cell-reference-all): New function.
11551 (ses-cell-symbol): Set macro as safe, so that it can be used in
11552 formulas.
11553
56e6cc31 11554 * ses.el: Update cycle detection algorithm.
90ca8b49 11555 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 11556 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
11557 (ses-set-localvars): New function.
11558 (ses-make-cell): Add property-list as a cell element.
11559 (ses-cell-property-get-fun, ses-cell-property-get)
11560 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
11561 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
11562 New functions.
90ca8b49
VB
11563 (ses-cell-property-set, ses-cell-property-pop)
11564 (ses-cell-property-get-handle): New macro.
11565 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
11566 New aliases, used for code readability.
11567 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
11568 cycle detection.
11569 (ses-self-reference-early-detection): New defcustom.
fac916bf 11570 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
11571 (ses-mode): Use ses-set-localvars.
11572 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
11573 before lauching the update processing.
11574 (ses-initialize-Dijkstra-attempt): New function.
11575 (ses-recalculate-cell): Update for cycle detection based on
11576 Dijkstra algorithm.
11577
2bb63e81
VB
11578 * ses.el: Fix commenting and indenting convention.
11579
c9d29fb8
SM
115802011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
11581
11582 * bs.el (bs-cycle-next): Complete last change.
11583
d8e4b68b
JB
115842011-06-27 Drew Adams <drew.adams@oracle.com>
11585
11586 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
11587
40098786
LMI
115882011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
11589
c9d29fb8
SM
11590 * net/network-stream.el (network-stream-open-starttls):
11591 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
11592 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
11593
40098786
LMI
11594 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
11595 to binary to possibly avoid line encoding issues on Windows (among
11596 other things).
11597
468d09d4
LMI
115982011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
11599
11600 * net/network-stream.el (open-network-stream): Return an :error
11601 saying what the problem was, if possible.
11602
11603 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
11604 server.
11605
11606 * net/network-stream.el (network-stream-open-starttls): If we
11607 wanted to use STARTTLS, and the server offered it, but we weren't
11608 able to because we had no STARTTLS support, then close the connection.
11609 (open-network-stream): Return an :error element, if present.
11610
16f07dd7
CY
116112011-06-26 Chong Yidong <cyd@stupidchicken.com>
11612
88821ca0
CY
11613 * hl-line.el (hl-line-sticky-flag): Doc fix.
11614 (global-hl-line-sticky-flag): New option (Bug#8323).
11615 (global-hl-line-highlight): Obey it.
11616
16f07dd7
CY
11617 * vc/vc.el (vc-revert-show-diff): Default to t.
11618
6b5ccddf
KM
116192011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
11620
c9d29fb8
SM
11621 * allout-widgets.el (allout-widgets-post-command-business):
11622 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
11623 undecorated when an isearch is continued past, and isearch
11624 automatically collapses them. This leads to "widget leaks", where
11625 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
11626 hidden widgets can slow down cursor travel, substantially.
11627 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
11628 so we're doing without this nicety.
11629
11630 (allout-widgets-tally-string): Don't try to do a hash-table-count
11631 of allout-widgets-tally when it's nil. This eliminates spurious "Error
11632 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
11633 *Messages* when allout-widgets-maintain-tally is t.
11634
355f2e07
MR
116352011-06-26 Martin Rudalics <rudalics@gmx.at>
11636
11637 * window.el (display-buffer-normalize-argument): Rename to
11638 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
11639 LABEL argument. Respect special-display-function when popping up
11640 a new frame. Fix code searching for a window showing the buffer
11641 on another frame.
c9d29fb8
SM
11642 (display-buffer-normalize-specifiers):
11643 Call display-buffer-normalize-arguments.
355f2e07
MR
11644 (display-buffer-in-window): Don't undedicate the window if its
11645 buffer remains the same.
11646 Reported by Drew Adams <drew.adams@oracle.com>.
11647 (display-buffer-alist): Add choice for same-window macro
11648 specfier.
11649 (display-buffer): Mention special meaning of LABEL argument in
11650 doc-string. Fix quoting. Don't pop up a new frame even as
11651 fallback.
11652
7ca8fc42
JB
116532011-06-26 Juanma Barranquero <lekktu@gmail.com>
11654
11655 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
11656 avoid deleting the current window in some cases (bug#8911).
11657
bc312254
AS
116582011-06-26 Andreas Schwab <schwab@linux-m68k.org>
11659
11660 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
11661 (Bug#8934)
11662
2db18f3f
LMI
116632011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
11664
c9d29fb8
SM
11665 * net/network-stream.el (network-stream-open-starttls):
11666 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
11667 (network-stream-open-tls): Ditto.
11668
6302e0d3
LL
116692011-06-26 Leo Liu <sdl.web@gmail.com>
11670
11671 * register.el (registerv): New struct.
11672 (registerv-make): New function.
c9d29fb8
SM
11673 (jump-to-register, describe-register-1, insert-register):
11674 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
11675 struct. (Bug#8415)
11676
5fdd4046
CY
116772011-06-26 Chong Yidong <cyd@stupidchicken.com>
11678
2afef60a
CY
11679 * vc/vc.el (vc-revert-show-diff): New defcustom.
11680 (vc-diff-internal): New arg specifying diff buffer.
11681 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
11682 reuse an existing *vc-diff* buffer (Bug#8927).
11683
5fdd4046
CY
11684 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
11685
e93db24a
GM
116862011-06-26 Glenn Morris <rgm@gnu.org>
11687
11688 * progmodes/f90.el (f90-critical-indent): New option.
11689 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
11690 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
11691 (f90-mode): Doc fix.
11692 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
11693 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
11694 (f90-beginning-of-block, f90-next-block, f90-indent-region)
11695 (f90-match-end): Handle block, critical.
11696
eefff499
GM
116972011-06-25 Glenn Morris <rgm@gnu.org>
11698
f6ba4cc9
GM
11699 * calendar/diary-lib.el (diary-included-files): Doc fix.
11700 (diary-include-files): New function, extracted from
11701 diary-include-other-diary-files and diary-mark-included-diary-files.
11702 (diary-include-other-diary-files, diary-mark-included-diary-files):
11703 Just call diary-include-files.
11704 (diary-mark-entries): Reset diary-included-files on first call.
11705
16712304
GM
11706 * calendar/diary-lib.el (diary-mark-entries)
11707 (diary-mark-included-diary-files):
11708 Visit included diary-files in temp buffers.
11709
5d8e0d43
GM
11710 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
11711 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
11712 (f90-start-block-re, f90-imenu-generic-expression)
11713 (f90-looking-at-program-block-start, f90-no-block-limit):
11714 Add support for submodules.
11715
ccf7a5d5
GM
11716 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
11717 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 11718
11fdef7d 117192011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
11720
11721 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
11722 buffer-file-type before setting its value, to avoid disastrous
eefff499 11723 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 11724
74f53697
JB
117252011-06-25 Juanma Barranquero <lekktu@gmail.com>
11726
11727 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
11728
11729 * ses.el (ses-unload-function):
11730 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
11731
11732 * proced.el (proced-unload-function):
11733 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
11734
18a4ce5e
AR
117352011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
11736
11737 * server.el (server-create-window-system-frame): Add parameters arg.
11738 (server-process-filter): Doc fix. Handle frame-parameters.
11739
519d22cc
JB
117402011-06-25 Juanma Barranquero <lekktu@gmail.com>
11741
11742 Fix bug#8730, bug#8781.
11743
11744 * loadhist.el (unload--set-major-mode): New function.
11745 (unload-feature): Use it.
11746
11747 * progmodes/python.el (python-after-info-look): Add autoload cookie.
11748 (python-unload-function): New function.
11749
c206f5b0
SM
117502011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11751
11752 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
11753
f9ad64f3
GS
117542011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
11755
11756 * net/browse-url.el (browse-url-firefox-program): Add icecat to
11757 the candidates list.
11758
7d0da90e
JB
117592011-06-24 Juanma Barranquero <lekktu@gmail.com>
11760
11761 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
11762
14b4e83d
RS
117632011-06-23 Richard Stallman <rms@gnu.org>
11764
11765 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
11766 (rmail-variables): Set next-error-move-function.
11767 (rmail-what-message): Take argument POS.
11768 (rmail-next-error-move): New function.
11769
273d2baf
SM
117702011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
11771
11772 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
11773 messages for adjacent non-terminals.
11774
56c2cc9a
RS
117752011-06-23 Richard Stallman <rms@gnu.org>
11776
11777 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 11778 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
11779 (rmail-start-mail): Don't specify use of rmail-mail-return;
11780 that's done by mail-bury now.
11781 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 11782
d59eb518
MA
117832011-06-23 Michael Albinus <michael.albinus@gmx.de>
11784
11785 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
11786 SIZE is a number.
11787
02cfc6d6
MR
117882011-06-23 Martin Rudalics <rudalics@gmx.at>
11789
11790 * window.el (get-lru-window, get-mru-window)
11791 (get-largest-window): Never return a minibuffer window.
11792 (display-buffer-pop-up-window): Fix a bug that could lead to
11793 reusing the minibuffer window.
11794 (display-buffer): Pass original specifier argument to
11795 display-buffer-function instead of the normalized one.
11796 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
11797
4e323265
LL
117982011-06-22 Leo Liu <sdl.web@gmail.com>
11799
11800 * minibuffer.el (completing-read-function)
11801 (completing-read-default): Move from minibuf.c
11802
7a70468f
RS
118032011-06-22 Richard Stallman <rms@gnu.org>
11804
50718fc2
RS
11805 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
11806 to Rmail even if not started by a special Rmail command.
11807
7a70468f
RS
11808 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
11809 Copy the buffer currently showing just one message.
11810
297dde5a
RW
118112011-06-22 Roland Winkler <winkler@gnu.org>
11812
11813 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
11814 (bibtex-clean-entry): First delete the old key so that a
11815 customized algorithm for generating the new key does not get
11816 confused by the old key.
11817 (bibtex-url): Obey regexp of first step.
11818 (bibtex-search-entries): Do not use add-to-list with local
11819 list-var.
11820
97bb1093
LMI
118212011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
11822
11823 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
11824 stored a user name, then query for the password first, instead of
11825 waiting for SMTP to give an error message and the trying again.
11826
1c0f1a19
JD
118272011-06-22 Lawrence Mitchell <wence@gmx.li>
11828
11829 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
11830 BUFFER in call-process.
11831
396f7c9d
LMI
118322011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
11833
11834 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
11835 QUIT twice.
ddb7ffee
LMI
11836 (smtpmail-try-auth-methods): Require user name and password from
11837 auth-source.
396f7c9d 11838
8998d1b3
MR
118392011-06-22 Martin Rudalics <rudalics@gmx.at>
11840
11841 * window.el (display-buffer-default-specifiers)
11842 (display-buffer-alist): Remove entries for pop-up-frame-alist.
11843 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 11844 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
11845
11846 * frame.el (pop-up-frame-alist, pop-up-frame-function)
11847 (special-display-frame-alist, special-display-popup-frame):
11848 Remove duplicate declarations. These are now in window.el.
11849
4ea31e07
LMI
118502011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11851
c9d29fb8
SM
11852 * mail/smtpmail.el (smtpmail-via-smtp):
11853 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
11854 server supports it. SMTP servers that support STARTTLS commonly
11855 require it.
11856
11857 * net/network-stream.el (network-stream-open-starttls): Support
11858 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 11859 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 11860
95f41d9a
LMI
11861 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
11862 upgrades with `open-network-stream', and rely solely on
11863 auth-source for all credentials. Big changes throughout the file,
11864 but in particular:
c9d29fb8
SM
11865 (smtpmail-auth-credentials): Remove.
11866 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
11867 (smtpmail-via-smtp): Check for servers saying they want AUTH after
11868 MAIL FROM, too.
95f41d9a 11869
c9d29fb8
SM
11870 * net/network-stream.el (network-stream-open-starttls):
11871 Provide support for client certificates both for external and built-in
4ea31e07
LMI
11872 STARTTLS.
11873 (auth-source): Require.
11874 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
11875 (network-stream-certificate): Change cert-cert to cert and
11876 cert-key to key.
4ea31e07 11877
065ec2c7
MA
118782011-06-21 Michael Albinus <michael.albinus@gmx.de>
11879
11880 * net/tramp-cache.el (top): Don't load the persistency file when
11881 "emacs -Q" has been called.
11882
cd93b359
DR
118832011-06-21 Tim Harper <timcharper@gmail.com>
11884
d8e4b68b
JB
11885 * term/ns-win.el (ns-initialize-window-system):
11886 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
11887 resource to NO as it is not yet supported by the NS port.
11888
ae9c0411
JB
118892011-06-21 Juanma Barranquero <lekktu@gmail.com>
11890
11891 * misc.el (list-dynamic-libraries--refresh): Compute header here...
11892 (list-dynamic-libraries): ...not here.
11893
7f3f739f
LL
118942011-06-21 Leo Liu <sdl.web@gmail.com>
11895
11896 * subr.el (sha1): Implement sha1 using secure-hash.
11897
327c8fb1
MR
118982011-06-21 Martin Rudalics <rudalics@gmx.at>
11899
11900 * window.el (display-buffer-alist): In default value do not
11901 enforce searching a window on any but the selected frame.
11902 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
11903 (display-buffer-select-window): Remove function.
11904 (display-buffer-in-window): When a window on another frame gets
11905 reused, do not select it any more but just raise its frame if
11906 necessary (Bug#8851) and (Bug#8856).
11907 (display-buffer-normalize-options): Handle pop-up-frames related
11908 options more faithfully.
11909 (pop-to-buffer): Don't rely on `display-buffer' selecting the
11910 window if it is on another frame.
c9d29fb8
SM
11911 (display-buffer-alist, display-buffer-default-specifiers):
11912 Don't make new frame unsplittable by default.
9e9de014
MR
11913 (display-buffer-normalize-argument): Fix doc-string typo and use
11914 'same-frame-other-window instead of 'other-window when associating
11915 with display-buffer-macro-specifiers.
327c8fb1 11916
7cf3f556
VB
119172011-06-21 Vincent BelaĂ¯che <vincent.b.1@hotmail.fr>
11918
11919 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
11920 New functions.
11921 (5x5-mode-map, 5x5-mode-menu): Bind them.
11922 (5x5-draw-grid): Tweak the solver's rendering.
11923
60a406cf
SM
119242011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11925
11926 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
11927 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
11928
d8e4b68b 119292011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
11930
11931 * menu-bar.el: Use function variable instead of switch-to-buffer.
11932 (menu-bar-select-buffer-function): New variable.
60a406cf 11933 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 11934
478d6f95
SM
119352011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11936
11937 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
11938 variable's status.
11939
ca530739
JD
119402011-06-20 Jan Djärv <jan.h.d@swipnet.se>
11941
11942 * x-dnd.el (x-dnd-version-from-flags)
11943 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
11944 and long as number (Bug#8899).
11945 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
11946
bcd70d97
SM
119472011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
11948
60a406cf 11949 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
11950 (completion-try-completion, completion-all-completions): Compute the
11951 metadata argument if it's missing; make it optional (bug#8795).
11952
60a406cf 11953 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
11954 (widget-complete): Use new :completion-function property.
11955 (widget-completions-at-point): New function.
11956 (default): Use :completion-function instead of :complete.
60a406cf
SM
11957 (widget-default-completions): Rename from widget-default-complete;
11958 Rewrite.
bcd70d97
SM
11959 (widget-string-complete, widget-file-complete, widget-color-complete):
11960 Remove functions.
11961 (file, symbol, function, variable, coding-system, color):
11962 * international/mule-cmds.el (default-input-method, charset)
11963 (language-info-custom-alist):
11964 * cus-edit.el (face): Use new property :completions.
11965
11966 * progmodes/pascal.el (pascal-completions-at-point): New function.
11967 (pascal-mode): Use it.
11968 (pascal-mode-map): Use completion-at-point.
11969 (pascal-toggle-completions): Make obsolete.
11970 (pascal-complete-word, pascal-show-completions):
11971 * progmodes/octave-mod.el (octave-complete-symbol):
11972 Redefine as obsolete alias.
11973 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
11974 Signal absence of completion info for old Octave,
11975 (inferior-octave-complete): Redefine as obsolete alias.
11976 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
11977 (meta-completions-at-point): Rename from meta-complete-symbol and
11978 adapt it for use on completion-at-point-functions.
11979 (meta-common-mode): Use it.
11980 (meta-looking-at-backward, meta-match-buffer): Remove.
11981 (meta-complete-symbol): Redefine as obsolete alias.
11982 (meta-common-mode-map): Use completion-at-point.
11983 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
11984 (makefile-mode-map): Use completion-at-point.
11985 (makefile-completions-at-point): Rename from makefile-complete and
11986 adapt it for use on completion-at-point-functions.
11987 (makefile-mode): Use it.
11988 (makefile-complete): Redefine as obsolete alias.
11989
aebf69c8
DD
119902011-06-20 Deniz Dogan <deniz@dogan.se>
11991
11992 * net/rcirc.el: Delete trailing whitespaces once and for all.
11993
bfbbb27d
DC
119942011-06-20 Daniel Colascione <dan.colascione@gmail.com>
11995
11996 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
11997
d264a46b
CY
119982011-06-19 Chong Yidong <cyd@stupidchicken.com>
11999
4ca009e5
CY
12000 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
12001
d264a46b
CY
12002 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
12003
fbf5b3ce
MR
120042011-06-19 Martin Rudalics <rudalics@gmx.at>
12005
12006 * window.el (display-buffer-other-window-means-other-frame):
12007 Call display-buffer-normalize-alist.
12008 (display-buffer-normalize-specifiers-1): Rename to
12009 display-buffer-normalize-argument. New argument other-frame.
12010 Rewrite.
12011 (display-buffer-normalize-specifiers-2): Rename to
12012 display-buffer-normalize-options.
12013 (display-buffer-normalize-alist-1): New function.
12014 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
12015 display-buffer-normalize-alist.
12016 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
12017 (display-buffer-normalize-options-inhibit): New variable.
12018 (display-buffer-normalize-specifiers): Rewrite calling
12019 display-buffer-normalize-alist,
12020 display-buffer-normalize-argument, and
12021 display-buffer-normalize-options. Don't call the latter if
12022 display-buffer-normalize-options-inhibit is non-nil.
12023 (frame-auto-delete): New option.
12024 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
12025 (window-list-no-nils, window-state-ignored-parameters)
12026 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
12027 (window-state-put-1, window-state-put-2, window-state-put):
12028 New functions.
9a028c23
MR
12029 (display-buffer-normalize-options): Move special-display-p group
12030 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 12031
6d10d800
CY
120322011-06-18 Chong Yidong <cyd@stupidchicken.com>
12033
6420d28b
CY
12034 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
12035 groups (Bug#8776).
12036 (rx-submatch-n): New function.
12037 (rx): Document it.
12038
ddb8b596
CY
12039 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
12040 (Bug#8768).
12041
12042 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
12043
77080289
CY
12044 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
12045
61dfb316
CY
12046 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
12047 anytime existing face settings are present (Bug#8889).
12048
6d10d800
CY
12049 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
12050 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
12051 Remove unused argument.
12052
be3fb2b8
MR
120532011-06-18 Martin Rudalics <rudalics@gmx.at>
12054
bcd70d97
SM
12055 * window.el (display-buffer-default-specifiers):
12056 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
12057 pop-up-window-min-width, and another reuse-window specifier
12058 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
12059 (display-buffer-normalize-specifiers-2):
12060 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
12061 pop-up-windows is unset. Add a reuse-window specifier for the
12062 case popping up a new window fails.
12063 (special-display-popup-frame): Remove double quoting.
28dec25a 12064 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 12065
1c6d8c76
SM
120662011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
12067
12068 * shell.el (shell-completion-vars): Set pcomplete-termination-string
12069 according to comint-completion-addsuffix.
12070
12071 * pcomplete.el: Convert to lexical binding and fix bug#8819.
12072 (pcomplete-suffix-list): Mark as obsolete.
12073 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
12074 pcomplete-seen in the closure.
12075 (pcomplete-comint-setup): Setup completion-at-point as well.
12076 (pcomplete--entries): New function.
12077 (pcomplete--env-regexp): New var.
12078 (pcomplete-entries): Rewrite to work with partial-completion and
12079 without relying on pcomplete-suffix-list.
12080 (pcomplete-pare-list): Remove, unused.
12081
25aef8b8
MR
120822011-06-17 Martin Rudalics <rudalics@gmx.at>
12083
12084 * window.el (display-buffer-alist): Set pop-up-window-min-height
12085 and pop-up-window-min-width in default value. Reported by
12086 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
12087 other-window-means-other-frame.
12088 (display-buffer-macro-specifiers): Comment out entry for
12089 other-window specifier.
12090 (display-buffer-other-window-means-other-frame): New function.
12091 (display-buffer-normalize-specifiers-1): New arguments
12092 buffer-name and label. Treat other-window case specially.
12093 (display-buffer-normalize-specifiers-2): Treat other-window case
12094 specially.
12095 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
12096 (display-buffer-normalize-specifiers):
12097 Call display-buffer-normalize-specifiers-3.
25aef8b8 12098
dbad4f69
MR
120992011-06-17 Martin Rudalics <rudalics@gmx.at>
12100
12101 * window.el (same-window-p): Fix two typos introduced when
12102 adding with-no-warnings.
d1067961
MR
12103 (display-buffer-normalize-specifiers-1): Don't check
12104 pop-up-frames for 'unset initialization.
12105 (display-buffer-normalize-specifiers-2): Major rewrite using
12106 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
12107 (pop-up-frames, display-buffer-reuse-frames)
12108 (display-buffer-mark-dedicated): Don't initialize to 'unset.
12109 Suggested by David Engster <deng@randomsample.de>.
12110 (even-window-heights): Initialize to 'unset.
12111 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
12112 (display-buffer-macro-specifiers): Don't pop up a new frame in the
12113 other window case.
dbad4f69 12114
9b9c9e3a
MR
121152011-06-16 Martin Rudalics <rudalics@gmx.at>
12116
bcd70d97
SM
12117 * window.el (display-buffer-normalize-specifiers-1):
12118 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 12119 second argument of display-buffer (Bug#8865).
981d5c09
MR
12120 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
12121 (switch-to-buffer-other-window-same-frame)
12122 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
12123 Adams (Bug#8875).
9c2755e9
MR
12124 (display-buffer): Don't check noninteractive when calling
12125 display-buffer-pop-up-frame.
12126 (display-buffer-pop-up-frame): Never pop up a frame in
12127 noninteractive mode (Bug#8857).
67222e1d
MR
12128 (enlarge-window, shrink-window): Don't report an error when the
12129 window can't be resized as requested (Bug#8862).
9b9c9e3a 12130
2b75be67
SM
121312011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12132
9ffdd3ba
SM
12133 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
12134
cb581a67
SM
12135 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
12136
2b75be67
SM
12137 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
12138
8c0e3589
AM
121392011-06-15 Alan Mackenzie <acm@muc.de>
12140
cb581a67
SM
12141 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
12142 for declarators, disable knr checking to speed up for normal files.
12143 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 12144
b96e6cde
LMI
121452011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12146
4bba86e6
LMI
12147 * net/network-stream.el (open-network-stream): Add the keyword
12148 :always-query-capabilities for the case where you want to force a
12149 `plain' network connection, but the protocol still requires the
12150 capabilitiy command (i.e., SMTP and EHLO).
12151
2b75be67 12152 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
12153 consistency with other `-live-p' functions.
12154
efdcdbf8
SM
121552011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12156
12157 * window.el (same-window-buffer-names, same-window-regexps)
12158 (special-display-frame-alist, special-display-popup-frame)
12159 (special-display-function, special-display-buffer-names)
12160 (special-display-regexps, pop-up-frame-alist)
12161 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
12162 (pop-up-windows, split-window-preferred-function)
12163 (split-height-threshold, split-width-threshold, even-window-heights)
12164 (display-buffer-mark-dedicated): Don't encourage the use of
12165 display-buffer-alist from Elisp code.
12166
c5cde042
DN
121672011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
12168
12169 * progmodes/python.el (python-mode): Derive from prog-mode.
12170 * progmodes/ps-mode.el (ps-mode):
12171 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 12172 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
12173 * progmodes/ld-script.el (ld-script-mode): Likewise.
12174
baa1c9ab
MR
121752011-06-15 Martin Rudalics <rudalics@gmx.at>
12176
12177 * window.el (display-buffer-alist): Trim default value to avoid
12178 popping up a new frame (Bug#8857) or reusing an arbitrary window
12179 on another frame.
12180 (display-buffer): Do not fall back on popping up a new frame in
12181 batch mode (Bug#8857).
12182
c5dd5a51
CY
121832011-06-14 Chong Yidong <cyd@stupidchicken.com>
12184
12185 * cus-theme.el (describe-theme-1): Use custom-theme-p.
12186 (custom-theme-summary): New function.
12187 (customize-themes): Use it.
12188
d647b7c4
GM
121892011-06-13 Glenn Morris <rgm@gnu.org>
12190
12191 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
12192
9481c002
MR
121932011-06-13 Martin Rudalics <rudalics@gmx.at>
12194
357f93d2
MR
12195 * help.el (help-window): Remove variable.
12196 (help-window-point-marker, temp-buffer-max-height)
12197 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
12198 (help-print-return-message): Don't set help-window.
12199 (resize-temp-buffer-window): Rewrite cod eand doc-string.
12200 (help-window-setup-finish): Remove.
12201 (help-window-display-message, help-window-setup)
12202 (with-help-window): Major rewrite based on new
12203 display-buffer-window variable.
12204
12205 * help-mode.el (help-mode-finish): Remove help-window related
12206 code.
12207
12208 * view.el (view-exits-all-viewing-windows): Remove reference to
12209 view-return-to-alist in doc-string.
12210 (view-return-to-alist): Make obsolete.
12211 (view-buffer): Call pop-to-buffer-same-window and remove
12212 undo-window code.
12213 (view-buffer-other-window): Call pop-to-buffer-other-window and
12214 simplify code. Ignore second argument.
12215 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
12216 simplify code. Ignore second argument.
12217 (view-return-to-alist-update): Make obsolete.
12218 (view-mode-enter): Rename second argument to QUIT-RESTORE.
12219 Rewrite using quit-restore window parameters.
2b75be67
SM
12220 (view-mode-exit): Rename second argument to EXIT-ONLY.
12221 Rewrite using quit-restore-window.
357f93d2
MR
12222 (View-exit, View-exit-and-edit, View-leave, View-quit)
12223 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
12224 appropriate arguments.
12225 (view-end-message): Use quit-restore window parameter.
12226
9481c002
MR
12227 * window.el (display-buffer-function): Rewrite doc-string.
12228 (display-buffer-window, display-buffer-alist): New variables.
12229 (display-buffer-split-specifiers)
12230 (display-buffer-side-specifiers)
12231 (display-buffer-macro-specifiers): New constants.
12232 (display-buffer-even-window-sizes, display-buffer-set-height)
12233 (display-buffer-set-width, display-buffer-select-window)
12234 (display-buffer-in-window, display-buffer-reuse-window)
12235 (display-buffer-split-window-1, display-buffer-split-window)
12236 (display-buffer-split-atom-window, display-buffer-pop-up-window)
12237 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
12238 (display-buffer-in-side-window, normalize-buffer-to-display)
12239 (display-buffer-normalize-specifiers-1)
12240 (display-buffer-normalize-specifiers-2)
2b75be67
SM
12241 (display-buffer-normalize-specifiers, display-buffer-frame):
12242 New functions.
9481c002
MR
12243 (display-buffer): Major rewrite.
12244 (display-buffer-other-window, display-buffer-other-frame)
12245 (pop-to-buffer, switch-to-buffer-other-window)
12246 (switch-to-buffer-other-frame): Rewrite.
12247 (display-buffer-same-window, display-buffer-same-frame)
12248 (display-buffer-same-frame-other-window)
12249 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
12250 (pop-to-buffer-other-window)
12251 (pop-to-buffer-same-frame-other-window)
12252 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
12253 (switch-to-buffer-other-window-same-frame): New functions.
12254 (same-window-p, special-display-p): Rewrite disabling warnings.
12255 Make obsolete.
12256 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
12257 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
12258 Make obsolete
12259 (same-window-buffer-names, same-window-regexps)
12260 (special-display-frame-alist, special-display-popup-frame)
12261 (special-display-function, special-display-buffer-names)
12262 (special-display-regexps, pop-up-frame-alist)
12263 (pop-up-frame-function, split-window-preferred-function)
12264 (split-height-threshold, split-width-threshold)
12265 (even-window-heights): Make obsolete.
12266
9db51aca
GM
122672011-06-12 Glenn Morris <rgm@gnu.org>
12268
12269 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 12270 Misc simplifications.
9db51aca 12271
39cffb44
MR
122722011-06-12 Martin Rudalics <rudalics@gmx.at>
12273
12274 * window.el (window-safely-shrinkable-p): Restore function which
12275 was inadvertently removed in change from 2011-06-11. Declare as
12276 obsolete.
12277
2b75be67
SM
12278 * calendar/calendar.el (calendar-generate-window):
12279 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
12280 window-safely-shrinkable-p.
12281
a8955be7
GM
122822011-06-12 Glenn Morris <rgm@gnu.org>
12283
12284 * progmodes/fortran.el (fortran-mode-syntax-table):
12285 * progmodes/f90.el (f90-mode-syntax-table):
12286 Set % to punctuation. (Bug#8820)
12287 (f90-find-tag-default): Remove, no longer needed.
12288
f0d4059d
DC
122892011-06-12 Daniel Colascione <dan.colascione@gmail.com>
12290
12291 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
12292
1100a63c
CY
122932011-06-11 Chong Yidong <cyd@stupidchicken.com>
12294
12295 * image.el (image-animated-p): Return animation delay in seconds.
12296 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
12297 (image-animate-timeout): Remove DELAY argument. Don't assume
12298 every subimage has the same delay; get it from image-animated-p.
12299 (image-animate): Caller changed.
12300
def722bf
MA
123012011-06-11 Michael Albinus <michael.albinus@gmx.de>
12302
12303 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
12304 to ignored backtrace functions.
12305
0a2bb1a9
GM
123062011-06-11 Glenn Morris <rgm@gnu.org>
12307
12308 * calendar/appt.el (appt-disp-window-function): Doc fix.
12309 (appt-check): Handle overlapping appointments. (Bug#8337)
12310
6198ccd0
MR
123112011-06-11 Martin Rudalics <rudalics@gmx.at>
12312
12313 * window.el (window-tree-1, window-tree): New functions, moving
12314 the latter to window.el.
12315 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
12316 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
12317 (bw-refresh-edges): Remove.
12318 (balance-windows-1, balance-windows-2): New functions.
12319 (balance-windows): Rewrite in terms of window tree functions,
12320 balance-windows-1 and balance-windows-2.
12321 (bw-adjust-window): Remove.
12322 (balance-windows-area-adjust): New function with functionality of
12323 bw-adjust-window but using resize-window.
2b75be67
SM
12324 (set-window-text-height): Rewrite doc-string.
12325 Use normalize-live-window and resize-window.
12326 (enlarge-window-horizontally, shrink-window-horizontally):
12327 Rename argument to DELTA.
6198ccd0
MR
12328 (window-buffer-height): New function.
12329 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
12330 Rewrite using new window resize routines.
2b75be67
SM
12331 (kill-buffer-and-window, mouse-autoselect-window-select):
12332 Use ignore-errors instead of condition-case.
6198ccd0
MR
12333 (quit-window): Call delete-frame instead of delete-windows-on
12334 for the only buffer on frame.
12335
9397e56f
MR
123362011-06-10 Martin Rudalics <rudalics@gmx.at>
12337
12338 * loadup.el (top-level): Load window before files for the sake
12339 of replace-buffer-in-windows.
12340
12341 * files.el (read-buffer-to-switch)
12342 (switch-to-buffer-other-window)
2b75be67
SM
12343 (switch-to-buffer-other-frame, display-buffer-other-frame):
12344 Move to window.el.
9397e56f
MR
12345
12346 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
12347 (previous-buffer): Move to window.el.
12348
12349 * bindings.el (unbury-buffer): Move to window.el.
12350
12351 * window.el (delete-other-windows-vertically): Move after
12352 definition of delete-other-windows.
12353 (other-window, delete-windows-on, replace-buffer-in-windows):
12354 Move here from window.c.
12355 (record-window-buffer, unrecord-window-buffer)
12356 (set-window-buffer-start-and-point, switch-to-prev-buffer)
12357 (switch-to-next-buffer): New functions.
12358 (get-next-valid-buffer, last-buffer, next-buffer): Move here
12359 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
12360 (previous-buffer): Move here from simple.el.
12361 Call switch-to-prev-buffer.
9397e56f
MR
12362 (bury-buffer): Move here from buffer.c. Switch to previous
12363 buffer when window cannot be deleted.
12364 (unbury-buffer): Move here from bindings.el.
12365 (ctl-x-map): Move binding for other-window from window.c to
12366 here.
12367 (read-buffer-to-switch, switch-to-buffer-other-window)
12368 (switch-to-buffer-other-frame): Move here from files.el.
12369 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
12370 (switch-to-buffer): Move here from buffer.c.
12371 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 12372
562dd5e9
MR
123732011-06-10 Martin Rudalics <rudalics@gmx.at>
12374
12375 * window.el (window-min-height, window-min-width): Move here
12376 from window.c. Add defcustoms and rewrite doc-strings.
12377 (resize-mini-window, resize-window): New functions.
12378 (adjust-window-trailing-edge, enlarge-window, shrink-window):
12379 Move here from window.c.
12380 (maximize-window, minimize-window): New functions.
12381 (delete-window, delete-other-windows, split-window): Move here
12382 from window.c.
12383 (window-split-min-size): New function.
12384 (split-window-keep-point): Mention split-window-above-each-other
12385 instead of split-window-vertically.
2b75be67 12386 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
12387 Rename split-window-vertically to split-window-above-each-other
12388 and provide defalias for old definition.
12389 (split-window-side-by-side, split-window-horizontally):
12390 Rename split-window-horizontally to split-window-side-by-side
12391 and provide defalias for the old definition.
562dd5e9
MR
12392 (ctl-x-map): Move bindings for delete-window,
12393 delete-other-windows and enlarge-window here from window.c.
12394 Replace bindings for split-window-vertically and
12395 split-window-horizontally by bindings for
12396 split-window-above-each-other and split-window-side-by-side.
12397
12398 * cus-start.el (all): Remove entries for window-min-height and
12399 window-min-width. Add entries for window-splits and
12400 window-nest.
12401
f0da764a
GM
124022011-06-09 Glenn Morris <rgm@gnu.org>
12403
80675c21
GM
12404 * calendar/appt.el (appt-mode-line): New function.
12405 (appt-check, appt-disp-window): Use it.
12406
f0da764a
GM
12407 * files.el (hack-one-local-variable-eval-safep):
12408 Allow minor-modes with explicit +/-1 arguments.
12409
59f623b7
TZ
124102011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
12411
12412 * term/xterm.el (xterm): Add defgroup.
12413 (xterm-extra-capabilities): Add defcustom to supply known xterm
12414 capabilities, skip querying them, or query them (default).
12415 (terminal-init-xterm): Use it.
12416 (terminal-init-xterm-modify-other-keys): New function to set up
12417 modifyOtherKeys support to simplify `terminal-init-xterm'.
12418
9aab8e0d
MR
124192011-06-09 Martin Rudalics <rudalics@gmx.at>
12420
12421 * window.el (resize-window-reset, resize-window-reset-1)
12422 (resize-subwindows-skip-p, resize-subwindows-normal)
12423 (resize-subwindows, resize-other-windows, resize-this-window)
12424 (resize-root-window, resize-root-window-vertically)
12425 (window-deletable-p, window-or-subwindow-p)
12426 (frame-root-window-p): New functions.
12427
e8b08aee
GM
124282011-06-09 Glenn Morris <rgm@gnu.org>
12429
12430 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
12431 (ange-ftp-get-files): Use it.
12432
254c37a5
AK
124332011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
12434
12435 * mail/sendmail.el (mail-recover-1, mail-recover):
12436 * files.el (recover-file, recover-session):
12437 Handle dired-listing-switches not being just a single short option.
12438
35d7dbd3
GM
124392011-06-09 Glenn Morris <rgm@gnu.org>
12440
12441 * calendar/appt.el (appt-display-message, appt-disp-window):
12442 Handle lists of appointments.
12443
387522b2
MR
124442011-06-08 Martin Rudalics <rudalics@gmx.at>
12445
2b75be67
SM
12446 * window.el (one-window-p): Move down in code.
12447 Rewrite doc-string.
12448 (window-current-scroll-bars): Rewrite doc-string.
12449 Normalize live window argument.
387522b2
MR
12450 (walk-windows, get-window-with-predicate, count-windows):
12451 Rewrite doc-string. Use window-list-1.
12452 (window-in-direction-2, window-in-direction, get-mru-window):
12453 New functions.
12454
d8e4b68b 124552011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
12456
12457 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
12458 Doc fix (Bug#8713).
12459
124602011-06-08 Chong Yidong <cyd@stupidchicken.com>
12461
12462 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
12463
124642011-06-08 Juanma Barranquero <lekktu@gmail.com>
12465
12466 * loadhist.el (unload-feature-special-hooks):
12467 Add `comint-output-filter-functions'.
12468
0de12c52
IK
124692011-06-08 Ivan Kanis <gnu@kanis.fr>
12470
12471 * calendar/appt.el (appt-check): Move some initializations into the let.
12472
f3d1777e
MR
124732011-06-08 Martin Rudalics <rudalics@gmx.at>
12474
12475 * window.el (window-height): Defalias to window-total-height.
12476 (window-width): Defalias to window-body-width.
12477
18af70d0
CY
124782011-06-07 Chong Yidong <cyd@stupidchicken.com>
12479
12480 * image-mode.el (image-toggle-animation): New command.
12481 (image-mode-map): Bind it to RET.
12482 (image-mode): Update message.
12483 (image-toggle-display-image): Avoid a spurious cache flush.
12484 (image-transform-rotation): Doc fix.
12485 (image-transform-properties): Return quickly in the normal case.
12486 (image-animate-loop): Rename from image-animate-max-time.
12487
2b75be67 12488 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
12489 (create-animated-image): Remove unnecessary function.
12490 (image-animate): Rename from image-animate-start. New arg.
2b75be67 12491 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
12492 (image-animate-timer): Use car-safe.
12493 (image-animate-timeout): Rename argument.
12494
190b47e6
MR
124952011-06-07 Martin Rudalics <rudalics@gmx.at>
12496
12497 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
12498 window.c. Rename first argument to ALL-FRAMES.
12499 Rephrase doc-strings.
12500 (get-buffer-window-list): Rewrite using window-list-1.
12501 Rephrase doc-string.
a1511caf
MR
12502 (window-safe-min-height, window-safe-min-width): New constants.
12503 (window-size-ignore, window-min-size, window-min-size-1)
12504 (window-sizable, window-sizable-p, window-size-fixed-1)
12505 (window-size-fixed-p, window-min-delta-1, window-min-delta)
12506 (window-max-delta-1, window-max-delta, window-resizable)
12507 (window-resizable-p, window-total-height, window-total-width)
12508 (window-body-width): New functions.
12509 (window-full-height-p, window-full-width-p): Rewrite using
12510 window-total-size.
12511 (window-body-height): Rewrite using window-body-size.
190b47e6 12512
85cc1f11
MR
125132011-06-06 Martin Rudalics <rudalics@gmx.at>
12514
12515 * window.el (window-right, window-left, window-child)
12516 (window-child-count, window-last-child, window-any-p)
12517 (normalize-live-buffer, normalize-live-frame)
12518 (normalize-any-window, normalize-live-window)
12519 (window-iso-combination-p, window-iso-combined-p)
12520 (window-iso-combinations)
12521 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
12522 (windows-with-parameter, window-with-parameter)
12523 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
12524 (window-atom-check, window-side-check, window-check):
12525 New functions.
85cc1f11
MR
12526 (ignore-window-parameters, window-sides, window-sides-vertical)
12527 (window-sides-slots): New variables.
12528 (window-size-fixed): Move down in code. Minor doc-string fix.
12529
e7156492
AS
125302011-06-05 Andreas Schwab <schwab@linux-m68k.org>
12531
12532 * comint.el (comint-dynamic-complete-as-filename)
12533 (comint-dynamic-complete-filename): Correctly call
12534 completion-in-region.
12535
7e821d0d
DD
125362011-06-05 Deniz Dogan <deniz@dogan.se>
12537
12538 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
12539 in last change.
12540
ac09b8a1
DD
125412011-06-05 Deniz Dogan <deniz@dogan.se>
12542
12543 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
12544 (rcirc): Use it to prompt for encryption.
12545
34699b85
RW
125462011-06-05 Roland Winkler <winkler@gnu.org>
12547
12548 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
12549 (bibtex-search-entries): New command bound to C-c C-a.
12550 (bibtex-display-entries): New function.
12551
004dedd3
RW
125522011-06-05 Roland Winkler <winkler@gnu.org>
12553
12554 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
12555 (bibtex-insert-kill): After yanking insert newline if necessary.
12556 (bibtex-initialize): Call bibtex-string-files-init only once.
12557 (bibtex-mode): Do not call easy-menu-add.
12558 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
12559 (bibtex-yank): Set arg properly if nil.
12560
022fe7ce
RW
125612011-06-05 Roland Winkler <winkler@gnu.org>
12562
2b75be67
SM
12563 * textmodes/bibtex.el (bibtex-search-entry-globally):
12564 New variable.
022fe7ce
RW
12565 (bibtex-search-entry): Use it.
12566
b7c3692a
RW
125672011-06-05 Roland Winkler <winkler@gnu.org>
12568
12569 * textmodes/bibtex.el (bibtex-entry-format): New option
12570 sort-fields.
12571 (bibtex-format-entry, bibtex-reformat): Honor this option.
12572 (bibtex-parse-entry): Return fields in proper order.
12573
8eda563d
JB
125742011-06-05 Juanma Barranquero <lekktu@gmail.com>
12575
12576 * doc-view.el (doc-view-remove-if): Move computation of result out
12577 of `dolist' to silence misleading lexical-binding warning.
12578
7dbe3dbc
CY
125792011-06-04 Chong Yidong <cyd@stupidchicken.com>
12580
12581 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
12582 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
12583
0c33dd17
MA
125842011-06-04 Michael Albinus <michael.albinus@gmx.de>
12585
12586 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
12587 "SunOS 5.10".
12588
f8f91c2b
MA
125892011-06-04 Michael Albinus <michael.albinus@gmx.de>
12590
12591 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
12592 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
12593 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
12594 (tramp-parse-putty):
12595 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
12596 (tramp-completion-function-alist-ssh)
12597 (tramp-completion-function-alist-telnet)
12598 (tramp-completion-function-alist-su)
12599 (tramp-completion-function-alist-putty): Set `tramp-autoload'
12600 cookie.
12601
12602 * net/tramp-ftp.el:
12603 * net/tramp-sh.el:
12604 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
12605 load "tramp.el" `tramp-set-completion-function'.
12606
e17d9003
SM
126072011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
12608
12609 * shell.el: Require and use pcomplete.
12610 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
12611 (shell-completion-vars): Set pcomplete-default-completion-function.
12612
6c4cab03
DD
126132011-06-04 Deniz Dogan <deniz@dogan.se>
12614
12615 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
12616 `memq' (Bug#8799).
12617
ea9fafe0
SM
126182011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
12619
12620 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
12621
b3e945d3
JB
126222011-06-02 Juanma Barranquero <lekktu@gmail.com>
12623
12624 * bs.el (bs--mark-unmark, bs--nth-wrapper):
12625 * mpc.el (mpc-select-extend, mpc-songpointer-context):
12626 * vc/log-view.el (log-view-beginning-of-defun):
12627 * vc/smerge-mode.el (smerge-apply-resolution-patch)
12628 (smerge-refine-forward, smerge-refine-chopup-region):
12629 Silence warning for unused `dotimes' counter variables.
12630
7d520089
SM
126312011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
12632
12633 * net/tramp.el (tramp-with-progress-reporter): Rename from
12634 with-progress-reporter. Use `declare'.
12635 * net/tramp-smb.el:
12636 * net/tramp-sh.el:
12637 * net/tramp-gvfs.el: Update all uses.
12638
a1c2400f
JB
126392011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
12640
12641 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
12642 buffer isn't killed before making it current.
12643
2403c841
SM
126442011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
12645
12646 Silence various byte-compiler warnings.
12647 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
12648 `access-type' and new obsolescence format.
12649 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
12650 new format.
12651 (byte-compile-check-variable): New `access-type' argument.
12652 Only warn if the access-type is obsolete.
12653 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
12654 (byte-compile-variable-set): Adjust callers.
12655 * help-fns.el (describe-variable): Adjust to new obsolescence format.
12656 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
12657 setting it as obsolete.
12658 * simple.el (minibuffer-completing-symbol):
12659 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
12660 access as obsolete.
12661 * minibuffer.el (minibuffer-completing-file-name): Don't make it
12662 obsolete yet.
12663 * international/quail.el (quail-mouse-choose-completion): Remove unused
12664 code referring to obsolete var.
12665 (quail-choose-completion-string): Remove.
12666 * server.el (server-clients-with, server-kill-buffer-query-function)
12667 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
12668 * proced.el (proced-send-signal):
12669 * emacs-lisp/lisp.el (lisp-complete-symbol):
12670 Replace completion-annotate-function with completion-extra-properties.
12671
2462470b
SM
126722011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
12673
fb5b2591
SM
12674 * simple.el (goto-line): Use read-number.
12675 (overriding-map-is-bound): Remove.
12676 (saved-overriding-map): Change default.
12677 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
12678 Take the map as argument.
12679 (universal-argument, negative-argument, digit-argument): Use it.
12680 (restore-overriding-map): Adjust.
12681 (do-auto-fill): Use fill-forward-paragraph.
12682 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
12683
fd6fa53f
SM
12684 * minibuffer.el (minibuffer-inactive-mode-map): New var.
12685 (minibuffer-inactive-mode): New major mode.
12686 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
12687 the *Messages* buffer" hack.
12688 (mouse-popup-menubar): Don't burp if the event is a normal key.
12689
2462470b
SM
12690 Miscellaneous tweaks.
12691 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
12692 lexical scoping as in subr.el's dolist and dotimes.
12693 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
12694 Silence compiler warning.
12695 * thingatpt.el (forward-whitespace): Trivial coding style fix.
12696 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
12697 * international/ccl.el (ccl-compile): Trivial simplification.
12698 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
12699 * emacs-lisp/testcover.el (testcover-end): Remove spurious
12700 `printflag' argument.
12701 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
12702 Purecopy the whole obsolescence data.
12703
108bf785
LL
127042011-06-01 Leo Liu <sdl.web@gmail.com>
12705
12706 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
12707 improve doc-string as suggested by Marco Pessotto
12708 <melmothx@gmail.com>.
12709 (rcirc-print): Fix last change.
12710
30a23501
SM
127112011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12712
12713 * minibuffer.el (complete-with-action): Return nil for the metadata and
12714 boundaries of non-functional tables.
12715 (completion-table-dynamic): Return nil for the metadata.
12716 (completion-table-with-terminator): Add default case, using
12717 complete-with-action.
12718 (completion--metadata): New function.
12719 (completion-all-sorted-completions, minibuffer-completion-help): Use it
12720 to try and avoid pathological performance problems.
12721 (completion--embedded-envvar-table): Return `category' metadata.
12722
bcd54f83
LMI
127232011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
12724
12725 * subr.el (process-alive-p): New tiny convenience function.
12726
e227544d
SM
127272011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12728
12729 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
12730 content but also its previous major mode.
12731
e8296fdc
HE
127322011-05-31 Helmut Eller <eller.helmut@gmail.com>
12733
4d61f28d 12734 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
12735 *Backtrace* buffer when we exit with C-M-c.
12736
620c53a6
SM
127372011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12738
12739 * minibuffer.el: Add metadata method to completion tables.
12740 (completion-category-overrides): New defcustom.
12741 (completion-metadata, completion--field-metadata)
12742 (completion-metadata-get, completion--styles)
12743 (completion--cycle-threshold): New functions.
12744 (completion-try-completion, completion-all-completions):
12745 Add `metadata' argument to choose completion-styles.
12746 (completion--do-completion): Use metadata to choose cycling.
12747 (completion-all-sorted-completions): Use metadata for sorting.
12748 Remove :completion-cycle-penalty which is not needed any more.
12749 (completion--try-word-completion): Add `metadata' argument.
12750 (minibuffer-completion-help): Check metadata for annotation function
12751 and sorting.
12752 (completion-file-name-table): Return `category' metadata.
12753 (minibuffer-completing-file-name): Make obsolete.
12754 * simple.el (minibuffer-completing-symbol): Make obsolete.
12755 * icomplete.el (icomplete-completions): Pass new `metadata' param to
12756 completion-try-completion.
12757
1257e755
SM
127582011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12759
12760 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
12761
3767e706
LL
127622011-05-30 Leo Liu <sdl.web@gmail.com>
12763
12764 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
12765 (rcirc-print): Decode all incoming messages (bug#8744).
12766 (rcirc-decode-coding-system): Allow value nil for automatic coding
12767 system detection.
3767e706 12768
d1a5d56a
GM
127692011-06-01 Glenn Morris <rgm@gnu.org>
12770
12771 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
12772
e8cbec34
CY
127732011-05-29 Chong Yidong <cyd@stupidchicken.com>
12774
12775 * image.el (image-animate-max-time): Allow nil and t values.
12776 Default to nil.
12777 (create-animated-image): Doc fix.
12778 (image-animate-start): Remove second arg; just use
12779 image-animate-max-time.
12780 (image-animate-timeout): Doc fix. Args changed.
12781
12782 * image-mode.el (image-toggle-display-image): Ensure that the
12783 image spec passed to the animate timer is the same object as in
58179cce 12784 the buffer's display property (Bug#6981).
e8cbec34
CY
12785 (image-transform-properties): Doc fix.
12786
12787 * image.el (image-animate-max-time): Default to nil.
12788
159daf87
MR
127892011-05-29 Martin Rudalics <rudalics@gmx.at>
12790
12791 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
12792 entire buffer list (Bug#8184).
12793
d66c4c7c
CY
127942011-05-29 Chong Yidong <cyd@stupidchicken.com>
12795
12796 * image.el (imagemagick-types-inhibit)
12797 (imagemagick-register-types): Doc fix.
12798
80aec780
DD
127992011-05-29 Deniz Dogan <deniz@dogan.se>
12800
12801 * net/rcirc.el (rcirc): Use the user's stored encryption method by
12802 default.
12803
1dd3c2d9
CY
128042011-05-29 Chong Yidong <cyd@stupidchicken.com>
12805
12806 * select.el: Don't perform clipboard-manager saving in hooks;
12807 leave the hooks empty.
12808
60e56523
LL
128092011-05-28 Leo Liu <sdl.web@gmail.com>
12810
12811 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
12812 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
12813 (occur-edit-mode): New major mode (Bug#8463).
12814 (occur-after-change-function): New function.
12815 (occur-engine): Give Occur tags a read-only property.
12816
2b1e1a22
KR
128172011-05-28 Kevin Ryde <user42@zip.com.au>
12818
12819 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
12820
5d344e88
CY
128212011-05-28 Chong Yidong <cyd@stupidchicken.com>
12822
8e6ca83d
CY
12823 * bindings.el (help-echo): Make the initial non-indicator dash
12824 empty on graphical terminals (Bug#7295).
12825
5d344e88
CY
12826 * files.el (auto-mode-alist): Move config rule after the
12827 in-stripping one (Bug#8547).
12828
bfbbace7
CY
12829 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
12830
fbeba6e2
CY
12831 * startup.el (normal-splash-screen): Remove gratuitous mode-line
12832 setting (Bug#8740).
12833
60ed8c72
AA
128342011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
12835
4ac619f0
AA
12836 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
12837 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
12838 (Bug#8539).
60ed8c72 12839
23db196e
CY
128402011-05-28 Chong Yidong <cyd@stupidchicken.com>
12841
12842 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
12843
5012f24c
DK
128442011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
12845
12846 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
12847 (hs-hide-block-at-point, hs-find-block-beginning)
12848 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
12849 (Bug#8279).
12850
6a639b16
GM
128512011-05-28 Glenn Morris <rgm@gnu.org>
12852
12853 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
12854
d43eaf2c
CY
128552011-05-28 Chong Yidong <cyd@stupidchicken.com>
12856
5199bde1
CY
12857 * help-fns.el (describe-function-1): If the function is a derived
12858 major mode, print the parent mode.
12859
d43eaf2c
CY
12860 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
12861 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
12862
423428a8
SM
128632011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12864
0ff8e1ba 12865 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 12866 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
12867 * progmodes/etags.el (tags-completion-at-point-function):
12868 * info-look.el (info-lookup-completions-at-point): Mark as
12869 non-exclusive.
12870 (info-complete): Adjust accordingly.
12871
423428a8
SM
12872 * info-look.el: Convert to lexical-binding and completion-at-point.
12873 (info-lookup-completions-at-point): New function.
12874 (info-complete): Use it and completion-in-region.
12875
b74aa22b
DA
128762011-05-28 Drew Adams <drew.adams@oracle.com>
12877
12878 * isearch.el: Let M-e start with point at the first mismatched char.
12879 (isearch-fail-pos): New function.
12880 (isearch-edit-string): Use it.
12881
66e2e71d
DK
128822011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
12883
12884 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
12885
b1890b0f 128862011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
12887
12888 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
12889 traversal functions for avl-trees.
12890 (avl-tree--stack): New struct.
12891 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
12892 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
12893 (avl-tree--do-enter): Add optional `updatefun' arg.
12894 Change return value.
eb95d01d 12895 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
12896 (avl-tree--do-delete): Add `test' and `nilflag' args.
12897 Change return value.
eb95d01d
TC
12898 (avl-tree-member): Add optional `nilflag'
12899 (avl-tree-member-p): New function.
12900 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
12901 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
12902 (avl-tree-stack-empty-p): New functions.
12903
3769ddcf
TC
12904 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
12905 avl-tree--del-balance1 and make it work both ways.
12906 (avl-tree--del-balance2): Remove.
12907 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
12908 make it work both ways.
12909 (avl-tree--enter-balance2): Remove.
12910 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
12911 New macros.
12912 (avl-tree--mapc, avl-tree-map): Add direction argument.
12913
eb95d01d 129142011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
12915
12916 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
12917
a9f737ee
CY
129182011-05-27 Chong Yidong <cyd@stupidchicken.com>
12919
12920 * select.el: Support clipboard managers with built-in function
12921 x-clipboard-manager-save, via delete-frame-functions and
12922 kill-emacs-hook.
12923 (xselect-convert-to-targets): Add MULTIPLE target to list.
12924 (xselect-convert-to-save-targets): New function.
12925
c92a1e54
KH
129262011-05-27 Kenichi Handa <handa@m17n.org>
12927
12928 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
12929 let-binding rfc2047-encode-encoded-words to nil.
12930
e145f188
GM
129312011-05-27 Glenn Morris <rgm@gnu.org>
12932
5ec8a862
GM
12933 * mail/emacsbug.el: Don't require url-util.
12934
4b29d9fb
GM
12935 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
12936
e145f188
GM
12937 * files.el (set-auto-mode):
12938 Also respect mode: entries at the end of the file. (Bug#8586)
12939
7d15102b
GM
129402011-05-26 Glenn Morris <rgm@gnu.org>
12941
98f593b8
GM
12942 * files.el (hack-local-variables-prop-line, hack-local-variables):
12943 Downcase mode names, as seems to be traditional.
27b48e63 12944 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 12945
7d15102b
GM
12946 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
12947 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
12948
51d5b4ec
JD
129492011-05-25 Julien Danjou <julien@danjou.info>
12950
12951 * textmodes/rst.el (rst-define-level-faces): Do not define face
12952 symbol if it is already defined.
12953
91513f63
VB
129542011-05-24 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
12955
12956 * play/5x5.el (5x5-new-game, 5x5-randomize):
12957 Reset 5x5-solver-output to nil when a new grid is cast.
12958 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
12959 these debugging traces, as defmacro breaks the compiled code.
12960
4d90d6d0
DK
129612011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
12962
12963 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
12964
e1b90ef6
LL
129652011-05-24 Leo Liu <sdl.web@gmail.com>
12966
12967 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
12968 (vc-bzr-sha1): Adapt.
12969
d8e4b68b 12970 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
12971
12972 * bindings.el: Provide sha1 feature.
12973
db0406bb 129742011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
12975
12976 * mail/sendmail.el: Require `rfc2047'.
12977 (mail-insert-from-field): Do not perform RFC2047 encoding.
12978 (mail-encode-header): New function.
12979 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
12980 buffer to the return value of select-message-coding-system.
12981 Call mail-encode-header.
b8d747b9
KH
12982
12983 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
12984
db0406bb 129852011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 12986
4d90d6d0
DK
12987 * mail/supercite.el (sc-default-cite-frame):
12988 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 12989
eb8a5e9b
GM
129902011-05-24 Glenn Morris <rgm@gnu.org>
12991
f8630703
GM
12992 * progmodes/python.el (brm-menu): Declare.
12993
8831bbed
GM
12994 * emulation/viper.el (viper-set-hooks): Declare.
12995
eb8a5e9b
GM
12996 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
12997 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
12998 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
12999 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
13000 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
13001 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
13002
a2a25d24
SM
130032011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
13004
13005 Add an :exit-function for completion-at-point.
13006
13007 * minibuffer.el (completion--done): New fun.
13008 (completion--do-completion): Use it. New arg `expect-exact'.
13009 (minibuffer-complete, minibuffer-complete-word): Don't output message,
13010 since completion--do-completion does it for us now.
13011 (minibuffer-force-complete): Use completion--done and
13012 completion--replace. Handle sole-completion case with more care.
13013 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
13014 (completion-extra-properties): New var.
13015 (completion-annotate-function): Make obsolete.
13016 (minibuffer-completion-help): Adjust accordingly.
13017 Use completion-list-insert-choice-function.
13018 (completion-at-point, completion-help-at-point):
13019 Bind completion-extra-properties.
13020 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
13021 * simple.el (completion-list-insert-choice-function): New var.
13022 (completion-setup-function): Preserve it.
13023 (choose-completion): Pay attention to it, shuffle the code a bit.
13024 (choose-completion-string): New arg `insert-function'.
13025
13026 * textmodes/bibtex.el: Convert to lexical binding.
13027 (bibtex-mode-map): Use completion-at-point.
13028 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
13029 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
13030 (bibtex-complete): Define as obsolete alias.
13031 (bibtex-complete-internal): Remove.
13032 (bibtex-format-entry): Remove unused sub-group in regexp.
13033 * shell.el (shell--command-completion-data)
13034 (shell-environment-variable-completion):
13035 * pcomplete.el (pcomplete-completions-at-point):
13036 * comint.el (comint--complete-file-name-data): Use :exit-function
13037 instead of completion-table-with-terminator so it also works for
13038 choose-completion.
13039
e44e373d
SM
130402011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13041
4f91a816
SM
13042 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
13043
782fc819
SM
13044 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
13045 (bug#8710).
13046
e44e373d
SM
13047 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
13048
381987c3
KM
130492011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
13050
13051 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
13052 customization variable and implement: If non-nil, auto-fill will
13053 be inhibited while on topic's header line.
13054
b776bc70
VB
130552011-05-23 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
13056
13057 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 13058 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
13059 always have a solution in grid size = 5 cases.
13060 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
13061 (5x5-solver-output, 5x5-log-buffer): New vars.
13062 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
13063 Make these variables buffer local to achieve 5x5 multi-session-ness.
13064 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
13065 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
13066 (5x5-solve-suggest): New funs.
13067 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
13068 randomize a grid so that we ensure that there is always a solution.
13069 (5x5-make-random-grid): Allow other movement than flipping.
13070
7de88b6e
KR
130712011-05-23 Kevin Ryde <user42@zip.com.au>
13072
13073 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 13074 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
13075 advice and passes PREDICATE.
13076
b1ef1257
SM
130772011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13078
bbca48fe
SM
13079 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
13080 byte-compile-lambda if it's actually a lambda.
13081
b1ef1257
SM
13082 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
13083 Fix function quoting. Use backquote better.
13084
92a9cc65
YS
130852011-05-22 Yuanle Song <sylecn@gmail.com>
13086
13087 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
13088 matching (Bug#8516).
13089
f0fb8059
JA
130902011-01-22 Jari Aalto <jari.aalto@cante.net>
13091
13092 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
13093 different face (Bug#8178).
13094
d5b44c93
CY
130952011-05-22 Chong Yidong <cyd@stupidchicken.com>
13096
13097 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
13098 defface (Bug#8144).
13099
79106a44
SM
131002011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
13101
9c848d8a
SM
13102 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
13103 funcall as well (bug#8712). Warn when performing those conversions.
13104 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
13105
79106a44
SM
13106 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
13107
88dfa756
GM
131082011-05-22 Glenn Morris <rgm@gnu.org>
13109
13110 * files.el (hack-local-variables-prop-line): Small simplifications.
13111 (hack-local-variables, hack-local-variables-prop-line):
13112 If MODE-ONLY, return the mode, rather than just `t'.
13113
b7cf2c79
SM
131142011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
13115
13116 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
13117
3f1a8558
GM
131182011-05-21 Glenn Morris <rgm@gnu.org>
13119
7e4ccca3
GM
13120 * files.el (hack-local-variables-prop-line, hack-local-variables):
13121 If only interested in the mode, don't bother doing the other stuff.
13122
637d46ca
GM
13123 * image-mode.el (image-after-revert-hook):
13124 Redraw all frames on which the image is visible. (Bug#8567)
13125
973d955b
GM
13126 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
13127
3f1a8558
GM
13128 * wid-edit.el (widget-checklist-match-inline):
13129 Fix 2011-04-19 change. (Bug#8649)
13130
96479927
SM
131312011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
13132
1dcf791f
SM
13133 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
13134 Also allow singlespace after single-letter capitals followed by a dot.
13135
96479927
SM
13136 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
13137 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
13138
35fd0881
N
131392011-05-20 Nix <nix@esperi.org.uk>
13140
13141 * files.el (basic-save-buffer-2):
13142 Fix handling of break-hardlink-on-save with non-existent files.
13143
82745640
DD
131442011-05-19 Deniz Dogan <deniz@dogan.se>
13145
13146 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 13147 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 13148
4a720484
GM
131492011-05-19 Glenn Morris <rgm@gnu.org>
13150
d1f21341
GM
13151 * progmodes/f90.el (f90-type-def-re):
13152 Handle "type, bind(c)". (Bug#8691)
13153
4a720484
GM
13154 * emacs-lisp/autoload.el (batch-update-autoloads):
13155 Set autoload-excludes by parsing loadup.el rather than Makefiles.
13156
2fb0a219
MA
131572011-05-18 Michael Albinus <michael.albinus@gmx.de>
13158
13159 * net/tramp.el (tramp-process-actions): Set "first-password-request"
13160 property for the correct connection in case of multihops.
13161
e565dd37
GM
131622011-05-18 Glenn Morris <rgm@gnu.org>
13163
c2571358 13164 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
13165 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
13166
e565dd37
GM
13167 Rationalize calendar handling of day and month abbrev-arrays.
13168 * calendar/calendar.el (calendar-customized-p): New function.
13169 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
13170 (calendar-day-name-array, calendar-month-name-array): Doc fix.
13171 Add :set function.
13172 (calendar-abbrev-length, calendar-day-abbrev-array)
13173 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
13174 (calendar-day-abbrev-array, calendar-month-abbrev-array):
13175 Elements may no longer be nil.
13176 (calendar-day-name, calendar-month-name):
13177 Update for changed nature of abbrev arrays.
13178 * calendar/diary-lib.el (diary-name-pattern):
13179 Update for changed nature of abbrev arrays.
13180 (diary-mark-entries-1): Update calendar-make-alist calls.
13181 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
13182 * calendar/cal-html.el (cal-html-day-abbrev-array):
13183 Simply inherit from calendar-day-abbrev-array.
13184
1d99a745
SM
131852011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13186
13187 * progmodes/grep.el (grep-mode): Disable default
13188 compilation-directory-matcher setting (bug#8684).
13189
7c1d9aa0
MA
131902011-05-17 Michael Albinus <michael.albinus@gmx.de>
13191
13192 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
13193 instead of "head" and "tail". There were problems with SunOS 5.9,
13194 and it performs better.
13195
3952e9d8
GM
131962011-05-17 Glenn Morris <rgm@gnu.org>
13197
2dd12e7f
GM
13198 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
13199
e4157b9c
GM
13200 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
13201 Replace obsolete function.
13202
8e249bbd
GM
13203 * shell.el (pcomplete-parse-arguments-function): Declare.
13204
3952e9d8
GM
13205 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
13206 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
13207 (appt-check): Doc fixes.
13208 (appt-disp-window-function, appt-delete-window-function):
13209 Remove needless special case in custom :type.
13210 (appt-display-count): Default to 0, not nil.
13211 (appt-check): Reset appt-display-count to 0, not nil.
13212
c71a0d48 132132011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 13214
c71a0d48
GM
13215 * progmodes/python.el (python-font-lock-keywords):
13216 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 13217
31d55be9
SM
132182011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
13219
13220 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
13221
3bfacb2f
KR
132222011-05-16 Kevin Ryde <user42@zip.com.au>
13223
13224 * info-look.el (makefile-automake-mode): New setups, looking in
13225 automake manual, then makefile-mode.
13226 (makefile-mode): Remove automake manual, have it just in
13227 makefile-automake-mode since there's various things different or
13228 not relevant to plain make.
13229 (makefile-mode): Remove "other-modes" non-existent automake-mode,
13230 believe a hypothetical automake-mode would go to makefile-mode,
13231 not the other way around.
13232
c8e83751
CY
132332011-05-15 Chong Yidong <cyd@stupidchicken.com>
13234
5e9e35cd
CY
13235 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
13236 hunk-end tags (Bug#8672).
13237
c8e83751
CY
13238 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
13239 vc-annotate-show-diff-revision-at-line (Bug#8671).
13240
50b23e5a
GM
132412011-05-14 Glenn Morris <rgm@gnu.org>
13242
7210a739
GM
13243 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
13244 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
13245 (change-log-font-lock-keywords): Also handle multiple author lines
13246 with leading tabs. (Bug#8644)
7210a739 13247
4691905a
GM
13248 * calendar/appt.el (appt-check): Rename some local variables.
13249 Some simplification/reordering.
13250
50b23e5a
GM
13251 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
13252 (feedmail-sendmail-f-doesnt-sell-me-out)
13253 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
13254 (feedmail-debug-sit-for, feedmail-queue-express-hook)
13255 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
13256 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
13257 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
13258 (feedmail-binmail-gnulinuxish-template):
13259 Rename from feedmail-binmail-linuxish-template.
13260 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
13261 Use insert-buffer-substring.
13262
215cda7c
BC
132632011-05-14 Bill Carpenter <bill@carpenter.org>
13264
13265 * mail/feedmail.el (feedmail-patch-level): Increase.
13266 (feedmail-debug): New custom group.
13267 (feedmail-confirm-outgoing-timeout)
13268 (feedmail-sendmail-f-doesnt-sell-me-out)
13269 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
13270 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
13271 (feedmail-sender-line, feedmail-from-line)
13272 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 13273 (feedmail-spray-this-address)
215cda7c
BC
13274 (feedmail-spray-address-fiddle-plex-list)
13275 (feedmail-queue-use-send-time-for-date)
13276 (feedmail-queue-use-send-time-for-message-id)
13277 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
13278 (feedmail-buffer-eating-function):
13279 Doc fixes.
13280 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
13281 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
13282 (feedmail-message-action-scroll-down): New functions.
13283 (feedmail-queue-directory, feedmail-queue-draft-directory):
13284 Use expand-file-name.
13285 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
13286 Remove C-v help entry.
13287 (feedmail-queue-buffer-file-name): New variable.
13288 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
13289 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
13290 (feedmail-message-action-send-strong, feedmail-message-action-edit)
13291 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
13292 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
13293 (feedmail-message-action-toggle-spray)
13294 (feedmail-run-the-queue-no-prompts)
13295 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
13296 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
13297 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
13298 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
13299 (feedmail-envelope-deducer, feedmail-fiddle-from)
13300 (feedmail-fiddle-sender, feedmail-default-date-generator)
13301 (feedmail-fiddle-date, feedmail-fiddle-message-id)
13302 (feedmail-fiddle-spray-address)
13303 (feedmail-fiddle-list-of-spray-fiddle-plexes)
13304 (feedmail-fiddle-list-of-fiddle-plexes)
13305 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
13306 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
13307 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
13308 Change default. Doc fix.
13309 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
13310 (feedmail-binmail-linuxish-template): New constant.
13311 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
13312 Respect feedmail-sendmail-f-doesnt-sell-me-out.
13313 (feedmail-send-it): Add debug call.
13314 Use feedmail-queue-buffer-file-name, and
13315 feedmail-send-it-immediately-wrapper.
13316 (feedmail-message-action-send): Add debug call.
13317 Use feedmail-send-it-immediately-wrapper.
13318 (feedmail-queue-express-to-queue): Add debug call.
13319 Run feedmail-queue-express-hook.
13320 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
13321 (feedmail-message-action-help-blat):
13322 Rename from feedmail-queue-send-edit-prompt-help-first.
13323 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
13324 Check line-endings. Handle errors better.
13325 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
13326 Doc fix. Add debug call.
13327 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
13328 Use feedmail-queue-send-edit-prompt-inner.
13329 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
13330 (feedmail-queue-send-edit-prompt-inner): New function, extracted
13331 from feedmail-queue-send-edit-prompt.
13332 (feedmail-queue-send-edit-prompt-help)
13333 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
13334 (feedmail-tidy-up-slug): Add debug call.
13335 Respect feedmail-queue-slug-suspect-regexp.
13336 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
13337 (feedmail-dump-message-to-queue): Add debug call.
13338 Expand queue-directory.
13339 (feedmail-dump-message-to-queue): Change message slightly.
13340 Use feedmail-say-chatter.
13341 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
13342 (feedmail-send-it-immediately-wrapper): New function.
13343 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
13344 Insert empty string rather than newline. Handle full-frame case.
13345 Use catch/throw. Use feedmail-say-chatter.
13346 (feedmail-fiddle-from): Try mail-host-address.
13347 (feedmail-default-message-id-generator): Doc fix.
13348 Bind system-time-locale. Handle missing end.
13349 (feedmail-fiddle-x-mailer): Add debug call.
13350 Handle feedmail-x-mailer-line being nil.
13351 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
13352 Add debug call. Use buffer-substring-no-properties.
13353 (feedmail-say-debug, feedmail-say-chatter): New functions.
13354 (feedmail-find-eoh): Give an explicit error.
13355
42c7e61e
UJ
133562011-05-13 Ulf Jasper <ulf.jasper@web.de>
13357
c2571358 13358 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 13359 family from helvetica to sans.
c2571358 13360 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
13361 etc/images/newsticker.
13362
c2571358 13363 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
13364 family from helvetica to sans.
13365
13366 * net/newst-plainview.el (newsticker-new-item-face)
13367 (newsticker-old-item-face, newsticker-immortal-item-face)
13368 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 13369 (newsticker-statistics-face): Change default family from
42c7e61e 13370 helvetica to sans.
c2571358 13371 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
13372 etc/images/newsticker.
13373
5d3385a0
JB
13374 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
13375 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
13376 auto-marking.
13377
8497a297
DV
133782011-05-13 Didier Verna <didier@xemacs.org>
13379
13380 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
13381 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
13382 TODO entries.
8497a297
DV
13383 (lisp-lambda-list-keyword-parameter-indentation)
13384 (lisp-lambda-list-keyword-parameter-alignment)
13385 (lisp-lambda-list-keyword-alignment): New customizable user options.
13386 (lisp-indent-defun-method): Improve docstring.
13387 (extended-loop-p): Fix comment.
13388 (lisp-indent-lambda-list-keywords-regexp): New variable.
13389 (lisp-indent-lambda-list): New function.
13390 (lisp-indent-259): Use it.
13391 (lisp-indent-defmethod): Support for more than one
13392 method qualifier and properly indent methods lambda-lists.
13393 (defgeneric): Provide a missing common-lisp-indent-function property.
13394
f278f87f
SM
133952011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
13396
13397 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
13398 bounds for the empty string (bug#8667).
13399
5233edd7
GM
134002011-05-13 Glenn Morris <rgm@gnu.org>
13401
5237a44f
GM
13402 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
13403
8340026c 13404 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 13405 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 13406
5233edd7 13407 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 13408 (appt-time-msg-list): Doc fix.
a5464014 13409 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 13410
92d10796
AS
134112011-05-12 Andreas Schwab <schwab@linux-m68k.org>
13412
13413 * progmodes/ld-script.el (ld-script-keywords)
13414 (ld-script-builtins): Update keywords list.
13415
914a0ae1
SM
134162011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
13417
c89be45f
SM
13418 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
13419
914a0ae1
SM
13420 * shell.el (shell-completion-vars): New function.
13421 (shell-mode):
13422 * simple.el (read-shell-command): Use it.
13423 (blink-matching-open): No need for " [...]" in minibuffer-message.
13424
98dc3df3
GM
134252011-05-12 Glenn Morris <rgm@gnu.org>
13426
13427 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
13428 (appt-check): Simplify.
13429
d2fc7e3d 134302011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 13431
4d61f28d 13432 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
13433 literal "/dev/null".
13434
d2fc7e3d 134352011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
13436
13437 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
13438 Fix typo.
13439
d2fc7e3d 134402011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 13441
3f254caa
SM
13442 * progmodes/which-func.el (which-function):
13443 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
13444 which might not be defined (Bug#8260).
13445
d45885f7
GM
134462011-05-12 Glenn Morris <rgm@gnu.org>
13447
13448 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
13449 Let byte-compile-initial-macro-environment always take precedence.
13450
488086f4
SM
134512011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
13452
13453 * net/rcirc.el: Add support for SSL/TLS connections.
13454 (rcirc-server-alist): New field `encryption'.
13455 (rcirc): Check `encryption' settings.
13456 (rcirc-connect): New arg `encryption'. Use open-network-stream.
13457 Merge make-local-variable into `set'.
13458 (rcirc--connection-open-p): New function.
13459 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
13460 the process is not a network process (e.g. running gnutls-cli).
13461 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
13462 Make rcirc-(en|de)code-coding-system local here.
13463 (rcirc-mode): Merge make-local-variable into `set'.
13464 (rcirc-parent-buffer): Make permanent buffer-local.
13465 (rcirc-multiline-minor-mode): Don't do it here.
13466 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
13467 there's no server buffer.
13468
7d3b9d44
GM
134692011-05-11 Glenn Morris <rgm@gnu.org>
13470
f64049c6
GM
13471 * newcomment.el (comment-kill): Prefix "unused" local.
13472
93c9df73
GM
13473 * term/w32console.el (get-screen-color): Declare.
13474
7d3b9d44
GM
13475 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
13476 Handle symbol elements of byte-compile-initial-macro-environment.
13477
9e2dd53f
LL
134782011-05-10 Leo Liu <sdl.web@gmail.com>
13479
488086f4
SM
13480 * bookmark.el (bookmark-bmenu-mode-map):
13481 Bind bookmark-bmenu-search to `/'.
8b340240 13482
9e2dd53f 13483 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
13484 (footnote-unicode-string, footnote-unicode-regexp): New variable.
13485 (Footnote-unicode): New function.
13486 (footnote-style-alist): Add unicode style to the list.
13487 (footnote-style): Doc fix.
9e2dd53f 13488
79b70037
GM
134892011-05-10 Jim Meyering <meyering@redhat.com>
13490
13491 Fix doubled-word typos.
13492 * international/quail.el (quail-insert-kbd-layout): and and -> and
13493 * kermit.el: and and -> and
13494 * net/ldap.el (ldap-search-internal): to to -> to
13495 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
13496 * progmodes/js.el (js-mode): and and -> and
13497 * textmodes/artist.el (artist-move-to-xy): at at -> at
13498 (artist-draw-region-trim-line-endings): if if -> if
13499 And Safetyc -> Safety.
13500 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
13501
b8f82dc1 135022011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 13503 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
13504
13505 * files.el (hack-one-local-variable-eval-safep):
13506 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
13507
4f99f44b
GM
135082011-05-10 Glenn Morris <rgm@gnu.org>
13509
13510 * calendar/diary-lib.el (diary-list-entries-hook)
13511 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
13512 (diary-nongregorian-marking-hook, diary-list-entries)
13513 (diary-include-other-diary-files, diary-mark-entries)
13514 (diary-mark-included-diary-files): Doc fixes.
13515
84f29e6b
JB
135162011-05-09 Juanma Barranquero <lekktu@gmail.com>
13517
13518 * misc.el: Require tabulated-list.el during compilation.
13519
9bedd73a
CY
135202011-05-09 Chong Yidong <cyd@stupidchicken.com>
13521
488086f4
SM
13522 * progmodes/compile.el (compilation-start):
13523 Run compilation-filter-hook for the async case too.
9bedd73a
CY
13524 (compilation-filter-hook): Doc fix.
13525
797c735c
DD
135262011-05-09 Deniz Dogan <deniz@dogan.se>
13527
13528 * wdired.el: Remove outdated installation comment. Fix usage
13529 comment.
13530
5f4b1dfe
JB
135312011-05-09 Juanma Barranquero <lekktu@gmail.com>
13532
13533 * misc.el: Implement new command `list-dynamic-libraries'.
13534 (list-dynamic-libraries--loaded-only-p): New variable.
13535 (list-dynamic-libraries--refresh): New function.
13536 (list-dynamic-libraries): New command.
13537
4c44026c
CY
135382011-05-09 Chong Yidong <cyd@stupidchicken.com>
13539
488086f4
SM
13540 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13541 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
13542 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
13543 higher priority to avoid clobbering by gnu.
13544
027f966d
CY
135452011-05-08 Chong Yidong <cyd@stupidchicken.com>
13546
13547 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
13548 if the face has existing theme settings (Bug#8454).
13549
085f5d7d
CY
135502011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
13551
488086f4
SM
13552 * progmodes/perl-mode.el (perl-imenu-generic-expression):
13553 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 13554
2a86a00c
RS
13555 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
13556 special file names `.' and `..' (Bug#8259).
13557
d9c54a06
CY
135582011-05-08 Chong Yidong <cyd@stupidchicken.com>
13559
488086f4
SM
13560 * progmodes/grep.el (grep-mode-font-lock-keywords):
13561 Remove buffer-changing entries.
d9c54a06
CY
13562 (grep-filter): New function.
13563 (grep-mode): Add it to compilation-filter-hook.
13564
13565 * progmodes/compile.el (compilation-filter-hook)
13566 (compilation-filter-start): New defvars.
13567 (compilation-filter): Call compilation-filter-hook prior to
13568 updating the process mark.
13569
c4662635
SM
135702011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13571
13572 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
13573
b0512a1d
EZ
135742011-05-07 Eli Zaretskii <eliz@gnu.org>
13575
605c9376
EZ
13576 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
13577 mailclient-send-it even if window-system is nil. (Bug#8595)
13578
c4662635
SM
13579 * term/w32console.el (terminal-init-w32console):
13580 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
13581 background-mode. (Bug#8597)
13582
d1dc2cc2
SM
135832011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13584
13585 Make bytecomp.el understand that defmethod defines funs (bug#8631).
13586 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
13587 New functions.
13588 (defgeneric, eieio--defmethod): Use them.
13589 (eieio-defgeneric): Remove.
13590 (defmethod): Call defgeneric in a way visible to the byte-compiler.
13591
915d1300
GM
135922011-05-07 Glenn Morris <rgm@gnu.org>
13593
a3961c3e
GM
13594 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
13595 Use let rather than let*.
13596 (timeclock-find-discrep): Remove unused local.
13597
314347b9
GM
13598 * calendar/diary-lib.el (diary-comment-start): Doc fix.
13599
915d1300
GM
13600 * calendar/appt.el (appt-time-msg-list): Doc fix.
13601
275b59b0
NF
136022011-05-06 Noah Friedman <friedman@splode.com>
13603
13604 * apropos.el (apropos-print-doc): Only use
13605 emacs-lisp-docstring-fill-column when it is bound to an integer,
13606 per that variable's documentation.
13607
6c19f744
SM
136082011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13609
13610 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 13611 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 13612
60f884b2
GM
136132011-05-06 Glenn Morris <rgm@gnu.org>
13614
5006e634
GM
13615 * calendar/appt.el (appt-message-warning-time): Doc fix.
13616 (appt-warning-time-regexp): New option.
13617 (appt-make-list): Respect appt-message-warning-time.
13618
548d0a63
GM
13619 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
13620 New options.
13621 (diary-add-to-list): Strip comments from the displayed string.
13622 (diary-mode): Set comment-start and comment-end.
13623
60f884b2
GM
13624 * vc/diff-mode.el (smerge-refine-subst): Declare.
13625 (diff-refine-hunk): Don't require smerge-mode when compiling.
13626
989681bb
JB
136272011-05-06 Juanma Barranquero <lekktu@gmail.com>
13628
13629 * simple.el (list-processes): Return nil as the docstring says.
13630
a6bc05e1
MA
136312011-05-05 Michael Albinus <michael.albinus@gmx.de>
13632
13633 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
13634 to "".
13635 (ange-ftp-write-region, ange-ftp-insert-file-contents)
13636 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
13637 determining of binary transfer. (Bug#7383)
13638
23c22e9a
MA
136392011-05-05 Michael Albinus <michael.albinus@gmx.de>
13640
c4662635
SM
13641 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
13642 Fix port computation bug. (Bug#8618)
23c22e9a 13643
0bff894f
GM
136442011-05-05 Glenn Morris <rgm@gnu.org>
13645
b8296902
GM
13646 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
13647
1f522ce8
GM
13648 * simple.el (shell-dynamic-complete-functions)
13649 (comint-dynamic-complete-functions): Declare.
13650
cf5bee67
GM
13651 * net/network-stream.el (gnutls-negotiate):
13652 * simple.el (tabulated-list-print): Fix declarations.
13653
13654 * progmodes/gud.el (syntax-symbol, syntax-point):
13655 Remove unnecessary and incorrect declarations.
13656
0bff894f
GM
13657 * emacs-lisp/check-declare.el (check-declare-scan):
13658 Handle byte-compile-initial-macro-environment in bytecomp.el
13659
9869b3ae
SM
136602011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13661
13662 Fix earlier half-done eieio-defmethod change (bug#8338).
13663 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
13664 Streamline and change calling convention.
13665 (defmethod): Adjust accordingly and simplify.
13666 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
13667 new eieio--defmethod.
13668 (slot-boundp): Minor CSE simplification.
13669
9c1d5ac5
MZ
136702011-05-05 Milan Zamazal <pdm@zamazal.org>
13671
13672 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
13673 (glasses-make-readable): Use glasses-separate-capital-groups.
13674
455c834e
JB
136752011-05-05 Juanma Barranquero <lekktu@gmail.com>
13676
13677 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
13678 (warning-series): Doc fix.
13679 (display-warning): Don't try to create the buffer if we just found it.
13680
9ed7c8cb
CY
136812011-05-04 Chong Yidong <cyd@stupidchicken.com>
13682
13683 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
13684 (autoload-find-generated-file): New function.
13685 (generate-file-autoloads): Bind generated-autoload-file to
13686 buffer-file-name.
9869b3ae
SM
13687 (update-file-autoloads, update-directory-autoloads):
13688 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
13689 output file (Bug#7989).
13690 (batch-update-autoloads): Doc fix.
13691
0898ca10
JB
136922011-05-04 Juanma Barranquero <lekktu@gmail.com>
13693
13694 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
13695
31dfb76c
GM
136962011-05-04 Glenn Morris <rgm@gnu.org>
13697
f330b642
GM
13698 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
13699 function, so it follows changes in calendar-date-style.
13700 (diary-fancy-date-matcher): New function.
13701 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
13702 (diary-fancy-font-lock-fontify-region-function):
13703 Use diary-fancy-date-pattern as a function.
13704
31dfb76c
GM
13705 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
13706 non-numbers for `year' etc pseudo-variables. (Bug#8583)
13707
48e79d6a
TZ
137082011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
13709
13710 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
13711 instead of positional arguments. Allow :keylist and :crlfiles
13712 arguments.
13713 (open-gnutls-stream): Call it.
13714
13715 * net/network-stream.el (network-stream-open-starttls): Adjust to
13716 call `gnutls-negotiate' with :process and :hostname arguments.
13717
dd5a5ee0
SM
137182011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
13719
ef80fc09
SM
13720 * minibuffer.el (completion--message): New function.
13721 (completion--do-completion, minibuffer-complete)
13722 (minibuffer-force-complete, minibuffer-complete-word): Use it.
13723 (completion--do-completion): Don't ignore completion-auto-help when in
13724 icomplete-mode.
13725
dd5a5ee0
SM
13726 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
13727 internal encoding (e.g. tibetan zero is not whitespace).
13728 (global-whitespace-mode): Prefer save-current-buffer.
13729 (whitespace-trailing-regexp): Remove useless save-match-data.
13730 (whitespace-empty-at-bob-regexp): Minor simplification.
13731
b7d22a83
CY
137322011-05-03 Chong Yidong <cyd@stupidchicken.com>
13733
13734 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
13735
5192af46
AM
137362011-05-03 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
13737
13738 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 13739 Use `concat' to create string for insertion.
5192af46 13740
5767d190
SM
137412011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13742
13743 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
13744 Avoid open-line which runs post-self-insert-hook.
13745 (bibtex-fill-entry): Remove unused `end' var.
13746
bf242939
AM
137472011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
13748
5767d190
SM
13749 * textmodes/ispell.el (ispell-add-per-file-word-list):
13750 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 13751
25666126
LL
137522011-05-03 Leo Liu <sdl.web@gmail.com>
13753
13754 * isearch.el (isearch-yank-pop): New command.
5767d190 13755 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
13756 (isearch-forward): Mention it.
13757
52d3c2d0
SM
137582011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13759
1bcace58
SM
13760 * simple.el (minibuffer-complete-shell-command): Remove.
13761 (minibuffer-local-shell-command-map): Use completion-at-point.
13762 (read-shell-command): Setup completion vars here instead.
13763 (read-expression-map): Bind TAB to symbol completion.
13764
52d3c2d0
SM
13765 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
13766 error directly rather via storing it into `results'.
13767
35813471
LL
137682011-05-02 Leo Liu <sdl.web@gmail.com>
13769
13770 * vc/diff.el: Fix description.
13771
e793a940
LMI
137722011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
13773
13774 * server.el (server-eval-at): New function.
13775
8de66e05
LMI
137762011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13777
13778 * net/network-stream.el (open-network-stream): Take a :nowait
13779 parameter and pass it on to `make-network-process'.
13780 (network-stream-open-plain): Ditto.
13781
dcb79f20
AS
137822011-04-30 Andreas Schwab <schwab@linux-m68k.org>
13783
13784 * faces.el (face-spec-set-match-display): Don't match toolkit
13785 options on terminal frames.
13786
14a7fbd8
SM
137872011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
13788
7eabc1be
SM
13789 * progmodes/pascal.el: Use lexical binding.
13790 (pascal-mode-map): Remove author preferences.
13791
14a7fbd8
SM
13792 * pcomplete.el (pcomplete-std-complete): Don't abuse
13793 completion-at-point.
13794
50f84510
JB
137952011-04-28 Juanma Barranquero <lekktu@gmail.com>
13796
6e087a44
JB
13797 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
13798 removing code that has been dead since 1991 or so.
13799
50f84510
JB
13800 * startup.el (command-line): When warning about "_emacs", use a
13801 delayed warning to allow the user to filter it out.
13802
0ba690bd
DD
138032011-04-28 Deniz Dogan <deniz@dogan.se>
13804
13805 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
13806 user has not joined.
13807
08abfaad
SM
138082011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13809
13810 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
13811 aren't any completions at point.
13812
638f053a
JB
138132011-04-28 Juanma Barranquero <lekktu@gmail.com>
13814
13815 * subr.el (display-delayed-warnings): New function.
13816 (delayed-warnings-hook): New variable.
13817
8fff8daa
SM
138182011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13819
08abfaad
SM
13820 * minibuffer.el (completion-at-point, completion-help-at-point):
13821 Don't presume that a given completion-at-point-function will always
13822 use the same calling convention.
13823
8fff8daa
SM
13824 * pcomplete.el (pcomplete-completions-at-point):
13825 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
13826 pcomplete-seen is non-nil.
13827 (pcomplete-comint-setup): Also recognize the new comint/shell
13828 completion functions.
13829 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
13830 pcomplete-seen is non-nil.
13831
841a1577 138322011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 13833
841a1577 13834 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 13835 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 13836 the first character in the entry. This allows for code to add its
211ec907
UJ
13837 own uid to the entry.
13838 (icalendar--convert-float-to-ical): Add export of
13839 `diary-float'-entries save for those with the optional DAY
13840 argument.
13841
2a782793
DC
138422011-04-27 Daniel Colascione <dan.colascione@gmail.com>
13843
13844 * subr.el (shell-quote-argument): Use alternate escaping strategy
13845 when we spot a variable reference in a string.
13846
0438ce91
DC
138472011-04-26 Daniel Colascione <dan.colascione@gmail.com>
13848
13849 * cus-start.el (all): Define customization for debug-on-event.
13850
841a1577 138512011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
13852
13853 * subr.el (shell-quote-argument): Escape correctly under Windows.
13854
d090ed6c
SM
138552011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13856
13857 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
13858
bfd31217
MA
138592011-04-25 Michael Albinus <michael.albinus@gmx.de>
13860
d090ed6c
SM
13861 * net/tramp.el (tramp-process-actions): Add POS argument.
13862 Delete region between POS and (pos).
bfd31217 13863
d090ed6c
SM
13864 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
13865 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
13866 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
13867
13868 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
13869 position in `tramp-process-actions' call.
13870
13871 * net/trampver.el: Update release number.
13872
e92f3bd3
SM
138732011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13874
850256b5
SM
13875 * custom.el (defcustom): Obey lexical-binding.
13876
e92f3bd3
SM
13877 Fix octave-inf completion problems reported by Alexander Klimov.
13878 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
13879 Inherit from octave-mode-syntax-table.
13880 (inferior-octave-mode): Set info-lookup-mode.
13881 (inferior-octave-completion-at-point): New function.
13882 (inferior-octave-complete): Use it and completion-in-region.
13883 (inferior-octave-dynamic-complete-functions): Use it as well, and use
13884 comint-filename-completion.
13885 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
13886 symbol elements which shouldn't be word elements.
13887 (octave-font-lock-keywords, octave-beginning-of-defun)
13888 (octave-function-header-regexp): Adjust regexps accordingly.
13889 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
13890
cd22b309
JB
138912011-04-25 Juanma Barranquero <lekktu@gmail.com>
13892
13893 * net/gnutls.el (gnutls-errorp): Declare before first use.
13894
8b492194
TZ
138952011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
13896
13897 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
13898 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 13899 default trustfile exists before going to use it. Add missing
5a5fa834 13900 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
13901 Reported by Claudio Bley <claudio.bley@gmail.com>.
13902 (open-gnutls-stream): Add usage example.
13903
13904 * net/network-stream.el (network-stream-open-starttls): Give host
13905 parameter to `gnutls-negotiate'.
13906 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 13907 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 13908
841a1577 139092011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 13910
cd22b309
JB
13911 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
13912 Use correct match group (bug#8438).
05842630 13913
3ba7869c
CY
139142011-04-24 Chong Yidong <cyd@stupidchicken.com>
13915
512e3ae1
CY
13916 * emacs-lisp/package.el (package-built-in-p): Fix typo.
13917 (package-menu--generate): New arg specifying packages to show.
13918 (package-menu-refresh, package-menu-execute, list-packages):
13919 Callers changed.
13920 (package-show-package-list): New function, replacing deleted
13921 package--list-packages (renamed because it is non-internal).
13922
13923 * finder.el (finder-list-matches): Use package-show-package-list
13924 instead of deleted package--list-packages.
13925
e92f3bd3
SM
13926 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
13927 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
13928 (vc-annotate-mode-map): Bind it to RET.
13929
7031be6d
UR
139302011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
13931
13932 * progmodes/etags.el (next-file): Don't use set-buffer to change
13933 buffers (Bug#8478).
13934
4ef177aa
CY
139352011-04-24 Chong Yidong <cyd@stupidchicken.com>
13936
c8d173eb
CY
13937 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
13938
4ef177aa
CY
13939 * apropos.el (apropos-label-face): Avoid variable-pitch face.
13940 (apropos-accumulator): Doc fix.
13941 (apropos-function, apropos-macro, apropos-command)
13942 (apropos-variable, apropos-face, apropos-group, apropos-widget)
13943 (apropos-plist): Add face property.
13944 (apropos-symbols-internal): Fix indentation.
13945 (apropos-print): Simplify help, and recognize apropos-multi-type.
13946 (apropos-print-doc): Use button-type-get to extract the button's
13947 face property. Fill docstring (Bug#8352).
13948
4ffd0d6b 139492011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
13950
13951 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
13952
c6c32125 13953 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 13954 (mpuz-mode-map): Use mapc.
c6c32125
JB
13955 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
13956 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
13957 Fix typos in docstrings.
13958
58d468b4
JB
13959 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
13960 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
13961
6470c3c6
JB
13962 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
13963
4ffd0d6b 139642011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
13965
13966 * minibuffer.el (completion--do-completion): Avoid the "Next char
13967 not unique" prompt if icomplete-mode is enabled (Bug#5849).
13968
3ad8bad0
CY
13969 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
13970 mouse-2 into unread-command-events, it is interpreted correctly.
13971
71d73c9c 13972 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 13973 (image-toggle-display): Doc fix.
71d73c9c 13974
841a1577 139752011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 13976
4ffd0d6b
GM
13977 * textmodes/page.el (what-page): Use line-number-at-pos to
13978 calculate line number (Bug#6825).
6e1dbaa9 13979
c2fb1b60
JB
139802011-04-22 Juanma Barranquero <lekktu@gmail.com>
13981
13982 * eshell/esh-mode.el (find-tag-interactive): Declare function.
13983 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
13984 Pass argument NO-DEFAULT to `find-tag-interactive'.
13985
e02f48d7
JB
139862011-04-22 Juanma Barranquero <lekktu@gmail.com>
13987
13988 Lexical-binding cleanup.
13989
13990 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
13991 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
13992 * progmodes/ada-prj.el (ada-prj-initialize-values)
13993 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
13994 (ada-prj-show-value):
13995 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
13996 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
13997 (antlr-invalidate-context-cache, antlr-options-menu-filter)
13998 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
13999 * progmodes/bug-reference.el (bug-reference-push-button):
14000 * progmodes/fortran.el (fortran-line-length):
14001 * progmodes/glasses.el (glasses-change):
14002 * progmodes/octave-mod.el (octave-fill-paragraph):
14003 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
14004 (python-pdbtrack-grub-for-buffer, python-sentinel):
14005 * progmodes/sql.el (sql-save-connection):
14006 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
14007 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
14008 Mark unused parameters.
14009
14010 * progmodes/compile.el (compilation--flush-directory-cache)
14011 (compilation--flush-parse, compile-internal): Mark unused parameters.
14012 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
14013 (compilation-next-error-function): Remove unused variable `timestamp'.
14014
14015 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
14016 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
14017
14018 * progmodes/dcl-mode.el (dcl-end-of-command):
14019 Remove unused variable `start'.
14020 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
14021 (dcl-option-value-basic, dcl-option-value-offset)
14022 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
14023 Mark unused parameters.
14024 (dcl-save-local-variable): Remove unused variable `val'.
14025 (mode): Declare.
14026
14027 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
14028 Mark unused parameters.
14029 (delphi-ignore-changes): Move before first use.
14030 (delphi-charset-token-at): Remove unused variable `start'.
14031 (delphi-else-start): Remove unused variable `if-count'.
14032 (delphi-comment-block-start, delphi-comment-block-end):
14033 Remove unused variable `kind'.
14034 (delphi-indent-line): Remove unused variable `new-point'.
14035
14036 * progmodes/ebrowse.el (ebrowse-files-list)
14037 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
14038 Mark unused parameters. Don't quote `lambda'.
14039 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
14040 Don't quote `lambda'.
14041 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
14042 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
14043 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
14044 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
14045 Use `ignore-errors'.
14046 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
14047 (ebrowse-view/find-file-and-search-pattern)
14048 (ebrowse-view/find-member-declaration/definition):
14049 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
14050 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
14051 Rename parameter PREFIX-ARG to PREFIX.
14052 (ebrowse-tags-read-name): Remove unused variables `start' and
14053 `member-info'.
14054 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
14055 to `tags-file'.
14056
14057 * progmodes/etags.el (local-find-tag-hook): Declare.
14058 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
14059 Mark unused parameters.
14060
14061 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
14062 (executable-interpret): Mark unused parameter.
14063
14064 * progmodes/flymake.el (flymake-process-sentinel)
14065 (flymake-after-change-function)
14066 (flymake-create-temp-with-folder-structure)
14067 (flymake-get-include-dirs-dot): Mark unused parameters.
14068 (flymake-safe-delete-directory): Remove unused variable `err'.
14069
14070 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
14071 (speedbar-timer-fn, speedbar-line-text)
14072 (speedbar-change-expand-button-char, speedbar-delete-subblock)
14073 (speedbar-center-buffer-smartly): Declare functions.
14074 (gdb-find-watch-expression): Remove unused variable `array'.
14075 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
14076 (gdb-starting): Mark unused parameters.
14077 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
14078 (gdb-table-string): Remove unused variable `res'.
14079 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
14080 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
14081 (gdb-display-buffer): Remove unused variable `cur-size'.
14082
14083 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
14084 allow lexical-binding compilation.
14085 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
14086 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
14087 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
14088 Mark unused parameters.
14089 (gud-gdb-marker-filter): Remove unused variable `match'.
14090 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
14091 lambda expressions and funcall them, instead of using `fset'.
14092
14093 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
14094 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
14095
14096 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
14097 variable `header-beg'; use `let'.
14098
14099 * progmodes/icon.el (indent-icon-exp): Remove unused variables
14100 `restart', `last-sexp' and `at-do'.
14101
14102 * progmodes/js.el (js--debug): Mark unused parameter.
14103 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
14104 (js--splice-into-items): Remove unused variable `item'.
14105 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
14106
14107 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
14108 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
14109 (makefile-complete): Remove unused variable `try'.
14110 (makefile-fill-paragraph, makefile-match-function-end):
14111 Mark unused parameters.
14112
14113 * progmodes/octave-inf.el (inferior-octave-complete):
14114 Remove unused variable `proc'.
14115 (inferior-octave-output-digest): Mark unused parameter.
14116
14117 * progmodes/perl-mode.el (perl-calculate-indent):
14118 Remove unused variable `err'.
14119
14120 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
14121 (prolog-indent-line): Mark unused parameters.
14122 (prolog-indent-line): Remove unused variable `beg'.
14123
14124 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
14125 (reporter-dont-compact-list): Declare.
14126
14127 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
14128 Remove unused variable `char'.
14129 (sh-debug): Mark unused parameter.
14130 (sh-get-indent-info): Remove unused variable `start'.
14131 (sh-calculate-indent): Remove unused variable `var'.
14132
14133 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
14134 (simula-electric-keyword): Remove unused variable `null'.
14135 (simula-search-backward, simula-search-forward): Remove unused
14136 variables `begin' and `end'.
14137
14138 * progmodes/vera-mode.el (vera-guess-basic-syntax):
14139 Remove unused variable `pos'.
14140 (vera-electric-tab, vera-comment-uncomment-region):
14141 Mark unused parameters.
14142 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
14143
7ede3b65
CY
141442011-04-22 Chong Yidong <cyd@stupidchicken.com>
14145
14146 * emacs-lisp/package.el (package--builtins, package-alist)
14147 (package-load-descriptor, package-built-in-p, package-activate)
14148 (define-package, package-installed-p)
14149 (package-compute-transaction, package-buffer-info)
14150 (package--push): Doc fix. Distinguish more clearly between
14151 version strings and version lists.
14152
121656e9
JB
141532011-04-21 Juanma Barranquero <lekktu@gmail.com>
14154
14155 Lexical-binding cleanup.
14156
14157 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
14158 (5x5-make-mutate-best):
14159 * play/fortune.el (fortune-in-buffer):
14160 * play/gomoku.el (gomoku-init-display):
14161 * play/solitaire.el (solitaire, solitaire-do-check):
14162 * play/tetris.el (tetris-default-update-speed-function):
14163 Mark unused parameters.
14164
14165 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
14166 (bubbles--shift): Remove unused variable `char-org'.
14167 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
14168 (bubbles--show-images): Remove unused variable `char'.
14169
14170 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
14171 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
14172 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
14173 (decipher-analyze-buffer): Use ?\s.
14174 (decipher-make-checkpoint): Remove unused variable `mapping'.
14175
14176 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
14177
14178 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
14179 Remove unused variable `result'; use `let'.
14180
14181 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
14182 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
14183 (gametree-children-shown-p, gametree-compute-reduced-score):
14184 Use `ignore-errors'.
14185
14186 * play/handwrite.el (ps-lpr-switches): Declare.
14187 (handwrite): Remove unused variables `pmin' and `lastp'.
14188
14189 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
14190
14191 * play/landmark.el (landmark-init-display)
14192 (landmark-update-naught-weights): Mark unused parameters.
14193 (landmark-y): Remove unused variable `noise'. Simplify.
14194 (landmark-human-plays): Remove unused variable `score'.
14195
14196 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
14197 (mpuz-try-proposal): Remove unused variable `game'.
14198
14199 * play/zone.el (life-patterns): Declare.
14200
80f499c7
JB
142012011-04-20 Juanma Barranquero <lekktu@gmail.com>
14202
14203 * vc/vc.el (ediff-vc-internal): Declare function.
14204
024ff170
SM
142052011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14206
c0a193ea
SM
14207 * shell.el: Use lexical-binding and std completion UI.
14208 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
14209 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
14210 comint-preoutput-filter-functions rather than on
14211 comint-output-filter-functions.
14212 (shell-command-completion, shell--command-completion-data)
14213 (shell-filename-completion, shell-environment-variable-completion)
14214 (shell-c-a-p-replace-by-expanded-directory): New functions.
14215 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
14216 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
14217 (shell-dynamic-complete-environment-variable): Use them.
14218 (shell-dynamic-complete-as-environment-variable)
14219 (shell-dynamic-complete-as-command): Remove.
14220 (shell-match-partial-variable): Match past point.
14221 * comint.el: Clean up use of completion-at-point-functions.
14222 (comint-completion-at-point): New function.
14223 (comint-mode): Use it completion-at-point-functions.
14224 (comint-dynamic-complete): Make it obsolete.
14225 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
14226 (comint-c-a-p-replace-by-expanded-history): New function.
14227 (comint-dynamic-complete-functions)
14228 (comint-replace-by-expanded-history): Use it.
14229 * minibuffer.el (completion-table-with-terminator): Allow dynamic
14230 termination strings. Try harder to avoid second try-completion.
14231 (completion-in-region-mode-map): Disable bindings that don't work yet.
14232
2dbaa080
SM
14233 * comint.el: Use lexical-binding. Require CL.
14234 (comint-dynamic-complete-functions): Use comint-filename-completion.
14235 (comint-completion-addsuffix): Tweak custom type.
14236 (comint-filename-completion, comint--common-suffix)
14237 (comint--common-quoted-suffix, comint--table-subvert)
14238 (comint--complete-file-name-data): New functions.
14239 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
14240 (comint-dynamic-list-filename-completions): Use them.
14241 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 14242
2dbaa080
SM
14243 * minibuffer.el (completion-in-region-mode):
14244 Keep completion-in-region-mode--predicate global.
14245 (completion-in-region--postch):
14246 Assume completion-in-region-mode--predicate is not null.
14247
c79a6f38
SM
14248 * progmodes/flymake.el (flymake-start-syntax-check-process):
14249 Obey `dir'. Simplify.
14250
024ff170
SM
14251 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
14252 we're in VC after all.
14253
1c6c854e
CS
142542011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
14255
14256 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 14257 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
14258 (vc-version-diff): Use vc-diff-build-argument-list-internal.
14259
bed7f140
SM
142602011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14261
332e62ab
SM
14262 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
14263 add sanity check.
14264
bed7f140
SM
14265 * obsolete/erc-hecomplete.el: Make obsolete.
14266 * obsolete/: Standardize obsolescence info in the header.
14267
f195c582
GM
142682011-04-20 Glenn Morris <rgm@gnu.org>
14269
14270 * calendar/solar.el (solar-horizontal-coordinates):
14271 Use the longitude argument rather than `calendar-longitude'.
14272 (solar-date-next-longitude): Remove unused locals.
14273
cb79b8c0
VJL
142742011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14275
14276 * whitespace.el: New version 13.2.1.
14277
142782011-04-20 felix <EmacsWiki> (tiny change)
14279
d8e4b68b 14280 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
14281 switching between major modes on a file.
14282
602ea69d
SM
142832011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
14284
14285 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
14286 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
14287 multi-line comments as well.
14288
06b60517
JB
142892011-04-19 Juanma Barranquero <lekktu@gmail.com>
14290
14291 Lexical-binding cleanup.
14292
14293 * arc-mode.el (archive-mode-revert):
14294 * cmuscheme.el (scheme-interactively-start-process):
14295 * custom.el (custom-initialize-delay):
14296 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
14297 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
14298 * emacs-lock.el (emacs-lock-clear-sentinel):
14299 * ezimage.el (defezimage):
14300 * follow.el (follow-avoid-tail-recenter):
14301 * fringe.el (set-fringe-mode-1):
14302 * generic-x.el (bat-generic-mode-compile):
14303 * help-mode.el (help-info-variable, help-do-xref)
14304 (help-mode-revert-buffer):
14305 * help.el (view-emacs-todo):
14306 * iswitchb.el (iswitchb-completion-help):
14307 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
14308 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
14309 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
14310 * locate.el (locate-update):
14311 * longlines.el (longlines-encode-region)
14312 (longlines-after-change-function):
14313 * outline.el (outline-isearch-open-invisible):
14314 * ps-def.el (declare-function, charset-dimension, char-width)
14315 (encode-char):
14316 * ps-mule.el (ps-mule-plot-string):
14317 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
14318 (recentf-edit-list-select, recentf-edit-list-validate)
14319 (recentf-open-files-action):
14320 * rect.el (delete-whitespace-rectangle-line)
14321 (rectangle-number-line-callback):
14322 * register.el (window-configuration-to-register)
14323 (frame-configuration-to-register):
14324 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
14325 * select.el (xselect-convert-to-string, xselect-convert-to-length)
14326 (xselect-convert-to-targets, xselect-convert-to-delete)
14327 (xselect-convert-to-filename, xselect-convert-to-charpos)
14328 (xselect-convert-to-lineno, xselect-convert-to-colno)
14329 (xselect-convert-to-os, xselect-convert-to-host)
14330 (xselect-convert-to-user, xselect-convert-to-class)
14331 (xselect-convert-to-name, xselect-convert-to-integer)
14332 (xselect-convert-to-atom, xselect-convert-to-identity):
14333 * subr.el (declare, ignore, process-kill-without-query)
14334 (text-clone-maintain):
14335 * terminal.el (te-get-char, te-tic-sentinel):
14336 * tool-bar.el (tool-bar-make-keymap):
14337 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
14338 * type-break.el (type-break-mode, type-break-noninteractive-query):
14339 * view.el (View-back-to-mark):
14340 * wid-browse.el (widget-browse-action, widget-browse-widget)
14341 (widget-browse-widgets, widget-browse-sexp):
14342 * widget.el (define-widget-keywords):
14343 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
14344 Mark unused parameters.
14345
14346 * align.el (align-adjust-col-for-rule): Mark unused parameter.
14347 (align-areas): Remove unused variable `look'.
14348 (align-region): Remove unused variables `real-end' and `pos-list'.
14349
14350 * apropos.el (apropos-score-doc): Remove unused variable `i'.
14351
14352 * bindings.el (mode-line-modified, mode-line-remote):
14353 Mark unused parameters.
14354 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
14355
14356 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
14357 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
14358
14359 * comint.el (comint-history-isearch-pop-state)
14360 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
14361 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
14362 (comint-substitute-in-file-name): Doc fix.
14363
14364 * completion.el (cmpl-statistics-block): Mark unused parameter.
14365 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
14366 (save-completions-to-file, load-completions-from-file):
14367 Remove unused local variable `e'.
14368
14369 * composite.el (compose-chars): Remove unused variable `len'.
14370 (lgstring-insert-glyph): Remove unused variable `g'.
14371 (compose-glyph-string): Remove unused variables `ascent',
14372 `descent', `lbearing' and `rbearing'.
14373 (compose-glyph-string-relative): Remove unused variables
14374 `lbearing', `rbearing' and `wadjust'.
14375 (compose-gstring-for-graphic): Remove unused variables `header',
14376 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
14377 (compose-gstring-for-terminal): Remove unused variables `header'
14378 and `nchars'. Use `let', not `let*'.
14379
14380 * cus-edit.el (Custom-set, Custom-save, custom-reset)
14381 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
14382 (Custom-buffer-done, custom-buffer-create-internal)
14383 (custom-browse-visibility-action, custom-browse-group-tag-action)
14384 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
14385 (widget-magic-mouse-down-action, custom-toggle-parent)
14386 (custom-add-parent-links, custom-toggle-hide-variable)
14387 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
14388 (custom-toggle-hide-face, face, hook, custom-group-link-action)
14389 (custom-face-menu-create, custom-variable-menu-create, get)
14390 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
14391 (custom-reset-standard-save-and-update): Remove unused variable `value'.
14392 (customize-apropos): Remove unused variable `tests'.
14393 (custom-group-value-create): Remove unused variable `hidden-p'.
14394 (sort-fold-case): Declare.
14395
14396 * cus-theme.el (custom-reset-standard-faces-list)
14397 (custom-reset-standard-variables-list): Declare.
14398 (customize-create-theme, custom-theme-revert, custom-theme-write)
14399 (custom-theme-choose-mode, customize-themes, custom-theme-save):
14400 Mark unused parameters.
14401
14402 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
14403
14404 * delim-col.el (delimit-columns-max): Move defvar before first use.
14405
14406 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 14407 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
14408
14409 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
14410 (auto-insert): Declare.
14411 (desktop-restore-file-buffer): Rename desktop-* parameters;
14412 mark unused ones.
14413 (desktop-create-buffer): Rename desktop-* parameters and bind them.
14414 (desktop-buffer): Rename desktop-* parameters.
14415
14416 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
14417 (dframe-reposition-frame-xemacs, dframe-help-echo)
14418 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
14419 Mark unused parameters.
14420
14421 * dired-aux.el (backup-extract-version-start, overwrite-query)
14422 (overwrite-backup-query, rename-regexp-query)
14423 (rename-non-directory-query): Declare.
14424 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
14425 (dired-add-entry): Remove unused variable `orig-file-name'.
14426 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
14427 Use parameter PRESERVE-TIME instead of accessing dynamic variable
14428 `dired-copy-preserve-time' directly.
14429 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
14430 (dired-insert-subdir-newpos): Rename unused variable `pos'.
14431
14432 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
14433 (dired-virtual-revert, dired-make-relative-symlink):
14434 Mark unused parameters.
14435 (manual-program): Declare.
14436 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
14437 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
14438 wrapped in `with-no-warnings' to avoid replacing one warning by another.
14439
14440 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
14441
14442 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
14443
14444 * echistory.el (electric-history-in-progress, Helper-return-blurb):
14445 Declare.
14446
14447 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
14448
14449 * electric.el (Electric-command-loop): Rename parameter
14450 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
14451
14452 * expand.el (expand-in-literal): Remove unused variable `here'.
14453
14454 * facemenu.el (facemenu-add-new-color):
14455 Remove unused variable `docstring'.
14456
14457 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
14458 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
14459 (face-attr-construct): Mark unused parameter. Doc fix.
14460 (read-color): Remove unused variable `hex-string'.
14461
14462 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
14463 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
14464 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
14465 (display-buffer-other-frame): Remove unused variable `old-window'.
14466 (kill-buffer-hook): Declare.
14467 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
14468 Mark unused parameters.
14469 (after-find-file): Pass 1 to `auto-save-mode', not t.
14470
14471 * files-x.el (auto-insert): Declare.
14472 (modify-file-local-variable-prop-line): Remove unused variable `val'.
14473
14474 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 14475 variable `buf'. Mark unused parameter.
06b60517
JB
14476 (find-lisp-insert-directory): Mark unused parameter.
14477
14478 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
14479 (format-encode-region): Remove unused variables `cur-buf' and `result'.
14480 (format-common-tail): Remove, unused.
14481 (format-deannotate-region): Remove unused variable `loc'.
14482 (format-annotate-region): Remove unused variable `p'.
14483 (format-annotate-single-property-change): Remove unused variables
14484 `default' and `tail'.
14485
14486 * forms.el (read-file-filter): Declare.
14487 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
14488
14489 * frame.el (frame-creation-function-alist): Mark unused parameter.
14490 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
14491
14492 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
14493 Remove unused parameters.
14494 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
14495 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
14496
14497 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
14498 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
14499 (hfy-prepare-tag-map): Mark unused parameters.
14500 (htmlfontify-buffer): Use `called-interactively-p'.
14501
14502 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
14503 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
14504 (ibuffer-do-occur): Mark unused parameters.
14505 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
14506 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
14507
14508 * ibuffer.el: Don't quote `lambda'.
14509 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
14510 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
14511 Mark unused parameters.
14512
14513 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
14514 (ido-completing-read): Mark unused parameters.
14515 (ido-copy-current-word): Mark unused parameters;
14516 remove unused variable `name'.
14517 (ido-sort-merged-list): Remove unused parameter `dirs'.
14518
14519 * ielm.el (ielm-input-sender): Mark unused parameter.
14520 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
14521 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
14522 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
14523 `ielm-string' as a dynamic variable accessible from the IELM prompt.
14524 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
14525
14526 * image-dired.el (image-dired-display-thumbs): Remove unused
14527 variables `curr-file' and `count'.
14528 (image-dired-remove-tag): Remove unused variable `start'.
14529 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
14530 variable `curr-file'
14531 (image-dired-rotate-original): Remove unused variable `temp-file'.
14532 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
14533 Remove unused variable `file'.
14534 (image-dired-gallery-generate): Remove unused variable `curr'.
14535 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
14536
14537 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
14538
14539 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
14540
14541 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
14542
14543 * isearch.el (minibuffer-history-symbol): Declare.
14544 (isearch-edit-string): Remove unused variable `err'.
14545 (isearch-message-prefix, isearch-message-suffix):
14546 Mark unused parameters.
14547
14548 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
14549
14550 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
14551
14552 * makesum.el (double-column): Remove unused variable `cnt'.
14553
14554 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
14555 (ido-ignore-item-temp-list): Declare.
14556
14557 * mouse-drag.el (mouse-drag-throw): Remove unused variables
14558 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
14559 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
14560 (mouse-drag-drag): Remove unused variables `mouse-delta' and
14561 `mouse-col-delta'.
14562
14563 * mouse-sel.el (mouse-extend-internal):
14564 Remove unused variable `orig-window-frame'.
14565
14566 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
14567 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
14568 Move declarations before first use.
14569 (pcomplete-opt): Mark unused parameters; doc fix.
14570
14571 * proced.el (proced-revert): Mark unused parameter.
14572 (proced-send-signal): Remove unused variable `err'.
14573
14574 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
14575 Rename parameter PREFIX-ARG to ARG.
14576 (ps-basic-plot-string, ps-basic-plot-whitespace):
14577 Mark unused parameters.
14578
14579 * replace.el (replace-count): Define.
14580 (occur-revert-function): Mark unused parameters.
14581 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
14582 (isearch-case-fold-search, isearch-string): Declare.
14583 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
14584 bind `case-fold-search'. Remove unused variables `beg' and `end',
14585 and simplify.
14586 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
14587 COUNT and bind `replace-count'.
14588 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
14589 to COUNT.
14590
14591 * savehist.el (print-readably, print-string-length): Declare.
14592
14593 * shadowfile.el (shadow-expand-cluster-in-file-name):
14594 Remove unused variable `cluster'.
14595 (shadow-copy-file): Remove unused variable `i'.
14596 (shadow-noquery, shadow-clusters, shadow-site-cluster)
14597 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
14598 (shadow-define-literal-group, shadow-define-regexp-group)
14599 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
14600
14601 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
14602 (shell): Use `called-interactively-p'.
14603 (shell-directory-tracker): Remove unused variable `chdir-failure'.
14604
14605 * simple.el (compilation-context-lines, comint-file-name-quote-list)
14606 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
14607 (delete-backward-char): Remove unused variable `ocol'.
14608 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
14609 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
14610 (event-apply-hyper-modifier, event-apply-shift-modifier)
14611 (event-apply-control-modifier, event-apply-meta-modifier):
14612 Mark unused parameters.
14613 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
14614 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
14615
14616 * speedbar.el (speedbar-ignored-directory-expressions)
14617 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
14618 (speedbar-find-file, speedbar-dir-follow)
14619 (speedbar-directory-buttons-follow, speedbar-tag-find)
14620 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
14621 (speedbar-buffers-line-directory, speedbar-buffer-click):
14622 Mark unused parameters.
14623 (speedbar-tag-file): Remove unused variable `mode'.
14624 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
14625
14626 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
14627
14628 * talk.el (talk): Remove unused variable `display'.
14629
14630 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
14631 (tar-write-region-annotate): Mark unused parameter.
14632
14633 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
14634 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
14635 Declare them, wrapped in `with-no-warnings' to avoid replacing one
14636 warning by another.
14637
14638 * time-stamp.el (time-stamp-string-preprocess):
14639 Remove unused variable `require-padding'.
14640
14641 * tree-widget.el (widget-glyph-enable): Declare.
14642 (tree-widget-action): Mark unused parameter.
14643
14644 * w32-fns.el (x-get-selection): Mark unused parameter.
14645 (autoload-make-program, generated-autoload-file): Declare.
14646
14647 * wdired.el (wdired-revert): Mark unused parameters.
14648 (wdired-xcase-word): Remove unused variable `err'.
14649
14650 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
14651 (whitespace-help-scroll): Remove unused variable `data-help'.
14652
14653 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
14654 (widget-image-insert, widget-after-change, default)
14655 (widget-default-format-handler, widget-default-notify)
14656 (widget-default-prompt-value, widget-info-link-action)
14657 (widget-url-link-action, widget-function-link-action)
14658 (widget-variable-link-action, widget-file-link-action)
14659 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
14660 (widget-field-prompt-internal, widget-field-action, widget-field-match)
14661 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
14662 (widget-insert-button-action, widget-delete-button-action, visibility)
14663 (widget-documentation-link-action, widget-documentation-string-action)
14664 (widget-const-prompt-value, widget-regexp-match, symbol)
14665 (widget-coding-system-prompt-value)
14666 (widget-key-sequence-value-to-external, sexp)
14667 (widget-sexp-value-to-internal, character, vector, cons)
14668 (widget-choice-prompt-value, widget-boolean-prompt-value)
14669 (widget-color--choose-action): Mark unused parameters.
14670 (widget-item-match-inline, widget-choice-match-inline)
14671 (widget-checklist-match, widget-checklist-match-inline)
14672 (widget-group-match): Rename parameter VALUES to VALS.
14673 (widget-field-value-set): Remove unused variable `size'.
14674 (widget-color-action): Remove unused variables `value' and `start'.
14675
14676 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 14677 variable `dir'. Doc fix.
06b60517
JB
14678 (windmove-find-other-window): Don't pass it.
14679
14680 * window.el (count-windows): Mark unused parameter.
14681 (bw-adjust-window): Remove unused variable `err'.
14682
14683 * woman.el (woman-file-name): Remove unused variable `default'.
14684 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
14685 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
14686 (global-font-lock-mode): Declare.
14687 (woman-decode-region): Mark unused parameter.
14688 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
14689
14690 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
14691 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
14692 (x-dnd-handle-moz-url): Remove unused variable `title'.
14693 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
14694
14695 * xml.el (xml-parse-tag, xml-parse-attlist):
14696 Remove unused variable `pos'.
14697
bc4f7f3d
GM
146982011-04-19 Glenn Morris <rgm@gnu.org>
14699
14700 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
14701 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
14702 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
14703 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
14704 * calendar/cal-html.el (cal-html-insert-minical):
14705 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
14706 (calendar-mark-date-pattern):
14707 Prefix "unused" locals.
14708
14709 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
14710 optional argument `style'.
14711
14712 * calendar/appt.el (appt-make-list):
14713 * calendar/cal-china.el (calendar-chinese-date-string):
14714 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
14715 (diary-hebrew-yahrzeit):
14716 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
14717 * calendar/calendar.el (calendar-generate-window):
14718 * calendar/time-date.el (time-to-days):
14719 Remove unused local variables.
14720
16a43933
CY
147212011-04-18 Chong Yidong <cyd@stupidchicken.com>
14722
14723 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
14724 glyphless-char-display table.
14725 (tabulated-list-glyphless-char-display): New var.
14726
7eed1860
SS
147272011-04-18 Sam Steingold <sds@gnu.org>
14728
14729 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
14730 to acknowledgments.
14731
4d2d1ccd
GM
147322011-04-17 Glenn Morris <rgm@gnu.org>
14733
14734 * calendar/diary-lib.el (diary-sexp-entry):
14735 * calendar/holidays.el (holiday-sexp):
14736 Set debug-on-error rather than the removed stack-trace-on-error.
14737
239da61d
GM
147382011-04-16 Glenn Morris <rgm@gnu.org>
14739
14740 * progmodes/f90.el: Use lexical-binding.
14741 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
14742
8b05752a
SM
147432011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14744
daca8ba5
SM
14745 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
14746 (mail-mode): Setup mailalias completion here instead.
14747 * mail/mailalias.el: Use lexical-binding.
14748 (pattern, mailalias-done): Declare dynamic.
14749 (mail-completion-at-point-function): New function, from mail-complete.
14750 (mail-complete): Use it.
14751 (mail-completion-expand): New function.
14752 (mail-get-names): Use it.
14753 (mail-directory, mail-directory-process, mail-directory-stream):
14754 Don't use `pattern' for lexically bound arg.
14755
6f542485
SM
14756 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
14757
037e7c3f
SM
14758 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
14759 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
14760 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
14761
8b05752a
SM
14762 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
14763 (byte-save-window-excursion, byte-temp-output-buffer-setup)
14764 (byte-interactive-p): Define them again, for use when inlining
14765 old code.
14766
49093f60
JB
147672011-04-15 Juanma Barranquero <lekktu@gmail.com>
14768
14769 * loadup.el: Use `string-to-number', not `string-to-int'.
14770
b5b8e7de
SM
147712011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14772
14773 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
14774 gud-gdb-complete-command.
14775 (gud-gdb-completions): New function, from gud-gdb-complete-command.
14776 (gud-gdb-completion-at-point): New function.
14777 (gud-gdb-completions): Remove.
14778
f42efeb5
MA
147792011-04-14 Michael Albinus <michael.albinus@gmx.de>
14780
49093f60
JB
14781 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
14782 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
14783 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
14784 whether `executable-find' is bound.
f42efeb5
MA
14785
14786 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
14787
e240cc21
SM
147882011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14789
14790 * minibuffer.el (completion-in-region-mode-predicate)
14791 (completion-in-region-mode--predicate): New vars.
14792 (completion-in-region, completion-in-region--postch)
14793 (completion-in-region-mode): Use them.
14794 (completion--capf-wrapper): Also return the hook function.
14795 (completion-at-point, completion-help-at-point):
14796 Adjust and provide a predicate.
c2bd2ab0
SM
14797
14798 Preserve arg names for advice of subr and lexical functions (bug#8457).
14799 * help-fns.el (help-function-arglist): Consolidate the subr and
14800 new-byte-code cases. Add argument `preserve-names' to extract names
14801 from the docstring when needed.
14802 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
14803 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
14804 (ad-arglist): Use help-function-arglist's new arg.
14805 (ad-definition-type): Use cond.
14806
c183f693
JB
148072011-04-13 Juanma Barranquero <lekktu@gmail.com>
14808
06641a47
JB
14809 * autorevert.el (auto-revert-handler):
14810 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
14811 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
14812 Don't quote lambda.
14813
c183f693
JB
14814 * image-mode.el (image-transform-set-scale):
14815 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
14816
1e3b6001
G
148172011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
14818
14819 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 14820 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
14821 Upgrades via gnutls-cli are too slow to be done opportunistically.
14822
2d6af8dd
JB
148232011-04-12 Juanma Barranquero <lekktu@gmail.com>
14824
14825 * dframe.el (dframe-current-frame): Remove spurious quote.
14826
c0749a51
GM
148272011-04-12 Glenn Morris <rgm@gnu.org>
14828
088d0d61
GM
14829 * calendar/cal-tex.el (cal-tex-end-document):
14830 Try to automatically use latin1 input if needed.
14831
c0749a51
GM
14832 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
14833 Don't try to cons a mark onto an empty element.
14834
5c90fde0
LL
148352011-04-11 Leo Liu <sdl.web@gmail.com>
14836
14837 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
14838 buffers.
14839 (ido-kill-buffer-at-head): Support killing virtual buffers.
14840
369e974d
CY
148412011-04-10 Chong Yidong <cyd@stupidchicken.com>
14842
14843 * minibuffer.el (completion-show-inline-help): New var.
14844 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
14845 (minibuffer-force-complete, minibuffer-complete-word):
14846 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
14847
14848 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
14849 to avoid interference from inline help (Bug#5849).
14850
37f1c930
LL
148512011-04-10 Leo Liu <sdl.web@gmail.com>
14852
099c39a4
JB
14853 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
14854 Fix typo.
37f1c930 14855
a32d4040
CY
148562011-04-09 Chong Yidong <cyd@stupidchicken.com>
14857
14858 * image-mode.el (image-toggle-display-image): Signal an error if
14859 not in Image mode.
14860 (image-transform-mode, image-transform-resize)
14861 (image-transform-set-rotation): Doc fix.
daca8ba5 14862 (image-transform-set-resize): Delete.
a32d4040
CY
14863 (image-transform-set-scale, image-transform-fit-to-height)
14864 (image-transform-fit-to-width): Handle image-toggle-display-image
14865 and image-transform-resize directly.
14866
099c39a4 148672011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
14868
14869 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
14870 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
14871 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
14872 (doc-view-mode-map): Add bindings for the new functions.
14873
099c39a4 148742011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 14875
4d61f28d 14876 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
14877 Fix typo in docstring.
14878
3726838a
EZ
148792011-04-08 Eli Zaretskii <eliz@gnu.org>
14880
04f33f1e
EZ
14881 * files.el (file-size-human-readable): Produce one digit after
14882 decimal, like "ls -lh" does.
14883
14884 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
14885 the file size representation.
14886
3726838a
EZ
14887 * simple.el (list-processes): If async subprocesses are not
14888 available, error out with a clear error message.
14889
cbb59342
CY
148902011-04-08 Chong Yidong <cyd@stupidchicken.com>
14891
14892 * help.el (help-form-show): New function, to be called from C.
14893 Put help-form output in a buffer named differently than *Help*.
14894
e3971c44
EZ
148952011-04-08 Eli Zaretskii <eliz@gnu.org>
14896
14897 * files.el (file-size-human-readable): New function.
14898
14899 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
14900 computing the representation inline. Don't require `cl'.
14901
12544bbe
GM
149022011-04-08 Glenn Morris <rgm@gnu.org>
14903
a1de6c6a
GM
14904 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
14905
3c4671f4
GM
14906 * net/browse-url.el (browse-url-firefox):
14907 Test system-type, not system-configuration.
14908
b605679c
GM
14909 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
14910 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
14911 Use log-edit-empty-buffer-p. (Bug#7598)
14912
56442f0c
GM
14913 * net/rlogin.el (rlogin-process-connection-type): Simplify.
14914 (rlogin-mode-map): Initialize in the defvar.
14915 (rlogin): Use ignore-errors.
14916
12544bbe
GM
14917 * replace.el (occur-mode-map): Some fixes for menu items.
14918
eb237b0f
AH
149192011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
14920
14921 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
14922
7d668f2c
CY
149232011-04-06 Chong Yidong <cyd@stupidchicken.com>
14924
e67a13ab
CY
14925 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
14926 issuing unused warnings.
14927
14928 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
14929 macro directly.
14930
7d668f2c
CY
14931 * simple.el: Lisp reimplement of list-processes. Based on an
14932 earlier reimplementation by Leo Liu, but using tabulated-list.el.
14933 (process-menu-mode): New major mode.
14934 (list-processes--refresh, list-processes):
14935 (process-menu-visit-buffer): New functions.
14936
14937 * files.el (save-buffers-kill-emacs): Don't assume any return
14938 value of list-processes, which is undocumented anyway.
14939
a83ec3c9
CY
149402011-04-06 Chong Yidong <cyd@stupidchicken.com>
14941
14942 * emacs-lisp/tabulated-list.el: New file.
14943
e91a96fe
CY
14944 * emacs-lisp/package.el: Use Tabulated List mode.
14945 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
14946 (package-menu-mode): Derive from tabulated-list-mode. Set up the
14947 table format using Tabulated List mode variables.
14948 (package--push): New macro, replacing package-list-maybe-add.
14949 (package-menu--generate): Use package--push. Renamed from
14950 package--generate-package-list.
14951 (package-menu-refresh, list-packages): Use it.
daca8ba5 14952 (package-menu--print-info): Rename from package-print-package.
e91a96fe 14953 Return insertion data instead of inserting it directly.
099c39a4
JB
14954 (package-menu-describe-package, package-menu-execute):
14955 Use tabulated-list-get-id.
e91a96fe
CY
14956 (package-menu-mark-delete, package-menu-mark-install)
14957 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
14958 (package-menu-mark-obsolete-for-deletion):
14959 Use tabulated-list-put-tag.
e91a96fe
CY
14960 (package--list-packages, package-menu-revert)
14961 (package-menu-get-package, package-menu-get-version)
14962 (package-menu-sort-by-column): Functions deleted.
14963 (package-menu-package-list, package-menu-sort-key): Vars deleted.
14964 (package-menu--status-predicate, package-menu--version-predicate)
14965 (package-menu--name-predicate)
14966 (package-menu--description-predicate): Handle arguments in the
14967 Tabulated List format.
14968 (package-list-packages-no-fetch): Call list-packages.
14969
3e214b50
JB
149702011-04-06 Juanma Barranquero <lekktu@gmail.com>
14971
14972 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 14973 (after-find-file): Don't bind it.
3e214b50
JB
14974 (revert-buffer-in-progress-p): New variable.
14975 (revert-buffer): Bind it.
14976 Pass nil for `after-find-file-from-revert-buffer'.
14977
14978 * saveplace.el (save-place-find-file-hook): Use new variable
14979 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
14980
3f0f1700
GM
149812011-04-06 Glenn Morris <rgm@gnu.org>
14982
c0274801
GM
14983 * Makefile.in (AUTOGEN_VCS): New variable.
14984 (autoloads): Use $AUTOGEN_VCS.
14985
3f0f1700
GM
14986 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
14987 * calendar/calendar.el (calendar-mode-map):
14988 Check for toolkit scroll bars. (Bug#8305)
14989
41ea9e48
CY
149902011-04-05 Chong Yidong <cyd@stupidchicken.com>
14991
14992 * minibuffer.el (completion-in-region--postch)
14993 (completion-in-region-mode): Remove unnecessary messages.
14994
6194c800
JB
149952011-04-05 Juanma Barranquero <lekktu@gmail.com>
14996
33256f14
JB
14997 * font-lock.el (font-lock-refresh-defaults):
14998 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
14999 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
15000
6194c800
JB
15001 * info.el (Info-directory-list, Info-read-node-name-2)
15002 (Info-split-parameter-string): Doc fixes.
15003 (Info-virtual-nodes): Reflow docstring.
15004 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
15005 (Info-apropos-toc-nodes, info-finder, Info-get-token)
15006 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
15007 Fix typos in docstrings.
15008 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
15009 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
15010 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
15011 (Info-restore-desktop-buffer): Mark unused parameters.
15012 (Info-directory-find-file, Info-directory-find-node)
15013 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
15014 (Info-virtual-index-find-node, Info-apropos-find-file)
15015 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 15016 Mark unused parameters; fix typos in docstrings.
6194c800
JB
15017 (Info-virtual-index): Remove unused local variable `nodename'.
15018
b87a8200 150192011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 15020
b87a8200
DD
15021 * net/rcirc.el: Update my e-mail address.
15022 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 15023
3b2ff876
CY
150242011-04-05 Chong Yidong <cyd@stupidchicken.com>
15025
15026 * startup.el (command-line): Save the cursor's theme-face
15027 directly, instead of using face-override-spec.
15028
15029 * custom.el (load-theme): Minor optimization in assigning faces.
15030
8d17e7ca
JB
150312011-04-04 Juanma Barranquero <lekktu@gmail.com>
15032
15033 * help-fns.el (describe-variable): Complete all variables having
15034 documentation, including keywords.
15035 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
15036
2fbc1934
JB
150372011-04-04 Juanma Barranquero <lekktu@gmail.com>
15038
15039 Convert to lexical-binding.
15040
15041 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
15042 (bs--get-marked-string, bs--get-modified-string)
15043 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
15044 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
15045 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
15046
15047 * ehelp.el (electric-help-execute-extended)
15048 (electric-help-ctrl-x-prefix):
15049 * hexl.el (hexl-revert-buffer-function):
15050 * linum.el (linum-after-change, linum-after-scroll):
15051 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
15052
15053 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
15054
74f50695
DU
150552011-04-04 Daiki Ueno <ueno@unixuser.org>
15056
15057 * epa-dired.el:
15058 * epa-mail.el:
15059 * epa-hook.el:
15060 * epa-file.el:
15061 * epa.el:
15062 * epg.el: Use lexical binding.
15063
c11325f7
CY
150642011-04-03 Chong Yidong <cyd@stupidchicken.com>
15065
0d9e9a12
CY
15066 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
15067
c11325f7 15068 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
15069 dictionary case for flyspell-mark-duplications-exceptions.
15070 Use regexp matching for languages.
c11325f7
CY
15071 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
15072 default dictionary (Bug#7926).
15073
da91b5f2
CY
150742011-04-02 Chong Yidong <cyd@stupidchicken.com>
15075
099c39a4
JB
15076 * emacs-lisp/package.el (package--with-work-buffer):
15077 Recognize https URLs.
da91b5f2 15078
099c39a4
JB
15079 * net/network-stream.el: Move from gnus/proto-stream.el.
15080 Change prefix to network-stream throughout.
da91b5f2
CY
15081 (open-protocol-stream): Merge into open-network-stream, leaving
15082 open-protocol-stream as an alias. Handle nil BUFFER args.
15083
15084 * subr.el (open-network-stream): Move to net/network-stream.el.
15085
afa8e9f6
GM
150862011-04-02 Glenn Morris <rgm@gnu.org>
15087
1d2e369d
GM
15088 * find-dired.el (find-exec-terminator): New option.
15089 (find-ls-option): Test for -ls support.
15090 (find-ls-subdir-switches): Test for -b in find-ls-option.
15091 (find-dired, find-grep-dired): Doc fixes.
15092 (find-dired): Use find-exec-terminator.
15093
8abb7da8 15094 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
15095 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
15096 (find-name-arg): Remove purecopy.
8abb7da8 15097
f3ca7378
GM
15098 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
15099 (grep-compute-defaults): Check for `-exec COMMAND +' support.
15100 Set grep-find-use-xargs, grep-find-command, and grep-find-template
15101 accordingly. Don't add the null-device if not needed.
15102
afa8e9f6
GM
15103 * files.el (save-some-buffers): Doc fix.
15104
35eae264
EZ
151052011-04-02 Eli Zaretskii <eliz@gnu.org>
15106
15107 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
15108
26b51db5
JB
151092011-04-01 Juanma Barranquero <lekktu@gmail.com>
15110
15111 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
15112 Use `dolist' rather than `mapcar'.
15113
7200d79c
SM
151142011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
15115
03408648 15116 Add lexical binding.
7200d79c 15117
03408648
SM
15118 * subr.el (apply-partially): Use new closures rather than CL.
15119 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
15120 (dolist, dotimes): Use slightly different expansion for lexical code.
15121 (functionp): Move to C.
15122 (letrec): New macro.
15123 (with-wrapper-hook): Use it and apply-partially instead of CL.
15124 (eval-after-load): Preserve lexical-binding.
15125 (save-window-excursion, with-output-to-temp-buffer): Turn them
15126 into macros.
7200d79c 15127
03408648
SM
15128 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
15129
15130 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
15131 than the arglist.
15132 (help-add-fundoc-usage): Don't add `Not documented'.
15133 (help-function-arglist): Handle closures, subroutines, and new
15134 byte-code-functions.
15135 (help-make-usage): Remove leading underscores.
15136 (describe-function-1): Handle closures.
15137 (describe-variable): Use special-variable-p for completion.
15138
15139 * files.el (lexical-binding): Declare safe.
f488fb65 15140
03408648
SM
15141 * emacs-lisp/pcase.el: Don't use destructuring-bind.
15142 (pcase--memoize): Rename from pcase-memoize. Change weakness.
15143 (pcase): Add `let' pattern.
15144 Change memoization so it actually works.
15145 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
15146 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
15147 <let>: New case.
f488fb65 15148
03408648
SM
15149 * emacs-lisp/macroexp.el: Use lexical binding.
15150 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
15151 Don't convert ' to #' without checking that it's indeed quoting
15152 a lambda.
15153
15154 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 15155 Use eval-sexp-add-defvars.
03408648
SM
15156 (eval-sexp-add-defvars): New fun.
15157
15158 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
15159
15160 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
15161 Don't autoload.
15162 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
15163 than the internal `byte-compile-lambda'.
15164 (defmethod): Don't hide code under quotes.
15165 (eieio-defmethod): New `code' argument.
15166
15167 * emacs-lisp/eieio-comp.el: Remove.
15168
15169 * emacs-lisp/edebug.el (edebug-eval-defun)
15170 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
15171 (edebug-toggle): Avoid `eval'.
15172
15173 * emacs-lisp/disass.el (disassemble-internal): Handle new
15174 `closure' objects.
15175 (disassemble-1): Handle new byte codes.
15176
15177 * emacs-lisp/cl.el (pushnew): Silence warning.
15178
15179 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
15180 (cl-byte-compile-throw): Remove.
15181 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
15182
15183 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
15184 closures.
15185
15186 * emacs-lisp/cconv.el: New file.
15187
15188 * emacs-lisp/bytecomp.el: Use lexical binding instead of
15189 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
15190 (byte-compile-initial-macro-environment):
15191 Handle declare-function here.
15192 (byte-compile--lexical-environment): New var.
15193 (byte-stack-ref, byte-stack-set, byte-discardN)
15194 (byte-discardN-preserve-tos): New lap codes.
15195 (byte-interactive-p): Don't use any more.
15196 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
15197 New macros.
15198 (byte-compile-lapcode): Use them and handle new lap codes.
15199 (byte-compile-obsolete): Remove.
15200 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
15201 (byte-compile-arglist-warn): Check late def of inlinable funs.
15202 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
15203 since they should have been expanded by now.
15204 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
15205 (byte-compile-from-buffer): Remove unused second arg.
15206 (byte-compile-preprocess): New function.
15207 (byte-compile-toplevel-file-form): New function to distinguish
15208 file-form calls from outside from file-form calls from hunk-handlers.
15209 (byte-compile-file-form): Simplify.
15210 (byte-compile-file-form-defsubst): Remove.
15211 (byte-compile-file-form-defmumble): Simplify now that
15212 byte-compile-lambda always returns a byte-code-function.
15213 (byte-compile): Preprocess.
15214 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
15215 Remove, not used any more.
15216 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
15217 (byte-compile-make-args-desc): New funs.
15218 (byte-compile-lambda): Handle lexical functions. Always return
15219 a byte-code-function.
15220 (byte-compile-reserved-constants): New var, to make up room for
15221 closed-over variables.
15222 (byte-compile-constants-vector): Obey it.
15223 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
15224 (byte-compile-macroexpand-declare-function): New function.
15225 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
15226 byte-code-functions.
15227 (byte-compile-form): Check obsolescence here.
15228 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
15229 (byte-compile-variable-ref): Remove.
15230 (byte-compile-dynamic-variable-op): New fun.
15231 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
15232 (byte-compile-variable-set): New funs.
15233 (byte-compile-discard): Add 2 args.
15234 (byte-compile-stack-ref, byte-compile-stack-set)
15235 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
15236 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
15237 macroexpand-all instead.
15238 (byte-compile-quote-form): Remove.
15239 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
15240 (byte-compile-bind, byte-compile-unbind): New funs.
15241 (byte-compile-let): Handle let* and lexical binding.
15242 (byte-compile-let*): Remove.
15243 (byte-compile-catch, byte-compile-unwind-protect)
15244 (byte-compile-track-mouse, byte-compile-condition-case):
15245 Handle a new :fun-body form, used for lexical scoping.
15246 (byte-compile-save-window-excursion)
15247 (byte-compile-with-output-to-temp-buffer): Remove.
15248 (byte-compile-defun): Simplify.
15249 (byte-compile-stack-adjustment): New fun.
15250 (byte-compile-out): Use it.
15251 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
15252
15253 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
15254 handler any more.
15255
15256 * emacs-lisp/byte-opt.el: Use lexical binding.
15257 (byte-inline-lapcode): Remove (to bytecomp).
15258 (byte-compile-inline-expand): Pay attention to inlining to/from
15259 lexically bound code.
15260 (byte-compile-unfold-lambda): Don't handle byte-code-functions
15261 any more.
15262 (byte-optimize-form-code-walker): Don't handle save-window-excursion
15263 any more and don't call compiler-macros.
15264 (byte-compile-splice-in-already-compiled-code): Remove.
15265 (byte-code): Don't inline any more.
15266 (disassemble-offset): Receive `bytes' as argument rather than via
15267 dynamic scoping.
15268 (byte-compile-tag-number): Declare before first use.
15269 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
15270 `return' even if make-spliceable.
15271 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
15272 obsolete interactive-p.
15273 (byte-optimize-lapcode): Optimize new lap-codes.
15274 Don't trip up on new form of `byte-constant' lap code.
15275
15276 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
15277
15278 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
15279
15280 * custom.el (custom-initialize-default, custom-declare-variable):
15281 Use `defvar'.
15282
15283 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
15284 New variables.
15285 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
15286 (COMPILE_FIRST): Add macroexp and cconv.
15287 * makefile.w32-in: Mirror changes in Makefile.in.
15288
15289 * vc/cvs-status.el:
15290 * vc/diff-mode.el:
15291 * vc/log-edit.el:
15292 * vc/log-view.el:
15293 * vc/smerge-mode.el:
15294 * textmodes/bibtex-style.el:
15295 * textmodes/css.el:
15296 * startup.el:
15297 * uniquify.el:
da91b5f2
CY
15298 * minibuffer.el:
15299 * newcomment.el:
15300 * reveal.el:
15301 * server.el:
15302 * mpc.el:
15303 * emacs-lisp/smie.el:
15304 * doc-view.el:
15305 * dired.el:
03408648
SM
15306 * abbrev.el: Use lexical binding.
15307
0f0c1f27
EZ
153082011-04-01 Eli Zaretskii <eliz@gnu.org>
15309
15310 * info.el (info-display-manual): New function.
15311
c82b2579
SM
153122011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
15313
15314 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
15315
221ddf68
TH
153162011-03-31 Tassilo Horn <tassilo@member.fsf.org>
15317
15318 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 15319 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 15320
cba6e77e
GM
153212011-03-31 Glenn Morris <rgm@gnu.org>
15322
e040639f
GM
15323 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
15324
cba6e77e
GM
15325 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
15326
6d0f1c9e
CS
153272011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
15328
15329 * progmodes/python.el (python-default-interpreter)
15330 (python-python-command-args, python-jython-command-args)
15331 (python-which-shell, python-which-args, python-which-bufname)
15332 (python-file-queue, python-comint-output-filter-function)
15333 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
15334 variables and functions.
15335
3e2d70fd
SM
153362011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
15337
15338 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
15339 (completion-in-region-mode): New minor mode.
15340 (completion-in-region): Use it.
15341 (completion-in-region--data, completion-in-region-mode-map): New vars.
15342 (completion-in-region--postch): New function.
15343 (completion--capf-misbehave-funs, completion--capf-safe-funs):
15344 New vars.
15345 (completion--capf-wrapper): New function.
15346 (completion-at-point): Use it to track well-behavedness of
15347 hook functions.
15348 (completion-help-at-point): New command.
15349
f3e4086c
JM
153502011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
15351
15352 * vc/add-log.el (add-change-log-entry): Don't use whitespace
15353 syntax class to search for whitespace on a single line
15354 (Message-ID: <4D938140.4030905@redhat.com>).
15355
eb7ffc14
LL
153562011-03-30 Leo Liu <sdl.web@gmail.com>
15357
15358 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
15359 New commands.
15360 (edit-abbrevs-map): Bind them here.
15361 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
15362
d806ab68
KM
153632011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
15364
15365 * allout.el (allout-hide-by-annotation, allout-flag-region):
15366 Reduce possibility of overlay leakage by making them volatile.
15367
15368 * allout-widgets.el (allout-widgets-tally): Define as nil so the
15369 hash is not shared between buffers. Mode initialization is
15370 responsible for giving it a useful starting value.
15371 (allout-item-span): Reduce possibility of overlay leakage by
15372 making them volatile.
15373 (allout-widgets-count-buttons-in-region): Add diagnostic function
15374 for tracking down button overlay leaks.
15375
ea622834
LL
153762011-03-29 Leo Liu <sdl.web@gmail.com>
15377
15378 * ido.el (ido-read-internal): Use the default history var
15379 minibuffer-history if no HISTORY is specified.
15380
b62f8267
G
153812011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
15382
03408648
SM
15383 * net/imap.el (imap-shell-open, imap-process-connection-type):
15384 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
15385 Kerberos, SSL, other subprocesses.
15386
947b6566
LL
153872011-03-28 Leo Liu <sdl.web@gmail.com>
15388
15389 * abbrev.el (abbrev-table-empty-p): New function.
15390 (prepare-abbrev-list-buffer): Place empty abbrev tables after
15391 nonempty ones. (Bug#5937)
15392
5ffb62aa
JD
153932011-03-27 Jan Djärv <jan.h.d@swipnet.se>
15394
15395 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
15396
7a097943
LL
153972011-03-27 Leo Liu <sdl.web@gmail.com>
15398
15399 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
15400 for foreground and background colors.
15401 (ansi-color-make-color-map): Adapt.
15402
c5b40130
LL
154032011-03-25 Leo Liu <sdl.web@gmail.com>
15404
1f48f7d2
LL
15405 * midnight.el (midnight-time-float): Remove. Note it calculates
15406 the microsecond component incorrectly and seconds-to-time does the
15407 same job.
625897ec 15408 Remove redundant (require 'timer).
1f48f7d2 15409
c5b40130
LL
15410 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
15411 (ido-completions): Remove unused arguments. (Bug#8329)
15412
d86d2721
SM
154132011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15414
15415 * minibuffer.el (completion--flush-all-sorted-completions):
15416 Remove itself from hook.
15417 (completion-at-point): Let the functions perform the completion
15418 immediately and return nil or t.
15419 * comint.el (comint-dynamic-complete-functions): Now identical to
15420 completion-at-point-functions.
15421 (comint-dynamic-list-input-ring): Remove unused var `index'.
15422 (comint--match-partial-filename, comint--unquote&expand-filename):
15423 New funs, split from comint-match-partial-filename.
15424 (comint-dynamic-complete): Use completion-at-point.
15425 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
15426
e8974c48
DA
154272011-03-24 Drew Adams <drew.adams@oracle.com>
15428
15429 * thingatpt.el: Support `defun'.
15430
def71b5e
LL
154312011-03-23 Leo Liu <sdl.web@gmail.com>
15432
cb5af48e
LL
15433 * abbrevlist.el: Move to obsolete/abbrevlist.el.
15434
def71b5e
LL
15435 * help-mode.el (help-mode-finish): Tweak regexp.
15436
927c53e7
GM
154372011-03-23 Glenn Morris <rgm@gnu.org>
15438
18d05bed
GM
15439 * eshell/esh-opt.el (eshell-eval-using-options):
15440 Do not bind unused local variable `eshell-option-stub'.
15441
927c53e7
GM
15442 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
15443
9d0da923
JB
154442011-03-22 Juanma Barranquero <lekktu@gmail.com>
15445
15446 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
15447 keymap variable in `with-no-warnings' to avoid a warning when the
15448 keymap has been already `defconst'ed.
15449
4b978a67
LL
154502011-03-22 Leo Liu <sdl.web@gmail.com>
15451
15452 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
15453 encode all chars in abbrevs; otherwise use emacs-mule or
15454 utf-8-emacs. (Bug#8308)
15455
5fd62452
JB
154562011-03-22 Juanma Barranquero <lekktu@gmail.com>
15457
0b1596c6
JB
15458 * simple.el (backward-delete-char-untabify):
15459 Avoid warning about using `delete-backward-char'.
15460
5fd62452
JB
15461 * image.el (image-type-file-name-regexps): Make it variable.
15462 `imagemagick-register-types' modifies it, and the user may want
15463 to add new extensions for known image types.
15464 (imagemagick-register-types): Throw error if not using ImageMagick.
15465
0b4e93f1
LL
154662011-03-22 Leo Liu <sdl.web@gmail.com>
15467
15468 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
15469 located before rcirc-prompt-end-marker.
15470 (rcirc-complete): Error if point is not after rcirc prompt.
15471 Handle the case when table is nil.
9882e214 15472 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 15473
fccee4ab
CY
154742011-03-22 Chong Yidong <cyd@stupidchicken.com>
15475
15476 * custom.el (custom--inhibit-theme-enable): Make it affect only
15477 custom-theme-set-variables and custom-theme-set-faces.
15478 (provide-theme): Ignore custom--inhibit-theme-enable.
15479 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
15480 (custom-enabling-themes): Delete variable.
d86d2721
SM
15481 (enable-theme): Accept only loaded themes as arguments.
15482 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
15483 (custom-enabled-themes): Forbid themes from setting this.
15484 Eliminate use of custom-enabling-themes.
15485 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 15486
af896da6
LL
154872011-03-21 Leo Liu <sdl.web@gmail.com>
15488
15489 * ido.el (ido-read-internal): Add ido-selected to history instead
15490 of user input.
15491
78f64af0
SM
154922011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
15493
15494 * subr.el (deferred-action-list, deferred-action-function):
15495 Mark obsolete.
15496
b16ac1ec
LL
154972011-03-21 Leo Liu <sdl.web@gmail.com>
15498
810f7698
LL
15499 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
15500 change on 2011-02-13 (bug#8309).
15501
b16ac1ec
LL
15502 * minibuffer.el (read-file-name-function): Change default value.
15503 (read-file-name--defaults): Rename from read-file-name-defaults.
15504 (read-file-name-default): Rename from read-file-name.
15505 (read-file-name): Call read-file-name-function.
15506
4e05e67e
GM
155072011-03-21 Glenn Morris <rgm@gnu.org>
15508
15509 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
15510 Doc fixes.
15511
4359915b
CY
155122011-03-21 Chong Yidong <cyd@stupidchicken.com>
15513
15514 * cus-theme.el: Add missing provide statement.
15515 (customize-create-theme): Extract theme value correctly.
15516 (custom-theme-visit-theme): Autoload.
15517 (customize-create-theme): Prompt before inserting default faces.
15518
1fe275ee
JB
155192011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
15520
15521 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
15522 units and musical notes.
15523
cd394be1 155242011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
15525
15526 * ido.el (ido-read-internal): Use completing-read-default.
15527 (ido-completing-read): Fix compatibility with completing-read.
15528
7d476bde
CO
155292011-03-20 Christian Ohler <ohler@gnu.org>
15530
15531 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
15532 (ert-delete-all-tests): Use `called-interactively-p' rather than
15533 `interactive-p'.
15534 (ert--make-xrefs-region): Respect END.
15535
fe0fb33e
CY
155362011-03-19 Chong Yidong <cyd@stupidchicken.com>
15537
ff854b0b
CY
15538 * dired-aux.el (dired-create-directory): Signal an error if the
15539 directory already exists (Bug#8246).
15540
fe0fb33e
CY
15541 * facemenu.el (list-colors-display): Call list-faces-display
15542 inside with-help-window.
15543 (list-colors-print): Use display property to align the final
15544 column, instead of checking window-width.
15545
576bce32
EZ
155462011-03-19 Eli Zaretskii <eliz@gnu.org>
15547
4d61f28d 15548 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
15549 windows-nt systems.
15550 (emerge-protect-metachars): Quote correctly for ms-dos and
15551 windows-nt systems.
15552
89c41d68 155532011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
15554
15555 * info.el (info-initialize): Replace all uses of `:' with
15556 path-separator for compatibility with non-Unix systems.
15557 Cache quoting of path-separator. (Bug#8258)
15558
b14e3e21 155592011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
15560
15561 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
15562 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
15563 (mouse-avoidance-mode): Fix typos in docstrings.
15564
4525ce3e
CY
155652011-03-19 Chong Yidong <cyd@stupidchicken.com>
15566
15567 * startup.el (package-subdirectory-regexp): Move from package.el.
15568 Omit \\` and \\', and let callers add them.
15569
15570 * emacs-lisp/package.el (package-strip-version)
15571 (package-load-all-descriptors): Add \\` and \\' to
15572 package-subdirectory-regexp before using it.
15573 (package-untar-buffer): New arg DIR; ensure that file untars only
15574 into this expected directory. Remove superfluous delete-region.
15575 (package-unpack): Caller changed.
15576 (package-tar-file-info): Use package-subdirectory-regexp.
15577
a904a09a 155782011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 15579
a904a09a
SM
15580 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
15581 diff-mode-shared-map (bug#8284).
15582 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
15583
155842011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15585
15586 * calendar/time-date.el (format-seconds): Use assoc instead of
15587 assoc-string, since assoc-string doesn't exist in XEmacs.
15588
171fc304
JB
155892011-03-17 Juanma Barranquero <lekktu@gmail.com>
15590
15591 * custom.el (custom-known-themes): Reflow docstring.
15592 (custom-theme-load-path): Fix typo in docstring.
15593 (load-theme): Fix typo in error message.
15594 (custom-available-themes, custom-variable-theme-value):
15595 Use `let', not `let*'.
15596
d71990a1
JB
155972011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
15598
15599 * calc/README: Mention inclusion of musical notes.
15600
15601 * calc/calc-units.el (calc-lu-quant): Rename from
15602 `calc-logunits-quantity'.
15603 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
15604 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
15605 (calc-db): Rename from `calc-dblevel'.
15606 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
15607 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
15608 (calc-np): Rename from `calc-nplevel'.
15609 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
15610 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
15611 (calc-lu-plus): Rename from `calc-logunits-add'.
15612 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
15613 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
15614 (calc-lu-minus): Rename from `calc-logunits-sub'.
15615 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
15616 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
15617 (calc-lu-times): Rename from `calc-logunits-mul'.
15618 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
15619 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
15620 (calc-lu-divide): Rename from `calc-logunits-div'.
15621 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
15622 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
15623
15624 * calc/calc-ext.el (calc-init-extensions): Update the names of the
15625 functions being autoloaded.
15626
15627 * calc/calc.el (calc-lu-power-reference): Rename from
15628 `calc-logunits-power-reference'.
15629 (calc-lu-field-reference): Rename from
15630 `calc-logunits-field-reference'.
15631
7a71b18d
GM
15632 * calc/calc-help.el (calc-l-prefix-help):
15633 Mention musical note functions.
d71990a1 15634
40c2934b
SM
156352011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
15636
15637 * minibuffer.el (completion-all-sorted-completions):
15638 Use :completion-cycle-penalty text property if present.
15639
b0911414
KM
156402011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
15641
15642 * allout.el (allout-yank-processing): Adjust for new rebulleting
15643 regime so bullet being yanked is used without prompting the user
15644 for a choice.
15645
8a05b668
JB
156462011-03-16 Juanma Barranquero <lekktu@gmail.com>
15647
15648 * startup.el (command-line): Warn the user that _emacs is deprecated.
15649
5ba5fb81
JB
156502011-03-16 Juanma Barranquero <lekktu@gmail.com>
15651
15652 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
15653 (delphi-verbose, delphi-comment-face, delphi-string-face)
15654 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
15655 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
15656 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
15657 (delphi-new-comment-line, delphi-font-lock-defaults)
15658 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
15659 Fix typos in docstrings.
15660
2dab465b
KM
156612011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
15662
5ba5fb81 15663 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
15664 Invert the roles of character and string values for INSTEAD, so a
15665 string is used for the more common case of a defaulting prompt.
15666
0adf5618
SM
156672011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15668
15669 * progmodes/ruby-mode.el (ruby-backward-sexp):
15670 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
15671 * play/gamegrid.el (gamegrid-make-face):
15672 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
15673 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
15674 * notifications.el (notifications-notify):
15675 * net/xesam.el (xesam-search-engines):
15676 * net/quickurl.el (quickurl-list-insert):
15677 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
15678
d72700e5
CY
156792011-03-15 Chong Yidong <cyd@stupidchicken.com>
15680
15681 * startup.el (command-line): Update package subdirectory regexp.
15682
49c5410a
SM
156832011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15684
c6eee9aa
SM
15685 * allout.el (allout-abbreviate-flattened-numbering)
15686 (allout-mode-deactivate-hook): Fix up obsolescence "date".
15687
49c5410a
SM
15688 * subr.el (read-char-choice): Only show the cursor after the prompt,
15689 not after the answer.
15690
047b2bb9
KR
156912011-03-15 Kevin Ryde <user42@zip.com.au>
15692
15693 * help-fns.el (variable-at-point): Skip leading quotes, if any
15694 (bug#8253).
15695
0a57d256
SM
156962011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15697
15698 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
15699 warning message.
15700
77c992bc
MA
157012011-03-14 Michael Albinus <michael.albinus@gmx.de>
15702
15703 * shell.el (shell): When called interactively, offer to change the
15704 shell file name on remote hosts.
15705
eebc475d
TZ
157062011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
15707
15708 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
15709 integration for LDAP parameters. The host, base, user or binddn,
15710 and secret tokens can be specified in a netrc file, for instance.
15711 This is optional because an `auth-source' parameter must be
15712 specified in the search attributes.
15713
9d05d1ba
JB
157142011-03-13 Juanma Barranquero <lekktu@gmail.com>
15715
15716 * help.el (describe-mode): Link to the mode's definition (bug#8185).
15717
09d9db2c
GM
157182011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15719
15720 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
15721 into declaration. Remove redundant and harmful binding.
15722
157232011-03-12 Eli Zaretskii <eliz@gnu.org>
15724
15725 * files.el (file-ownership-preserved-p): Pass `integer' as an
15726 explicit 2nd argument to `file-attributes'. If the file's owner
15727 is the Administrators group on Windows, and the current user is
15728 Administrator, consider that a match.
15729
15730 * server.el (server-ensure-safe-dir): Consider server directory
15731 safe on MS-Windows if its owner is the Administrators group while
15732 the current Emacs user is Administrator. Use `=' to compare
15733 numerical UIDs, since they could be integers or floats.
15734
219bd536
JB
157352011-03-12 Juanma Barranquero <lekktu@gmail.com>
15736
15737 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
15738
f3afd36b
MA
157392011-03-12 Michael Albinus <michael.albinus@gmx.de>
15740
15741 Sync with Tramp 2.2.1.
15742
15743 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
15744
15745 * net/trampver.el: Update release number.
15746
3aaaa6f1
SM
157472011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15748
94642599
SM
15749 * progmodes/compile.el (compilation--previous-directory): Fix up
15750 various nil/dead-marker mismatches (bug#8014).
15751 (compilation-directory-properties, compilation-error-properties):
15752 Don't call it at a position past the one we're about to change.
15753
3aaaa6f1
SM
15754 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
15755 Disable obsolescence warnings in the file that declares it.
15756
14239447
KM
157572011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
15758
099c39a4
JB
15759 * allout-widgets.el (allout-widgets-tally):
15760 Initialize allout-widgets-tally as a hash table rather than nil to
15761 prevent mode-line redisplay warnings. Also, clarify the module
15762 description and fix a comment typo.
14239447 15763
135e287c
JB
157642011-03-11 Juanma Barranquero <lekktu@gmail.com>
15765
15766 * help-fns.el (describe-variable): Don't complete keywords.
15767 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
15768
ffbf300e
CY
157692011-03-10 Chong Yidong <cyd@stupidchicken.com>
15770
ba08b241
CY
15771 * emacs-lisp/package.el (package-version-join): Impose a standard
15772 string representation for pre/alpha/beta version lists.
15773 (package-unpack-single): Standardize the directory name by passing
15774 it through package-version-join.
15775 (package-strip-rcs-id): Accept any version string that does not
15776 signal an error in version-to-list.
ffbf300e 15777
f346fd6b
MA
157782011-03-10 Michael Albinus <michael.albinus@gmx.de>
15779
15780 * simple.el (delete-trailing-whitespace): Return nil for the
15781 benefit of `write-file-functions'.
15782
ccb55d27
GM
157832011-03-10 Glenn Morris <rgm@gnu.org>
15784
5ceaac0c
GM
15785 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
15786
02da65ff
GM
15787 * vc/vc-git.el (vc-git-program): New option.
15788 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
15789 (vc-git--call): Use it.
15790
b2f603cc
GM
15791 * eshell/esh-util.el (eshell-condition-case): Doc fix.
15792
5772caab
GM
15793 * cus-edit.el (Custom-newline): If no button at point, look
15794 for a subgroup button at start-of-line. (Bug#2298)
15795
ccb55d27
GM
15796 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
15797
ec6ecaed
JD
157982011-03-10 Julien Danjou <julien@danjou.info>
15799
15800 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
15801 `cursor-type' is nil.
15802
9d5aa01d
JB
158032011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
15804
15805 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
15806
b6a5875b
KM
158072011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
15808
7a71b18d 15809 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
15810 preserves the existing header prefix, rebulleting it if necessary,
15811 rather than replacing it. This is necessary for proper operation
15812 of cooperative addons like allout-widgets.
1154d12e
JB
15813 (allout-make-topic-prefix, allout-rebullet-heading):
15814 Change SOLICIT arg to INSTEAD, and interpret additionally a string
15815 value as alternate bullet to be used, instead of prompting the user
15816 for a bullet character.
b6a5875b 15817
ee545c35
MA
158182011-03-09 Michael Albinus <michael.albinus@gmx.de>
15819
d86d2721
SM
15820 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
15821 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
15822 `tramp-default-port'.
15823
c47971d7
DD
158242011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
15825
15826 * net/rcirc.el (rcirc-handler-001): Remove useless
15827 with-rcirc-process-buffer.
15828 (rcirc-check-auth-status): Swap arguments to string-match.
15829
13522cb4
GM
158302011-03-09 Glenn Morris <rgm@gnu.org>
15831
0be6f4f1
GM
15832 * shell.el (shell-mode):
15833 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
15834
13522cb4
GM
15835 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
15836 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
15837
515de2e3
CY
158382011-03-08 Chong Yidong <cyd@stupidchicken.com>
15839
15840 * emacs-lisp/package.el (package-refresh-contents)
15841 (package-menu-execute): Use condition-case-no-debug.
15842
b511b994
MA
158432011-03-08 Michael Albinus <michael.albinus@gmx.de>
15844
15845 * simple.el (shell-command-to-string): Use `process-file'.
15846
15847 * emacs-lisp/package.el (package-tar-file-info): Handle also
15848 remote files.
15849
d86d2721
SM
15850 * emacs-lisp/package-x.el (package-upload-buffer-internal):
15851 Use `equal' for upload base check.
b511b994 15852
25bbfb31
AM
158532011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
15854
15855 * textmodes/texinfo.el (texinfo-environments):
15856 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
15857
be996521
GM
158582011-03-08 Glenn Morris <rgm@gnu.org>
15859
e9c8529f
GM
15860 * cus-start.el (cursor-in-non-selected-windows):
15861 Fix :set quoting oddness. (Bug#8192)
15862
be996521
GM
15863 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
15864 in some setf expressions. (Bug#2159)
15865
2bb5649e
CY
158662011-03-08 Chong Yidong <cyd@stupidchicken.com>
15867
15868 * custom.el (custom-available-themes): Return themes in
15869 alphabetical order.
15870
33383987 15871See ChangeLog.15 for earlier changes.
e3d51b27
MR
15872
15873;; Local Variables:
15874;; coding: utf-8
e3d51b27
MR
15875;; End:
15876
acaf905b 15877 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
15878
15879 This file is part of GNU Emacs.
15880
15881 GNU Emacs is free software: you can redistribute it and/or modify
15882 it under the terms of the GNU General Public License as published by
15883 the Free Software Foundation, either version 3 of the License, or
15884 (at your option) any later version.
15885
15886 GNU Emacs is distributed in the hope that it will be useful,
15887 but WITHOUT ANY WARRANTY; without even the implied warranty of
15888 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15889 GNU General Public License for more details.
15890
15891 You should have received a copy of the GNU General Public License
15892 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.