* lisp/help-mode.el (help-make-xrefs): Don't just withstand
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
3fd56834
SM
12012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
2
04901786
SM
3 * help-mode.el (help-make-xrefs): Don't just withstand
4 cyclic-variable-indirection but any error in documentation-property.
5
1ec4b7b2
SM
6 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
7 memory use.
8 * bindings.el (bindings--define-key): New function.
9 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
10 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
11 * bindings.el: Use it to purecopy define-key bindings.
12
e309e2a5
SM
13 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
14
d5c6faf9
SM
15 * emacs-lisp/cl.el (flet): Mark obsolete.
16 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
17 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
18 * progmodes/js.el (js-c-fill-paragraph):
19 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
20 (ebrowse-switch-member-buffer-to-derived-class):
21 * play/5x5.el (5x5-solver): Use cl-flet.
22
6e9590e2
SM
23 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
24 (cl--symbol-function): New macro.
25 (cl--letf, cl--letf*): Use it.
26
3fd56834
SM
27 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
28 Strip "toggle-" if any.
29
35ff222c
GM
302012-06-27 Glenn Morris <rgm@gnu.org>
31
1ba6038a
GM
32 * info.el (Info-default-directory-list): Move here from paths.el.
33 * paths.el: Remove file, which is now empty.
34 * loadup.el: No longer load "paths".
35
0ea0e51b
GM
36 * custom.el (custom-initialize-delay): Doc fix.
37
35ff222c
GM
38 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
39 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
40 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
41 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
42 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
43 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
44 * eshell/eshell.el (eshell-defgroup): Remove alias.
45
c89926a5
CY
462012-06-27 Chong Yidong <cyd@gnu.org>
47
48 * help.el (help-enable-auto-load): New variable.
49
50 * help-fns.el (help-fns--autoloaded-p): New function.
51 (describe-function-1): Refer to a function as "autoloaded" if it
52 was autoloaded at any time in the past. Perform autoloading if
53 help-enable-auto-load is non-nil.
54
cc06e7e7
EZ
552012-06-26 Eli Zaretskii <eliz@gnu.org>
56
57 * makefile.w32-in (compile, compile-always): Depend on
58 update-subdirs, not on subdirs.el. Otherwise, several different
59 sub-targets of 'bootstrap' running in parallel could
60 simultaneously write to subdirs.el, producing a garbled file.
61
d2c32364
SS
622012-06-26 Sam Steingold <sds@gnu.org>
63
64 * files.el (file-name-base): New convenience function.
0d14cc21
GM
65 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
66 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
67 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
68 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
69 * textmodes/ispell.el, textmodes/reftex-ref.el:
d2c32364
SS
70 * textmodes/tex-mode.el: Use it.
71 Did not touch cedet and org because they are maintained elsewhere.
72
5cf983b2
MR
732012-06-26 Martin Rudalics <rudalics@gmx.at>
74
75 * calendar/calendar.el (calendar-exit): Don't try to delete or
76 iconify last frame. See:
77 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
78
8c4f2952
JD
792012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
80
81 * server.el (server-process-filter): Remember dir in the
82 process's `server-client-directory' properties.
83
772b2e2c
CY
842012-06-24 Chong Yidong <cyd@gnu.org>
85
86 * xml.el (xml-parse-tag): Correctly handle comment embedded in
87 non-tag text.
88
711b11e1
JB
892012-06-23 Juanma Barranquero <lekktu@gmail.com>
90
91 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
92
dc5d230c
SM
932012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
94
95 * help-fns.el (describe-variable): Don't croak when doc is not found.
96 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
97 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
98 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
99 * emacs-lisp/smie.el (smie-next-sexp): CSE.
100 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
101 ((lambda ..) ..).
102 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
103
136e1c1d
CY
1042012-06-23 Chong Yidong <cyd@gnu.org>
105
e8c1cabf
CY
106 * info.el (Info-mouse-follow-link): Accept symbol values of
107 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
136e1c1d
CY
108 (Info-fontify-node): Use Info-link-keymap for all navigation
109 buttons, with link-args property to perform the desired action.
110 (Info-link-keymap): Doc fix.
111 (Info-next-link-keymap, Info-prev-link-keymap)
112 (Info-up-link-keymap): Delete now-unused keymaps.
113
0e9e6c6a
CY
1142012-06-23 Chong Yidong <cyd@gnu.org>
115
05e89fea
CY
116 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
117
0e9e6c6a
CY
118 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
119 system abbrevs.
120
121 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
122
e33c6771
SM
1232012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
124
b68581e2
SM
125 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
126 (bug#11719).
127
e33c6771
SM
128 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
129 the requote function doesn't work properly (bug#11714).
130
7117e105
GM
1312012-06-23 Glenn Morris <rgm@gnu.org>
132
133 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
134
36cec983
SM
1352012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
136
137 Further GV/CL cleanups.
138 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
139 gv-expander.
140 (gv--defun-declaration): New function.
141 (defun-declarations-alist): Use it.
142 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
143 (gv-place): Autoload.
144 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
145 original definition of dotimes and dolist.
146 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
147 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
148 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
149 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
150 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
151 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
152 to the function's definition.
153 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
154 * window.el:
155 * files.el:
156 * faces.el:
157 * env.el: Don't use CL.
158
d35af63c
PE
1592012-06-22 Paul Eggert <eggert@cs.ucla.edu>
160
161 Support higher-resolution time stamps (Bug#9000).
162
163 * calendar/time-date.el (with-decoded-time-value): New arg
164 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
165 (encode-time-value): New optional arg PICO. New type 3.
166 (time-to-seconds) [!float-time]: Support the new picoseconds
167 component if it's used.
168 (seconds-to-time, time-subtract, time-add):
169 Support ps-resolution time stamps as well.
170
171 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
172 (timerp): Timer vectors now have length 9, not 8.
173 (timer--time): Support new-style (4-part) time stamps.
174 (timer-next-integral-multiple-of-time): Time stamps now have
175 picosecond resolution, so take a bit more care about rounding.
176 (timer-relative-time, timer-inc-time): New optional arg psecs.
177 (timer-set-time-with-usecs): Set psecs to 0.
178 (timer--activate): Check psecs component, too.
179
180 * proced.el (proced-time-lessp): Support ps-resolution stamps.
181
ac77b21a
SM
1822012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
183
f143bfe3
SM
184 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
185 Move the non-essential binding to the post/pre-command-hook where it is
186 more obviously correct.
187
ac77b21a
SM
188 * subr.el (read-passwd): Don't use a history at all.
189 * savehist.el (savehist-save): Remove password saved accidentally
190 because of the above bug.
191
76386c5a
BG
1922012-06-22 Bastien Guerry <bzg@gnu.org>
193
194 * files.el (toggle-read-only): Display a message telling whether
195 the buffer is read-only or not (bug#11726).
196
2ee3d7f0
SM
1972012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
198
199 * emacs-lisp/gv.el: New file.
200 * subr.el (push, pop): Extend to generalized variables.
201 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
202 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
203 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
204 gv-define-simple-setter, and gv-define-expander.
205 Remove setf-methods defined in gv. Rename cl-setf -> setf.
206 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
207 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
208 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
209 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
210 gv-letplace.
211 (cl-defstruct): Don't define setf-method any more.
212 * emacs-lisp/cl.el (flet): Don't autoload.
213 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
214 (define-setf-expander, defsetf, define-modify-macro)
215 (cl-struct-setf-expander): Move from cl-lib.el.
216 * emacs-lisp/syntax.el:
217 * emacs-lisp/ewoc.el:
218 * emacs-lisp/smie.el:
219 * emacs-lisp/cconv.el:
220 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
221 (timer--time): Use gv-define-simple-setter.
222 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
223 to avoid coding-system problems in subr.el. Adjust all users.
224 (macroexp--maxsize, macroexp-small-p): New functions.
225 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
226 * scroll-bar.el (scroll-bar-mode):
227 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
228 (normal-erase-is-backspace-mode): Don't use the `eq' place.
229 * winner.el (winner-configuration, winner-make-point-alist)
230 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
231 * files.el (locate-file-completion-table): Avoid list*.
232
c5695d1d
CY
2332012-06-22 Chong Yidong <cyd@gnu.org>
234
235 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
236 (dired-create-files): Doc fix (Bug#11329).
237 (dired-do-copy): Doc fix (Bug#11334).
238 (dired-mark-read-string): Doc fix (Bug#11553).
239
2ee3d7f0
SM
240 * dired.el (dired-recursive-copies, dired-recursive-deletes):
241 Doc fix (Bug#11326).
c5695d1d
CY
242 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
243 (dired-dwim-target): Doc fix.
244
245 * wdired.el (wdired-mode): Doc fix.
246
89b5595a
GM
2472012-06-22 Glenn Morris <rgm@gnu.org>
248
575db3f1
GM
249 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
250 (pcmpl-rpm-cache-stamp-file): New constant.
251 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
252 (pcmpl-rpm-packages): Optionally cache list of packages.
253
a4c8dd51
GM
254 * pcmpl-rpm.el (pcmpl-rpm): New group.
255 (pcmpl-rpm-query-options): New option.
256 (pcmpl-rpm-packages): No need to inline it.
257 Use pcmpl-rpm-query-options.
258
89b5595a
GM
259 * calendar/calendar.el (calendar-in-read-only-buffer):
260 Avoid some needless mode changes.
261
e76f0800
CY
2622012-06-21 Chong Yidong <cyd@gnu.org>
263
264 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
265 (desktop-path): Remove . from the default value (Bug#10977).
6b67c0d4 266 (desktop-read): Use user-emacs-directory if desktop-path is nil.
e76f0800 267
297a8f1d
CY
2682012-06-20 Chong Yidong <cyd@gnu.org>
269
270 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
271
d34c18b1
DR
2722012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
273
274 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
275 (bug#11201).
276
32f7f28e
CY
2772012-06-20 Chong Yidong <cyd@gnu.org>
278
279 * term.el (term-window-width): Handle the case of a missing right
280 fringe (Bug#8837).
281 (term-check-size): Use window-text-height (Bug#5445).
d34c18b1
DR
282 (term-mode): Use define-derived-mode. Minor cleanups.
283 Set font-lock-defaults (Bug#7692).
6ff7caa8
CY
284 (term-move-columns, term-insert-char, term-emulate-terminal)
285 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
32f7f28e 286
493c6688
MA
2872012-06-20 Michael Albinus <michael.albinus@gmx.de>
288
d34c18b1
DR
289 * net/ange-ftp.el (ange-ftp-get-passwd):
290 Bind `enable-recursive-minibuffers'.
493c6688
MA
291 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
292
3f06ecf4
DR
2932012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
294
295 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
296
68f12411
GM
2972012-06-19 Glenn Morris <rgm@gnu.org>
298
299 * progmodes/python.el (python-mode): Derive from prog-mode.
300
b3820318
KG
3012012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
302
303 * emulation/edt.el (edt-default-menu-bar-update-buffers)
304 (edt-user-menu-bar-update-buffers): New functions.
305 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
306
c6bf3022
CY
3072012-06-19 Chong Yidong <cyd@gnu.org>
308
309 * subr.el (with-selected-window): Preserve the selected window's
310 terminal's top-frame (Bug#4702).
311
312 * window.el (save-selected-window): Likewise.
313
25f09295
SM
3142012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
315
316 * progmodes/python.el (python-rx-constituents): Move backquote.
317 (python-skeleton-define, python-define-auxiliary-skeleton):
318 Use `declare'.
319
6b11952a
MA
3202012-06-18 Michael Albinus <michael.albinus@gmx.de>
321
322 * minibuffer.el (read-file-name-default): Revert the patch from
323 2012-06-17.
324
ee4b1330
SM
3252012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
326
327 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
328 (pcase--u1, pcase--q1): Don't use apply-partially.
329
35647f79
GM
3302012-06-18 Glenn Morris <rgm@gnu.org>
331
332 * progmodes/python.el (python-proc, python-buffer)
333 (python-send-receive, python-send-string): Fix obsolete versions.
334
24b0cff0
MR
3352012-06-18 Martin Rudalics <rudalics@gmx.at>
336
337 * window.el (special-display-p): Completely remove stringp
338 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
339
29855149
MA
3402012-06-17 Michael Albinus <michael.albinus@gmx.de>
341
342 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
343
344 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
345
346 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
347 * net/tramp-sh.el (tramp-maybe-open-connection):
348 Throw if `non-essential' is non-nil.
349
07463363
MR
3502012-06-17 Martin Rudalics <rudalics@gmx.at>
351
352 * window.el (special-display-p): Signal an error if BUFFER-NAME
353 is not a string (Bug#11713).
354
48d1354e
PE
3552012-06-17 Paul Eggert <eggert@cs.ucla.edu>
356
357 * progmodes/python.el (python-info-beginning-of-backslash):
358 Rename from python-info-beginning-of-backlash, as a spelling fix.
359
eb4a8a9a
CY
3602012-06-17 Chong Yidong <cyd@gnu.org>
361
362 * term.el (term-emulate-terminal): If term-check-size is called,
363 move point to the process mark without resetting point (Bug#4635).
364
ddfbf826 3652012-06-17 Glenn Morris <rgm@gnu.org>
9c758578
GM
366
367 * international/mule-cmds.el (mule-menu-keymap)
368 (set-language-environment, set-locale-environment): Doc tweaks.
369
9b0e3eba
AA
3702012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
371
372 * cus-face.el (custom-face-attributes): Add wave-style underline
373 attribute.
374 * faces.el (set-face-attribute): Update docstring to describe
375 wave-style underline attribute.
376
771e3eae
CY
3772012-06-16 Chong Yidong <cyd@gnu.org>
378
379 * term/xterm.el (terminal-init-xterm): Discard input before
380 querying background mode (Bug#10959).
381
7ae2ea10
SM
3822012-06-16 Stefan Merten <smerten@oekonux.de>
383
384 * textmodes/rst.el: Added and corrected some comments.
385 (rst-re-alist-def): Improve symbol syntax.
386 (rst-mode-syntax-table): Correct syntax entries.
6665a6fd
SM
387 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
388 (rst-official-version, rst-official-cvs-rev): Update version
389 information.
7ae2ea10 390
b6974efa
JB
3912012-06-15 Juanma Barranquero <lekktu@gmail.com>
392
393 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
394 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
395
8826d473
GM
3962012-06-15 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
397
398 * progmodes/python.el: New python.el merge.
399 (python-guess-indent): Obsolete var.
400 (python-indent-guess-indent-offset): New defcustom.
401 (python-indent): Obsolete var.
402 (python-indent-offset): New defcustom.
403 (python-python-command, python-jython-command): Delete var.
404 (python-shell-interpreter): New defcustom.
405 (python-pdbtrack-do-tracking-p): Delete var.
406 (python-pdbtrack-activate): New defcustom.
407 (python-use-skeletons): Obsolete var.
408 (python-skeleton-autoinsert): New defcustom.
409 (inferior-python-filter-regexp, python-continuation-offset)
410 (python-honour-comment-indentation, python-indent-string-contents)
411 (python-jython-packages, python-mode-hook)
412 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
413 (python-shell-prompt-alist)
414 (python-source-modes): Delete defcustoms.
415 (python-check-buffer-name, python-eldoc-setup-code)
416 (python-eldoc-string-code, python-ffap-setup-code)
417 (python-ffap-string-code, python-fill-comment-function)
418 (python-fill-decorator-function, python-fill-paren-function)
419 (python-fill-string-function, python-imenu-include-defun-type)
420 (python-imenu-make-tree, python-imenu-subtree-root-label)
421 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
422 (python-shell-compilation-regexp-alist)
423 (python-shell-completion-module-string-code)
424 (python-shell-completion-pdb-string-code)
425 (python-shell-completion-setup-code)
426 (python-shell-completion-string-code)
427 (python-shell-enable-font-lock, python-shell-exec-path)
428 (python-shell-extra-pythonpaths)
429 (python-shell-internal-buffer-name, python-shell-interpreter-args)
430 (python-shell-process-environment)
431 (python-shell-prompt-block-regexp)
432 (python-shell-prompt-output-regexp)
433 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
434 (python-shell-send-setup-max-wait, python-shell-setup-codes)
435 (python-shell-virtualenv-path): New defcustoms.
436 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
437 (inferior-python-mode-syntax-table, python--prompt-regexp)
438 (python-buffer, python-command python-python-command)
439 (python-default-template, python-imports, python-indent-index)
440 (python-indent-list, python-indent-list-length)
441 (python-mode-running, python-pdbtrack-is-tracking-p)
442 (python-preoutput-continuation, python-preoutput-leftover)
443 (python-preoutput-result, python-preoutput-skip-next-prompt)
444 (python-prev-dir/file, python-recursing)
445 (python-saved-check-command, python-version-checked)
446 (python-which-func-length-limit)
447 (view-return-to-alist): Delete vars.
448 (python-check-custom-command, python-dotty-syntax-table)
449 (python-imenu-index-alist, python-indent-current-level)
450 (python-indent-dedenters, python-indent-levels)
451 (python-nav-beginning-of-defun-regexp)
452 (python-nav-list-defun-positions-cache)
453 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
454 (python-shell-internal-buffer)
455 (python-skeleton-available): New vars.
456 (def-python-skeleton): Delete macro.
457 (python-skeleton-define): New macro.
458 (python-define-auxiliary-skeleton, python-rx): New macros.
459 (python-insert-class): Delete command.
460 (python-skeleton-class): New command.
461 (python-insert-def): Delete command.
462 (python-skeleton-def): New command.
463 (python-insert-for): Delete command.
464 (python-skeleton-for): New command.
465 (python-insert-if): Delete command.
466 (python-skeleton-if): New command.
467 (python-insert-try/except, python-insert-try/finally): Delete commands.
468 (python-skeleton-try): New command.
469 (python-insert-while): Delete command.
470 (python-skeleton-while): New command.
471 (python-backspace): Delete command.
472 (python-indent-dedent-line-backspace): New command.
473 (python-electric-colon): Delete command.
474 (python-indent-electric-colon): New command.
475 (python-guess-indent): Delete command.
476 (python-indent-guess-indent-offset): New command.
477 (python-shift-left): Delete command.
478 (python-indent-shift-left): New command.
479 (python-shift-right): Delete command.
480 (python-indent-shift-right): New command.
481 (python-find-function): Delete command.
482 (python-nav-jump-to-defun): New command.
483 (python-next-statement): Delete command.
484 (python-nav-forward-sentence): New command.
485 (python-previous-statement): Delete command.
486 (python-nav-backward-sentence): New command.
487 (python-fill-paragraph): Delete command.
488 (python-fill-paragraph-function): New command.
489 (python-send-buffer): Delete command.
490 (python-shell-send-buffer): New command.
491 (python-send-defun): Delete command.
492 (python-shell-send-defun): New command.
493 (python-send-region, python-send-region-and-go): Delete commands.
494 (python-shell-send-region)
495 (python-shell-switch-to-shell): New commands.
496 (python-send-string): Delete command.
497 (python-shell-send-string): New command.
498 (python-switch-to-python): Delete command.
499 (python-shell-switch-to-shell): New command.
500 (python-describe-symbol): Delete command.
501 (python-eldoc-at-point): New command.
502 (python--set-prompt-regexp, python-args-to-list)
503 (python-after-info-look, python-check-version)
504 (python-check-comint-prompt, python-find-imports)
505 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
506 (python-unload-function, python-expand-template)
507 (python-maybe-jython, python-preoutput-filter)
508 (python-pdbtrack-get-source-buffer)
509 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
510 (python-pdbtrack-toggle-stack-tracking)
511 (python-pdbtrack-track-stack-file, python-initial-text)
512 (python-first-word, python-comment-line-p, python-send-command)
513 (python-setup-brm, python-sentinel, python-set-proc)
514 (python-skip-out, python-input-filter, python-outdent-p)
515 (python-outline-level, python-backslash-continuation-line-p)
516 (python-end-of-block, python-end-of-statement, python-mark-block)
517 (python-beginning-of-block, python-beginning-of-statement)
518 (python-blank-line-p, python-beginning-of-string)
519 (python-open-block-statement-p): Delete functions.
520 (python-indent-line, python-indent-line-1): Delete functions.
521 (python-indent-line): New function.
522 (python-indentation-levels): Delete function.
523 (python-indent-calculate-levels): New function.
524 (python-proc): Delete function.
525 (python-shell-get-process): New function.
526 (python-send-receive): Delete function.
527 (python-shell-send-string-no-output): New function.
528 (python-module-path): Delete function.
529 (python-ffap-module-path): New function.
530 (python-completion-at-point)
531 (python-symbol-completions): Delete functions.
532 (python-completion-complete-at-point): New function.
533 (python-load-file): Delete function.
534 (python-shell-send-file): New function.
535 (python-calculate-indentation): Delete function.
536 (python-indent-calculate-indentation): New function.
537 (python-skip-comments/blanks): Delete function.
538 (python-util-forward-comment): New function.
539 (python-continuation-line-p): Delete function.
540 (python-info-continuation-line-p): New function.
541 (python-which-func, python-current-defun): Delete function.
542 (python-info-current-defun): New function.
543 (python-beginning-of-defun): Delete function.
544 (python-nav-beginning-of-defun): New function.
545 (python-close-block-statement-p)
546 (python-block-end-p): Delete function.
547 (python-info-closing-block): New function.
548 (python-comint-output-filter-function)
549 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
550 (python-fill-comment, python-fill-decorator, python-fill-paren)
551 (python-fill-string, python-imenu-make-element-tree)
552 (python-imenu-make-tree, python-imenu-tree-assoc)
553 (python-indent-context, python-indent-dedent-line)
554 (python-indent-line-function)
555 (python-indent-post-self-insert-function)
556 (python-indent-toggle-levels)
557 (python-info-assignment-continuation-line-p)
558 (python-info-beginning-of-backlash)
559 (python-info-block-continuation-line-p)
560 (python-info-closing-block-message)
561 (python-info-line-ends-backslash-p)
562 (python-info-looking-at-beginning-of-defun)
563 (python-info-ppss-context, python-info-ppss-context-type)
564 (python-nav-list-defun-positions, python-nav-read-defun)
565 (python-nav-sentence-end, python-nav-sentence-start)
566 (python-pdbtrack-comint-output-filter-function)
567 (python-pdbtrack-set-tracked-buffer)
568 (python-shell-calculate-exec-path)
569 (python-shell-calculate-process-environment)
570 (python-shell-completion--do-completion-at-point)
571 (python-shell-completion--get-completions)
572 (python-shell-completion-complete-at-point)
573 (python-shell-completion-complete-or-indent)
574 (python-shell-get-or-create-process)
575 (python-shell-get-process-name)
576 (python-shell-internal-get-or-create-process)
577 (python-shell-internal-get-process-name)
578 (python-shell-internal-send-string, python-shell-make-comint)
579 (python-shell-parse-command, python-shell-send-setup-code)
580 (python-skeleton-add-menu-items)
581 (python-util-clone-local-variables, python-util-position)
582 (run-python-internal, python-indentation-levels)
583 (python-nav-beginning-of-defun)
584 (python-completion-complete-at-point): New functions.
585 (run-python): Change arguments. New API requirements.
586
4302f5ba
SM
5872012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
588
f38ea36d
SM
589 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
590 (bug#11649).
591
592 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
593 (macroexp--expand-all): Use it.
594
4302f5ba
SM
595 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
596 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
597 Use `cl-function' instead.
598
33377562
JB
5992012-06-14 Juanma Barranquero <lekktu@gmail.com>
600
601 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
602 Suggested by Stefan Monnier while discussing bug#11657.
603
54c5ba1a
SS
6042012-06-14 Sam Steingold <sds@gnu.org>
605
606 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
607
f9f1b1fe
AS
6082012-06-14 Andreas Schwab <schwab@linux-m68k.org>
609
610 * play/doctor.el (doctor-doc): Remove parameter and use
611 doctor-sent instead of sent.
612 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
613
a81068ba
SM
6142012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
615
5a315f9c
SM
616 * files.el: Require cl-lib.
617 (file-name-non-special): Replace case -> cl-case.
618
619 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
620
a81068ba
SM
621 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
622 mapping from #' to function*.
623
8cca9703
CY
6242012-06-13 Chong Yidong <cyd@gnu.org>
625
626 * mouse.el (mouse-drag-track): Do not set the mark if the user
627 releases the mouse without selecting anything (Bug#11588).
628
a12ac9d7
SM
6292012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
630
ccf1dc18
SM
631 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
632 as well (bug#11646).
633
ef62b23d
SM
634 * loadup.el: Count byte-code functions as well.
635
c4c8444a
SM
636 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
637 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
638
a12ac9d7
SM
639 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
640 (bug#11649). Add cl-defun and cl-defmacro.
641
87e6e64f
DA
6422012-06-13 Drew Adams <drew.adams@oracle.com>
643
644 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
645 Fix last change.
646
682cefaf
MA
6472012-06-13 Michael Albinus <michael.albinus@gmx.de>
648
649 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
650 Otherwise, it blocks in batch mode.
651
773e1f08
JB
6522012-06-13 Juanma Barranquero <lekktu@gmail.com>
653
654 * help-mode.el (bookmark-make-record-default): Declare.
655
60057926
CY
6562012-06-13 Chong Yidong <cyd@gnu.org>
657
658 * emacs-lisp/package.el (list-packages): Compute a list of
659 packages that are newly-available since the last list-packages
660 invocation.
661 (package-menu--new-package-list): New var.
662 (package-menu--generate, package-menu--print-info)
663 (package-menu--status-predicate, package-menu-mark-install):
664 Handle new status label "new".
665
ad4d226c
SM
6662012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
667
668 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
669 conversion to backquotes.
670
f1a4e679
CY
6712012-06-12 Chong Yidong <cyd@gnu.org>
672
673 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
674 Rename from gud-inhibit-global-bindings.
675
676 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
677
678 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
679 hook from nxml-glyph-set-hook.
680
681 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
682 declaration.
683
684 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
685
686 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
687 Convert to defcustom.
688
0c9e42b5
DA
6892012-06-12 Drew Adams <drew.adams@oracle.com>
690
691 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
692 New functions.
693 (help-mode): Use them.
694
09e06855
GM
6952012-06-11 Glenn Morris <rgm@gnu.org>
696
697 * progmodes/fortran.el (fortran-font-lock-keywords-3):
698 Use preprocessor face for directives.
699 (fortran-directive-re): Doc fix.
700
71adb94b
SM
7012012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
702
2eb87922
SM
703 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
704 conversion to backquotes (bug#11652).
705
71adb94b
SM
706 Fix compiler-expansion of CL's cXXr functions (bug#11673).
707 * emacs-lisp/cl-lib.el (cl--defalias): New function.
708 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
709 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
710 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
711 (cl-ninth, cl-tenth): Mark them as inlinable.
712 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
713 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
714 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
715 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
716 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
717 (cl-list*, cl-adjoin): Don't put an autoload manually.
718 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
719 (cl--compiler-macro-list*): Add autoload cookie.
720 (cl--compiler-macro-cXXr): New function.
2eb87922 721
71adb94b
SM
722 * help-fns.el (help-fns--compiler-macro): New function extracted from
723 describe-function-1; follow aliases and use `compiler-macro' property.
724 (describe-function-1): Use it.
725
a6674402
CY
7262012-06-11 Chong Yidong <cyd@gnu.org>
727
728 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
729 is uninstalled, if imagemagick is installed.
730
bb3faf5b
SM
7312012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
732
733 * emacs-lisp/cl-lib.el: Use lexical-binding.
734 (cl-map-extents, cl-maclisp-member): Remove.
735 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
736 (cl--set-substring, cl--block-wrapper, cl--block-throw)
737 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
738 * emacs-lisp/cl-extra.el: Use lexical-binding.
739 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
740 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
741 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
742 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
743 * emacs-lisp/cl-seq.el: Use lexical-binding.
744 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
745 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
746 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
747 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
748 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
749 CL's internals.
750
2fe4b125
MA
7512012-06-11 Michael Albinus <michael.albinus@gmx.de>
752
753 Sync with Tramp 2.2.6-pre.
754
755 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
756 `print-length' and `print-level' to nil, in order to avoid
757 truncation. Reported by Christopher Schmidt
758 <christopher@ristopher.com>.
759
760 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
761
762 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
763 New defmacro.
764 (tramp-compat-copy-directory): Add optional argument
765 COPY-CONTENTS. It is not handled yet.
766
767 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
768 (tramp-ftp-file-name-p): Simplify.
769
770 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
771 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
772 connection vector.
773
774 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
775 (tramp-methods): Do not use `tramp-password-end-of-line'.
776 (tramp-completion-function-alist-putty): Handle UNIX case.
777 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
778 (tramp-do-file-attributes-with-stat)
779 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
780 gid as real numbers. They could run out of integer range on cygwin.
781 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
782 (tramp-sh-handle-expand-file-name): Handle hops.
87e6e64f
DA
783 (tramp-open-connection-setup-interactive-shell):
784 Use `tramp-cleanup'. Move check for busyboxes ...
785 (tramp-find-shell): ... here. Simplify implementation.
786 Set "remote-shell" property also for alternative shells.
787 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
788 If failing, a regular file would be written otherwise.
789 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
2fe4b125
MA
790 (tramp-find-inline-encoding): Cache the coding commands in the
791 process cache. Apply test command on the remote side, if defined.
792 (tramp-find-inline-compress): Cache the compress commands in the
793 process cache.
794 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
795 when requested. Handle hops.
796 (tramp-current-connection): New defvar.
87e6e64f
DA
797 (tramp-maybe-open-connection): Use `tramp-cleanup'.
798 Throw `suppress', if there was a failed connection shortly before.
2fe4b125 799 Handle user interrupt. (Bug#10187)
87e6e64f
DA
800 (tramp-get-inline-compress, tramp-get-inline-coding):
801 Read connection properties from the process cache.
2fe4b125
MA
802
803 * net/tramp-smb.el (tramp-smb-server-version)
87e6e64f
DA
804 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
805 New defconsts.
2fe4b125
MA
806 (tramp-smb-prompt): Extend for powershell prompt.
807 (tramp-smb-file-name-handler-alist): Add handlers for
808 `process-file', `shell-command' and `start-file-process'.
809 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
810 (tramp-smb-winexe-shell-command-switch): New defcustoms.
811 (tramp-smb-file-name-p): Simplify.
812 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
813 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
814 (tramp-smb-shell-quote-argument): New defuns.
815 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
816 Implement using "tar". By this, time-stamps are preserved.
817 (tramp-smb-handle-copy-file): Handle also the case of directories.
818 (tramp-smb-do-file-attributes-with-stat)
87e6e64f
DA
819 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
820 Use `tramp-get-connection-buffer').
2fe4b125
MA
821 (tramp-smb-handle-rename-file): Use "rename", when source and
822 target are on the same share.
87e6e64f
DA
823 (tramp-smb-maybe-open-connection): Handle wrong passwords.
824 Use `tramp-smb-server-version'.
2fe4b125
MA
825 (tramp-smb-wait-for-output): Remove prompt.
826
827 * net/tramp.el (top): Require 'cl.
87e6e64f
DA
828 (tramp-methods, tramp-rsh-end-of-line):
829 Remove `tramp-password-end-of-line' from docstring.
2fe4b125
MA
830 (tramp-save-ad-hoc-proxies): New defcustom.
831 (tramp-completion-function-alist): Adapt docstring.
832 (tramp-default-password-end-of-line): Remove defcustom.
833 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
834 (tramp-user-regexp, tramp-file-name-regexp-unified)
835 (tramp-file-name-regexp-url): Extend regexp by hop separator.
836 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
837 (tramp-remote-file-name-spec-regexp): New defconst.
838 (tramp-file-name-structure): Extend structure for hops.
839 (tramp-get-method-parameter): Move up.
840 (tramp-file-name-p, tramp-dissect-file-name)
841 (with-parsed-tramp-file-name): Handle hops.
842 (tramp-file-name-hop): New defun.
843 (tramp-make-tramp-file-name): New optional arg HOP.
844 (tramp-message-show-progress-reporter-message): New defvar.
845 (tramp-with-progress-reporter): Use it. We cannot use
846 `tramp-message-show-message' here, because this suppresses also
847 error buffers.
848 (tramp-error-with-buffer): Suppress buffer view, if
87e6e64f
DA
849 `tramp-message-show-message' is nil.
850 Use `tramp-get-connection-buffer'.
2fe4b125
MA
851 (tramp-cleanup): New defun.
852 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
853 (tramp-file-name-handler): If `debug-on-error' is set, propagate
854 an error unchanged.
855 (tramp-completion-handle-file-name-all-completions): Handle hops.
856 Fix an error when called from ido.
857 (tramp-completion-dissect-file-name): Use better local variable
858 name. Add hop to the vector.
859 (tramp-handle-insert-file-contents): Use progress-reporter for the
860 whole scenario.
861 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
862 to `t'.
863 (tramp-check-for-regexp): Simplify search.
864 (tramp-enter-password): Remove it. Move implementation ...
865 (tramp-action-password): ... here.
866 (tramp-mode-string-to-int, tramp-local-host-p)
867 (tramp-make-tramp-temp-file, tramp-read-passwd)
87e6e64f
DA
868 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
869 Set tramp-autoload cookie.
2fe4b125
MA
870
871 * net/trampver.el: Update release number.
872
8732012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
874 Michael Albinus <michael.albinus@gmx.de>
875
876 * net/tramp.el (tramp-set-completion-function): Fix docstring.
877 (tramp-parse-group, tramp-parse-file)
878 (tramp-parse-shostkeys-sknownhosts): New defuns.
879 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
880 (tramp-parse-shosts-group, tramp-parse-sconfig)
881 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
882 (tramp-parse-sknownhosts, tramp-parse-hosts)
883 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
884 Use them.
885 (tramp-parse-passwd-group, tramp-parse-netrc-group)
886 (tramp-parse-putty-group): Don't narrow.
887 (tramp-parse-putty): Make a loop.
888 (tramp-file-name-handler): Catch the `suppress' signal.
889
72834e10
CY
8902012-06-11 Chong Yidong <cyd@gnu.org>
891
892 * image.el (imagemagick-register-types): Put the ImageMagick entry
893 at the end of image-type-file-name-regexps.
894
a4712e11
JB
8952012-06-11 Johan BockgĂ¥rd <bojohan@gnu.org>
896
897 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
898 (pcase, pcase-let*, pcase-dolist): Use them.
899
82ad98e3
SM
9002012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
901
902 * emacs-lisp/pcase.el (pcase--let*): New function.
903 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
904 (pcase--expand): Use macroexp-let².
905
f80efb86
SM
9062012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
907
908 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
909 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
910 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
911 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
912 * emacs-lisp/derived.el: Use pcase instead of `cl'.
913 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
914
31ca4639 9152012-06-10 Glenn Morris <rgm@gnu.org>
94f0aa34 916
31ca4639
CY
917 * mail/rmail.el (rmail-yank-current-message): Leave point at
918 correct position. (Bug#11660)
94f0aa34 919
31ca4639 9202012-06-10 Chong Yidong <cyd@gnu.org>
9e1b8ec4 921
31ca4639 922 * allout-widgets.el: Fix code header.
9e1b8ec4 923
31ca4639 9242012-06-10 Chong Yidong <cyd@gnu.org>
00cd0305 925
f80efb86
SM
926 * cus-edit.el (customize-changed-options-previous-release):
927 Bump to 24.1.
31ca4639 928
642b6d30
AS
9292012-06-09 Andreas Schwab <schwab@linux-m68k.org>
930
931 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
932
4f5d2ba1
CY
9332012-06-09 Chong Yidong <cyd@gnu.org>
934
935 * ebuff-menu.el (electric-buffer-list): Preserve header line.
936
e75852fd
MR
9372012-06-09 Martin Rudalics <rudalics@gmx.at>
938
939 * window.el (special-display-popup-frame): Don't use
940 window--display-buffer (Bug#11651).
941
1e48e282
EZ
9422012-06-09 Eli Zaretskii <eliz@gnu.org>
943
8a26b487
EZ
944 Fix parallel builds: make sure loaddefs.el is not being written
945 while Lisp files are compiled.
946 (compile): Don't depend on 'mh-autoloads'.
947 (compile-CMD, compile-SH): Depend on 'autoloads'.
948 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
949
1e48e282
EZ
950 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
951
6175e34b
CY
9522012-06-09 Chong Yidong <cyd@gnu.org>
953
954 * face-remap.el (face-remap-add-relative, face-remap-set-base)
955 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
956 Doc fixes (Bug#11225).
957
d9857e53
SM
9582012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
959
960 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
961 a function if there's a clear indication that it has a compiler-macro.
962 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
963 (macro-declarations-alist): Add arglist to declaration functions.
964 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
965 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
966 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
967 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
968 Also add autoload to find the compiler macro.
969 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
970 (cl--compiler-macro-member, cl--compiler-macro-assoc)
971 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
972 (cl--compiler-macro-get): New functions, replacing calls to
973 cl-define-compiler-macro.
974 (cl-typep) [compiler-macro]: Use macroexp-let².
975
f81298f8 9762012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
ee574791
UJ
977
978 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
979 string properly, fixes Bug#11473.
980
4b56d0fe
CY
9812012-06-08 Chong Yidong <cyd@gnu.org>
982
983 * faces.el (set-face-attribute): Doc fix.
984 (modify-face): Don't use :bold and :italic.
985 (error, warning, success): Tweak definitions.
986
987 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
988 (custom-modified, custom-set, custom-changed, custom-themed)
989 (custom-saved, custom-button, custom-button-mouse)
990 (custom-button-pressed, custom-state, custom-comment-tag)
991 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
992 (custom-group-subtitle): Use new-style face specs.
993 (custom-invalid-face, custom-rogue-face, custom-modified-face)
994 (custom-set-face, custom-changed-face, custom-saved-face)
995 (custom-button-face, custom-button-pressed-face)
996 (custom-documentation-face, custom-state-face)
997 (custom-comment-face, custom-comment-tag-face)
998 (custom-variable-tag-face, custom-variable-button-face)
999 (custom-face-tag-face, custom-group-tag-face-1)
1000 (custom-group-tag-face): Remove obsolete face alias.
1001
1002 * epa.el (epa-validity-high, epa-validity-medium)
1003 (epa-validity-low, epa-mark, epa-field-name, epa-string)
1004 (epa-field-name, epa-field-body):
1005 * font-lock.el (font-lock-comment-face, font-lock-string-face)
1006 (font-lock-keyword-face, font-lock-builtin-face)
1007 (font-lock-function-name-face, font-lock-variable-name-face)
1008 (font-lock-type-face, font-lock-constant-face):
1009 * ido.el (ido-first-match, ido-only-match, ido-subdir)
1010 (ido-virtual, ido-indicator, ido-incomplete-regexp):
1011 * speedbar.el (speedbar-button-face, speedbar-file-face)
1012 (speedbar-directory-face, speedbar-tag-face)
1013 (speedbar-selected-face, speedbar-highlight-face)
1014 (speedbar-separator-face):
1015 * whitespace.el (whitespace-newline, whitespace-space)
1016 (whitespace-hspace, whitespace-tab, whitespace-trailing)
1017 (whitespace-line, whitespace-space-before-tab)
1018 (whitespace-space-after-tab, whitespace-indentation)
1019 (whitespace-empty):
1020 * emulation/cua-base.el (cua-global-mark):
1021 * eshell/em-prompt.el (eshell-prompt):
1022 * net/newst-plainview.el (newsticker-new-item-face)
1023 (newsticker-old-item-face, newsticker-immortal-item-face)
1024 (newsticker-obsolete-item-face, newsticker-date-face)
1025 (newsticker-statistics-face, newsticker-default-face):
1026 * net/newst-reader.el (newsticker-feed-face)
1027 (newsticker-extra-face, newsticker-enclosure-face):
1028 * net/newst-treeview.el (newsticker-treeview-face)
1029 (newsticker-treeview-new-face, newsticker-treeview-old-face)
1030 (newsticker-treeview-immortal-face)
1031 (newsticker-treeview-obsolete-face)
1032 (newsticker-treeview-selection-face):
1033 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
1034 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
1035 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
1036 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
1037 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
1038 (nxml-outline-active-indicator, nxml-outline-ellipsis):
1039 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
1040 (mpuz-text):
1041 * progmodes/vera-mode.el (vera-font-lock-number)
1042 (vera-font-lock-function, vera-font-lock-interface):
1043 * textmodes/table.el (table-cell): Use new-style face specs, and
1044 don't use the old :bold and :italic attributes.
1045
1046 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
1047 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
1048 (ebrowse-member-class, ebrowse-progress): Likewise.
1049 (ebrowse-tree-mark-face, ebrowse-root-class-face)
1050 (ebrowse-file-name-face, ebrowse-default-face)
1051 (ebrowse-member-attribute-face, ebrowse-member-class-face)
1052 (ebrowse-progress-face): Remove obsolete faces.
1053
1054 * progmodes/flymake.el (flymake-errline, flymake-warnline):
1055 Inherit from error and warning faces respectively.
1056
1057 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1058 Likewise.
f80efb86
SM
1059 (flyspell-incorrect-face, flyspell-duplicate-face):
1060 Remove obsolete aliases.
4b56d0fe 1061
03310646
MA
10622012-06-08 Michael Albinus <michael.albinus@gmx.de>
1063
1064 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
1065 Avoid infloop.
1066
513749ee
SM
10672012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1068
1069 * startup.el (argv, argi): Make lexically scoped.
1070 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
1071 * emacs-lisp/cl-macs.el: Use lexical-binding.
1072 Rename cl-bind-* to cl--bind-*.
1073 * files.el: Don't require `cl' since it doesn't use it.
1074 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
1075
595ef4ad
JB
10762012-06-08 Juanma Barranquero <lekktu@gmail.com>
1077
1078 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
1079 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
1080 instead of calling external sort utility.
1081 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
1082
e9f66fcb
EZ
10832012-06-08 Eli Zaretskii <eliz@gnu.org>
1084
1085 * descr-text.el (describe-char): Mention how to insert the
1086 character, if the current input method doesn't support it.
1087 See the discussion in this thread for the details:
1088 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
1089
3d10db47
SS
10902012-06-08 Sam Steingold <sds@gnu.org>
1091
1092 * bindings.el (global-map): Bind XF86Forward to next-buffer and
1093 XF86Back to previous-buffer.
1094 (minibuffer-local-map): Bind them to next-history-element and
1095 previous-history-element respectively.
1096 * help-mode.el (help-mode-map): Bind them to help-go-forward and
1097 help-go-back respectively.
1098 * info.el (Info-mode-map): Bind them to Info-history-forward and
1099 Info-history-back respectively.
1100 These are the keys next to Up on the ThinkPad keyboard.
1101
de7e2b36
SM
11022012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1103
1104 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
1105 * emacs-lisp/cl-macs.el: Provide itself.
1106 (cl--labels-convert-cache): New var.
1107 (cl--labels-convert): New function.
1108 (cl-flet, cl-labels): New implementation with new semantics, relying on
1109 lexical-binding.
1110 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
1111 (cl-closure-vars, cl--function-convert-cache)
1112 (cl--function-convert): Move from cl-macs.el.
1113 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
1114 rename by removing the "cl-" prefix.
1115 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
1116
6fa6c4ae
SM
11172012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1118
1119 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
1120 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
1121 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
1122 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
1123 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
1124 (cl-hash-table-count): Add old compatibility aliases.
1125
1126 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
1127 Use macroexpand-all-environment instead.
1128 (cl--old-macroexpand): New var.
1129 (cl--sm-macroexpand): New function.
1130 (cl-symbol-macrolet): Use it during macro expansion.
1131 (cl--function-convert-cache): New var.
1132 (cl--function-convert): New function, extracted from
1133 cl-macroexpand-all.
1134 (cl-lexical-let): Use it.
1135
1136 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
1137 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
1138 (cl-member): Remove old alias.
1139
1140 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
1141 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
1142 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
1143 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
1144 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
1145 (cl-macroexpand-cmacs): Remove var.
1146 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
1147 Use macroexpand-all instead.
1148
4dd1c416
SM
11492012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1150
1151 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
1152 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
1153 (macroexp-copyable-p): New functions and macros.
1154 * emacs-lisp/edebug.el (edebug-unwrap):
1155 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
1156 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
1157 (pcase--let*): Remove.
1158 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
1159 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
1160 macroexp-const-p instead.
1161 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
1162
1163 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
1164 instead of "cl-" for internal definitions. Use macroexp-const-p.
1165 (cl-old-bc-file-form): Remove var.
1166 (cl-const-exprs-p): Remove fun.
1167 (cl-labels, cl-macrolet): Use backquote.
1168 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
1169 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
1170 (cl-define-setf-expander): Rename from cl-define-setf-method.
1171 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
1172
1173 * international/mule-cmds.el: Don't require CL.
1174 (view-hello-file): Don't use `letf'.
1175
ed8bd4d7
SM
11762012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1177
7287f2f3
SM
1178 * tmm.el (tmm-prompt): Use string-prefix-p.
1179 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
1180 (tmm-add-prompt): Use minibuffer-completion-help.
1181 (tmm-delete-map): Remove.
1182
ed8bd4d7
SM
1183 * subr.el (kbd): Make it its own function.
1184
7b4cdbf4
SM
11852012-06-07 Stefan Merten <smerten@oekonux.de>
1186
1187 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
1188 Silence compiler warnings. Fix versions.
ed8bd4d7 1189 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7b4cdbf4 1190 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
ed8bd4d7 1191 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7b4cdbf4
SM
1192 (rst-package-emacs-version-alist): Correct Emacs version to
1193 represent major merge with upstream.
ed8bd4d7 1194 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7b4cdbf4 1195
2b48d721
GM
11962012-06-06 Glenn Morris <rgm@gnu.org>
1197
1198 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
1199 Only print environment variables if set.
1200
fa779ab0
SM
12012012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1202
1203 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
1204 (macroexp--cons): Rename from maybe-cons.
1205 (macroexp--accumulate): Rename from macroexp-accumulate.
1206 (macroexp--all-forms): Rename from macroexpand-all-forms.
1207 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
1208 (macroexp--expand-all): Rename from macroexpand-all-1.
1209
628299e0
SS
12102012-06-06 Sam Steingold <sds@gnu.org>
1211
1212 * calendar/calendar.el (calendar-in-read-only-buffer):
1213 Call `special-mode' to enable the standard read-only keybindings.
1214
b7bb5838
SM
12152012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1216
1217 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
1218 with "loading" messages (bug#11635).
1219
dfb308ba
MA
12202012-06-06 Michael Albinus <michael.albinus@gmx.de>
1221
1222 * files.el (enable-remote-dir-locals): New option.
1223 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
1224
0372ee92
MA
1225 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
1226 Ensure, that the temp directory is local.
1227
1228 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
1229 `temporary-file-directory'.
1230
eed0bb91
MA
1231 * progmodes/python.el (python-send-region): Ensure, that the
1232 temporary file is created also in the remote case.
1233
7a58f64d
GM
12342012-06-06 Glenn Morris <rgm@gnu.org>
1235
f7dd4e98
GM
1236 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
1237 (vc-rcs-update-changelog): Use it.
1238
276d5f5d
GM
1239 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff
1240
7a58f64d
GM
1241 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
1242 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
1243 (vc-sccs-diff): Replace use of the external vcdiff script.
1244
daed4003
GM
12452012-06-05 Glenn Morris <rgm@gnu.org>
1246
1247 * ledit.el: Move to obsolete/.
1248
48c455c7
SS
12492012-06-05 Sam Steingold <sds@gnu.org>
1250
1251 * calendar/calendar.el (calendar-exit): reinstate the 2012-03-28
1252 patch (Bug#11140).
1253
57a7d507
SM
12542012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1255
d32926ff
SM
1256 * emacs-list/cust-print.el: Move to obsolete.
1257
53aacf21
SM
1258 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
1259 compiler-macro expansion.
1260
57a7d507
SM
1261 Add native compiler-macro support.
1262 * emacs-lisp/macroexp.el (macroexpand-all-1):
1263 Support compiler-macros directly. Properly follow aliases and apply
1264 the compiler macros more thoroughly.
1265 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
1266 macroexpand now properly follows aliases.
1267 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
1268 (cl-compiler-macroexpand): Use new prop.
1269 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
1270
1271 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
1272
51a5f9d8
MR
12732012-06-05 Martin Rudalics <rudalics@gmx.at>
1274
1275 * window.el (get-lru-window, get-mru-window, get-largest-window):
1276 New argument NOT-SELECTED to avoid picking the selected window.
1277 (window--display-buffer-1, window--display-buffer-2): Replace by
1278 new function window--display-buffer
1279 (display-buffer-same-window, display-buffer-reuse-window)
57a7d507
SM
1280 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1281 Use window--display-buffer.
51a5f9d8
MR
1282 (display-buffer-use-some-window): Remove temporary dedication
1283 hack by calling get-lru-window and get-largest-window with
1284 NOT-SELECTED argument non-nil. Call window--display-buffer.
1285
08f9f738
GM
12862012-06-05 Glenn Morris <rgm@gnu.org>
1287
1288 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
1289 Replace external vcdiff script.
1290
e364a2b7
SM
12912012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
1292
1293 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
1294
041df390
CY
12952012-06-04 Chong Yidong <cyd@gnu.org>
1296
e364a2b7
SM
1297 * image.el (imagemagick-types-inhibit): Revert last change.
1298 Add INFO and M.
47b36b94 1299 (imagemagick-enabled-types): Remove CIN and EPS*.
041df390 1300
7c1898a7
SM
13012012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
1302
1303 * emacs-lisp/cl-lib.el: Rename from cl.el.
1304 * emacs-lisp/cl.el: New compatibility file.
1305 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
1306 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
1307 to obey the "cl-" prefix.
1308 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
1309
0c3461de
GM
13102012-06-03 Glenn Morris <rgm@gnu.org>
1311
1e266c88
GM
1312 * emacs-lisp/authors.el (authors-aliases): Addition.
1313
0c3461de
GM
1314 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
1315 Fix :version.
1316
d8a52e15
SM
13172012-06-03 Stefan Merten <smerten@oekonux.de>
1318
1319 * textmodes/rst.el: Add comments.
1320 (rst-transition, rst-adornment): New faces.
1321 (rst-adornment-faces-alist): Make default safe to reevaluate.
1322 Fixes
1323 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
1324 Improve customization tags.
1325 (rst-define-level-faces): Clarify meaning.
1326
5205d6f6
CY
13272012-06-03 Chong Yidong <cyd@gnu.org>
1328
1329 * progmodes/compile.el (compilation-mode-line-fail)
7c1898a7
SM
1330 (compilation-mode-line-run, compilation-mode-line-exit):
1331 New faces.
5205d6f6
CY
1332 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
1333
757ee657
JD
13342012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
1335
7c1898a7
SM
1336 * progmodes/which-func.el (which-func-update-ediff-windows):
1337 New function. Use it in ediff-select-hook (Bug#11478).
757ee657 1338
5f2c76c6
CY
13392012-06-03 Chong Yidong <cyd@gnu.org>
1340
1341 * bindings.el: Remove explicit help text from format-mode-line.
1342 It is now supplied by mode-line-default-help-echo.
1343 (mode-line-front-space, mode-line-end-spaces)
1344 (mode-line-misc-info): New variables.
1345 (mode-line-modes, mode-line-position): Move the default value to
1346 the variable definition.
1347 (mode-line-default-help-echo): New defcustom.
383f7350
CY
1348 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
1349 (mode-line-modified-help-echo): New functions.
1350 (mode-line-mule-info, mode-line-modified): Use them.
1351 (mode-line-eol-desc, propertized-buffer-identification):
1352 Consistency fixes for help text.
cbe46e5f
CY
1353 (mode-line-coding-system-map): Allow using mouse-3 to invoke
1354 set-buffer-file-coding-system (Bug#289).
1355 (mode-line-mule-info-help-echo): Update help text.
5f2c76c6 1356
f2d6a3df
SM
13572012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
1358
1359 * simple.el (execute-extended-command): Set real-this-command
1360 (bug#11506).
1361
37269466
CY
13622012-06-02 Chong Yidong <cyd@gnu.org>
1363
1364 Remove incorrect uses of "modeline" in comments, docstrings, and
1365 function/variable names (Bug#10329).
1366
1367 * cus-edit.el (mode-line):
1368 * dframe.el (dframe-mouse-hscroll):
1369 * emacs-lisp/re-builder.el:
1370 * emacs-lisp/easy-mmode.el (define-minor-mode):
1371 * frame.el (set-frame-name):
1372 * help.el (lookup-minor-mode-from-indicator):
1373 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
1374 * progmodes/cc-cmds.el (c-toggle-auto-newline)
1375 (c-toggle-hungry-state):
1376 * progmodes/antlr-mode.el (antlr-language-alist):
1377 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
1378 * progmodes/vhdl-mode.el (vhdl-mode):
1379 * progmodes/which-func.el (which-func, which-func-cleanup-function):
1380 * term/ns-win.el (ns-face-at-pos):
1381 * term/sup-mouse.el (sup-mouse-report):
1382 * textmodes/flyspell.el (flyspell-mode-line-string):
1383 * textmodes/ispell.el (ispell-highlight-face):
1384 * textmodes/reftex-global.el:
1385 * vc/vc-arch.el (vc-arch-mode-line-string):
1386 * vc/vc-cvs.el (vc-cvs-mode-line-string):
1387 * vc/vc-git.el (vc-git-mode-line-string):
1388 * vc/vc-hooks.el (vc-display-status)
1389 (vc-default-mode-line-string):
1390 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
1391
1392 * ansi-color.el (ansi-color-faces-vector): Change default faces.
1393
1394 * dired.el (dired-sort-set-mode-line): Rename from
1395 dired-sort-set-modeline. All callers changed.
1396
1397 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
1398 eshell-status-in-modeline.
1399
1400 * foldout.el (foldout-mode-line-string): Rename from
1401 foldout-modeline-string. All callers changed.
1402 (foldout-update-mode-line): Rename from foldout-update-modeline.
1403
1404 * subr.el (redraw-modeline): Make into obsolete alias.
1405
1406 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
1407 timeclock-modeline-display. Make old name an alias.
1408 (timeclock-update-mode-line): Likewise. All callers changed.
1409 (timeclock-mode-line-display): No need to check before using
1410 add-hook.
1411 (timeclock-relative, timeclock-day-over-hook)
1412 (timeclock-use-elapsed, timeclock-mode-string)
1413 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
1414
1415 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
1416 crisp-mode-modeline-string.
1417
1418 * play/solitaire.el (solitaire-build-mode-line): Rename from
1419 solitaire-build-modeline. All callers changed.
1420
1421 * play/zone.el (zone-hiding-mode-line): Rename from
1422 zone-hiding-modeline. All callers changed.
1423 (zone): Remove unusued `modeline-hidden-level' property.
1424
1425 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
1426 xscheme-modeline-initialize. All callers changed.
1427
1428 * strokes.el (strokes-lighter): Rename from
1429 strokes-modeline-string.
1430
1431 * textmodes/sgml-mode.el (html-face-tag-alist)
1432 (html-tag-face-alist): Use mode-line face instead of obsolete
1433 alias modeline.
1434
42152ee4
SM
14352012-06-02 Stefan Merten <smerten@oekonux.de>
1436
1437 * textmodes/rst.el: Always require `cl'.
4cf9b38d 1438 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
42152ee4 1439
95f520b5
CY
14402012-06-02 Chong Yidong <cyd@gnu.org>
1441
1442 * image.el (imagemagick-enabled-types): Rename from
1443 imagemagick-types-enable. Add many more types.
1444 (imagemagick-types-inhibit): Change default to nil.
1445 (imagemagick-filter-types): Caller changed.
1446
4a5f187a
SM
14472012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1448
03fef3e6
SM
1449 * emacs-lisp/cl-macs.el: Use backquotes.
1450 (cl-transform-function-property): Use eval-and-compile rather than
1451 abusing `require'.
1452 (defstruct): Use declare-function instead of with-no-warnings.
1453
4a5f187a
SM
1454 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
1455 (byte-compile-output-docform): Re-add the print-circle bindings.
1456 (byte-compile-fix-header): Use #$ just because it's shorter.
1457 (byte-compile-output-file-form): Remove defun/defmacro.
1458
bd56924f
MR
14592012-06-01 Martin Rudalics <rudalics@gmx.at>
1460
1461 * simple.el (choose-completion): Remove now obsolete binding for
1462 owindow.
1463
046e38ce
MA
14642012-06-01 Michael Albinus <michael.albinus@gmx.de>
1465
1466 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
1467 in order to avoid "Stack overflow in regexp matcher".
1468
32d72c2f
GM
14692012-05-31 Glenn Morris <rgm@gnu.org>
1470
1471 * image.el: For clarity, call imagemagick-register-types at
1472 top-level, rather than relying on a custom :initialize.
1473 (imagemagick-types-enable): New option. (Bug#11557)
60b5f187
GM
1474 (imagemagick-filter-types): New function. (Bug#7406)
1475 (imagemagick-register-types): Use imagemagick-filter-types.
32d72c2f
GM
1476 If disabling support, remove elements altogether rather
1477 than using an impossible regexp.
1478 (imagemagick-types-inhibit): Give it the default init function.
1479
dd41169b
SM
14802012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1481
4a5f187a
SM
1482 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
1483 Handle arbitrary file name lengths (Bug#11585).
dd41169b 1484
efc00ab1 14852012-05-31 Martin Rudalics <rudalics@gmx.at>
5221ccb9
MR
1486
1487 * desktop.el (desktop-read): Clear previous and next buffers for
1488 all windows and bury *Messages* buffer (bug#11556).
1489
500fcedc
SM
14902012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1491
1492 Add `declare' for `defun'. Align `defmacro's with it.
1493 * emacs-lisp/easy-mmode.el (define-minor-mode)
1494 (define-globalized-minor-mode): Don't autoload the var definitions.
1495 * emacs-lisp/byte-run.el: Use lexical-binding.
1496 (defun-declarations-alist, macro-declarations-alist): New vars.
1497 (defmacro, defun): Use them.
1498 (make-obsolete, define-obsolete-function-alias)
1499 (make-obsolete-variable, define-obsolete-variable-alias):
1500 Use `declare'.
1501 (macro-declaration-function): Mark obsolete.
1502 * emacs-lisp/autoload.el: Use lexical-binding.
1503 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
1504
6e8a1786
AM
15052012-05-30 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
1506
1507 * textmodes/ispell.el (ispell-with-no-warnings):
1508 Define as a macro.
500fcedc
SM
1509 (ispell-kill-ispell, ispell-change-dictionary):
1510 Use `called-interactively-p' for Emacs instead of obsolete
6e8a1786
AM
1511 `interactive-p'.
1512
61b108cc
SM
15132012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1514
1515 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
1516 (macro-declaration-function): Move var from C code.
1517 (macro-declaration-function): Define function with defalias.
1518 * emacs-lisp/macroexp.el (macroexpand-all-1):
1519 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
1520 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
1521 defun/defmacro any more.
1522 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
1523 Provide fallback for unknown arglist.
1524 (byte-compile-arglist-warn): Change calling convention.
1525 (byte-compile-output-file-form): Move print-vars binding.
1526 (byte-compile-output-docform): Simplify accordingly.
1527 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
1528 (byte-compile-defmacro-declaration): Remove.
1529 (byte-compile-file-form-defmumble): Generalize to defalias.
1530 (byte-compile-output-as-comment): Return byte-positions.
1531 Simplify callers accordingly.
1532 (byte-compile-lambda): Use `assert'.
1533 (byte-compile-defun, byte-compile-defmacro): Remove.
1534 (byte-compile-file-form-defalias):
1535 Use byte-compile-file-form-defmumble.
1536 (byte-compile-defalias-warn): Remove.
1537
6d3f7c2f
SM
15382012-05-29 Stefan Merten <smerten@oekonux.de>
1539
1540 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
61b108cc 1541 possible. Fix authors. Improve comments. Improve loading of `cl'.
6d3f7c2f
SM
1542
1543 (rst-mode-abbrev-table): Merge definition.
1544 (rst-mode): Make sure `font-lock-defaults' is buffer local.
1545 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
1546
6dbaa1c7
UJ
15472012-05-29 Ulf Jasper <ulf.jasper@web.de>
1548
1549 * calendar/icalendar.el
1550 (icalendar-export-region): Export UID properly.
1551
15522012-05-29 Leo <sdl.web@gmail.com>
61b108cc
SM
1553 * calendar/icalendar.el (icalendar-import-format):
1554 Add `icalendar-import-format-uid' (Bug#11525).
6dbaa1c7
UJ
1555 (icalendar-import-format-uid): New.
1556 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
1557 Export UID.
1558
6876a58d
SM
15592012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1560
1561 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
1562 different alternative patterns.
1563 (pcase-codegen): Be more careful to preserve identity.
1564 (pcase--u1): Don't forget to mark vars as used.
1565
1566 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
1567 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
1568 (byte-compile-from-buffer): ...rather than here.
1569
1570 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
1571 functions from byte-compile-function-environment.
1572
46b7967e
TN
15732012-05-29 Troels Nielsen <bn.troels@gmail.com>
1574
1575 * window.el (window-deletable-p): Avoid deleting the root window
1576 of a frame with an active minibuffer.
1577
69d565e2
MR
15782012-05-29 Martin Rudalics <rudalics@gmx.at>
1579
1580 * simple.el (choose-completion): Use quit-window (Bug#11567).
1581
a149fa51
CY
15822012-05-29 Chong Yidong <cyd@gnu.org>
1583
1584 * whitespace.el (whitespace-cleanup): Fix usage of
1585 whitespace-empty-at-bob-regexp (Bug#11492).
1586
2b311310
AH
15872012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1588
1589 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
1590 revert (Bug#11488).
1591
b9cb2387
JL
15922012-05-29 Juri Linkov <juri@jurta.org>
1593
1594 * isearch.el (isearch-mode-map): Bind `M-s _' to
1595 `isearch-toggle-symbol'. Bind `M-s c' to
1596 `isearch-toggle-case-fold'.
1597 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
1598 (isearch-forward): Add `M-s _' to the docstring.
1599 (isearch-forward-symbol, isearch-toggle-case-fold)
1600 (isearch-symbol-regexp): New functions. (Bug#11381)
1601
d5e61c1c
JL
16022012-05-29 Juri Linkov <juri@jurta.org>
1603
1604 * isearch.el (isearch-word): Add docstring. (Bug#11381)
1605 (isearch-occur, isearch-search-and-update): If `isearch-word' is
1606 a function, call it to get the regexp.
1607 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
1608 property `isearch-message-prefix' instead of the string "word ".
1609 (isearch-search-fun-default): For the case of `isearch-word',
1610 return a lambda that calls re-search-forward/re-search-backward
1611 with a regexp returned by `word-search-regexp' or by the function
1612 in `isearch-word'.
1613
8cbd80f7
JL
16142012-05-29 Juri Linkov <juri@jurta.org>
1615
1616 * isearch.el (isearch-search-fun-default): New function.
1617 (isearch-search-fun): Move default part to the new function
1618 `isearch-search-fun-default'.
1619 (isearch-search-fun-function): Set the default value to
1620 `isearch-search-fun-default'. (Bug#11381)
1621
1622 * comint.el (comint-history-isearch-end):
1623 Use `isearch-search-fun-default'.
1624 (comint-history-isearch-search): Use `isearch-search-fun-default'
1625 and remove spacial case for `isearch-word'.
1626 (comint-history-isearch-wrap): Remove spacial case for
1627 `isearch-word'.
1628
1629 * hexl.el (hexl-isearch-search-function):
1630 Use `isearch-search-fun-default'.
1631
1632 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
1633 Use `word-search-regexp' for `isearch-word'.
1634
1635 * misearch.el (multi-isearch-search-fun):
1636 Use `isearch-search-fun-default'.
1637
1638 * simple.el (minibuffer-history-isearch-search):
1639 Use `isearch-search-fun-default' and remove spacial case for
1640 `isearch-word'.
1641 (minibuffer-history-isearch-wrap): Remove spacial case for
1642 `isearch-word'.
1643
1644 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
1645 Remove spacial case for `isearch-word'.
1646 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
1647
85c8c5b6
AM
16482012-05-28 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
1649
1650 Decrease XEmacs incompatibilities.
1651 * textmodes/flyspell.el (flyspell-check-pre-word-p):
1652 Use `string-match'.
1653 (flyspell-delete-region-overlays): Use alternative definition for
1654 XEmacs.
1655 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
1656 (flyspell-word): Use `process-kill-without-query' if XEmacs.
1657 (flyspell-mode-on): Use `interactive-p' if XEmacs.
1658 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
1659 `define-obsolete-face-alias' under XEmacs, but old method.
1660
1661 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
1662 `with-no-warnings' definition or Emacs alias.
1663 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
1664 (ispell-word): Do not use `region-p' if XEmacs.
1665
8cab9efc
AM
16662012-05-28 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
1667
1668 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
1669 Check for `ispell-dictionary-base-alist' instead of full
1670 `ispell-dictionary-alist'.
1671 (ispell-init-process): Show spellchecker when starting new Ispell
1672 process.
1673
fda91268
RZ
16742012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1675
1676 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
1677 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
1678
694ea8e3
JB
16792012-05-27 Juanma Barranquero <lekktu@gmail.com>
1680
1681 * version.el (motif-version-string, gtk-version-string)
1682 (ns-version-string): Declare.
1683
e4d4f539
JL
16842012-05-27 Juri Linkov <juri@jurta.org>
1685
1686 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
1687 after the `eval-defun-1' specialcaseing
1688 like in `edebug-eval-defun' (bug#10181).
1689
1690 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
1691 like in `eval-defun-1'.
1692
33017faf 16932012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 1694
fda91268
RZ
1695 * mail/sendmail.el (mail-yank-region):
1696 Recognize rmail-yank-current-message in addition to insert-buffer.
1697 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
1698 a *mail* buffer created through rmail-start-mail with sendmail as
1699 mail-user-agent.
1700
33017faf
GM
17012012-05-27 Chong Yidong <cyd@gnu.org>
1702
1703 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
1704 Default to 256 (Bug#11267).
1705
1706 * help.el (describe-mode): Doc fix.
1707
04188bb9
GM
17082012-05-26 Glenn Morris <rgm@gnu.org>
1709
38264cc9
GM
1710 * w32-fns.el (w32-init-info): Remove.
1711 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
1712
eb7afdad
GM
1713 * info.el (info-initialize): For self-contained NS builds, put the
1714 included info/ directory at the front. (Bug#2791)
1715
04188bb9
GM
1716 * paths.el (Info-default-directory-list): Make it a defcustom,
1717 mainly so that we can use custom-initialize-delay.
1718
a179e3f7
SM
17192012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1720
43416392
SM
1721 * subr.el (buffer-has-markers-at): Mark obsolete.
1722
a179e3f7 1723 * subr.el (lambda): Use declare.
43416392 1724
a179e3f7
SM
1725 * emacs-lisp/lisp-mode.el (lambda):
1726 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
1727
34a008d9
AH
17282012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1729
1730 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
1731
0a3b289f
GM
17322012-05-26 Glenn Morris <rgm@gnu.org>
1733
1734 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
1735
758c81e8
GM
17362012-05-25 Glenn Morris <rgm@gnu.org>
1737
f9f334f0
GM
1738 * paths.el: Remove no-byte-compile.
1739 * loadup.el: No need to load paths.el uncompiled.
1740
87eb79c2
GM
1741 * image.el (imagemagick-types-inhibit): Doc fix.
1742
758c81e8
GM
1743 * version.el: Remove no-byte-compile and associated formatting.
1744 * loadup.el: No need to load version.el uncompiled. AFAICS, this
1745 is ancient code from when there was an "inc-vers.el".
1746
e7e85dc0
SM
17472012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1748
1749 * progmodes/gdb-mi.el: Minor style changes.
1750 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
1751 Turn into minor modes.
1752 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
1753 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
1754 (gdb-shell): Remove unneeded let-binding.
1755 (gdb-get-many-fields): Eliminate O(n²) behavior.
1756
f31237a4
EZ
17572012-05-25 Eli Zaretskii <eliz@gnu.org>
1758
1759 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
1760 platforms that don't link in fontset.c.
1761
bc1b21bb
JL
17622012-05-25 Juri Linkov <juri@jurta.org>
1763
1764 Use the same diff color scheme as in modern VCSes (bug#10181).
1765
1766 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
1767 to avoid confusion with `diff-added' that now uses green colors.
1768 (diff-removed): Use shades of red.
1769 (diff-added): Use shades of green.
1770 (diff-changed): Leave just the yellow color.
1771 (diff-use-changed-face): New variable.
1772 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
1773 how to highlight context diff changes.
1774 (diff-refine-change): Use shades of yellow.
1775 (diff-refine-removed): New face that uses shades of red.
1776 (diff-refine-added): New face that uses shades of green.
1777 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
1778 `diff-refine-removed' in the call to `smerge-refine-subst'
1779 depending on the value of `diff-use-changed-face'.
1780
1781 * vc/smerge-mode.el (smerge-mine): Use shades of red.
1782 (smerge-other): Use shades of green.
1783 (smerge-base): Use shades of yellow.
1784 (smerge-refined-change): Empty face.
1785 (smerge-refined-removed): New face that uses shades of red.
1786 (smerge-refined-added): New face that uses shades of green.
1787 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
1788 args `props-r' and `props-a', and use them. Doc fix.
1789 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
1790 on its value use different faces `smerge-refined-change',
1791 `smerge-refined-removed', `smerge-refined-added' in the call to
1792 `smerge-refine-subst'.
1793
1794 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
1795 Add face condition `min-colors 88' with shades of red.
1796 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
1797 `min-colors 88' with shades of green.
1798 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
1799 `min-colors 88' with shades of yellow.
1800
6df9112c
GM
18012012-05-24 Glenn Morris <rgm@gnu.org>
1802
ead5edc0
GM
1803 * paths.el (prune-directory-list, remote-shell-program): Move to...
1804 * files.el (prune-directory-list, remote-shell-program): ...here.
1805 For the latter, delay initialization, prefer ssh, just search PATH.
1806
f18b81e6
GM
1807 * paths.el (term-file-prefix): Move to faces.el (the only user).
1808 * faces.el (term-file-prefix): Move here, make it a defcustom.
1809
ee2f89a6
GM
1810 * paths.el (news-directory, news-path, news-inews-program):
1811 Move to gnus/nnspool.el.
61a583ca 1812
f8815e4c
GM
1813 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
1814
c8f3b42c
GM
1815 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
1816 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
1817 Make the latter a defcustom, with a delayed initialization.
1818
6df9112c
GM
1819 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
1820 These were deleted from Gnus itself late 2010.
1821
5dadff36
JB
18222012-05-22 Juanma Barranquero <lekktu@gmail.com>
1823
9e1701c6
JB
1824 * progmodes/which-func.el (which-func-ff-hook):
1825 Check against user-error, not error.
1826
bd7239f5 1827 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
1828 cl-specs.el, which no longer exists.
1829
3290526d
GM
18302012-05-22 Glenn Morris <rgm@gnu.org>
1831
1832 * info.el (info-emacs-bug): New command.
1833 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
1834 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
1835
ff0c3cfb
GM
18362012-05-21 Glenn Morris <rgm@gnu.org>
1837
1838 * makefile.w32-in (update-subdirs-SH):
1839 * Makefile.in (update-subdirs): Update for moved update-subdirs.
1840
5814f126
SM
18412012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
1842
a52c0aa0
SM
1843 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
1844
5814f126
SM
1845 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1846 Simplify Maven regexp, and make sure the file can't start with a space
1847 (bug#11517).
1848
b847032c
GM
18492012-05-21 Glenn Morris <rgm@gnu.org>
1850
1851 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
1852 Scrap superfluous subshells.
1853
3858bfe7
SM
18542012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
1855
1856 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
1857 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
1858
d14b0029
JB
18592012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
1860
1861 * calc/calc.el (calc-ensure-consistent-units): New variable.
1862
a52c0aa0
SM
1863 * calc/calc-units.el (math-consistent-units-p)
1864 (math-check-unit-consistency): New functions.
1865 (calc-quick-units, calc-convert-units):
1866 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
1867 is non-nil.
d14b0029
JB
1868 (calc-extract-units): Fix typo.
1869
60c4db3a
SM
18702012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1871
77f3b62e
SM
1872 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
1873
60c4db3a
SM
1874 * textmodes/flyspell.el: Commenting style, plus code simplifications.
1875 (flyspell-default-deplacement-commands): Don't spell check after
1876 repeated window/frame switches (e.g. triggered by mouse-movement).
1877 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
1878 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
1879 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
1880 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
1881 Remove unused vars.
1882 (flyspell-get-casechars, flyspell-get-not-casechars):
1883 Simplify; Don't bother removing a ] just to add it back.
1884 * textmodes/ispell.el (ispell-program-name): Use executable-find.
1885
b1a10716
RS
18862012-05-18 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
1887
1888 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
1889 New functions.
bd7239f5 1890 (math-function-table): Add support for more C functions.
b1a10716 1891
3f1b25b5
AM
18922012-05-18 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
1893
1894 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
1895 (flyspell-debug-signal-word-checked): Protect delay handling for
1896 otherchars against empty otherchars.
1897
b581bb5c
SM
18982012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1899
1900 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
1901 their respective macro declarations.
1902 * skeleton.el (define-skeleton):
1903 * progmodes/compile.el (define-compilation-mode):
1904 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
1905 (define-ibuffer-filter):
1906 * emacs-lisp/generic.el (define-generic-mode):
1907 * emacs-lisp/easy-mmode.el (define-minor-mode)
1908 (define-globalized-minor-mode):
1909 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
1910 * emacs-lisp/byte-run.el (defsubst):
1911 * custom.el (deftheme): Add doc-string metadata.
1912
70b8ef8f
SM
19132012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1914
1915 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
1916
b1198e17
SM
19172012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1918
9abdc45d
SM
1919 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
1920
b1198e17
SM
1921 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
1922 * emacs-lisp/cl-macs.el: Idem.
1923 * emacs-lisp/cl-specs.el: Remove.
1924
4735906a
SM
19252012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1926
1927 Minor renaming of internal CL functions and variables.
1928 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
1929 (cl--position): Rename from cl-position.
1930 (cl--delete-duplicates): Rename from cl-delete-duplicates.
1931 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
1932 (cl--random-state): Rename from *random-state*.
1933
ac348012
SM
19342012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1935
1936 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
1937 parens around the arg list (bug#11499).
1938
a0a79cde
JL
19392012-05-17 Juri Linkov <juri@jurta.org>
1940
1941 * isearch.el (word-search-regexp, word-search-backward)
1942 (word-search-forward, word-search-backward-lax)
1943 (word-search-forward-lax): Move functions from search.c
1944 (bug#10145, bug#11381).
1945
65034a51
AM
19462012-05-16 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
1947
1948 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
1949 (flyspell-debug-signal-word-checked): Delay for otherchars as for
1950 normal word components.
1951
1a72a195
SM
19522012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
1953
1954 * minibuffer.el (completion--sifn-requote): Fix last change.
1955 (minibuffer-local-must-match-filename-map):
1956 Move define-obsolete-variable-alias before its var.
1957
fdb058c2
SM
19582012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1959
c41045e6
SM
1960 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
1961
036dfb8b
SM
1962 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
1963 behavior.
1964 (completion--string-equal-p): New function.
1965 (completion--twq-all): Use it to get better assertion failure data.
1966
2473256d
SM
1967 Only handle ".." and '..' quoting in shell-mode (bug#11466).
1968 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
1969 (shell--requote-argument): New functions.
1970 (shell-completion-vars): Use them.
1971 (shell--parse-pcomplete-arguments): Rename from
1972 shell-parse-pcomplete-arguments.
1973 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
1974 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
1975 Obey comint-file-name-quote-list.
1976
fdb058c2
SM
1977 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
1978 (smie-indent-keyword): Use it.
1979
51fa99f1
SM
19802012-05-14 Stefan Merten <smerten@oekonux.de>
1981
1982 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
1983
e18afed7 19842012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
1985
1986 * net/rlogin.el (rlogin-mode-map): Fix last change.
1987
e18afed7 19882012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
1989
1990 * mail/smtpmail.el (smtpmail-send-command): Send the command and
1991 the following \r\n using a single `process-send-string', since the
1992 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 1993 with two `process-send-string's (Bug#11444).
8633b1f4 1994
e18afed7 19952012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 1996
fdb058c2
SM
1997 * shell.el (shell-parse-pcomplete-arguments):
1998 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 1999
2d21d7f6
WJ
20002012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
2001
e18afed7 2002 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
2003 (image-transform-scale, image-transform-right-angle-fudge): New vars.
2004 (image-transform-width, image-transform-fit-width): New functions.
2005 (image-transform-properties): Use them.
2006 (image-transform-check-size): New function.
2007 (image-toggle-display-image): Use it (for testing).
2008 (image-transform-set-rotation): Reduce angle mod 360.
2009 Delete obsolete comment.
2010
7102e6d0
WJ
20112012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
2012
2013 * image-mode.el: Fix scaling (bug#11399).
2014 (image-transform-resize): Doc fix.
2015 (image-transform-properties): Default scale is 1 and height should
2016 be an integer.
2017
06bc5e6e
SM
20182012-05-13 Johan BockgĂ¥rd <bojohan@gnu.org>
2019
2020 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
2021 than hard-coding `car', to fix misbehavior when moving forward.
2022
0ae03b6a
CY
20232012-05-13 Chong Yidong <cyd@gnu.org>
2024
2025 * emacs-lisp/tabulated-list.el (tabulated-list-format)
2026 (tabulated-list-entries, tabulated-list-padding)
2027 (tabulated-list-sort-key): Make permanent-local.
2028
2029 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
2030 (electric-buffer-list): Put electric buffer menu
2031 command descriptions in this docstring, instead of the docstring
2032 of electric-buffer-menu-mode. Code cleanups.
2033 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
2034 Electric-buffer-menu-mode.
2035 (electric-buffer-update-highlight): Minor code cleanup.
2036
205a7391
MA
20372012-05-13 Michael Albinus <michael.albinus@gmx.de>
2038
2039 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
2040 (Bug#11447)
2041
e5bd0a28
SM
20422012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2043
2044 Move define-obsolete-variable-alias before the var's definition.
2045 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
2046 * tooltip.el (tooltip-hook):
2047 * textmodes/reftex-toc.el (reftex-toc-map):
2048 * textmodes/reftex-sel.el (reftex-select-label-map)
2049 (reftex-select-bib-map):
2050 * textmodes/reftex-index.el (reftex-index-map)
2051 (reftex-index-phrases-map):
2052 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
2053 * progmodes/meta-mode.el (meta-mode-map):
2054 * novice.el (disabled-command-hook):
2055 * loadhist.el (unload-hook-features-list):
2056 * frame.el (blink-cursor):
2057 * files.el (find-file-not-found-hooks, write-file-hooks)
2058 (write-contents-hooks):
2059 * emulation/tpu-edt.el (GOLD-map):
2060 * emacs-lock.el (emacs-lock-from-exiting):
2061 * emacs-lisp/generic.el (generic-font-lock-defaults):
2062 * emacs-lisp/chart.el (chart-map):
2063 * dos-fns.el (register-name-alist):
2064 * dired-x.el (dired-omit-files-p):
2065 * desktop.el (desktop-enable):
2066 * cus-edit.el (custom-mode-hook):
2067 * buff-menu.el (buffer-menu-mode-hook):
2068 * bookmark.el (bookmark-read-annotation-text-func)
2069 (bookmark-exit-hooks):
2070 * allout.el (allout-mode-deactivate-hook)
2071 (allout-exposure-change-hook, allout-structure-added-hook)
2072 (allout-structure-deleted-hook, allout-structure-shifted-hook):
2073 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
2074 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
2075 comes before the corresponding variable's definition.
2076
ac59c2f6
CY
20772012-05-12 Chong Yidong <cyd@gnu.org>
2078
2079 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
2080 (Buffer-menu-mouse-select): Restore function (Bug#11459).
2081 (Buffer-menu-mode-map): Bind it.
2082 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 2083
dee6c9a3
SM
20842012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2085
2171cea5
SM
2086 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
2087 (prolog-upper-case-string, prolog-lower-case-string)
2088 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
2089 (prolog-use-smie, prolog-smie-grammar): New vars.
2090 (prolog-smie-forward-token, prolog-smie-backward-token)
2091 (prolog-smie-rules): New funs.
2092 (prolog-comment-indent): Remove.
2093 (prolog-mode-variables): Use default comment indentation instead.
2094 Setup SMIE.
2095 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
2096 (prolog-mode): Don't call them any more.
2097 (prolog-electric-colon, prolog-electric-dash)
2098 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
2099
aa0382bd
SM
2100 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
2101
dbacb4bd
SM
2102 * minibuffer.el (completion--twq-all): Again, allow case differences.
2103
13bdd94c
SM
2104 * term.el: Move keymap initialization code to be more idiomatic.
2105 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
2106 (term-terminal-menu): Move initialization into declaration.
2107 (term-escape-char): Let the user set it in her .emacs.
2108
ff46c759
SM
2109 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
2110 Provide SMIE-based indentation (not enabled by default yet).
2111 (sh-mode-map): Don't bind electric keys.
2112 Use electric-pair-mode instead of skeleton-pair.
2113 (sh-assignment-regexp): Fit within 80 columns.
2114 (sh-indent-supported): Specify actual shell name instead of boolean.
2115 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
2116 (sh-maybe-here-document): Use it. Make obsolete.
2117 (sh-electric-here-document-mode) New minor mode.
2118 (sh-mode): Use it. Don't set sh-indent-supported-here here.
2119 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
2120 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
2121 (sh-smie-rc-grammar, sh-use-smie): New vars.
2122 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
2123 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
2124 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
2125 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
2126 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
2127 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
2128 (sh-set-shell): Use smie-setup if requested.
2129
dee6c9a3
SM
2130 * term.el (term-set-escape-char): Properly set term-escape-char.
2131 See http://stackoverflow.com/questions/10524656.
2132
9f9aa044
CY
21332012-05-10 Chong Yidong <cyd@gnu.org>
2134
2135 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
2136 Use url-generic-parse-url, and handle host names and Windows
2137 filenames properly.
2138 (ffap-url-unwrap-remote): Use url-generic-parse-url.
2139 (ffap-url-unwrap-remote): Accept list values, specifying a list of
2140 URL schemes to work on.
2141 (ffap--toggle-read-only): New function.
2142 (ffap-read-only, ffap-read-only-other-window)
2143 (ffap-read-only-other-frame): Use it.
2144 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
2145 necessary for ffap-url-unwrap-remote.
2146
836d29b3
DA
21472012-05-10 Dave Abrahams <dave@boostpro.com>
2148
2149 * cus-start.el (create-lockfiles): Add it.
2150
00fd78ed
CY
21512012-05-09 Chong Yidong <cyd@gnu.org>
2152
2153 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
2154 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
2155
666b903b 21562012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
2157
2158 * shell.el (shell-completion-vars): Fix last change (bug#11348).
2159
666b903b 21602012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
2161
2162 * ansi-color.el (ansi-color-process-output): Check for validity of
2163 comint-last-output-start before using it. This avoids a bad
2164 interaction with gdb-mi's input/output buffer.
2165
666b903b 21662012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
2167
2168 * files.el (dir-locals-read-from-file):
2169 Mention dir-locals in any error message.
2170
666b903b 21712012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
2172
2173 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
2174 package (Bug#11410).
2175
f677562b
CY
2176 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
2177 variables into description.
2178
666b903b 21792012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
2180
2181 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
2182 shell-delimiter-argument-list (bug#11348).
2183 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
2184
b499d8d0
JB
21852012-05-09 Juanma Barranquero <lekktu@gmail.com>
2186
8f6b6da8
JB
2187 * textmodes/rst.el: Silence byte-compiler warnings.
2188 (rst-re-alist, rst-reset-section-caches): Move around.
2189 (rst-re): Use `characterp', not `char-valid-p'.
2190 (font-lock-beg, font-lock-end): Declare.
2191
4824146a
JB
2192 * progmodes/idlw-shell.el (specs): Remove reference to deleted
2193 variable `idlwave-shell-activate-alt-keybindings' and simplify.
2194
b499d8d0
JB
2195 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
2196
ad89bb83
GM
21972012-05-08 Glenn Morris <rgm@gnu.org>
2198
2199 * files.el (auto-mode-alist): Treat ".make" like ".mk".
2200
8bba5a75
SM
22012012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2202
49ed9c8e
SM
2203 * vc/log-edit.el: Add GNU coding standards highlighting.
2204 (log-edit-font-lock-gnu-style)
2205 (log-edit-font-lock-gnu-keywords): New vars.
2206 (log-edit-font-lock-keywords): New fun.
2207 (log-edit-mode): Don't fold case in font-lock.
2208 (log-edit-font-lock-keywords): Do not assume case-folding.
2209
07d00b56
SM
2210 * imenu.el: Misc cleanup. Make docstrings out of comments.
2211 Use lexical-binding.
2212 (imenu--index-alist, imenu--last-menubar-index-alist)
2213 (imenu-menubar-modified-tick): Use defvar-local.
2214 (imenu--split-menu): Remove unused var.
2215 (imenu--cleanup-seen): Declare as global.
2216 (imenu--cleanup): Use dolist.
2217
8bba5a75
SM
2218 * subr.el (defvar-local): Add debug spec and doc-string position.
2219
5075bdb5
GM
22202012-05-08 Glenn Morris <rgm@gnu.org>
2221
c052c904
GM
2222 * lisp/language/burmese.el, language/cham.el, language/czech.el:
2223 * language/english.el, language/georgian.el, language/greek.el:
2224 * language/japanese.el, language/khmer.el, language/korean.el:
2225 * language/lao.el, language/misc-lang.el, language/romanian.el:
2226 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
2227 * language/thai.el, language/utf-8-lang.el:
2228 Remove no-byte-compile setting.
2229
5075bdb5
GM
2230 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
2231
06f679a7
AH
22322012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2233
2234 * progmodes/make-mode.el (makefile-browse):
2235 Remove unnecessary interactive. (Bug#11324)
2236
03794570
GM
22372012-05-07 Glenn Morris <rgm@gnu.org>
2238
af8630f4
GM
2239 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
2240
03794570
GM
2241 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
2242
f0809a9d
SM
22432012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2244
28be5ce7
SM
2245 * loadup.el: Preload newcomment.el.
2246 * newcomment.el: Move autoload-only code to toplevel.
2247
f0809a9d
SM
2248 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
2249 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
2250 Handle new :right-align column property.
2251 (tabulated-list-print-col): Idem, plus use `display' text-property to
2252 try and preserve alignment for variable pitch fonts.
2253
1241b724
CY
22542012-05-07 Chong Yidong <cyd@gnu.org>
2255
2256 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
2257 (tabulated-list-use-header-line): New var.
2258 (tabulated-list-init-header): Use it.
2259 (tabulated-list-print-fake-header): New function.
2260 (tabulated-list-print): Use it.
2261 (tabulated-list-sort-button-map): Add non-header-line commands.
2262 (tabulated-list-init-header): Add column name property to basic
2263 labels as well.
2264 (tabulated-list-col-sort): Handle non-header-line button case.
2265 (tabulated-list--sort-by-column-name): Fix a corner case.
2266
f0809a9d
SM
2267 * buff-menu.el (list-buffers--refresh):
2268 Handle Buffer-menu-use-header-line.
1241b724 2269
e5f9458f
CY
22702012-05-06 Chong Yidong <cyd@gnu.org>
2271
2272 * buff-menu.el: Convert to Tabulated List mode.
2273 (Buffer-menu-buffer+size-width): Make obsolete.
2274 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
2275 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
2276 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
2277 documentation into docstring of buffer-menu.
2278 (Buffer-menu-toggle-files-only): Add an informative message.
2279 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
2280 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
2281 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
2282 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
2283 (Buffer-menu-execute, Buffer-menu-select)
2284 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
2285 (Buffer-menu-bury): Use Tabulated List machinery.
2286 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
2287 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 2288 Delete.
e5f9458f
CY
2289 (list-buffers--refresh): New function.
2290 (list-buffers-noselect): Use it.
2291 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
2292 (Buffer-menu--pretty-file-name): New helper functions.
2293
2294 * loadup.el: Preload tabulated-list.
2295
2296 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
2297 tabulated-list-sort-column.
2298 (tabulated-list-init-header): Add the initial aligning space even
2299 if tabulated-list-padding is zero.
2300
e129292c
CS
23012012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
2302
2303 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
2304 whose cdr is not a cons cell correctly (bug#11038).
2305
6632d361
CY
23062012-05-06 Chong Yidong <cyd@gnu.org>
2307
e129292c
CS
2308 * emacs-lisp/tabulated-list.el (tabulated-list-format):
2309 Accept additional plist in column descriptors.
6632d361
CY
2310 (tabulated-list-init-header): Obey it.
2311 (tabulated-list-get-entry): New function.
2312 (tabulated-list-put-tag): Use it. Use string-width instead of
2313 length.
2314 (tabulated-list--column-number): New function.
2315 (tabulated-list-print): Use it.
e129292c
CS
2316 (tabulated-list-print-col): New function.
2317 Set `tabulated-list-column-name' property on each column's text.
6632d361 2318 (tabulated-list-print-entry): Use it.
e129292c
CS
2319 (tabulated-list-delete-entry, tabulated-list-set-col):
2320 New functions.
6632d361
CY
2321 (tabulated-list-sort-column): New command (Bug#11337).
2322
3cc99f68
CY
2323 * buff-menu.el (list-buffers): Move C-x C-b binding from
2324 buff-menu.el to bindings.el.
2325
2326 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
2327 :advertised-binding feature.
2328
52b61776
TN
23292012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
2330
2331 * progmodes/compile.el (compilation-internal-error-properties):
2332 Calculate start position correctly when end-col is set but
2333 end-line is not (Bug#11382).
2334
ebfe2597
WJ
23352012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
2336
2337 * man.el (Man-unindent): Use text-property-default-nonsticky to
2338 prevent untabify from inheriting face properties (Bug#11408).
2339
6d3f7c2f
SM
23402012-05-05 Stefan Merten <smerten@oekonux.de>
2341
2342 * textmodes/rst.el: Major merge with upstream development up to
2343 Docutils SVN r7399 / rst.el V1.2.1.
2344
2345 Clarify maintainership and authors.
2346
2347 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
2348 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
2349 (rst-official-version, rst-official-cvs-rev, rst-version)
2350 (rst-package-emacs-version-alist): New functions and variables
2351 for version information.
2352
2353 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
2354 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
2355 (rst-mode-syntax-table, rst-mode): New and corrected functions
2356 and variables representing reStructuredText features.
2357
2358 (rst-re): New function for reStructuredText regexes. Use in
2359 many places.
2360
2361 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
2362 (rst-mode-map): Rebind keys.
2363
2364 (rst-mode-lazy, rst-font-lock-keywords)
2365 (rst-font-lock-extend-region)
2366 (rst-font-lock-extend-region-internal)
2367 (rst-font-lock-extend-region-extend)
2368 (rst-font-lock-find-unindented-line-limit)
2369 (rst-font-lock-find-unindented-line-match)
2370 (rst-adornment-level, rst-font-lock-adornment-level)
2371 (rst-font-lock-adornment-match)
2372 (rst-font-lock-handle-adornment-pre-match-form)
2373 (rst-font-lock-handle-adornment-matcher): Major revision of
2374 font-locking. Integrate with other code. Use `jit-lock-mode'.
2375
2376 (rst-preferred-adornments, rst-adjust-hook)
2377 (rst-new-adornment-down, rst-preferred-bullets)
2378 (rst-preferred-bullets, rst-indent, rst-indent-width)
2379 (rst-indent-field, rst-indent-literal-normal)
2380 (rst-indent-literal-minimized, rst-indent-comment): Change,
2381 extend and improve customization.
2382
2383 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
2384 (rst-normalize-cursor-position, rst-get-decoration)
2385 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
2386 (rst-rstrip, rst-toc-insert-find-delete-contents)
2387 (rst-shift-fill-region, rst-compute-bullet-tabs)
2388 (rst-debug-print-tabs, rst-debug-mark-found)
2389 (rst-shift-region-guts, rst-shift-region-right)
2390 (rst-shift-region-left, rst-use-char-classes)
2391 (rst-font-lock-keywords-function)
2392 (rst-font-lock-indentation-point)
2393 (rst-font-lock-find-unindented-line-begin)
2394 (rst-font-lock-find-unindented-line-end)
2395 (rst-font-lock-find-unindented-line)
2396 (rst-font-lock-adornment-point, rst-font-lock-level)
2397 (rst-adornment-level-alist): Remove functions and variables.
2398
2399 (rst-compare-adornments, rst-get-adornment-match)
2400 (rst-suggest-new-adornment, rst-get-adornments-around)
2401 (rst-adornment-complete-p, rst-get-next-adornment)
2402 (rst-adjust-adornment, rst-display-adornments-hierarchy)
2403 (rst-straighten-adornments): Standardize function names to
2404 use "adornment" instead of "decoration". Correct callers.
2405 Similar standardizing in many places.
2406
2407 (rst-update-section, rst-adjust, rst-promote-region)
2408 (rst-enumerate-region, rst-bullet-list-region)
2409 (rst-repeat-last-character): Correct use of `interactive'.
2410
2411 (rst-classify-adornment, rst-find-all-adornments)
2412 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
2413 (rst-find-leftmost-column, rst-repeat-last-character):
2414 Refactor functions.
2415
2416 (rst-find-title-line, rst-reset-section-caches)
2417 (rst-get-adornments-around, rst-adjust-adornment-work)
2418 (rst-arabic-to-roman, rst-roman-to-arabic)
2419 (rst-insert-list-pos, rst-insert-list-new-item)
2420 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
2421 New functions.
2422
2423 (rst-all-sections, rst-section-hierarchy)
2424 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
2425 New variables.
2426
2427 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
2428 configuration instead of only buffer. Change where necessary.
2429
2430 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
2431 (rst-shift-region, rst-adaptive-fill): New functions for
2432 indentation and filling.
2433
2434 (rst-comment-line-break, rst-comment-indent)
2435 (rst-comment-insert-comment, rst-comment-region)
2436 (rst-uncomment-region): New functions for handling comments.
2437
2438 (rst-compile): Quote shell arguments.
2439
2440 (rst-compile-pdf-preview, rst-compile-slides-preview):
2441 Delete temporary files after use.
2442
a43f98b3
GM
24432012-05-05 Glenn Morris <rgm@gnu.org>
2444
48176e8b
GM
2445 * calendar/cal-html.el: Optionally include holidays in the output.
2446 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
2447 (cal-html-holidays): New option.
2448 (cal-html-css-default): Add holiday entry.
2449 (holiday-in-range): Autoload it.
2450 (cal-html-htmlify-entry): Add optional class argument.
2451 (cal-html-htmlify-list): Add optional holidays argument.
2452 (cal-html-insert-agenda-days): Include holidays in the output.
2453 (cal-html-one-month): Maybe include holidays.
2454
a43f98b3
GM
2455 * calendar/holidays.el (holiday-in-range):
2456 Move here from cal-tex-list-holidays.
2457 * calendar/cal-tex.el (cal-tex-list-holidays):
2458 Make it an obsolete alias for holiday-in-range. Update all callers.
2459
fef9d149 24602012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
2461
2462 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
2463 Nextstep.
2464
248da2f4
RW
24652012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
2466
2467 * files.el (file-auto-mode-skip): New var.
2468 (set-auto-mode-1): Use it.
2469
f95e9344
SM
24702012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2471
df96ab1e
SM
2472 * repeat.el: Use lexical-binding.
2473 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
2474 (repeat-undo-count): Remove.
2475 (repeat):
2476 * progmodes/octave-mod.el (octave-abbrev-start):
2477 * progmodes/f90.el (f90-abbrev-start):
2478 * face-remap.el (text-scale-adjust):
2479 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
2480
5342bb06
SM
2481 * emacs-lisp/pcase.el (pcase--let*): New function.
2482 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
2483 a bit more.
2484 (pcase--split-pred): Be more clever about ruling out overlap between
2485 a predicate and some constant pattern.
2486 (pcase--q1): Use `null' instead of (eq foo nil).
2487
f95e9344
SM
2488 * subr.el (setq-local, defvar-local): New macros.
2489 (kbd): Redefine as an alias.
2490 (with-selected-window): Leave unrelated frames alone.
2491 (set-temporary-overlay-map): New function.
2492
71873e2b
SM
24932012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2494
2495 * subr.el (user-error): New function.
2496 * window.el (switch-to-buffer):
2497 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
2498 (smerge-match-conflict):
2499 * simple.el (previous-matching-history-element)
2500 (next-matching-history-element, goto-history-element, undo-more)
2501 (undo-start):
2502 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
2503 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
2504 (next-file, tags-loop-scan, list-tags, complete-tag):
2505 * progmodes/compile.el (compilation-loop):
2506 * mouse.el (mouse-minibuffer-check):
2507 * man.el (Man-bgproc-sentinel, Man-goto-page):
2508 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
2509 (Info-history-forward, Info-follow-reference, Info-menu)
2510 (Info-extract-menu-item, Info-extract-menu-counting)
2511 (Info-forward-node, Info-backward-node, Info-next-menu-item)
2512 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
2513 (Info-next-reference, Info-prev-reference, Info-index)
2514 (Info-index-next, Info-follow-nearest-node)
2515 (Info-copy-current-node-name):
2516 * imenu.el (imenu--make-index-alist)
2517 (imenu-default-create-index-function, imenu-add-to-menubar):
2518 * files.el (basic-save-buffer, recover-file):
2519 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2520 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
2521 (checkdoc-message-text, checkdoc-defun):
2522 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
2523 * cus-edit.el (customize-changed-options, customize-rogue)
2524 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
2525 (custom-variable-mark-to-reset-standard)
2526 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
2527 (custom-file):
2528 * completion.el (check-completion-length):
2529 * comint.el (comint-search-arg)
2530 (comint-previous-matching-input-string-position)
2531 (comint-previous-matching-input)
2532 (comint-replace-by-expanded-history-before-point, comint-send-input)
2533 (comint-copy-old-input, comint-backward-matching-input)
2534 (comint-goto-process-mark, comint-set-process-mark):
2535 * calendar/calendar.el (calendar-cursor-to-date): Use it.
2536 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
2537
8a61ee22
SM
25382012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2539
66408d1e
SM
2540 * dabbrev.el (dabbrev--ignore-case-p): New function.
2541 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
2542 Use it.
2543
8a61ee22
SM
2544 * files.el (automount-dir-prefix): Mark as obsolete.
2545
3c74813a
GM
25462012-05-04 Glenn Morris <rgm@gnu.org>
2547
2548 * patcomp.el, play/bruce.el: Move to obsolete/.
2549
0bfcf5c5
PE
25502012-05-04 Paul Eggert <eggert@cs.ucla.edu>
2551
2552 Fix minor Y10k bugs.
2553 * arc-mode.el (archive-unixdate):
2554 * autoinsert.el (auto-insert-alist):
2555 * calc/calc-forms.el (math-this-year):
2556 * emacs-lisp/copyright.el (copyright-current-year)
2557 (copyright-update-year, copyright):
2558 * tar-mode.el (tar-clip-time-string):
2559 * time.el (display-time-update):
2560 Don't assume years have 4 digits.
2561
78f3273a
CY
25622012-05-04 Chong Yidong <cyd@gnu.org>
2563
2564 * dos-w32.el (file-name-buffer-file-type-alist)
2565 (direct-print-region-use-command-dot-com):
2566 * ffap.el (ffap-menu-regexp):
2567 * find-file.el (ff-special-constructs):
2568 * follow.el (follow-debug):
2569 * forms.el (forms--debug):
2570 * iswitchb.el (iswitchb-all-frames):
2571 * ido.el (ido-all-frames):
2572 * emacs-lisp/timer.el (timer-max-repeats):
2573 * mail/feedmail.el (feedmail-mail-send-hook)
2574 (feedmail-mail-send-hook-queued):
2575 * mail/footnote.el (footnote-signature-separator):
2576 * mail/mailabbrev.el (mail-alias-separator-string)
2577 (mail-abbrev-mode-regexp):
2578 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
2579 * progmodes/idlwave.el (idlwave-libinfo-file)
2580 (idlwave-default-completion-case-is-down)
2581 (idlwave-library-routines): Convert defvars to defcustoms.
2582
2583 * mail/rmail.el (rmail-decode-mime-charset):
2584 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
2585 (idlwave-shell-fix-inserted-breaks)
2586 (idlwave-shell-activate-alt-keybindings)
2587 (idlwave-shell-use-breakpoint-glyph):
2588 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
2589
f7ae6719
SM
25902012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
2591
2592 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
2593
47086495
WS
25942012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
2595
2596 * progmodes/verilog-mode.el (font-lock-keywords):
2597 Fix mis-highligting auto. Reported by Craig Barner.
2598 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
2599 defines from global name space. Reported by Dan Dever.
2600 (verilog-auto-reset, verilog-auto-reset-widths)
2601 (verilog-auto-tieoff): Support using unbased numbers for
2602 AUTORESET and AUTOTIEOFF.
2603 (verilog-submit-bug-report): Update variable list.
2604 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
2605 parenthesis from not matching. Reported by Michael Rytting.
2606 (verilog-auto-template-lint): Fix hash error when linting modules
2607 with no used templates.
2608 (verilog-warn, verilog-warn-error)
2609 (verilog-warn-fatal): When non-interactive report multiple
2610 warnings before exiting. Suggested by Brad Dobbie.
2611 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
2612 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
2613 to report unused template errors. Reported by Brad Dobbie.
2614 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
2615 nets, bug438. Reported by Vns Blore.
2616 (verilog-auto-inout-module, verilog-auto-reg)
2617 (verilog-read-decls, verilog-read-sub-decls-sig)
2618 (verilog-signals-edit-wire-reg, verilog-signals-with):
2619 Fix passing of Verilog data types in ANSI input/output ports
2620 such as "output logic" into the AUTOs. Special case "wire" and
2621 "reg" for backwards compatibility presuming Verilog 2001.
2622 (verilog-auto-ascii-enum): Add "auto enum" as alias.
2623 (verilog-preprocess): Fix replication of preprocess output.
2624 Reported by Brad Dobbie.
2625 (verilog-auto-inst-interfaced-ports):
2626 Create verilog-auto-inst-interfaced-ports, bug429.
2627 Reported by Julian Gorfajn.
2628 (verilog-after-save-font-hook)
2629 (verilog-before-save-font-hook): New variable.
2630 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
2631 (verilog-save-font-mods): Wrap disabling fontification, reported
2632 by David Rogoff.
2633 (verilog-do-indent, verilog-pretty-declarations-auto)
2634 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
2635 Reported by Pierre-David Pfister.
2636 (verilog-set-auto-endcomments): Fix endtask auto comments outside
2637 of class declarations, bug292. Reported by Kevin Heilman.
2638 (verilog-read-decls): Fix 'parameter type' not appearing in
2639 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
2640 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
2641 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
2642 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
2643 Reported by David Kravitz.
2644
26452012-05-03 Michael McNamara <mac@mail.brushroad.com>
2646
2647 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
2648 assignment with tests in ifs and for loops.
2649 (verilog-extended-complete-re, verilog-complete-reg): Change so
2650 that DPI inport functions don't look like fuction declarations.
2651 (verilog-pretty-expr): Don't line up assignment
2652 operations to the test and increment in if and for loops
2653 (verilog-extended-complete-re, verilog-complete-reg): Change so
2654 that DPI inport functions don't look like fuction declarations
2655
2e51d4b5
KH
26562012-05-03 Kenichi Handa <handa@m17n.org>
2657
2658 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 2659 decoding, and show a warning message without signaling an error
2e51d4b5
KH
2660 (Bug#11282).
2661
2bd785a2
SM
26622012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
2663
2664 * emacs-lisp/bytecomp.el
2665 (byte-compile-file-form-custom-declare-variable): Compile all elements,
2666 since cconv.el might have introduced :fun-body, internal-make-closure,
2667 and friends for bytecomp to handle (bug#11391).
2668 * custom.el (defcustom): Avoid ((λ ..) ..).
2669
99d27583
SM
26702012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2671
2672 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
2673
55a71479
JB
26742012-05-02 Juanma Barranquero <lekktu@gmail.com>
2675
2676 * notifications.el (dbus-debug):
2677 * term/linux.el (gpm-mouse-enable):
2678 * term/screen.el (xterm-register-default-colors): Declare.
2679
7b97c764
CY
26802012-05-02 Chong Yidong <cyd@gnu.org>
2681
2bc356d7
CY
2682 * cus-start.el (gc-cons-percentage, exec-suffixes)
2683 (dos-display-scancodes, dos-hyper-key, dos-super-key)
2684 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
2685 (make-cursor-line-fully-visible, void-text-area-pointer)
2686 (font-list-limit): Add customization data.
2687
7b97c764
CY
2688 * allout.el (allout-exposure-change-functions)
2689 (allout-structure-added-functions)
2690 (allout-structure-deleted-functions)
2691 (allout-structure-shifted-functions): Rename abnormal hooks from
2692 *-hook, and convert to defcustoms.
5d3385a0
JB
2693 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
2694 Convert to defcustoms.
7b97c764
CY
2695 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
2696
2697 * allout-widgets.el: Hook callers changed.
2698
90207a15 26992012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
2700
2701 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
2702 the yanked message in preference to the default value of
2703 buffer-file-coding-system.
2704
90207a15 27052012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 2706
5d3385a0
JB
2707 * window.el (display-buffer--action-function-custom-type):
2708 Fix entry.
d9558cad 2709
90207a15 27102012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
2711
2712 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
2713
d80ac57b
GM
27142012-05-01 Glenn Morris <rgm@gnu.org>
2715
976f7668
GM
2716 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
2717
beb83b5a
GM
2718 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
2719
d80ac57b
GM
2720 * cus-edit.el (custom-variable-documentation): Simplify with format.
2721
b593d6a9
AH
27222012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2723 Stefan Monnier <monnier@iro.umontreal.ca>
2724
2725 * simple.el (suggest-key-bindings, execute-extended-command):
2726 Move from keyboard.c.
2727
782fbf2a
CY
27282012-05-01 Chong Yidong <cyd@gnu.org>
2729
2730 * follow.el: Eliminate advice.
2731 (set-process-filter, process-filter, sit-for): Advice deleted.
2732 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
2733 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
2734 Vars deleted.
782fbf2a
CY
2735 (follow-auto): Use a :set function.
2736 (follow-mode): Rewritten. Don't advise process filters.
2737 (follow-switch-to-current-buffer-all, follow-scroll-up)
2738 (follow-scroll-down): Assume follow-mode is bound.
2739 (follow-comint-scroll-to-bottom)
2740 (follow-align-compilation-windows): New functions.
2741 (follow--window-sorter): New function.
2742 (follow-all-followers): Use it to explicitly sort windows by their
2743 positions; don't make assumptions about next-window order.
2744 (follow-windows-start-end, follow-delete-other-windows-and-split)
2745 (follow-calc-win-start): Doc fix.
2746 (follow-windows-aligned-p, follow-select-if-visible): Don't call
2747 vertical-motion unnecessarily.
2748 (follow-adjust-window): New function.
2749 (follow-post-command-hook): Use it.
2750 (follow-call-set-process-filter, follow-call-process-filter)
2751 (follow-intercept-process-output, follow-tidy-process-filter-alist)
2752 (follow-stop-intercept-process-output, follow-generic-filter):
2753 Functions deleted.
2754 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
2755 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
2756 New functions, replacing advice on scroll-bar-* commands.
87233a14 2757 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
2758
2759 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
2760 (comint-postoutput-scroll-to-bottom): Use it.
2761 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 2762
290af740
GM
27632012-05-01 Glenn Morris <rgm@gnu.org>
2764
2765 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
2766 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
2767 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
2768 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
2769 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
2770 Remove no-byte-compile setting.
2771
6eac8dc9
SM
27722012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2773
2774 * minibuffer.el (completion-table-with-quoting): Fix compatibility
2775 all-completions code to not return a number in the last cdr.
2776
9cc7819c
LL
27772012-04-30 Leo Liu <sdl.web@gmail.com>
2778
2779 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
2780 read-only error.
2781
c93b886f
CY
27822012-04-29 Chong Yidong <cyd@gnu.org>
2783
2784 * follow.el (follow-calc-win-end): Rewrite to handle partial
2785 screen lines correctly (Bug#8390).
2786 (follow-avoid-tail-recenter): Minor cleanup.
2787
8b6c19f4
SM
27882012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2789
2790 Avoid the obsolete `assoc' package.
2791 * speedbar.el (speedbar-refresh): Avoid adelete.
2792 (speedbar-file-lists): Simplify and avoid aput.
2793 * man.el (Man--sections, Man--refpages): New vars, replacing
2794 Man-sections-alist and Man-refpages-alist.
2795 (Man-build-section-alist, Man-build-references-alist):
2796 Use them; avoid aput.
2797 (Man--last-section, Man--last-refpage): New vars.
2798 (Man-follow-manual-reference): Use them.
2799 Use the `default' arg of completing-read.
2800 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
2801
c5bb7569
CY
28022012-04-27 Chong Yidong <cyd@gnu.org>
2803
d1d2e2e8
CY
2804 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
2805
15cd8efd
CY
2806 * startup.el (x-apply-session-resources): New function.
2807
2808 * term/ns-win.el (ns-initialize-window-system):
2809 * term/w32-win.el (w32-initialize-window-system):
2810 * term/x-win.el (x-initialize-window-system): Use it to properly
2811 set menu-bar-mode and other vars from X resources, even if the
2812 initial frame is not a window-system frame (Bug#2299).
2813
c5bb7569
CY
2814 * subr.el (read-key): Avoid running filter function when setting
2815 up temporary tool bar entries (Bug#9922).
2816
a8e7d6d7 28172012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
2818
2819 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
2820 (Bug#11344)
2821
a8e7d6d7 28222012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
2823
2824 * select.el (xselect--encode-string): New function, split from
2825 xselect-convert-to-string.
2826 (xselect-convert-to-string): Use it.
2827 (xselect-convert-to-filename, xselect-convert-to-os)
2828 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
2829 returned strings are properly encoded (Bug#11315).
2830
a8e7d6d7 28312012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
2832
2833 * simple.el (delete-active-region): Move to killing custom group.
2834
a8e7d6d7 28352012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
2836
2837 * progmodes/which-func.el (which-func-current): Quote %
2838 characters for mode-line processing.
2839
578c1d4b 28402012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
2841
2842 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
2843 reaching eob (Bug#11286).
2844
a8e7d6d7 28452012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
2846
2847 * progmodes/gdb-mi.el (gdb-control-level): New variable.
2848 (gdb): Make it buffer-local and init to zero.
2849 (gdb-control-commands-regexp): New variable.
2850 (gdb-send): Don't wrap in "-interpreter-exec console" if
2851 gdb-control-level is positive. Increment gdb-control-level
2852 whenever the command matches gdb-control-commands-regexp, and
2853 decrement it each time the command is "end". (Bug#11279)
2854
a8e7d6d7 28552012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
2856
2857 * window.el (adjust-window-trailing-edge, enlarge-window)
2858 (shrink-window, window-resize):
2859 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
2860 windows (Bug#11276).
2861
b3608390
CY
28622012-04-27 Chong Yidong <cyd@gnu.org>
2863
2864 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 2865 fix "missing prefix" warning. All callers changed.
b3608390 2866
797e6e88
SM
28672012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2868
2869 * emacs-lisp/assoc.el: Move to obsolete/.
2870
e95a67dc
SM
28712012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2872
657c21e4 2873 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
2874
2875 * term/ns-win.el (ns-define-service):
2876 * progmodes/pascal.el (pascal-goto-defun):
2877 * progmodes/js.el (js--read-tab):
2878 * progmodes/etags.el (tags-lazy-completion-table):
2879 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
2880 * emacs-lisp/ewoc.el (ewoc--wrap):
2881 * emacs-lisp/assoc.el (aput, adelete, amake):
2882 * doc-view.el (doc-view-convert-current-doc):
2883 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
2884
cb3e7ae0
CY
28852012-04-26 Chong Yidong <cyd@gnu.org>
2886
dce04f7f
CY
2887 * image.el (image-type-from-buffer): Only return supported image
2888 type (Bug#9045).
2889
cb3e7ae0
CY
2890 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
2891 value, for symmetry with diff-end-of-hunk.
2892 (diff-split-hunk, diff-find-source-location)
2893 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
2894 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
2895 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
2896 compute the relevant hunk or file properly (Bug#6005).
2897 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
2898
0d42eb3e
SM
28992012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2900
2901 * vc/vc-mtn.el:
2902 * vc/vc-hg.el:
2903 * vc/vc-git.el:
2904 * vc/vc-dir.el:
2905 * vc/vc-cvs.el:
2906 * vc/vc-bzr.el:
2907 * vc/vc-arch.el:
2908 * vc/vc.el: Replace lexical-let by lexical-binding.
2909 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
2910 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
2911 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
2912
f08ae1c9
CY
29132012-04-26 Chong Yidong <cyd@gnu.org>
2914
8b71081d
CY
2915 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
2916 (diff-mode-shared-map): Bind it to / and [remap undo].
2917
f08ae1c9
CY
2918 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
2919 (ediff-window-setup-function): Use it as the default, to set up
2920 windows based on whether the current frame is graphical (Bug#2138).
2921 (ediff-choose-window-setup-function-automatically): Make obsolete.
2922
2923 * vc/ediff-init.el: Always define ediff-pixel-width/height.
2924
ef24141c
SM
29252012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
2926
cc356a5d
SM
2927 * ffap.el: Remove old code for obsolete package.
2928 (ffap-complete-as-file-p): Remove.
2929
b4ff4f1f
SM
2930 Use completion-table-with-quoting for comint and pcomplete.
2931 * comint.el (comint--unquote&requote-argument)
2932 (comint--unquote-argument, comint--requote-argument): New functions.
2933 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
2934 (comint-quote-filename): Use regexp-opt-charset.
2935 (comint--common-suffix, comint--common-quoted-suffix)
2936 (comint--table-subvert): Remove.
2937 (comint-unquote-function, comint-requote-function): New vars.
2938 (comint--complete-file-name-data): Use them with
2939 completion-table-with-quoting.
2940 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
2941 * pcomplete.el (pcomplete-arg-quote-list)
2942 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
2943 (pcomplete-unquote-argument-function): Default to non-nil.
2944 (pcomplete-unquote-argument): Simplify.
2945 (pcomplete--common-quoted-suffix): Remove.
2946 (pcomplete-requote-argument-function): New var.
2947 (pcomplete--common-suffix): New function.
2948 (pcomplete-completions-at-point): Use completion-table-with-quoting
2949 and completion-table-subvert.
2950
79c4eeb4
SM
2951 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
2952 (minibuffer--double-dollars): Preserve properties.
2953 (completion--sifn-requote): New function.
2954 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
2955
ef24141c
SM
2956 * minibuffer.el: Add support for completion of quoted/escaped data.
2957 (completion-table-with-quoting, completion-table-subvert): New funs.
2958 (completion--twq-try, completion--twq-all): New functions.
2959 (completion--nth-completion): New function.
2960 (completion-try-completion, completion-all-completions): Use it.
2961
784e7d6e
LL
29622012-04-25 Leo Liu <sdl.web@gmail.com>
2963
dd2ac746
SM
2964 * progmodes/python.el (python-pdbtrack-get-source-buffer):
2965 Use compilation-message if available to find real filename.
784e7d6e 2966
07875ee7
CY
29672012-04-25 Chong Yidong <cyd@gnu.org>
2968
2969 * vc/diff-mode.el (diff-setup-whitespace): New function.
2970 (diff-mode): Use it.
2971
2972 * vc/diff.el (diff-sentinel):
2973 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
2974 Whitespace mode variables based on diff style (Bug#8612).
2975
5055880d
LL
29762012-04-25 Leo Liu <sdl.web@gmail.com>
2977
daf75653
LL
2978 * progmodes/python.el (python-send-region): Add suffix .py to the
2979 temp file.
2980
5055880d
LL
2981 * files.el (auto-mode-alist): Use javascript-mode instead.
2982
db9b177b
AH
29832012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
2984
ef24141c 2985 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b
AH
2986
2987 * soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 2988 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 2989 references, see Bug#9.
ef24141c 2990 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 2991 when receiving a fault reply.
ef24141c 2992 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b
AH
2993
2994 * soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 2995 (soap-inspect-simple-type): New function.
db9b177b 2996
ef24141c 2997 * soap-client.el (soap-simple-type): New struct.
db9b177b 2998 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
2999 (soap-decode-basic-type, soap-encode-basic-type):
3000 support unsignedInt and double basic types.
db9b177b 3001 (soap-resolve-references-for-simple-type)
ef24141c
SM
3002 (soap-parse-simple-type, soap-encode-simple-type): New function.
3003 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b
AH
3004
3005 * soap-client.el (soap-default-xsd-types)
ef24141c
SM
3006 (soap-default-soapenc-types): Add integer, byte and anyURI types.
3007 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
3008 the local name of "soapenc:Array".
3009 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
3010 decoding integer, byte and anyURI xsd types.
3011
1fc6097b
CY
30122012-04-25 Chong Yidong <cyd@gnu.org>
3013
3014 * cus-edit.el (custom-buffer-create-internal): Update header text.
3015
afc6df87
EZ
30162012-04-25 Eli Zaretskii <eliz@gnu.org>
3017
3018 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
3019 settings on 'system-type', not on 'window-system'. On MS-Windows,
3020 set interactive-mode on in GDB.
3021
dfbd787f
SM
30222012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3023
3024 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
3025 (ruby-syntax-propertize-regexp): Remove.
3026 (ruby-syntax-propertize-function): Split regexp into chunks.
3027 Match following code directly.
3028
85222d44
DG
30292012-04-24 Dmitry Gutov <dgutov@yandex.ru>
3030
51a8ea2a
DG
3031 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
3032 (ruby-syntax-propertize-regexp): New function.
3033 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
3034 by a special keyword.
3035
85222d44
DG
3036 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
3037 (ruby-syntax-general-delimiters-goto-beg)
3038 (ruby-syntax-propertize-general-delimiters): New functions.
3039 (ruby-syntax-propertize-function): Use them to handle GDL.
3040 (ruby-font-lock-keywords): Move old handling of GDL...
3041 (ruby-font-lock-syntactic-keywords): .. to here.
3042 (ruby-calculate-indent): Adjust indentation for GDL.
3043
b613912b
MA
30442012-04-24 Michael Albinus <michael.albinus@gmx.de>
3045
b5380639
MA
3046 * notifications.el (top): Remove unneeded declarations.
3047 (notifications-specification-version): Change to "1.2".
e43042fe 3048 (notifications-interface, notifications-notify-method)
b613912b
MA
3049 (notifications-close-notification-method): Fix docstring.
3050 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
3051 (notifications-notify): Add :action-items, :resident and
3052 :transient hints. Change "image_data" to "image-data" and
3053 "image_path" to "image-path".
b613912b
MA
3054 (notifications-get-capabilities): New defun.
3055
257440aa
LL
30562012-04-24 Leo Liu <sdl.web@gmail.com>
3057
3058 * progmodes/python.el: Move hideshow setup to the end.
3059
b1bac16e
MR
30602012-04-24 Martin Rudalics <rudalics@gmx.at>
3061
3062 * window.el (handle-select-window): Clear echo area since this is
3063 no more done by read_char (Bug#11304).
3064
d81bd059
SM
30652012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3066
3067 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
3068 and `/ M' to filter-derived-mode.
3069 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
3070 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
3071 (ibuffer-mark-by-mode): Use default rather than initial-input.
3072 (ibuffer-filter-by-derived-mode): Autoload and require-match.
3073
c4cf6d91
IA
30742012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
3075
3076 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
3077 (ibuffer-filter-by-derived-mode): New filter.
3078 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
3079
7511ded8
CY
30802012-04-23 Andreas Politz <politza@fh-trier.de>
3081
3082 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
3083
775c916b
CY
30842012-04-23 Chong Yidong <cyd@gnu.org>
3085
3086 * cus-edit.el (customize-apropos, customize-apropos-options):
3087 Disable matching of non-option variables (Bug#11176).
3088 (customize-option, customize-option-other-window)
3089 (customize-changed-options): Doc fix.
3090 (customize-apropos-options, customize-apropos-faces)
3091 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
3092
3093 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 3094 Fix word list splitting (Bug#11132).
46c71e23
CY
3095 (apropos-symbol, apropos-keybinding, apropos-label)
3096 (apropos-property, apropos-function-button)
3097 (apropos-variable-button, apropos-misc-button): New faces.
3098 (apropos-symbol-face, apropos-keybinding-face)
3099 (apropos-label-face, apropos-property-face, apropos-match-face):
3100 Variables removed (Bug#8396).
3101 (apropos-library-button, apropos-format-plist, apropos-print)
3102 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 3103
2df41f9c
MA
31042012-04-23 Michael Albinus <michael.albinus@gmx.de>
3105
3106 * net/xesam.el (xesam-mode-map): Use let-bound map in
3107 initialization. (Bug#11292)
3108
da00640a
AM
31092012-04-23 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
3110
3111 Preserve ispell session localwords when switching back to
3112 original buffer.
3113
3114 * ispell.el (ispell-buffer-session-localwords): New buffer-local
3115 variable to hold buffer session localwords.
3116 (ispell-kill-ispell): add option 'clear to delete session
3117 localwords.
3118 (ispell-command-loop, ispell-change-dictionary)
3119 (ispell-buffer-local-words): Preserve session localwords when
3120 needed.
3121
3122 * flyspell.el (flyspell-process-localwords, flyspell-do-correct):
3123 Preserve session localwords when needed.
3124
f621ccf5
AM
31252012-04-23 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
3126
3127 * ispell.el (ispell-insert-word) Remove unneeded function using
3128 obsolete `translation-table-for-input'.
ef24141c
SM
3129 (ispell-word, ispell-process-line, ispell-complete-word):
3130 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 3131
c2d1019e
CY
31322012-04-22 Chong Yidong <cyd@gnu.org>
3133
3134 * cus-edit.el (custom-variable-menu)
3135 (custom-variable-reset-saved, custom-face-menu)
3136 (custom-face-reset-saved): If there is no saved value, make the
3137 "reset-saved" operation bring back the default (Bug#9509).
3138 (custom-face-state): Properly detect themed faces.
3139
eeddc531
CY
3140 * faces.el (face-spec-set): Stop supporting deprecated form of
3141 third arg.
3142
dcbf5805
MA
31432012-04-22 Michael Albinus <michael.albinus@gmx.de>
3144
3145 Move functions from C to Lisp. Make non-blocking method calls
3146 the default. Implement further D-Bus standard interfaces.
3147
ef24141c
SM
3148 * net/dbus.el (dbus-message-internal): Declare function.
3149 Remove unneeded function declarations.
dcbf5805
MA
3150 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
3151 (dbus-message-type-method-return, dbus-message-type-error)
3152 (dbus-message-type-signal): Declare variables. Remove local
3153 definitions.
3154 (dbus-interface-dbus, dbus-interface-peer)
3155 (dbus-interface-introspectable, dbus-interface-properties)
3156 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
3157 Adapt docstring.
3158 (dbus-interface-objectmanager): New defconst.
3159 (dbus-call-method, dbus-call-method-asynchronously)
3160 (dbus-send-signal, dbus-method-return-internal)
3161 (dbus-method-error-internal, dbus-register-service)
3162 (dbus-register-signal, dbus-register-method): New defuns, moved
3163 from dbusbind.c
3164 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
3165 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
3166 New defuns.
dcbf5805
MA
3167 (dbus-call-method-non-blocking): Make it an obsolete function.
3168 (dbus-unregister-object, dbus-unregister-service)
3169 (dbus-handle-event, dbus-register-property)
3170 (dbus-property-handler): Obey the new structure of
3171 `bus-registered-objects'.
3172 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
3173 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
3174 Use `dbus-call-method'.
3175
cf20dee0
CY
31762012-04-22 Chong Yidong <cyd@gnu.org>
3177
3178 * cus-edit.el (custom-commands, custom-reset-menu)
3179 (Custom-reset-standard): Tweak labels.
3180 (custom-reset-button-menu): Change default to t.
3181 (custom-buffer-create-internal): For the custom-reset-button-menu
3182 case, put the revert button first.
3183 (custom-group-subtitle): New face.
3184 (custom-group-value-create): Align docstring to a specific column.
3185
3186 * wid-edit.el (widget-documentation-link-add): Don't handle
3187 indentation in this function.
3188 (widget-documentation-string-indent-to): New function.
3189 (widget-documentation-string-value-create): Use it.
3190
3191 * autorevert.el (auto-revert):
3192 * epg-config.el (epg):
3193 * ibuffer.el (ibuffer):
3194 * mpc.el (mpc):
3195 * ses.el (ses):
3196 * eshell/eshell.el (eshell):
3197 * net/ange-ftp.el (ange-ftp):
3198 * progmodes/ebnf2ps.el (postscript):
3199 * progmodes/flymake.el (flymake):
3200 * progmodes/prolog.el (prolog):
3201 * progmodes/verilog-mode.el (verilog-mode):
3202 * progmodes/which-func.el (which-func):
3203 * term/xterm.el (xterm):
3204 * textmodes/picture.el (picture):
3205 * textmodes/tildify.el (tildify):
3206 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
3207 customization buffers.
3208
583e23bd
AM
32092012-04-22 Alan Mackenzie <acm@muc.de>
3210
3211 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
3212 Adding a ) can hide the resulting (..) from searches. Fix it.
3213 Bound the backward search to the position of the existing (.
3214
7dd51bf1
JB
32152012-04-21 Juanma Barranquero <lekktu@gmail.com>
3216
3217 * progmodes/verilog-mode.el (verilog-mode): Check whether
3218 which-func-modes is t before adding verilog-mode.
3219 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
3220
d64a438f
LL
32212012-04-21 Leo Liu <sdl.web@gmail.com>
3222
7dd51bf1 3223 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 3224
081e8d65
MV
32252012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
3226
3227 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
3228 filling of the last column of a table (Bug#5635).
3229 (woman-find-next-control-line): New arg, specifying an additional
3230 regexp component for the control line.
3231 (woman2-roff-buffer): Use it.
3232 (woman-break-table): New function.
3233 (woman2-TS): Use it.
3234
32352012-04-21 Chong Yidong <cyd@gnu.org>
3236
3237 * woman.el (woman-set-buffer-display-table, woman-decode-region)
3238 (woman-horizontal-escapes, woman-negative-vertical-space)
3239 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
3240 (WoMan-warn-ignored): Use ?\s instead of ?\ .
3241
ed571ccb
SM
32422012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3243
3244 * minibuffer.el (completion-file-name-table): Complete user names.
3245
39773899
LL
32462012-04-20 Leo Liu <sdl.web@gmail.com>
3247
3248 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
3249 and pcase-let*.
3250
de6ff46d
CY
32512012-04-20 Chong Yidong <cyd@gnu.org>
3252
3253 * server.el (server-execute): Respect initial-buffer-choice if it
3254 is a string and there are no files to open (Bug#2825).
3255 (server-create-window-system-frame, server-create-tty-frame):
3256 Don't switch buffers here.
2d0e8e61
CY
3257 (server-process-filter): Only try to open a window system frame if
3258 compiled with graphical support (Bug#8314).
de6ff46d 3259
54071013
DN
32602012-04-20 Dan Nicolaescu <dann@gnu.org>
3261
3262 * battery.el (battery-echo-area-format): Display remaining time
3263 for sysfs backend too (Bug#11269).
3264 (battery-linux-sysfs): Fix conditional for the charge.
3265
f30d612a
CY
32662012-04-20 Chong Yidong <cyd@gnu.org>
3267
c07a4c0b 3268 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
3269 (gdb-inferior-io--init-proc): New function.
3270 (gdb-init-1): Use it.
3271 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
3272 responsible for allocating a new pty and hooking it to gdb when
3273 the old pty gets an EIO due to process exit.
3274 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
3275 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
3276 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
3277
2116e93c
EZ
32782012-04-20 Eli Zaretskii <eliz@gnu.org>
3279
3280 * window.el (window-min-size, window-sizable, window-min-delta)
3281 (window-max-delta, window--resizable, window-resizable)
3282 (window-total-size, window-full-height-p, window-full-width-p)
3283 (window-in-direction, window--resize-mini-window, window-resize)
3284 (window--resize-child-windows-normal)
3285 (window--resize-child-windows, window--resize-siblings)
3286 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 3287 (enlarge-window, shrink-window): Doc fixes.
2116e93c 3288
c07a4c0b 32892012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 3290
ef24141c
SM
3291 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
3292 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
3293 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
3294 pty process (Bug#11273).
3295 (gdb-update): New arg to suppress talking to the gdb process.
3296 (gdb-done-or-error): Use it.
3297 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
3298 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
3299 sentinel not being called.
3300
3301 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
3302
d02766ab
CY
3303 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
3304
c07a4c0b 33052012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
3306
3307 * net/network-stream.el (open-network-stream): Doc fix.
3308
c07a4c0b 33092012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
3310
3311 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
3312
c07a4c0b 33132012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
3314
3315 Ensure searching for keywords is case sensitive.
3316
3317 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
3318 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
3319 (c-defun-name, c-mark-function, c-cpp-define-name)
3320 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 3321 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 3322
ef24141c
SM
3323 * progmodes/cc-mode.el (c-font-lock-fontify-region):
3324 Bind case-fold-search to nil.
f0f6bc35 3325
c07a4c0b 33262012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
3327
3328 * mail/sendmail.el (mail-bury): Call return action with the right
3329 Rmail buffer (Bug#11242).
3330
9a864fa2
CY
3331 * server.el (server-process-filter): Handle corner case where both
3332 tty and nowait options are present (Bug#11102).
3333
539aa513
EZ
33342012-04-20 Eli Zaretskii <eliz@gnu.org>
3335
3336 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
3337 (top level): Put into the executable the ident-style '$Id:' tag on
3338 windows-nt as well.
539aa513 3339
cfc7d5da
SM
33402012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3341
3342 * electric.el (electric-indent-post-self-insert-function): Check that
3343 electric-indent-mode is enabled in current buffer.
3344
5b01685c
JB
33452012-04-19 Juanma Barranquero <lekktu@gmail.com>
3346
3347 * imenu.el (imenu-progress-message): Restore; it is "used" in
3348 erc/erc-imenu.el and net/snmp-mode.el.
3349
4d6769e1
JB
33502012-04-19 Juanma Barranquero <lekktu@gmail.com>
3351
3352 * avoid.el (mouse-avoidance-mode): Mark unused arg.
3353 (mouse-avoidance-nudge-mouse): Remove unused binding.
3354
3355 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
3356
3357 * descr-text.el (describe-char):
3358 * progmodes/python.el (python-describe-symbol):
3359 Don't call `toggle-read-only', set `buffer-read-only'.
3360
3361 * imenu.el (imenu-default-goto-function): Mark unused args.
3362 (imenu-progress-message): Remove obsolete macro; all callers changed.
3363
3364 * subr.el (keymap-canonicalize): Remove unused binding.
3365 (read-passwd): Mark unused arg.
3366
3367 * tutorial.el (tutorial--display-changes): Remove unused binding.
3368 (tutorial--save-tutorial-to): Remove unused variable.
3369
3370 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
3371 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
3372 (package-generate-autoloads, package-menu--generate)
3373 (package-menu--find-upgrades): Remove unused bindings.
3374
3375 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
3376 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
3377 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
3378 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
3379 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
3380 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
3381 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
3382 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
3383 (cua-delete-char-rectangle): Mark unused args.
3384 (cua-align-rectangle): Remove unused binding.
3385
3386 * mail/rmail.el (compilation--message->loc)
3387 (epa--find-coding-system-for-mime-charset): Declare.
3388
3389 * net/dbus.el (dbus-register-service): Declare.
3390 (dbus-name-owner-changed-handler): Remove unused binding.
3391
3392 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
3393 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
3394 (nxml-scan-backward-within): Mark unused arg.
3395 (nxml-dynamic-markup-word): Remove unused binding.
3396
3397 * mouse.el (mouse-menu-major-mode-map):
3398 * emacs-lisp/authors.el (authors-scan-change-log)
3399 (authors-add-to-author-list):
3400 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
3401 * emacs-lisp/smie.el (smie-auto-fill):
3402 * mail/sendmail.el (mail-bury):
3403 * mail/unrmail.el (unrmail):
3404 * net/tls.el (open-tls-stream):
3405 * textmodes/picture.el (picture-mouse-set-point):
3406 Remove unused bindings.
3407
8c8fc5df
MA
34082012-04-19 Michael Albinus <michael.albinus@gmx.de>
3409
3410 * net/tramp.el (tramp-action-password): Let-bind
3411 `enable-recursive-minibuffers' to t.
3412
a77b0ac9
SS
34132012-04-18 Sam Steingold <sds@gnu.org>
3414
3415 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
3416 instead of 'string to accommodate values like [f11].
3417 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
3418 * progmodes/gdb-mi.el: Likewise.
3419
12a106a9
LL
34202012-04-18 Leo Liu <sdl.web@gmail.com>
3421
3422 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
3423 current buffer.
3424 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
3425 LOCAL is nil.
3426
bc6494ef
CY
34272012-04-18 Chong Yidong <cyd@gnu.org>
3428
3429 * simple.el (line-move): Use forward-line if in batch mode
3430 (Bug#11053).
3431
c09c46b2
CS
34322012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
3433
3434 * files.el (after-find-file): Do not try to add a final newline if
3435 the buffer is read-only (Bug#11156).
3436
5f6530ea
RS
34372012-04-17 Richard Stallman <rms@gnu.org>
3438
3439 * mail/rmail.el (rmail-start-mail):
3440 Pass (rmail-mail-return...) for the return-action.
3441 Pass (rmail-yank-current-message...) for the yank-action.
3442 (rmail-yank-current-message): New function.
3443 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
3444 (rmail-reply): Likewise.
3445 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
3446
3447 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 3448 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
3449 buffer, not newbuf.
3450
197b6f3c
JB
34512012-04-17 Juanma Barranquero <lekktu@gmail.com>
3452
3453 * server.el (server-ensure-safe-dir): Simplify.
3454
2311d8e5 34552012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 3456
2311d8e5
GM
3457 * emacs-lisp/smie.el: Provide smarter auto-filling.
3458 (smie-auto-fill): New function.
3459 (smie-setup): Use it.
98fb480e 3460
2311d8e5
GM
3461 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
3462
34632012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
3464
3465 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
3466 (comment-indent): Use it.
3467
2311d8e5 34682012-04-17 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
3469
3470 * ses.el: The overall change is to add cell renaming, that is
3471 setting fancy names for cell symbols other than name matching
3472 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 3473 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 3474 (ses-create-cell-variable): New defun.
2311d8e5 3475 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
3476 (ses-relocate-formula): Relocate formulas only for cells the
3477 symbols of which are not renamed, i.e. symbols whose names do not
3478 match regexp "\\`[A-Z]+[0-9]+\\'".
3479 (ses-relocate-all): Relocate values only for cells the symbols of
3480 which are not renamed.
3481 (ses-load): Create cells variables as the (ses-cell ...) are read,
3482 in order to check row col consistency with cell symbol name only
3483 for cells that are not renamed.
3484 (ses-replace-name-in-formula): New defun.
3485 (ses-rename-cell): New defun.
4bdf2ad2 3486
fc72b15c
PO
34872012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
3488
3489 * progmodes/perl-mode.el (perl-indent-parens-as-block):
3490 New option (bug#11118).
3491 (perl-calculate-indent): Respect it.
3492
12e10e61
GM
34932012-04-17 Glenn Morris <rgm@gnu.org>
3494
3495 * dired-aux.el (dired-mark-read-string): Doc fix.
3496
30009afd
DA
34972012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
3498
3499 * dired-aux.el (dired-mark-read-string): Offer optional completion.
3500 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
3501
41f03f4d
GM
35022012-04-17 Glenn Morris <rgm@gnu.org>
3503
3504 * mouse.el (mouse-drag-track):
3505 * speedbar.el (speedbar-frame-mode):
3506 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
3507
f45f90f3
LL
35082012-04-16 Leo Liu <sdl.web@gmail.com>
3509
3510 * progmodes/python.el: Trivial cleanup.
3511
94ee8db5
GM
35122012-04-16 Glenn Morris <rgm@gnu.org>
3513
121b8917
GM
3514 * vc/vc.el (vc-string-prefix-p):
3515 * vc/pcvs-util.el (cvs-string-prefix-p):
3516 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
3517 * mpc.el (mpc-string-prefix-p):
3518 Make all of these into obsolete aliases for string-prefix-p.
3519 Update callers.
3520 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
3521
1197ecfa
GM
3522 * textmodes/two-column.el: Move custom options to the start.
3523 (frame-width): Remove compat definition.
3524 (2C-associate-buffer, 2C-dissociate):
3525 Use with-current-buffer rather than save-excursion.
3526 (2C-dissociate): Force a mode-line update.
3527 (2C-autoscroll): Use ignore-errors.
3528
099e7202
GM
3529 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
3530 Autoload trivia.
3531
bf350d6a
GM
3532 * emacs-lisp/cl-extra.el (*random-state*):
3533 Remove unnecessary declaration.
3534
0e829eab
GM
3535 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
3536
e3ad7552
GM
3537 * play/cookie1.el (cookie-snarf):
3538 Give an explicit error if input file cannot be read.
3539
68892d27
GM
3540 * play/yow.el (yow-file): Use expand-file-name rather than concat.
3541
20f0c46d
GM
3542 * progmodes/perl-mode.el (c-macro-expand):
3543 Remove unnecessary autoload (it is in loaddefs.el).
3544
5a0978ce
GM
3545 * textmodes/picture.el (picture-desired-column)
3546 (picture-update-desired-column): Convert comments to doc-strings.
3547 (picture-substitute): Remove function.
3548 (picture-mode-map): Initialize in the defvar.
3549
6b955486
GM
3550 * woman.el: Remove eval-after-load for tar-mode.
3551 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
3552 (woman-tar-extract-file): Autoload it.
3553
94ee8db5
GM
3554 * frame.el (automatic-hscrolling): Make this alias obsolete.
3555
177eca34
AM
35562012-04-12 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
3557
3558 * ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 3559 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
3560 (ispell-dictionary-base-alist): Revert to original XEmacs
3561 friendly version for default. [:alpha:] will be added in
3562 `ispell-set-spellchecker-params' if needed
177eca34 3563
c505aaeb
CY
35642012-04-16 Chong Yidong <cyd@gnu.org>
3565
3566 * image.el (imagemagick--extension-regexp): New variable.
3567 (imagemagick-register-types): Use it.
3568 (imagemagick-types-inhibit): Add :set function. Allow new value
3569 of t to inhibit all types.
3570
3571 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
3572 so we can preload it.
3573
3574 * loadup.el (fboundp): Preload regexp-opt, needed by
3575 imagemagick-register-types.
3576
60efac0f
CY
35772012-04-15 Chong Yidong <cyd@gnu.org>
3578
3579 * frame.el (scrolling): Remove nearly unused customization group.
3580
3581 * scroll-all.el (scroll-all-mode): Move to windows group.
3582
5dd1713e
CY
35832012-04-15 Chong Yidong <cyd@gnu.org>
3584
3585 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
3586
e6fd457e
CY
35872012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3588
3589 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 3590 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 3591
e153c136
GM
35922012-04-15 Glenn Morris <rgm@gnu.org>
3593
3594 * simple.el (process-file-side-effects): Doc fix.
3595
e6fd457e 35962012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
3597
3598 * international/mule-cmds.el (set-language-environment): Doc fix.
3599
3603c3b1
JB
36002012-04-14 Juanma Barranquero <lekktu@gmail.com>
3601
3602 * server.el (server-auth-key, server-generate-key): Doc fixes.
3603 (server-get-auth-key): Doc fix. Use `string-match-p'.
3604 (server-start): Reflow docstring.
3605
e6de100c
LI
36062012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
3607
3608 * server.el (server-generate-key): `called-interactively-p'
3609 requires a parameter.
3610
29734c21
MN
36112012-04-14 Michal Nazarewicz <mina86@mina86.com>
3612
3613 * server.el (server-auth-key): New variable.
75f1671a 3614 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
3615 (server-start): Use the new variable and functions to allow
3616 setting a permanent server key (bug#9423).
3617
d65c9521
LL
36182012-04-14 Leo Liu <sdl.web@gmail.com>
3619
3620 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
3621
5ae255c7
PE
36222012-04-14 Paul Eggert <eggert@cs.ucla.edu>
3623
3624 Spelling fixes.
3625 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
3626 Emacs uses American spelling.
3627
d5e6342e
JB
36282012-04-14 Juanma Barranquero <lekktu@gmail.com>
3629
3630 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
3631 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
3632 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
3633 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
3634
ab036cd7
SM
36352012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3636
3637 * progmodes/which-func.el (which-func-modes): Change default.
3638
35dc09a1 36392012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
3640
3641 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
3642 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
3643
35dc09a1 36442012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
3645
3646 * custom.el (custom-theme-set-variables): Doc fix.
3647
35dc09a1 36482012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
3649
3650 * international/mule.el (set-auto-coding-for-load): Doc fix.
3651
35dc09a1 36522012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 3653
35dc09a1
GM
3654 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
3655 imenu work again for Objective C Mode. Correct the *-index values,
3656 these having been disturbed by a previous change in 2011-08.
57f845ee 3657
0de3da9f
AM
3658 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
3659 Correct two search limits.
3660
35dc09a1 36612012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
3662
3663 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
3664
35dc09a1 36652012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
3666
3667 * international/characters.el: Fix sorting.
3668
35dc09a1 36692012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
3670
3671 * international/characters.el: Add more missing Latin case pairs.
3672
35dc09a1 36732012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
3674
3675 * files.el (dir-locals-set-class-variables): Doc fix.
3676
35dc09a1 36772012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 3678
3f1b5bf8
EZ
3679 * international/characters.el: Add set-case-syntax-pair call for
3680 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
3681 counterpart. (Bug#11209)
3682
9f847f41
EZ
3683 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
3684
35dc09a1 36852012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
3686
3687 * calendar/holidays.el (calendar-check-holidays): Doc fix.
3688
35dc09a1 36892012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 3690
35dc09a1
GM
3691 * textmodes/ispell.el (ispell-dictionary-base-alist):
3692 Add data for Hebrew.
e2627d21 3693
35dc09a1 36942012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 3695
35dc09a1
GM
3696 * net/rcirc.el (rcirc-cmd-quit):
3697 Revert 2012-03-18 change (Bug#11192).
5c14e333 3698
35dc09a1 36992012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
3700
3701 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
3702
35dc09a1 37032012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 3704
4517fe3a
SM
3705 * minibuffer.el (completion-in-region-mode-map):
3706 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 3707
b472a594
VD
37082012-04-13 Vivek Dasmohapatra <vivek@etla.org>
3709
3710 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
3711
09b95ce3
MY
37122012-04-13 Masatake YAMATO <yamato@redhat.com>
3713
3714 * minibuffer.el (minibuffer-local-filename-syntax): New variable
3715 to allow `C-M-f' and `C-M-b' to move to the nearest path
3716 separator (bug#9511).
3717
4b63a9ca
LI
37182012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
3719
3720 * avoid.el: Require cl when compiling. And also move the
3721 `provide' to the end.
3722
7b55b8bf
TV
37232012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3724
3725 * avoid.el (mouse-avoidance-banish-position): New variable.
3726 (mouse-avoidance-banish-destination): Use it (bug#10165).
3727
adedaa1f
LL
37282012-04-13 Leo Liu <sdl.web@gmail.com>
3729
3730 * progmodes/which-func.el (which-func-modes): Add objc-mode.
3731
70e74021
KB
37322012-04-13 Ken Brown <kbrown@cornell.edu>
3733
3734 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 3735 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
3736 (browse-url-filename-alist): For the same reason, don't modify
3737 file:// URLs on Cygwin.
3738
e75e89ba
SM
37392012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3740
3741 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
3742 the region on shift if the binding is already shifted (bug#11221).
3743
82f289a4
GM
37442012-04-12 Glenn Morris <rgm@gnu.org>
3745
3746 * mail/mailpost.el: Move to obsolete/.
3747
d333dc4c
DA
37482012-04-12 Drew Adams <drew.adams@oracle.com>
3749
3750 * imenu.el (imenu--generic-function): Ignore invisible definitions
3751 (bug#10123).
3752
0d15b5ba
VD
37532012-04-12 Vivek Dasmohapatra <vivek@etla.org>
3754
3755 * hexl.el (hexl-bits): New variable.
3756 (hexl-options): Mention the variable in the doc string.
75f1671a 3757 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 3758 (hexl-mode): Mention the new variable.
75f1671a
JB
3759 (hexl-mode, hexl-current-address, hexl-current-address):
3760 Use the displen.
0d15b5ba
VD
3761 (hexl-ascii-start-column): New function.
3762 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
3763 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
3764
64a440db
AM
37652012-04-12 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
3766
3767 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
3768 '("-i" ENCODING), in 2 separate command-line arguments, to specify
3769 the encoding, as expected by hunspell.
3770
6decb6c2
SM
37712012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3772
3773 * battery.el (battery--linux-sysfs-regexp): New const.
3774 (battery-status-function): Use it. Remove yeeloong special case.
3775 (battery-yeeloong-sysfs): Remove.
3776 (battery-echo-area-format): Remove yeeloong special case.
3777
088be6fb
SM
37782012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3779
6622e416
SM
3780 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
3781 Reported by Noah Friedman.
3782
088be6fb
SM
3783 * subr.el (read-passwd): Use read-string.
3784
b49f886e
LMI
37852012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3786
3787 * vcursor.el (vcursor-move): Increase the priority of the overlay
3788 (bug#9663).
3789
a63067fc
DD
37902012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3791
3792 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
3793 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
3794
ac3cf14a
WS
37952012-04-11 William Stevenson <yhvh2000@gmail.com>
3796
3797 * textmodes/artist.el (artist-mode): Convert artist-mode to use
3798 define-minor-mode (bug#10760).
3799
c4fc691b 38002012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 3801
4d6769e1 3802 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
3803 that directories matching `grep-find-ignored-files' won't be
3804 pruned (bug#10351).
3805
af23e2e5
CY
38062012-04-11 Chong Yidong <cyd@gnu.org>
3807
3808 * startup.el (command-line): Remove support for long-obsolete
3809 variable font-lock-face-attributes.
3810
ab7ce8c1
GM
38112012-04-11 Glenn Morris <rgm@gnu.org>
3812
3813 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
3814
de8c03dc
SM
38152012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3816
3817 * window.el (window--state-get-1): Obey window-point-insertion-type.
3818
050cc68b
LB
38192012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
3820
3821 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
3822 to previous function when point is on the first character of a
75f1671a 3823 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 3824
a38c310c
GM
38252012-04-11 Glenn Morris <rgm@gnu.org>
3826
effed0c2
GM
3827 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
3828 not just file-errors.
3829
a38c310c
GM
3830 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
3831 (vc-bzr-sha1): Use internal sha1.
3832
0221e323
SM
38332012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3834
3835 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
3836
43956923
SG
38372012-04-10 SĂ©bastien Gross <seb@chezwam.org> (tiny change)
3838
3839 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
3840 that start in the middle of the line (bug#10496).
3841
6a8c9eaf
DN
38422012-04-10 Dan Nicolaescu <dann@gnu.org>
3843
3844 * battery.el (battery-linux-proc-acpi): Only one battery is
3845 discharged at a time, but that seems to confuse battery.el when
3846 computing `rate-type' for the battery not being discharged
3847 (bug#10332).
3848
1930bf5d
SM
38492012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3850
2a718f6f
SM
3851 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
3852
599430d0
SM
3853 * international/quail.el: Use dolist and simplify.
3854 (quail-define-package, quail-update-keyboard-layout)
3855 (quail-define-rules): Use dolist.
3856 (quail-insert-kbd-layout, quail-get-translation): CSE.
3857
a2754b6c
SM
3858 * tmm.el: Use dolist, remove left over hook.
3859 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
3860 Use dolist.
3861 (calendar-load-hook): Don't mess with it.
3862
1930bf5d
SM
3863 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
3864 Use derived-mode-p. Run the diff asynchronously.
3865
9f67961c
LMI
38662012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3867
3868 * obsolete/mouse-sel.el: Add an Obsolete-since header.
3869
2a8ce227
JB
38702012-04-10 Juanma Barranquero <lekktu@gmail.com>
3871
3872 * misc.el: Display absolute path of loaded DLLs (bug#10424).
3873 (list-dynamic-libraries--loaded): New function.
3874 (list-dynamic-libraries--refresh): Use it.
3875
8f33b5f8
NW
38762012-04-10 Nathan Weizenbaum <nweiz@google.com>
3877
1930bf5d
SM
3878 * progmodes/python.el (python-fill-paragraph):
3879 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
3880 disabled (bug#7018).
3881
b12f0439
L
38822012-04-10 Laimonas VÄ—bra <laimonas.vebra@gmail.com> (tiny change)
3883
1930bf5d 3884 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
3885 DOS/MS Windows for the Baltic languages. There are still plenty
3886 of texts written in this encoding/codepage (bug#6519).
b12f0439 3887
57c3bd01
GM
38882012-04-10 Glenn Morris <rgm@gnu.org>
3889
3890 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
3891 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
3892
6c3eab30
FA
38932012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
3894
1930bf5d 3895 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
3896 next-line "n" and previous-line "p" in order to make recentf more
3897 consistent with ibuffer, dired or org-mode (bug#9387).
3898
24d78a88
LMI
38992012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3900
bc72b5d9
LMI
3901 * image.el (put-image): Return the overlay created instead of the
3902 optional input string (bug#7834). Note that this may break code
3903 that is (for some reason or other) depending on `put-image'
3904 returning the string.
3905
bd2dba5a
LMI
3906 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
3907
74beb59f
LMI
3908 * simple.el (zap-to-char): Allow zapping using input methods
3909 (bug#1580).
3910
24d78a88
LMI
3911 * textmodes/fill.el (fill-region): Leave point and mark where they
3912 were before filling (bug#5399).
3913
263f20cd
GM
39142012-04-09 Glenn Morris <rgm@gnu.org>
3915
3916 * version.el (emacs-bzr-get-version):
3917 Handle lightweight checkouts of local branches.
3918
58d1f797
AS
39192012-04-09 Andreas Schwab <schwab@linux-m68k.org>
3920
263f20cd 3921 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 3922
b4d3bc10
CY
39232012-04-09 Chong Yidong <cyd@gnu.org>
3924
3925 * custom.el (custom-variable-p): Return nil for non-symbol
3926 arguments instead of signaling an error.
3927 (user-variable-p): Obsolete alias for custom-variable-p.
3928
3929 * apropos.el (apropos-variable):
3930 * files-x.el (read-file-local-variable):
3931 * simple.el (set-variable):
3932 * woman.el (woman-mini-help):
3933 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
3934
fd06db5d
GM
39352012-04-09 Glenn Morris <rgm@gnu.org>
3936
e5fcdb5e
GM
3937 * startup.el (normal-top-level): Don't look for leim-list.el
3938 in places where it will not be found. (Bug#910)
3939
fd06db5d
GM
3940 * international/mule-cmds.el (set-default-coding-systems):
3941 * files.el (normal-mode):
3942 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
3943 This function was removed with ucs-tables.el in 2008.
3944
b39bb7e1
EZ
39452012-04-08 Eli Zaretskii <eliz@gnu.org>
3946
3947 * textmodes/ispell.el (ispell-check-version): For hunspell, set
3948 ispell-encoding8-command to "-i", without a trailing space.
3949 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
3950 separate command-line arguments, to specify the encoding, since
3951 that's how hunspell expects it.
3952
5c5b8e23
GM
39532012-04-08 Glenn Morris <rgm@gnu.org>
3954
3955 * loadup.el: Load bindings before cus-start.
3956 This reduces somewhat the number of "rogue" settings in emacs -Q.
3957
a1ed8b05
GM
39582012-04-07 Glenn Morris <rgm@gnu.org>
3959
3960 * version.el (emacs-bzr-get-version): New function.
dfae128a 3961 (emacs-bzr-version): New variable.
a1ed8b05
GM
3962 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
3963 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
3964
b142f158
EZ
39652012-04-07 Eli Zaretskii <eliz@gnu.org>
3966
dfae128a
GM
3967 * international/uni-bidi.el, international/uni-category.el:
3968 * international/uni-combining.el, international/uni-decimal.el:
3969 * international/uni-decomposition.el, international/uni-digit.el:
3970 * international/uni-lowercase.el, international/uni-mirrored.el:
3971 * international/uni-name.el, international/uni-numeric.el:
3972 * international/uni-titlecase.el, international/uni-uppercase.el:
3973 Update for Unicode 6.1.
b142f158 3974
9078ead6
EZ
39752012-04-07 Eli Zaretskii <eliz@gnu.org>
3976
3977 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
3978
f23d2c7d
LMI
39792012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3980
3981 * window.el (shrink-window): Mention the `window-min-height'
3982 variable in the doc string.
3983
0a0a3573
BG
39842012-04-05 Bastien Guerry <bzg@altern.org>
3985
3986 * color.el (color-lighten-name): Fix typo.
3987
e5248ac9
SM
39882012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
3989
3990 * server.el (server--on-display-p): New function.
3991 (server--on-display-p): Use it.
3992
b4243e22
GV
39932012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
3994
3995 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
3996 (bug#11145).
3997
305d9f44
SM
39982012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
3999
4000 * comint.el (comint--common-quoted-suffix): Check string boundary
4001 before comparing (bug#11158).
4002 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
4003
3d439cd1
CY
40042012-04-04 Chong Yidong <cyd@gnu.org>
4005
321cc491
CY
4006 * minibuffer.el (completion-extra-properties): Doc fix.
4007
3d439cd1
CY
4008 * subr.el (delayed-warnings-hook): Doc fix.
4009
2d562c0f
DU
40102012-04-04 Daiki Ueno <ueno@unixuser.org>
4011
4012 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
4013 selection (Bug#11159).
4014 (epa-insert-keys): Inform that the default public key will be
4015 exported if no key is selected.
4016
4443f204
RS
40172012-04-04 Richard Stallman <rms@gnu.org>
4018
4019 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
4020
529c06b6
CY
40212012-04-03 Chong Yidong <cyd@gnu.org>
4022
4023 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
4024 mail-insert-file, not its obsolete alias mail-attach-file.
4025
66b907dc
MA
40262012-04-03 Michael Albinus <michael.albinus@gmx.de>
4027
4028 * notifications.el (notifications-notify): Fix docstring.
4029
c0ea195d
GM
40302012-04-02 Glenn Morris <rgm@gnu.org>
4031
4032 * emacs-lisp/authors.el (authors-aliases): Another addition.
4033
5ca64e00
MA
40342012-04-02 Michael Albinus <michael.albinus@gmx.de>
4035
4036 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
4037 `tramp-compat-call-process' instead of `tramp-local-call-process'.
4038 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
4039
42ee526b
CY
40402012-04-01 Chong Yidong <cyd@gnu.org>
4041
4042 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
4043 Handle root directory properly.
4044 (copy-directory): Caller changed.
4045
4046 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
4047 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
4048
0b021094
GM
40492012-03-31 Glenn Morris <rgm@gnu.org>
4050
40f86458
GM
4051 * term/xterm.el (xterm-extra-capabilities): Doc fix.
4052
7019c177
GM
4053 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
4054
a1daddd6
GM
4055 * calendar/calendar.el (calendar-window-list)
4056 (calendar-hide-window): Restore. (Bug#11140)
4057 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
4058
0b021094
GM
4059 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
4060
40311efc
TV
40612012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4062
4063 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
4064 Check if file is a symlink (Bug#10489).
4065
4066 * files.el (copy-directory): Likewise.
4067
5319014e
CY
40682012-03-30 Chong Yidong <cyd@gnu.org>
4069
4070 * image.el (imagemagick-types-inhibit)
4071 (imagemagick-register-types): Doc fix.
4072
935d1290
AM
40732012-03-30 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
4074
ef24141c
SM
4075 * ispell.el (ispell-get-extended-character-mode):
4076 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 4077 and treats ~word as ordinary words in pipe mode.
935d1290 4078
61c6e8fd
GM
40792012-03-30 Glenn Morris <rgm@gnu.org>
4080
4081 * tutorial.el (help-with-tutorial): Ensure local variables don't
4082 happen to make the buffer read-only. (Bug#11127)
4083
81fdff00
SM
40842012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
4085
4086 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
4087 (perl-calculate-indent): Return `noindent' in strings.
4088
6e7a6ec0
SS
40892012-03-28 Sam Steingold <sds@gnu.org>
4090
4091 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
4092 instead of the broken adhockery which does not prevent calendar
4093 buffers from being displayed at random after exit.
4094 (calendar-window-list, calendar-hide-window): Remove the broken
4095 adhockery.
4096
fee88ca0
GM
40972012-03-28 Glenn Morris <rgm@gnu.org>
4098
4099 * replace.el (query-replace-map): Doc fix.
4100
38de3354
AS
41012012-03-28 Andreas Schwab <schwab@linux-m68k.org>
4102
4103 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
4104 contents. (Bug#11109)
4105
b973155e
SM
41062012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4107
4108 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
4109 (bug#11077).
4110 (avl-tree--check, avl-tree--check-node): New funs.
4111
dcb6e7b3
MR
41122012-03-27 Martin Rudalics <rudalics@gmx.at>
4113
4114 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
4115 (switch-to-prev-buffer, switch-to-next-buffer):
4116 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
4117 showing a buffer already is done on the same frame.
4118
b4fa35fa
GM
41192012-03-27 Glenn Morris <rgm@gnu.org>
4120
4121 * startup.el (mail-host-address): Doc fix.
4122
f9210e18
SM
41232012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4124
4125 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
4126 than 197 variables.
4127
c0bf7753
AF
41282012-03-26 Ami Fischman <ami@fischman.org>
4129
4130 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
4131
33da7b16
GM
41322012-03-26 Glenn Morris <rgm@gnu.org>
4133
02243d9d
GM
4134 * files.el (save-buffers-kill-emacs): Doc fix.
4135
33da7b16
GM
4136 * startup.el (normal-top-level, command-line, command-line-1):
4137 Give them doc strings.
4138
e5a69fd0
EZ
41392012-03-25 Eli Zaretskii <eliz@gnu.org>
4140
4141 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 4142 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 4143
9a69676a
CY
41442012-03-25 Chong Yidong <cyd@gnu.org>
4145
4125cb8b
CY
4146 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
4147 theme if it was previously enabled before (Bug#11031).
4148
dd470960
CY
4149 * cus-theme.el (custom-theme-write-faces): Retrieve current face
4150 spec with custom-face-get-current-spec if its :shown-value is not
4151 determined yet (Bug#9337).
4125cb8b 4152 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 4153
9a69676a
CY
4154 * button.el (button-at): Minor addition to docstring.
4155
6e7e90fa
SL
41562012-03-24 Simon Leinen <simon.leinen@gmail.com>
4157
4158 * vc/vc.el (vc-merge): Fix a prompt.
4159
f06e2758
CY
41602012-03-24 Chong Yidong <cyd@gnu.org>
4161
4162 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
4163 point (Bug#9623).
4164
6e7e90fa
SL
4165 * button.el (button-at): Minor addition to docstring.
4166
b9d0879b
SM
41672012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4168
4169 * newcomment.el (comment-choose-indent): No space after BOL.
4170
e71cebb3
SS
41712012-03-22 Sam Steingold <sds@gnu.org>
4172
4173 * window.el (switch-to-prev-buffer): Revert last patch because the
4174 bug turned out to be an advertised feature (Elisp manual 28.14).
4175
335aff35
GM
41762012-03-22 Glenn Morris <rgm@gnu.org>
4177
4178 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
4179 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
4180
c676576a
LMI
41812012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4182
4183 * net/network-stream.el (network-stream-open-starttls): Make error
4184 message under Windows be less misleading.
4185
126f3d39
LW
41862012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
4187
4188 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
4189 understands (bug#9942).
4190
64fee311
CY
41912012-03-22 Chong Yidong <cyd@gnu.org>
4192
4193 * simple.el (end-of-visible-line): Handle return value of
4194 next-single-property-change properly (Bug#9371).
4195
a640d29a
KH
41962012-03-22 Kenichi Handa <handa@m17n.org>
4197
4198 * international/quail.el (quail-insert-kbd-layout): Fix previous
4199 change. To avoid unwanted bidi reordering, use
4200 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
4201
39675016
DG
42022012-03-21 Dmitry Gutov <dgutov@yandex.ru>
4203
4204 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
4205 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
4206 (ruby-beginning-of-indent): Be more careful with the difference
4207 between word-boundary and symbol boundary.
4208 (ruby-mode-syntax-table): Make : a symbol constituent.
4209
0a6934fc 42102012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 4211
3d008e4f
SM
4212 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
4213
0a6934fc
SM
42142012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4215
af67c9d7
SM
4216 * progmodes/etags.el (tags-completion-at-point-function):
4217 Improve last fix.
4218
1acad97c
SM
4219 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
4220
e298b5da
SS
42212012-03-21 Sam Steingold <sds@gnu.org>
4222
4223 * progmodes/etags.el (tags-completion-at-point-function):
4224 Avoid the error when point is inside the pattern.
4225
91d82a70
JY
42262012-03-21 John Yates <john@yates-sheets.org> (tiny change)
4227
4228 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
4229 line (Bug#10855).
4230
69188b79
CY
42312012-03-21 Drew Adams <drew.adams@oracle.com>
4232
4233 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
4234
99fc91fe
AK
42352012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
4236
4237 * ido.el (ido-set-current-directory, ido-read-internal)
4238 (ido-choose-completion-string, ido-completion-help): Handle nil
4239 value of ido-completion-buffer (Bug#11008).
4240
087bbb4c
SS
42412012-03-21 Sam Steingold <sds@gnu.org>
4242
4243 * window.el (switch-to-prev-buffer): Do not switch to a visible
4244 window previous buffer, just like with the frame previous buffers.
4245
fb5b8aca
CY
42462012-03-21 Chong Yidong <cyd@gnu.org>
4247
4248 * faces.el (make-face, make-empty-face, copy-face):
4249 * face-remap.el (face-remap-add-relative, face-remap-set-base):
4250 Doc fixes.
4251
dc9924b8
SM
42522012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4253
4254 * wid-edit.el (widget-complete-field): Remove (bug#11051).
4255 (widget-complete): Remove broken use of it.
4256
f0bcceb9
CY
42572012-03-20 Chong Yidong <cyd@gnu.org>
4258
dc9924b8
SM
4259 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
4260 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
4261 characters.
4262
ee52ebf3
TH
42632012-03-20 Tassilo Horn <tassilo@member.fsf.org>
4264
4265 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
4266 to draw rectangles, not squares. (Regression introduced by revno
4267 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
4268
4c5779ab
CY
42692012-03-18 Chong Yidong <cyd@gnu.org>
4270
4271 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
4272 it is not yet defined (for temacs).
4273
15360934
LL
42742012-03-18 Leo Liu <sdl.web@gmail.com>
4275
dc9924b8 4276 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 4277
d9a8eb66
EZ
42782012-03-17 Eli Zaretskii <eliz@gnu.org>
4279
4280 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
4281 (ispell-choices-win-default-height, ispell-silently-savep)
4282 (ispell-dictionary-alist, ispell-encoding8-command)
4283 (ispell-check-version, ispell-aspell-find-dictionary)
4284 (ispell-valid-dictionary-list, ispell-words-keyword)
4285 (ispell-get-word, ispell-internal-change-dictionary)
4286 (ispell-region, ispell-skip-region-list)
4287 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
4288 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
4289 (ispell-message-text-end, ispell-message)
4290 (ispell-buffer-local-parsing): Doc fix.
4291
f02ff80d
J
42922012-03-13 Jambunathan K <kjambunathan@gmail.com>
4293
4294 * htmlfontify.el: Add support for code block fontification for ODT
4295 export (Bug #9914).
4296 (hfy-optimisations): Define new option
4297 `body-text-only'
4298 (hfy-fontify-buffer): Honor above setting.
4299 (hfy-begin-span, hfy-end-span): New routines factored out form
4300 `hfy-fontify-buffer'.
4301 (hfy-begin-span-handler, hfy-end-span-handler): New variables
4302 that permit insertion of custom tags.
4303 (hfy-fontify-buffer): Use above handlers.
4304 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
4305 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 4306 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 4307 over multiple runs. This is made possible by having the caller let
f02ff80d
J
4308 bind a special variable `hfy-user-sheet-assoc'.
4309 (htmlfontify-string): New defun.
4310 (hfy-compile-face-map): Make sure that the last char in the
4311 buffer is correctly fontified.
4312 (hfy-face-resolve-face): Whitespace only change.
4313
9ac7a13f
EZ
43142012-03-17 Eli Zaretskii <eliz@gnu.org>
4315
4316 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
4317 message more clear.
4318
e2b5bdd7
LL
43192012-03-16 Leo Liu <sdl.web@gmail.com>
4320
4321 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
4322
2e492df3
AM
43232012-03-16 Alan Mackenzie <acm@muc.de>
4324
4325 Further optimise the handling of large macros.
4326
4327 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
4328 limit to a call of `c-literal-limits'.
4329 (c-determine-+ve-limit): New function.
dc9924b8
SM
4330 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
4331 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
4332 In CASE 5B, restrict a search limit to 500.
4333 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
4334
4335 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
4336 Restrict macro bounds to +-500 from after-change's BEG END.
4337
50e94f0c
LL
43382012-03-16 Leo Liu <sdl.web@gmail.com>
4339
4340 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
4341
6f09f6ed
AH
43422012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
4343
4344 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 4345 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 4346
c7e73d51
GM
43472012-03-16 Glenn Morris <rgm@gnu.org>
4348
da986230
GM
4349 * view.el (view-buffer, view-buffer-other-window)
4350 (view-buffer-other-frame): Doc fixes re special mode-class.
4351
0835f01e
GM
4352 * subr.el (eval-after-load): If named feature is provided not from
4353 a file, run after-load forms. (Bug#10946)
4354
c7e73d51
GM
4355 * calendar/calendar.el (calendar-insert-at-column):
4356 Handle non-unit-width characters a bit better. (Bug#10978)
4357
3f2eafd1
CY
43582012-03-15 Chong Yidong <cyd@gnu.org>
4359
4360 * emacs-lisp/ring.el (ring-extend): New function.
4361 (ring-insert+extend): Extend the ring correctly (Bug#11019).
4362
4363 * comint.el (comint-read-input-ring)
4364 (comint-add-to-input-history): Grow comint-input-ring lazily.
4365
103af3fe
SM
43662012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4367
663b1677
SM
4368 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
4369 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
4370
103af3fe
SM
4371 * imenu.el: Fix multiple inheritance breakage (bug#9199).
4372 (imenu-add-to-menubar): Don't add a redundant index.
4373 (imenu-update-menubar): Handle a dynamically composed keymap.
4374
899cb7cb
KY
43752012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
4376
4377 * mail/sendmail.el (mail-encode-header):
4378 Bind rfc2047-encode-encoded-words to nil.
4379
3809f91d
GM
43802012-03-13 Glenn Morris <rgm@gnu.org>
4381
4382 * calendar/calendar.el (calendar-string-spread):
4383 Handle non-unit-width characters a bit better. (Bug#10978)
4384
9e345a01
LL
43852012-03-13 Leo Liu <sdl.web@gmail.com>
4386
4387 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
4388 directory and file as argument (Bug#10822).
4389
4a07df36
KS
43902012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
4391
4392 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
4393 For dynamically generated code, follow $PC.
4394 (gdb-disassembly-handler-custom): Handle no function name case.
4395
4aaa9356
TL
43962012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
4397
4398 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
4399 * emulation/ws-mode.el (ws-query-replace):
4400 * sort.el (sort-regexp-fields):
4401 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
4402
225979da
SM
44032012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4404
4405 * dabbrev.el: Fix cycle completion order (bug#10963).
4406 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
4407 (dabbrev-completion): Don't use an obarray; provide
4408 a cycle-sort-function.
4409
e2f1fdab
LL
44102012-03-12 Leo Liu <sdl.web@gmail.com>
4411
dc9924b8 4412 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
4413 (kill-do-not-save-duplicates): Doc fix.
4414
b19490ed
SM
44152012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4416
4417 * dabbrev.el: Fix cycle completion (bug#10963).
4418 Use lexical binding and wrap to 80 columns.
4419 (dabbrev-completion): Delay computing the list of completions.
4420
4b05d722
KH
44212012-03-12 Kenichi Handa <handa@m17n.org>
4422
4423 * international/quail.el (quail-insert-kbd-layout): Surround each
4424 row by LRO and PDF instead of inserting many LRMs. Pad the left
4425 and right of each non-spacing marks. Insert invisible space
4426 between lower and upper characters to prevent composition.
4427
dbbc2e69
SM
44282012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4429
4430 * minibuffer.el (minibuffer-complete): Don't get confused when the
4431 function is run twice via different commands (bug#10958).
4432 (complete-with-action): Fix docstring.
4433
292112ed
CY
44342012-03-12 Chong Yidong <cyd@gnu.org>
4435
5d1ac394
CY
4436 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
4437 (nxml-completion-at-point-function): New function.
4438 (nxml-mode): Use it.
4439 (nxml-bind-meta-tab-to-complete-flag): Default to t.
4440
292112ed
CY
4441 * emacs-lisp/package.el (package-unpack, package-unpack-single):
4442 Load generated autoloads file before byte compiling (Bug#10970).
4443 (package--make-autoloads-and-compile): New helper fun.
4444
4098f8f7
CS
44452012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
4446
4447 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
4448
8f754691
MA
44492012-03-11 Michael Albinus <michael.albinus@gmx.de>
4450
4451 * autorevert.el (auto-revert-handler): Ensure, that
4452 file-readable-p is applied only for local files or in
4453 auto-revert-tail-mode.
4454
e29ab36b
AS
44552012-03-11 Andreas Schwab <schwab@linux-m68k.org>
4456
dbbc2e69
SM
4457 * server.el (server-eval-at): Handle non-tcp connections.
4458 Decode result string.
ad0bf5b6 4459
e29ab36b
AS
4460 * server.el (server-msg-size): New constant.
4461 (server-reply-print): New function.
4462 (server-eval-and-print): Use it.
4463 (server-eval-at): Use server-quote-arg and server-unquote-arg.
4464 Handle -print-nonl.
4465
de5939ba
CS
44662012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
4467
4468 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
4469 (Bug#10987).
4470
0c93eabf
CY
44712012-03-11 Chong Yidong <cyd@gnu.org>
4472
397a688f
CY
4473 * simple.el (goto-line): Doc fix (Bug#9938).
4474
2cc775f9
CY
4475 * subr.el (save-window-excursion): Doc fix (Bug#9979).
4476
0c93eabf
CY
4477 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
4478 when finished (Bug#10963).
4479
c491fa41
MR
44802012-03-11 Martin Rudalics <rudalics@gmx.at>
4481
4482 * window.el (split-window-below): Fix bug in case where
4483 split-window-keep-point is nil (Bug#10971).
4484
300e8fa5
JL
44852012-03-11 Juri Linkov <juri@jurta.org>
4486
4487 * replace.el (replace-highlight): Set isearch-word to nil
4488 unconditionally. (Bug#10887)
4489
dbf6c5a1
EZ
44902012-03-10 Eli Zaretskii <eliz@gnu.org>
4491
4492 * net/mairix.el (mairix-replace-invalid-chars): Rename from
4493 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 4494 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
4495 (mairix-widget-create-query): Add usage information about mairix
4496 search forms: negating words, searching for substrings, etc.
4497
b9e501de
JP
44982012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
4499
4500 * international/fontset.el (font-encoding-alist): Add an entry for
4501 ksx1001 (Bug#5667).
4502
92795c91
RS
45032012-03-10 Richard Stallman <rms@gnu.org>
4504
1694e6c1
RS
4505 * mail/sendmail.el (mail-encode-header):
4506 Set rfc2047-encode-encoded-words.
4507
607e8555
RS
4508 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
4509
de3bc99a
RS
4510 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
4511 view buffer means not swapped.
4512 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
4513 (rmail-write-region-annotate): Error if real text has disappeared.
4514
92795c91
RS
4515 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
4516
699bd04e
CY
45172012-03-10 Chong Yidong <cyd@gnu.org>
4518
4519 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
4520 * emulation/cua-base.el (cua--init-keymaps):
4521 Add delete-forward-char to remappings (Bug#9666).
699bd04e 4522
570a1714
MR
45232012-03-10 Martin Rudalics <rudalics@gmx.at>
4524
dbbc2e69
SM
4525 * speedbar.el (speedbar-unhighlight-one-tag-line):
4526 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 4527
82dcf4e4
CY
45282012-03-10 Chong Yidong <cyd@gnu.org>
4529
7a2c7ca7
CY
4530 * minibuffer.el (completion-in-region, completion-help-at-point):
4531 Give the completion field overlay a high priority (Bug#6830).
4532
82dcf4e4
CY
4533 * dired.el (dired-goto-file): Recognize absolute file name
4534 listings (Bug#7126).
4535 (dired-goto-file-1): New helper function.
4536 (dired-toggle-read-only): Inhibit warnings.
4537
052e28ac
MA
45382012-03-09 Michael Albinus <michael.albinus@gmx.de>
4539
75f1671a 4540 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
4541 there are no properties.
4542
95d5e396
LL
45432012-03-09 Leo Liu <sdl.web@gmail.com>
4544
4545 * savehist.el (savehist-printable): Stricter check for string
4546 value (Bug#10937).
4547
3f018d6d
EZ
45482012-03-09 Eli Zaretskii <eliz@gnu.org>
4549
dbbc2e69
SM
4550 * mail/smtpmail.el (smtpmail-send-it):
4551 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
4552 valid mbox format.
4553
f7fd3d79
GM
45542012-03-09 Glenn Morris <rgm@gnu.org>
4555
4556 * files.el (dir-locals-find-file):
4557 Don't check result is regular, readable.
4558 (dir-locals-read-from-file): Demote errors.
4559
6ff6e72f
EZ
45602012-03-08 Eli Zaretskii <eliz@gnu.org>
4561
dbbc2e69
SM
4562 * international/quail.el (quail-insert-kbd-layout):
4563 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
4564 layout cell, to prevent their reordering by bidi display engine.
4565 For details, see the discussion in
4566 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
4567
9cec7834
AM
45682012-03-08 Alan Mackenzie <acm@muc.de>
4569
4570 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
4571 the starting position; make it extend the marked region when
4572 invoked repeatedly - all under appropriate circumstances.
4573 Fixes bugs #5525, #10906.
4574
9a40b8d4
GM
45752012-03-08 Glenn Morris <rgm@gnu.org>
4576
4577 * files.el (locate-dominating-file, dir-locals-find-file):
4578 Undo 2012-03-06 change.
4579
7a08ed35
EZ
45802012-03-07 Eli Zaretskii <eliz@gnu.org>
4581
dbbc2e69
SM
4582 * international/quail.el (quail-help):
4583 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
4584 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
4585 for the reason.
4586
5aca4f71 45872012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
4588
4589 Avoid superfluous registering of signals. (Bug#10807)
4590
4591 * notifications.el (notifications-on-action-object)
4592 (notifications-on-close-object): New defvars.
4593 (notifications-on-action-signal, notifications-on-closed-signal):
4594 Unregister the signal if not needed any longer.
4595 (notifications-notify): Register `notifications-action-signal' or
4596 `notifications-closed-signal', if :on-action or :on-close has been
4597 passed as argument.
4598
78e8b10a
CY
45992012-03-07 Chong Yidong <cyd@gnu.org>
4600
4601 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
4602 non-X platforms.
4603
69481eb8
GM
46042012-03-06 Glenn Morris <rgm@gnu.org>
4605
4606 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
4607 (x-disown-selection-internal, x-get-selection-internal):
4608 Doc fix (add arglist signatures). (Bug#10783)
4609
133b8e11
KS
46102012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
4611
4612 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
4613 Handle breakpoints with no "type".
4614
99a83064
GM
46152012-03-06 Glenn Morris <rgm@gnu.org>
4616
4617 * files.el (locate-dominating-file): Add optional predicate argument.
4618 (dir-locals-find-file): Make use of above change.
4619
17798e78
TTN
46202012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
4621
4622 * info.el (Info-insert-dir): Also try "dir.gz".
4623
eb182446
GM
46242012-03-06 Glenn Morris <rgm@gnu.org>
4625
8f2114ee
GM
4626 * files.el (dir-locals-find-file):
4627 Ignore non-readable or non-regular files. (Bug#10928)
4628
eb182446
GM
4629 * files.el (locate-dominating-file): Doc fix.
4630
24679323
AS
46312012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
4632
4633 * calendar/calendar.el (calendar-set-mode-line):
4634 `getenv' returns a string. (Bug#10951)
4635
01d972a9
LL
46362012-03-05 Leo Liu <sdl.web@gmail.com>
4637
109aa8a9
LL
4638 * simple.el (backward-delete-char-untabify): Constrain point to
4639 field (Bug#10939).
4640
01d972a9
LL
4641 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
4642
10607bea
CY
46432012-03-05 Chong Yidong <cyd@gnu.org>
4644
4645 * simple.el (count-words): If called from Lisp, return the word
4646 count, for symmetry with `count-lines'. Arglist changed.
4647 (count-words--message): Args changed. Consolidate counting code
4648 from count-words and count-words-region.
4649 (count-words-region): Caller changed.
4650 (count-lines-region): Make it an obsolete alias.
4651
5dd11cfe
TH
46522012-03-04 Tassilo Horn <tassilo@member.fsf.org>
4653
4654 * saveplace.el (save-place-to-alist)
4655 (save-place-ignore-files-regexp): Allow value nil to disable this
4656 feature.
4657
c349f4e6
CY
46582012-03-04 Chong Yidong <cyd@gnu.org>
4659
4660 * faces.el (face-spec-reset-face): For the default face, reset the
4661 attributes to default values (Bug#10748).
4662
e627be4c
LMI
46632012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4664
4665 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
4666 previous patch: Check `message-send-mail-function', and not the
4667 default function (bug#10897).
4668
ebeabff4
MA
46692012-03-04 Michael Albinus <michael.albinus@gmx.de>
4670
a41a6cf4
MA
4671 * notifications.el (notifications-on-action-signal)
4672 (notifications-on-closed-signal): Check for unique service name of
4673 incoming event. Fix error in removing entry.
ebeabff4 4674 (top): Register for signals with wildcard service name.
a41a6cf4 4675 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 4676
c1ca42b4
CY
46772012-03-04 Chong Yidong <cyd@gnu.org>
4678
dc9924b8 4679 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 4680
ea16568d
GM
46812012-03-04 Glenn Morris <rgm@gnu.org>
4682
4683 * abbrev.el (copy-abbrev-table, abbrev-table-p)
4684 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
4685 (expand-abbrev, define-abbrev-table): Doc fixes.
4686
fbae4637
LMI
46872012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4688
4689 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
4690 `message-default-send-mail-function' and not `send-mail-function'
4691 when doing the prompting for `sendmail-query-once' before sending
4692 in Message buffers (bug#10897).
4693
a1e7225c
LMI
4694 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
4695 This is inconsistent with all the other stream functions, which leave
4696 the setting up to the higher levels (if so wanted) (bug#10931).
4697
56d093a9
AM
46982012-03-02 Alan Mackenzie <acm@muc.de>
4699
4700 Depessimize the handling of very large macros.
4701
4702 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
4703 (c-macro-cache-syntactic): New variables to implement a one
4704 element macro cache.
4705 (c-invalidate-macro-cache): New function.
4706 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
4707 Adapt to use the new cache.
4708 (c-state-safe-place): Use better the cache of safe positions.
4709 (c-state-semi-nonlit-pos-cache)
4710 (c-state-semi-nonlit-pos-cache-limit):
4711 New variables for...
4712 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
4713 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
4714 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
4715 Use c-state-semi-safe-place.
56d093a9 4716
dbbc2e69
SM
4717 * progmodes/cc-langs.el (c-get-state-before-change-functions):
4718 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 4719
817e5c3d
MA
47202012-03-02 Michael Albinus <michael.albinus@gmx.de>
4721
dbbc2e69
SM
4722 * jka-compr.el (jka-compr-call-process):
4723 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
4724 not remote.
4725
a032a702
MA
47262012-03-01 Michael Albinus <michael.albinus@gmx.de>
4727
4728 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
4729 access of FILE2, if FILE1 does not exist.
4730
99a54f21
MA
4731 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
4732 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
4733
4734 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
4735 Add "PAGER=" to `process-environment'.
4736
f6561e1f
MM
47372012-03-01 Michael R. Mauger <mmaug@yahoo.com>
4738
4739 * progmodes/sql.el: Bug fix
4740 (sql-get-login-ext): Save login values in globals.
4741 (sql-get-login): Use new version of `sql-get-login-ext'.
4742 (sql-interactive-mode): Set global `sql-connection' to nil.
4743 (sql-connect): Set global values for connection.
4744 (sql-product-interactive): Save global values as buffer local.
4745
2d44d9cc
LL
47462012-02-29 Leo Liu <sdl.web@gmail.com>
4747
4748 * abbrev.el (define-abbrevs): Reset sys to nil.
4749
96b49301 47502012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4751
bf7f9bc5
JB
4752 * files.el (file-equal-p): Rename from `files-equal-p'.
4753 Return nil when one or both files don't exist.
96b49301 4754 (file-subdir-of-p): Now only top directory must exists,
4755 return nil if it doesn't.
bf7f9bc5
JB
4756 (copy-directory): No need to test with `file-subdir-of-p' after
4757 creating dir.
4758 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
4759 to `file-equal-p'.
96b49301 4760
44e97401
GM
47612012-02-28 Glenn Morris <rgm@gnu.org>
4762
4763 * shell.el (shell-mode):
4764 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
4765 * play/landmark.el (landmark-font-lock-face-O):
4766 * play/handwrite.el (handwrite):
4767 * play/gomoku.el (gomoku-O):
4768 * net/browse-url.el (browse-url-browser-display):
4769 * international/mule.el (define-charset):
4770 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
4771 * filesets.el (filesets-find-file-delay):
4772 * eshell/em-xtra.el (eshell-xtra):
4773 * eshell/em-unix.el (eshell-grep):
4774 * emulation/viper.el (viper-mode):
4775 * emacs-lisp/regexp-opt.el (regexp-opt-group):
4776 * emacs-lisp/easymenu.el (easy-menu-define):
4777 * calendar/timeclock.el (timeclock-use-display-time):
4778 * bs.el (bs-mode):
4779 * bookmark.el (bookmark-save-flag):
4780 Doc fix (standardize possessive apostrophe usage).
4781
c98c6276
CY
47822012-02-27 Chong Yidong <cyd@gnu.org>
4783
bf7f9bc5
JB
4784 * emulation/viper-cmd.el (viper-intercept-ESC-key):
4785 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 4786
c98c6276
CY
4787 * font-lock.el (font-lock-specified-p): Rename from
4788 font-lock-spec-present. Callers changed.
4789
9c62cd04 47902012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 4791
bf7f9bc5
JB
4792 * emacs-lisp/package.el (package-compute-transaction):
4793 Handle holding a package version to t in package-load-list.
8ac9e529 4794
530739c9
MA
47952012-02-26 Michael Albinus <michael.albinus@gmx.de>
4796
4797 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
4798 (tramp-get-inode, tramp-get-device): Use cached values.
4799
487915d7
AM
48002012-02-26 Alan Mackenzie <acm@muc.de>
4801
4802 Check there is a font-lock specification before doing initial
4803 fontification.
4804
4805 * font-core.el (font-lock-mode): Move the conditional from
4806 :after-hook to font-lock-initial-fontify.
4807 (font-lock-default-function): Move the check for a specification
4808 to font-lock-spec-present.
4809
dc9924b8 4810 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
4811 (font-lock-spec-present): New function.
4812
4fd96557
JB
48132012-02-26 Jim Blandy <jimb@red-bean.com>
4814
4815 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
4816 (gdb-send): Apply it to the operand of the '-interpreter-exec
4817 console' command, so that we can pass arguments with (say) quotes
4818 in them. Store exact string sent in gdb-debug-log (Bug#10765).
4819
9a4888c0
CY
48202012-02-26 Chong Yidong <cyd@gnu.org>
4821
07498861
CY
4822 * help-fns.el (describe-function-1): Clarify description of
4823 remapping (Bug#10844).
4824
9a4888c0
CY
4825 * files.el (files-equal-p): Doc fix.
4826 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
4827 and quit the loop once a mismatch is found.
4828
ea8fb88d
JB
48292012-02-25 Juanma Barranquero <lekktu@gmail.com>
4830
4831 * bs.el (bs--show-with-configuration): Don't throw an error
4832 if the window cannot be split; otherwise, subsequent calls to
4833 bs-show fail, restoring a stale window config. (Bug#10882)
4834
525795c1
JD
48352012-02-25 Jan Djärv <jan.h.d@swipnet.se>
4836
4837 * term/ns-win.el (global-map): Bind ns-drag-file to
4838 ns-find-file (Bug#5855, Bug#10050).
4839
f008086f
AS
48402012-02-25 Andreas Schwab <schwab@linux-m68k.org>
4841
4842 * calendar/parse-time.el (parse-time-string): Allow extractor to
4843 return nil.
4844
a3fcfa99
MA
48452012-02-25 Michael Albinus <michael.albinus@gmx.de>
4846
91027d08
JB
4847 * net/tramp.el (tramp-file-name-for-operation):
4848 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
4849
4850 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
4851 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
4852 Add COPY-CONTENTS argument.
a3fcfa99 4853
67b0de11
CY
48542012-02-25 Chong Yidong <cyd@gnu.org>
4855
4856 Add custom groups for VC backends, for consistency with vc-bzr.
4857
4858 * vc/vc-arch.el (vc-arch):
4859 * vc/vc-cvs.el (vc-cvs):
4860 * vc/vc-git.el (vc-git):
4861 * vc/vc-hg.el (vc-hg):
4862 * vc/vc-mtn.el (vc-mtn):
4863 * vc/vc-rcs.el (vc-rcs):
4864 * vc/vc-sccs.el (vc-sccs):
4865 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
4866 All relevant defcustoms reassigned.
4867
3c9dfce6
CY
48682012-02-25 Chong Yidong <cyd@gnu.org>
4869
1339bf43
CY
4870 * newcomment.el (comment-styles): Add autoload (Bug#10868).
4871
3c9dfce6
CY
4872 * term/x-win.el (x-initialize-window-system): Reduce default for
4873 x-selection-timeout to 5 seconds (Bug#8869).
4874
25b2e303 48752012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4876
ec70a47d
GM
4877 * files.el (files-equal-p, file-subdir-of-p): New functions.
4878 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 4879 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
4880 * dired-aux.el (dired-copy-file-recursive): Same.
4881 (dired-create-files): Modify destination when source is equal to
4882 dest when copying files.
53a46cd0 4883 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 4884
914260cd
MA
48852012-02-24 Michael Albinus <michael.albinus@gmx.de>
4886
4887 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
4888 (Bug#10874)
4889
2cb228f7
AM
48902012-02-23 Alan Mackenzie <acm@muc.de>
4891
4892 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
4893 parameter "after-hook:" to allow the expansion to run code after
4894 the execution of the mode hooks.
4895
4896 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 4897 from font-lock-mode-internal.
2cb228f7 4898
91027d08 4899 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
4900 :after-hook.
4901
8f0fde21
SM
49022012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
4903
3e88618b
SM
4904 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
4905 (completion--cache-all-sorted-completions): New function.
4906 (completion-all-sorted-completions): Use it.
4907 (completion--do-completion, minibuffer-force-complete):
4908 Use it to re-instate the flush hook.
4909
8f0fde21
SM
4910 * icomplete.el (icomplete-completions): Replace last fix with a better
4911 one (bug#10850).
4912
8e911f6f
DG
49132012-02-23 Dmitry Gutov <dgutov@yandex.ru>
4914
4915 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
4916 when it might call us back infinitely (bug#10797).
4917
49fe4321
GM
49182012-02-23 Glenn Morris <rgm@gnu.org>
4919
4920 * minibuffer.el (completion-category-overrides): Doc fix.
4921
b291b572
SM
49222012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
4923
4924 * minibuffer.el (completion-table-with-context): Fix inf-loop.
4925 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
4926
31a9ef2e
GM
49272012-02-23 Glenn Morris <rgm@gnu.org>
4928
5e6e6794 4929 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
4930 (authors-obsolete-files-regexps, authors-ignored-files)
4931 (authors-ambiguous-files, authors-renamed-files-alist):
4932 Add more entries.
4933
0bd1e074
JL
49342012-02-23 Juri Linkov <juri@jurta.org>
4935
4936 * isearch.el (isearch-occur): Sync interactive spec with occur's
4937 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
4938
b617673c
JL
4939 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
4940
19e9789e
JL
49412012-02-22 Juri Linkov <juri@jurta.org>
4942
4943 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
4944 (ucs-insert): Doc fix. Check for hex digits in the string.
4945 Don't display `nil' in the error message. (Bug#10857)
4946
f41ce09d
AM
49472012-02-22 Alan Mackenzie <acm@muc.de>
4948
7a71b18d 4949 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 4950
ac2eceee
GM
49512012-02-22 Glenn Morris <rgm@gnu.org>
4952
4953 * ffap.el (ffap-c-path):
4954 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
4955
abd1f678
CY
49562012-02-22 Chong Yidong <cyd@gnu.org>
4957
4958 * custom.el (load-theme): Doc fix.
4959
f25aef2e
GM
49602012-02-22 Glenn Morris <rgm@gnu.org>
4961
4962 * dired-x.el (dired-guess-shell-alist-default):
4963 Remove escape sequences from nroff output. (Bug#172)
4964
5f8dc2ca
GM
49652012-02-21 Glenn Morris <rgm@gnu.org>
4966
6ff86ec4
GM
4967 * vc/emerge.el (emerge-defvar-local):
4968 Set `permanent-local' property rather than unused `preserved'.
4969
be3223a3 4970 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
4971 (picture-mode-map): Use it. (Bug#10860)
4972 (picture-mode): Doc fix.
4973
3fe58f4f
JB
49742012-02-21 Juanma Barranquero <lekktu@gmail.com>
4975
4976 * newcomment.el (uncomment-region-default): Remove unused binding.
4977
f9a998c3
GM
49782012-02-21 Glenn Morris <rgm@gnu.org>
4979
4980 * textmodes/picture.el (picture-motion, picture-motion-reverse)
4981 (picture-self-insert, picture-tab-chars): Doc fix.
4982 (picture-mode-map): Fix C-a, C-e.
4983
c6029348
GM
49842012-02-20 Glenn Morris <rgm@gnu.org>
4985
4986 * emacs-lisp/authors.el (authors-aliases): Add another entry.
4987
ab1ce9d7
LL
49882012-02-20 Leo Liu <sdl.web@gmail.com>
4989
4990 * icomplete.el (icomplete-completions): Check FROM arg before
4991 passing to substring (Bug#10850).
4992
0fd40f89
CY
49932012-02-19 Chong Yidong <cyd@gnu.org>
4994
4995 * comint.el: Require ansi-color.
4996 (comint-output-filter-functions): Add ansi-color-process-output.
4997
4998 * ansi-color.el: Don't set comint-output-filter-functions; it is
4999 now in the initial value defined in comint.el.
5000 (ansi-color-apply-face-function): New variable.
5001 (ansi-color-apply-on-region): Use it.
5002 (ansi-color-apply-overlay-face): New function.
5003
5004 * shell.el (shell): No need to require ansi-color.
5005 (shell-mode): Use ansi-color-apply-face-function to highlight
5006 color escapes using font-lock-face property (Bug#10835).
5007
20af2394
CY
50082012-02-19 Chong Yidong <cyd@gnu.org>
5009
5010 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
5011 mode-line formats (Bug#10839).
5012
e23a3fbe
GM
50132012-02-18 Glenn Morris <rgm@gnu.org>
5014
b474519e
GM
5015 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
5016
5017 * mail/undigest.el (unforward-rmail-message): Doc fix.
5018
e23a3fbe
GM
5019 * saveplace.el (save-place-ignore-files-regexp): Add :version.
5020
57939ff4
EZ
50212012-02-18 Eli Zaretskii <eliz@gnu.org>
5022
5023 * international/characters.el (script-list): Sync with the latest
5024 Unicode Character Database.
5025
0c23686e
AS
50262012-02-18 Andreas Schwab <schwab@linux-m68k.org>
5027
5028 * international/titdic-cnv.el: Remove duplicate coding tag.
5029 * language/cham.el: Likewise.
5030 * language/tai-viet.el: Likewise.
5031
6818b449
GM
50322012-02-18 Glenn Morris <rgm@gnu.org>
5033
5034 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
5035 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
5036 (calendar-bahai-all-holidays-flag, calendar-other-dates):
5037 * calendar/diary-lib.el (diary-abbreviated-year-flag):
5038 * calendar/holidays.el (holiday-bahai-holidays)
5039 (calendar-holidays, list-holidays):
5040 Use utf-8 BahĂ¡'Ă­ in doc-strings, menus, etc.
5041
0311a3fc
TH
50422012-02-17 Tassilo Horn <tassilo@member.fsf.org>
5043
5044 * saveplace.el (save-place-ignore-files-regexp): New variable
5045 allowing for excluding files from saving their location of point.
5046 The default value matches the temporary commit message editing
5047 files from Git, SVN, Bazaar, and Mercurial.
5048 (save-place-to-alist): Use it.
5049
eb864a71
LM
50502012-02-17 Lawrence Mitchell <wence@gmx.li>
5051 Stefan Monnier <monnier@iro.umontreal.ca>
5052
5053 * newcomment.el (uncomment-region-default): Don't leave extra space
5054 when an arg is provided (bug#8150).
5055
ee0ce425
TZ
50562012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
5057
eb864a71 5058 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 5059
95ddf442
GM
50602012-02-17 Glenn Morris <rgm@gnu.org>
5061
5062 * net/socks.el: Require network-stream. (Bug#10599)
5063
48dd1e39 50642012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
5065
5066 * international/charprop.el:
5067 * international/uni-name.el:
5068 * international/uni-old-name.el:
5069 * international/uni-comment.el: Regenerate.
5070
d68cd087
GM
50712012-02-16 Glenn Morris <rgm@gnu.org>
5072
5073 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
5074 Interactively in calendar buffer, give an error if not on a date.
5075
13932042
GM
50762012-02-15 Glenn Morris <rgm@gnu.org>
5077
5078 * shell.el (shell-delimiter-argument-list):
5079 Revert 2011-02-17 change. (Bug#8027)
5080
c3a70e2b
CY
50812012-02-15 Chong Yidong <cyd@gnu.org>
5082
60236b0d
CY
5083 * minibuffer.el (completion-at-point-functions): Doc fix.
5084
c3a70e2b
CY
5085 * custom.el (defcustom): Doc fix; note use of defvar.
5086
9f26dc24
GM
50872012-02-15 Glenn Morris <rgm@gnu.org>
5088
5089 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
5090 Doc fixes.
5091
6546b134
GM
50922012-02-14 Glenn Morris <rgm@gnu.org>
5093
5094 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
5095
d29b2b4c
LI
50962012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
5097
5098 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
5099 way the ports list is computed.
835bdcba
LI
5100 (smtpmail-query-smtp-server): Prompt the user for a port number if
5101 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 5102
08dcdbc9
TZ
51032012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
5104
5105 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
5106
2605051a
GM
51072012-02-13 Glenn Morris <rgm@gnu.org>
5108
5109 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
5110
7ee99f32
TZ
51112012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
5112
5113 * net/gnutls.el (gnutls-trustfiles): New variable.
5114 (gnutls-negotiate): Use it.
5115
5f0af64f
LI
51162012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
5117
5118 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
5119 does its stuff if Gnus is running.
5120
c14fcc95
AM
51212012-02-13 Alan Mackenzie <acm@muc.de>
5122
5123 Fix a loop in c-set-fl-decl-start.
5124
7a71b18d 5125 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
5126 c-backward-syntactic-ws actually moves backwards.
5127
142b4d90
LL
51282012-02-13 Leo Liu <sdl.web@gmail.com>
5129
5130 * net/rcirc.el (rcirc-markup-attributes): Move point to the
5131 beginning so that all \C-o chars are removed.
5132
fa9958a6
TZ
51332012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
5134
dc9924b8 5135 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 5136
0bc5886a
AM
51372012-02-12 Alan Mackenzie <acm@muc.de>
5138
5139 Fix infinite loop with long macros.
4d6769e1 5140 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 5141
d4bd55e7
CY
51422012-02-12 Chong Yidong <cyd@gnu.org>
5143
5144 * window.el (display-buffer): Doc fix (Bug#10785).
5145
66f3fe22
GM
51462012-02-12 Glenn Morris <rgm@gnu.org>
5147
bd7da63e
GM
5148 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
5149 (x-disown-selection-internal, x-get-selection-internal):
5150 Sync docs with the xselect.c versions.
5151
66f3fe22
GM
5152 * allout-widgets.el: Add missing license notice.
5153
3e0d2fa7
GM
51542012-02-11 Glenn Morris <rgm@gnu.org>
5155
cfecdf09
GM
5156 * select.el (x-get-selection-internal, x-own-selection-internal)
5157 (x-disown-selection-internal):
5158 * x-dnd.el (x-get-selection-internal): Update declarations.
5159
6d216d7f
GM
5160 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
5161
2bed3f04
GM
5162 * window.el (window-sides-slots):
5163 * tool-bar.el (tool-bar-position):
5164 * term/xterm.el (xterm-extra-capabilities):
5165 * ses.el (ses-self-reference-early-detection):
5166 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
5167 (verilog-auto-wire-type)
5168 (verilog-auto-delete-trailing-whitespace)
5169 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
5170 (verilog-auto-tieoff-declaration):
5171 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
5172 (sql-oracle-statement-starters, sql-oracle-scan-on):
5173 * progmodes/prolog.el (prolog-align-comments-flag)
5174 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
5175 (prolog-left-indent-regexp, prolog-paren-indent-p)
5176 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
5177 (prolog-types, prolog-mode-specificators)
5178 (prolog-determinism-specificators, prolog-directives)
5179 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
5180 (prolog-electric-dot-flag)
5181 (prolog-electric-dot-full-predicate-template)
5182 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
5183 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
5184 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
5185 (prolog-program-switches, prolog-prompt-regexp)
5186 (prolog-debug-on-string, prolog-debug-off-string)
5187 (prolog-trace-on-string, prolog-trace-off-string)
5188 (prolog-zip-on-string, prolog-zip-off-string)
5189 (prolog-use-standard-consult-compile-method-flag)
5190 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
5191 (prolog-imenu-max-lines, prolog-info-predicate-index)
5192 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
5193 (prolog-char-quote-workaround):
5194 * progmodes/cc-vars.el (c-defun-tactic):
5195 * net/tramp.el (tramp-encoding-command-interactive)
5196 (tramp-local-end-of-line):
5197 * net/soap-client.el (soap-client):
5198 * net/netrc.el (netrc-file):
5199 * net/gnutls.el (gnutls):
5200 * minibuffer.el (completion-category-overrides)
5201 (completion-cycle-threshold)
5202 (completion-pcm-complete-word-inserts-delimiters):
5203 * man.el (Man-name-local-regexp):
5204 * mail/feedmail.el (feedmail-display-full-frame):
5205 * international/characters.el (glyphless-char-display-control):
5206 * eshell/em-ls.el (eshell-ls-date-format):
5207 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
5208 (lisp-lambda-list-keyword-parameter-indentation)
5209 (lisp-lambda-list-keyword-parameter-alignment):
5210 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
5211 * dired-x.el (dired-omit-verbose):
5212 * cus-theme.el (custom-theme-allow-multiple-selections):
5213 * calc/calc.el (calc-highlight-selections-with-faces)
5214 (calc-lu-field-reference, calc-lu-power-reference)
5215 (calc-note-threshold):
5216 * battery.el (battery-mode-line-limit):
5217 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
5218 (archive-7z-update):
5219 * allout.el (allout-prefixed-keybindings)
5220 (allout-unprefixed-keybindings)
5221 (allout-inhibit-auto-fill-on-headline)
5222 (allout-flattened-numbering-abbreviation):
5223 * allout-widgets.el (allout-widgets-auto-activation)
5224 (allout-widgets-icons-dark-subdir)
5225 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
5226 (allout-widgets-theme-dark-background)
5227 (allout-widgets-theme-light-background)
5228 (allout-widgets-item-image-properties-emacs)
5229 (allout-widgets-item-image-properties-xemacs)
5230 (allout-widgets-run-unit-tests-on-load)
5231 (allout-widgets-time-decoration-activity)
5232 (allout-widgets-hook-error-post-time)
5233 (allout-widgets-track-decoration):
5234 Add missing :version tags to new defcustoms and defgroups.
5235
5fec1b8e
GM
5236 * progmodes/sql.el (sql-ansi-statement-starters)
5237 (sql-oracle-statement-starters): Add custom type.
5238
3e0d2fa7
GM
5239 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
5240 (prolog-system-version): Give it a type.
5241
90b671e2
EZ
52422012-02-11 Eli Zaretskii <eliz@gnu.org>
5243
5244 * term/pc-win.el (x-select-text, x-selection-owner-p)
5245 (x-own-selection-internal, x-disown-selection-internal)
5246 (x-get-selection-internal): Sync doc strings and argument lists
5247 with xselect.c, common-win.el and x-win.el. (Bug#10783)
5248
5eac0c02
LL
52492012-02-11 Leo Liu <sdl.web@gmail.com>
5250
5251 * progmodes/python.el (python-end-of-statement): Fix infinite
5252 loop. (Bug#10788)
5253
f82cb659
GM
52542012-02-10 Glenn Morris <rgm@gnu.org>
5255
5256 * international/mule-cmds.el (unify-8859-on-encoding-mode)
5257 (unify-8859-on-decoding-mode): Properly mark as obsolete.
5258
cc26d239
LI
52592012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
5260
5261 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
5262 about SMTP before checking the From header.
5263
91027d08 5264 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
5265 into own function for reuse by emacsbug.el.
5266
1be3ca5a
LL
52672012-02-10 Leo Liu <sdl.web@gmail.com>
5268
5269 * subr.el (condition-case-unless-debug): Rename from
5270 condition-case-no-debug. All callers changed.
5271 (with-demoted-errors): Fix caller.
5272
5273 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
5274 * nxml/rng-valid.el (rng-do-some-validation):
5275 * emacs-lisp/package.el (package-refresh-contents)
5276 (package-menu-execute):
5277 * desktop.el (desktop-create-buffer):
91027d08 5278 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 5279
b011fbfe
GM
52802012-02-10 Glenn Morris <rgm@gnu.org>
5281
b2096d72
GM
5282 * textmodes/bibtex.el:
5283 Add missing :version tags for new/changed defcustoms.
5284
b011fbfe
GM
5285 * files.el (remote-file-name-inhibit-cache): Doc fixes.
5286
4c7e65bf
LI
52872012-02-09 Lars Ingebrigtsen <larsi@rusty>
5288
5289 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
5290 (smtpmail-via-smtp): Use it, or fall back on the From address.
5291 (smtpmail-send-it): Ditto.
5292
f3934f6f
SM
52932012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
5294
5295 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
5296 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
5297 (byte-compile-tmp-var): New const.
5298 (byte-compile-defvar): Use it to minimize .elc size.
5299 Just use `defvar' rather than simulate it (bug#10761).
5300
a075a2c5
GM
53012012-02-09 Glenn Morris <rgm@gnu.org>
5302
cf3aa21b
GM
5303 * files.el (rename-uniquely): Doc fix. (Bug#3806)
5304
354998cd
GM
5305 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
5306 Add :version tags.
5307
dc9924b8
SM
5308 * progmodes/compile.el (compilation-error-screen-columns)
5309 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 5310
dab3703d
GM
5311 * vc/log-view.el (log-view-toggle-entry-display):
5312 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
5313
3f88cd72
GM
5314 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
5315 (report-emacs-bug-can-use-xdg-email):
5316 (report-emacs-bug-insert-to-mailer): Doc fixes.
5317 (report-emacs-bug): Message fix.
5318
d95b247d
GM
5319 * net/browse-url.el (browse-url-can-use-xdg-open)
5320 (browse-url-xdg-open): Doc fixes.
5321
a075a2c5
GM
5322 * electric.el (electric-indent-mode, electric-pair-mode)
5323 (electric-layout-rules, electric-layout-mode): Doc fixes.
5324 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
5325
ffb6157e
MR
53262012-02-08 Martin Rudalics <rudalics@gmx.at>
5327
5328 * server.el (server-unselect-display): Don't inadvertently kill
5329 the current buffer. (Bug#10729)
5330
e1ac4066
GM
53312012-02-08 Glenn Morris <rgm@gnu.org>
5332
34e8a2da
GM
5333 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
5334 (sql-list-table): Doc fixes.
5335
b4ac6e8c
GM
5336 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
5337 Comment out (does nothing).
5338
e1ac4066
GM
5339 * completion.el (dynamic-completion-mode):
5340 * dirtrack.el (dirtrack-debug-mode):
5341 * electric.el (electric-layout-mode):
5342 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
5343 * face-remap.el (text-scale-mode, buffer-face-mode):
5344 * iimage.el (iimage-mode):
5345 * image-mode.el (image-transform-mode):
5346 * minibuffer.el (completion-in-region-mode):
5347 * scroll-lock.el (scroll-lock-mode):
5348 * simple.el (next-error-follow-minor-mode):
5349 * tar-mode.el (tar-subfile-mode):
5350 * tooltip.el (tooltip-mode):
5351 * vcursor.el (vcursor-use-vcursor-map):
5352 * wid-browse.el (widget-minor-mode):
5353 * emulation/tpu-edt.el (tpu-edt-mode):
5354 * emulation/tpu-extras.el (tpu-cursor-free-mode):
5355 * international/iso-ascii.el (iso-ascii-mode):
5356 * language/thai-util.el (thai-word-mode):
5357 * mail/supercite.el (sc-minor-mode):
5358 * net/goto-addr.el (goto-address-mode):
5359 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
5360 * progmodes/cwarn.el (cwarn-mode):
5361 * progmodes/flymake.el (flymake-mode):
5362 * progmodes/glasses.el (glasses-mode):
5363 * progmodes/hideshow.el (hs-minor-mode):
5364 * progmodes/pascal.el (pascal-outline-mode):
5365 * textmodes/enriched.el (enriched-mode):
5366 * vc/smerge-mode.el (smerge-mode):
5367 Doc fixes (minor mode argument).
5368
5e0d957f
EZ
53692012-02-07 Eli Zaretskii <eliz@gnu.org>
5370
5371 * ls-lisp.el (ls-lisp-sanitize): New function.
5372 (ls-lisp-insert-directory): Use it to fix or remove any elements
5373 in file-alist with missing attributes. (Bug#4673)
5374
98d7371e
AM
53752012-02-07 Alan Mackenzie <acm@muc.de>
5376
5377 Fix spurious recognition of c-in-knr-argdecl.
5378
5379 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
5380 putative K&R region.
5381
667ced3a
AM
53822012-02-07 Alan Mackenzie <acm@muc.de>
5383
eb864a71
LM
5384 * progmodes/cc-engine.el (c-forward-objc-directive):
5385 Prevent looping in "#pragma mark @implementation".
667ced3a 5386
5b77774d
MA
53872012-02-07 Michael Albinus <michael.albinus@gmx.de>
5388
5389 * notifications.el (notifications-on-closed-signal): Make `reason'
5390 optional. (Bug#10744)
5391
af008560
GM
53922012-02-07 Glenn Morris <rgm@gnu.org>
5393
60d47423
GM
5394 * emacs-lisp/easy-mmode.el (define-minor-mode):
5395 Doc fixes for the macro and the mode it defines.
5396
dd605cc4
GM
5397 * image.el (imagemagick-types-inhibit): Doc fix.
5398
af008560
GM
5399 * cus-start.el (imagemagick-render-type): Add it.
5400
5cc59a37
LI
54012012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
5402
4d6769e1
JB
5403 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
5404 Set the default at load time, too, so that `font-lock-fontify-buffer'
5405 can be called without setting up the entire mode first. This fixes
5406 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 5407
9a6dd747
CY
54082012-02-06 Chong Yidong <cyd@gnu.org>
5409
2d16b285
CY
5410 * simple.el (list-processes--refresh): Delete exited processes
5411 (Bug#8094).
5412
171e9b6e
CY
5413 * comint.el (comint-next-prompt): next-single-char-property-change
5414 and prev-single-char-property-change never return nil (Bug#8657).
5415
9a6dd747
CY
5416 * custom.el (defcustom): Doc fix (Bug#9711).
5417
aa4589a7
CY
54182012-02-05 Chong Yidong <cyd@gnu.org>
5419
5c2a252f
CY
5420 * cus-edit.el (custom-variable-reset-backup): Quote the value
5421 before storing it in the customized-value property (Bug#6712).
4aab9006 5422 (custom-display): Add a customization type tag.
983b9602 5423 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 5424
aa4589a7
CY
5425 * wid-edit.el (widget-field-value-get): New optional arg to
5426 suppress trailing whitespace truncation.
5427 (character): Use it (Bug#2689).
5428
1ff980ae
AS
54292012-02-05 Andreas Schwab <schwab@linux-m68k.org>
5430
5431 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
5432 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
5433
03988c98
CY
54342012-02-05 Chong Yidong <cyd@gnu.org>
5435
eeb6cc88
CY
5436 * cus-edit.el (custom-variable-value-create): For mismatched
5437 types, show the current value (Bug#7600).
5438
03988c98
CY
5439 * custom.el (defcustom): Doc fix.
5440
f8cdeef0
GM
54412012-02-05 Glenn Morris <rgm@gnu.org>
5442
5443 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
5444
0696d255
JB
54452012-02-05 Juanma Barranquero <lekktu@gmail.com>
5446
5447 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
5448 (pp-buffer): Use `ignore-errors', `looking-at-p'.
5449 (pp-last-sexp): Use `looking-at-p'.
5450
34c99998
GM
54512012-02-04 Glenn Morris <rgm@gnu.org>
5452
8f05da42
GM
5453 * files.el (revert-buffer):
5454 Doc fix (mention revert-buffer-in-progress-p).
5455
f160676e
GM
5456 * emacs-lisp/ert-x.el (ert-simulate-command):
5457 Check deferred-action-list (which is obsolete) is bound.
5458
c7291ad9
GM
5459 * subr.el (with-wrapper-hook): Doc fixes.
5460
34c99998
GM
5461 * simple.el (filter-buffer-substring-functions)
5462 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
5463
6283a7d3
LL
54642012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
5465
5466 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
5467 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
5468
e96e3013
LL
54692012-02-04 Leo Liu <sdl.web@gmail.com>
5470
5471 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
5472
8ded50f2
GM
54732012-02-04 Glenn Morris <rgm@gnu.org>
5474
82ff1d13
GM
5475 * image.el (image-extension-data): Add obsolete alias.
5476
987a0a16
GM
5477 * isearch.el (isearch-update): Doc fix.
5478
ea32ef46
GM
5479 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
5480
8ded50f2
GM
5481 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
5482
eea14f31
GM
54832012-02-03 Glenn Morris <rgm@gnu.org>
5484
5485 * image.el (image-animated-p): Doc fix. Use image-animated-types.
5486 (image-animate-timeout): Doc fix.
5487
5488 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
5489
12f381b7
GM
54902012-02-02 Glenn Morris <rgm@gnu.org>
5491
953cebf5
GM
5492 * server.el (server-auth-dir): Doc fix.
5493 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
5494
12f381b7
GM
5495 * subr.el (run-mode-hooks): Doc fix.
5496
953a8c3b
JL
54972012-02-02 Juri Linkov <juri@jurta.org>
5498
5499 * image-mode.el (image-toggle-display-image): Remove tautological
5500 `major-mode' from the `derived-mode-p' test.
5501
c5d3843c
KH
55022012-02-02 Kenichi Handa <handa@m17n.org>
5503
9f6e692e 5504 * composite.el (compose-region): Cancel previous change.
c5d3843c 5505
159462d4 55062012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
5507
5508 * composite.el (compose-region, compose-string): Signal error for
5509 a null string component (Bug#6988).
5510
9f562668
CY
55112012-02-01 Chong Yidong <cyd@gnu.org>
5512
e2cef717
CY
5513 * view.el (view-buffer-other-window, view-buffer-other-frame):
5514 Handle special modes like view-buffer (Bug#10650).
5515 (view-buffer): Simplify.
5516
9f562668
CY
5517 * frame.el (set-frame-font): Tweak meaning of third argument.
5518
9f6e692e
JB
5519 * dynamic-setting.el (font-setting-change-default-font):
5520 Use set-frame-font (Bug#9982).
9f562668 5521
781acb9f
GM
55222012-02-01 Glenn Morris <rgm@gnu.org>
5523
6035be52
GM
5524 * progmodes/compile.el (compilation-internal-error-properties):
5525 Respect compilation-first-column in the "*compilation*" buffer.
5526
781acb9f
GM
5527 * emacs-lisp/easy-mmode.el (define-minor-mode):
5528 Relax :variable's test for a named function.
5529
abbceb00
AM
55302012-01-31 Alan Mackenzie <acm@muc.de>
5531
5532 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
5533 off by one error.
5534
fce3fdeb
CY
55352012-01-31 Chong Yidong <cyd@gnu.org>
5536
5537 * frame.el (set-frame-font): New arg ALL-FRAMES.
5538
5539 * menu-bar.el (menu-set-font): Use set-frame-font.
5540
5541 * faces.el (face-spec-reset-face): Don't apply unspecified
5542 attribute values to the default face.
5543
47893581
JB
55442012-01-31 Juanma Barranquero <lekktu@gmail.com>
5545
5546 * progmodes/cwarn.el (cwarn): Remove dead link.
5547 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
5548 Remove * from defcustom docstrings.
5549 (turn-on-cwarn-mode): Make obsolete.
5550 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
5551 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
5552
e58e988a
GM
55532012-01-31 Glenn Morris <rgm@gnu.org>
5554
60dc2671 5555 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 5556 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 5557 Allow named functions to be used as the cdr of :variable.
e58e988a 5558
7a3f511d
GM
55592012-01-30 Glenn Morris <rgm@gnu.org>
5560
5561 * emacs-lisp/authors.el (authors-fixed-entries):
5562 Remove reference to deleted file rnewspost.el.
5563
cb882333
JB
55642012-01-29 Juanma Barranquero <lekktu@gmail.com>
5565
5566 * window.el (window-with-parameter): Remove unused variable `windows'.
5567 (window--side-check): Remove unused variable `code'.
5568 (window--resize-siblings): Remove unused variable `first'.
5569 (adjust-window-trailing-edge): Remove unused variable `failed'.
5570 (window-deletable-p, window--delete): Remove unused variable `buffer'.
5571 Use `let', not `let*'.
5572 (balance-windows-2): Remove unused variable `found'.
5573 (window--state-put-2): Remove unused variable `splits'.
5574 (window-state-put): Remove unused variable `selected'.
5575 (same-window-p): Use `string-match-p'.
5576 (display-buffer-assq-regexp): Remove unused variable `value'.
5577 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
5578 Mark argument ALIST as ignored.
5579 (pop-to-buffer): Remove unused variable `old-window'.
5580
907201af
EZ
55812012-01-29 Eli Zaretskii <eliz@gnu.org>
5582
5583 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
5584 and .lzma compressed files.
5585
ea162670
CY
55862012-01-29 Chong Yidong <cyd@gnu.org>
5587
5b95ee8a
CY
5588 * frame.el (window-system-default-frame-alist): Doc fix.
5589
ea162670
CY
5590 * dynamic-setting.el (font-setting-change-default-font): Don't
5591 change the default face if SET-FONT argument is non-nil (Bug#9982).
5592
d6e6f4b1
SB
55932012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
5594
5595 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
5596
0f29fa41 55972012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
5598
5599 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
5600 breakpoints in files outside current directory (Bug#6098).
5601
db174434
CY
56022012-01-29 Chong Yidong <cyd@gnu.org>
5603
6b25e4e2
SE
5604 * progmodes/python.el: Require ansi-color at top-level.
5605
6df6ae42
JB
5606 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
5607 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
5608 (lisp-mode-abbrev-table): Add doc.
5609 (lisp-mode-variables): Don't set local-abbrev-table.
5610 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
5611
e70ee681
RW
56122012-01-28 Roland Winkler <winkler@gnu.org>
5613
5614 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
5615
ace88aa2
RW
56162012-01-28 Roland Winkler <winkler@gnu.org>
5617
5618 * textmodes/bibtex.el (bibtex-entry-alist): New function.
5619 (bibtex-set-dialect): Use it. Either set global values of
5620 dialect-dependent variables or bind these variables buffer-locally
5621 (Bug#10254).
5622 (bibtex-mode): Call bibtex-set-dialect via
5623 hack-local-variables-hook.
eb864a71
LM
5624 (bibtex-dialect): Update docstring.
5625 Add safe-local-variable predicate.
ace88aa2
RW
5626 (bibtex-entry-alist, bibtex-field-alist): Initialize via
5627 bibtex-set-dialect.
5628 (bibtex-mode-map): Define menu for each dialect.
5629 (bibtex-entry): Fix docstring.
5630
93376c5b
CY
56312012-01-28 Chong Yidong <cyd@gnu.org>
5632
5633 * eshell/esh-arg.el (eshell-quote-argument): New function.
5634
5635 * eshell/esh-ext.el (eshell-invoke-batch-file):
5636 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
5637 first arg to eshell-parse-command (Bug#10523).
5638
4372494f
DA
56392012-01-28 Drew Adams <drew.adams@oracle.com>
5640
5641 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
5642 `default-directory' is non-nil.
5643
4d4ec1f8
EZ
56442012-01-28 Eli Zaretskii <eliz@gnu.org>
5645
5646 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
5647 line that displays system-configuration-options. (Bug#9924)
5648
7c188927
DA
56492012-01-28 Drew Adams <drew.adams@oracle.com>
5650
5651 * descr-text.el (describe-char): Show information about POS, in
5652 addition to information about the character at POS. Improve and
5653 update the doc string. Change "code point" to "code point in
5654 charset", to avoid confusion with the character's Unicode code
5655 point shown above that. (Bug#10129)
5656
e0da685a
EZ
56572012-01-28 Eli Zaretskii <eliz@gnu.org>
5658
5659 * descr-text.el (describe-char): Show the raw character, not only
5660 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
5661 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
5662 for the reasons.
5663
70550acf
PH
56642012-01-28 Phil Hagelberg <phil@hagelb.org>
5665
eb864a71
LM
5666 * emacs-lisp/package.el (package-install):
5667 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 5668
0ce8e868
CY
56692012-01-28 Chong Yidong <cyd@gnu.org>
5670
cb882333
JB
5671 * emacs-lisp/package.el (package-maybe-load-descriptor):
5672 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
5673 (package-maybe-load-descriptor): Use it.
5674 (package-download-transaction): Fully load required packages
5675 inside the loop, so that `require' calls work (Bug#10593).
5676 (package-install): No need to call package-initialize now.
5677
2e7f3bea
CY
56782012-01-28 Chong Yidong <cyd@gnu.org>
5679
6e9bad14
CY
5680 * simple.el (deactivate-mark): Doc fix (Bug#8614).
5681
f823b8ca
CY
5682 * tooltip.el (tooltip-mode): Doc fix.
5683 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
5684
2680c309
CY
5685 * frame.el (set-cursor-color): Doc fix (Bug#352).
5686
d7a9e63b
CY
5687 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
5688 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
5689
2e7f3bea
CY
5690 * cus-edit.el (custom-buffer-create-internal): Fix search button
5691 action (Bug#10542).
2ae01800 5692 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 5693
fc4f7a23
EW
56942012-01-27 Eduard Wiebe <usenet@pusto.de>
5695
5696 * dired.el (dired-mark-files-regexp):
5697 Include any subdirectory components. (Bug#10445)
5698
7dd37071
ML
56992012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
5700
5701 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
5702 Handle [host]:port syntax. (Bug#10533)
5703
a268160b
AH
57042012-01-27 Alex Harsanyi <harsanyi@mac.com>
5705
5706 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
5707
e43273ef
GM
57082012-01-26 Glenn Morris <rgm@gnu.org>
5709
5710 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
5711 * term.el (term-raw-escape-map): Use Control-X-prefix.
5712 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
5713
1edf595d
MR
57142012-01-25 Martin Rudalics <rudalics@gmx.at>
5715
5716 * window.el (window-state-get, window--state-get-1): Don't deal
5717 with fixed-sizeness of windows. Simplify code.
5718
fa8eafef
JC
57192012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
5720
6df6ae42
JB
5721 * window.el (window--state-get-1, window--state-put-2):
5722 Don't save and restore the mark.
fa8eafef 5723
0b21c100
CY
57242012-01-25 Chong Yidong <cyd@gnu.org>
5725
5726 * custom.el (custom-variable-p): Doc fix.
5727
5ae1a6c8
GM
57282012-01-25 Glenn Morris <rgm@gnu.org>
5729
40047858
GM
5730 * dired.el (dired-goto-file): Handle some of the more common
5731 characters that `ls -b' escapes. (Bug#10596)
5732
5ddce96c
GM
5733 * progmodes/compile.el (compilation-next-error-function):
5734 Respect compilation-first-column in the "*compilation*" buffer.
5735 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
5736
5ae1a6c8
GM
5737 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
5738
b559f1a9
GM
57392012-01-24 Glenn Morris <rgm@gnu.org>
5740
5741 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
5742
6725d21a
JD
57432012-01-24 Julien Danjou <julien@danjou.info>
5744
5745 * color.el (color-rgb-to-hsl): Fix value computing.
5746 (color-hue-to-rgb): New function.
5747 (color-hsl-to-rgb): New function.
5748 (color-clamp, color-saturate-hsl, color-saturate-name)
5749 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
5750 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
5751
70df4bbe
GM
57522012-01-24 Glenn Morris <rgm@gnu.org>
5753
5754 * vc/vc-rcs.el (vc-rcs-create-tag):
5755 * vc/vc-sccs.el (vc-sccs-create-tag):
5756 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
5757
802a2ae2
ML
57582012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
5759
5760 * eshell/esh-util.el (eshell-read-hosts-file):
5761 Skip comment lines. (Bug#10549)
5762
d7128bb1
ML
5763 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
5764
d1a5c3b4
JB
57652012-01-23 Juanma Barranquero <lekktu@gmail.com>
5766
2724d9c7
JB
5767 * subr.el (display-delayed-warnings): Doc fix.
5768 (collapse-delayed-warnings): New function to collapse identical
5769 adjacent warnings.
5770 (delayed-warnings-hook): Add it.
d1a5c3b4 5771
a5509865
MA
57722012-01-22 Michael Albinus <michael.albinus@gmx.de>
5773
5774 * net/tramp.el (tramp-action-login): Set connection property "login-as".
5775
a5509865
MA
5776 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
5777 (tramp-default-user-alist): Don't add "pscp".
5778 (tramp-do-copy-or-rename-file-out-of-band): Use connection
5779 property "login-as", if set. (Bug#10530)
5780
cc6d5805
MA
57812012-01-21 Michael Albinus <michael.albinus@gmx.de>
5782
5783 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
5784 "plink1" and "psftp". (Bug#10530)
5785
57862012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
5787
5788 * international/mule-cmds.el (prefer-coding-system): Show a
5789 warning message if the default value of file-name-coding-system
5790 was not changed.
5791
f0960428
JC
57922012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
5793
cb882333
JB
5794 * windmove.el (windmove-reference-loc):
5795 Fix windmove-reference-loc miscalculation.
f0960428 5796
dd6f2a63
JB
57972012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
5798
5799 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
5800 default unit.
5801
7b447e9b
GM
58022012-01-21 Glenn Morris <rgm@gnu.org>
5803
117a9ea1
GM
5804 * international/mule.el (auto-coding-alist): Add .tbz.
5805
7b447e9b
GM
5806 * files.el (local-enable-local-variables): Doc fix.
5807 (inhibit-local-variables-regexps): Rename from
5808 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
5809 Doc fix. Add some extensions from auto-coding-alist.
5810 (inhibit-local-variables-suffixes):
5811 Rename from inhibit-first-line-modes-suffixes. Doc fix.
5812 (inhibit-local-variables-p):
5813 New function, extracted from set-auto-mode-1.
5814 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
5815 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
5816 (hack-local-variables): Doc fix. Make the mode-only case
5817 respect enable-local-variables and friends.
5818 Respect inhibit-local-variables-regexps for file-locals, but
5819 not for directory-locals.
5820 (set-visited-file-name):
5821 Take account of inhibit-local-variables-regexps.
5822 Whether it applies may change as the file name is changed.
5823 * jka-cmpr-hook.el (jka-compr-install):
5824 * jka-compr.el (jka-compr-uninstall):
5825 Update for inhibit-first-line-modes-suffixes name change.
5826
dd6e3cdd
MR
58272012-01-20 Martin Rudalics <rudalics@gmx.at>
5828
5829 * help-macro.el (make-help-screen): Temporarily restore original
5830 binding for minor-mode-map-alist (Bug#10454).
5831
0d0deb38
JD
58322012-01-19 Julien Danjou <julien@danjou.info>
5833
5834 * color.el (color-name-to-rgb): Use the white color to find the max
5835 color component value and return correctly computed values.
5836 (color-name-to-rgb): Add missing float conversion for max value.
5837
34a02f46
MR
58382012-01-19 Martin Rudalics <rudalics@gmx.at>
5839
5840 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
5841 special state value for window-persistent-parameters.
5842 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
5843 (window--state-put-2): Reset all window parameters to nil before
5844 assigning values of persistent parameters.
5845
606c44c4
AM
58462012-01-18 Alan Mackenzie <acm@muc.de>
5847
5848 Eliminate sluggishness and hangs in fontification of "semicolon
5849 deserts".
5850
cb882333
JB
5851 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
5852 Change value 10000 -> 3000.
606c44c4
AM
5853 (c-state-safe-place): Reformulate so it doesn't stack up an
5854 infinite number of wrong entries in c-state-nonlit-pos-cache.
5855 (c-determine-limit-get-base, c-determine-limit): New functions to
5856 determine backward search limits disregarding literals.
5857 (c-find-decl-spots): Amend commenting.
5858 (c-cheap-inside-bracelist-p): New function which detects "={".
5859
5860 * progmodes/cc-fonts.el
5861 (c-make-font-lock-BO-decl-search-function): Give a limit to a
5862 backward search.
5863 (c-font-lock-declarations): Fix an occurrence of point being
5864 undefined. Check additionally for point being in a bracelist or
5865 near a macro invocation without a semicolon so as to avoid a
5866 fruitless time consuming search for a declarator. Give a more
5867 precise search limit for declarators using the new
5868 c-determine-limit.
5869
f3860cea
GM
58702012-01-18 Glenn Morris <rgm@gnu.org>
5871
5872 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
5873 (set-auto-mode): Doc fixes.
5874
1db03b16
GM
58752012-01-17 Glenn Morris <rgm@gnu.org>
5876
0e6038be
GM
5877 * isearch.el (search-nonincremental-instead): Fix doc typo.
5878
1db03b16
GM
5879 * dired.el (dired-insert-directory): Handle newlines in directory name.
5880 (dired-build-subdir-alist): Unescape newlines in directory name.
5881
4cb0aa75
MA
58822012-01-17 Michael Albinus <michael.albinus@gmx.de>
5883
5884 * net/tramp.el (tramp-local-end-of-line): New defcustom.
5885 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
5886 (tramp-action-terminal): Use it. (Bug#10530)
5887
1d00653d
SM
58882012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
5889
5890 * minibuffer.el (completion--replace): Strip properties (bug#10062).
5891
6a6ee00d
MR
58922012-01-16 Martin Rudalics <rudalics@gmx.at>
5893
5894 * window.el (window-state-ignored-parameters): Remove variable.
5895 (window--state-get-1): Rename argument MARKERS to IGNORE.
5896 Handle persistent window parameters. Make copy of clone-of
5897 parameter only if requested. (Bug#10348)
5898 (window--state-put-2): Install a window parameter only if it has
5899 a non-nil value or an existing parameter shall be overwritten.
5900
97912def
MA
59012012-01-15 Michael Albinus <michael.albinus@gmx.de>
5902
5903 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
5904
688070a5
EZ
59052012-01-14 Eli Zaretskii <eliz@gnu.org>
5906
5907 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
5908 don't pass the (nil) value of `upnode' to string-match.
5909
301afadc
CY
59102012-01-14 Chong Yidong <cyd@gnu.org>
5911
5912 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 5913 Fix values recognized by the cursorBlink resource.
301afadc 5914
9e5788aa
PE
59152012-01-14 Paul Eggert <eggert@cs.ucla.edu>
5916
5917 * epg.el (epg--make-temp-file): Avoid permission race condition
5918 when running on old Emacs versions (bug#10403).
5919
3cdb7f5a
GM
59202012-01-14 Glenn Morris <rgm@gnu.org>
5921
5922 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
5923
8c82b1b4
AM
59242012-01-13 Alan Mackenzie <acm@muc.de>
5925
5926 Fix filling for when filladapt mode is enabled.
5927
5928 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
5929 c-mask-paragraph, pass in `fill-paragraph' rather than
5930 `fill-region-as-paragraph'. (This is a reversion of a previous
5931 change.)
eb864a71
LM
5932 * progmodes/cc-mode.el (c-basic-common-init):
5933 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 5934
e517eda4
GM
59352012-01-13 Glenn Morris <rgm@gnu.org>
5936
1498536e
GM
5937 * dired.el (dired-switches-escape-p): New function.
5938 (dired-insert-directory): Use dired-switches-escape-p.
5939 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
5940
e517eda4
GM
5941 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
5942
328f984d
GM
59432012-01-12 Glenn Morris <rgm@gnu.org>
5944
5945 * mail/sendmail.el (mail-mode): Update paragraph-separate for
5946 changes in adaptive-fill-regexp. (Bug#10276)
5947
2cc769a8
AM
59482012-01-11 Alan Mackenzie <acm@muc.de>
5949
5950 Fix Emacs bug #10463 - put `widen's around the critical spots.
5951
1d00653d 5952 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
5953 widen around each invocation of c-state-pp-to-literal. Remove an
5954 unused let variable.
5955
e52c37fa
GM
59562012-01-11 Glenn Morris <rgm@gnu.org>
5957
5958 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 5959 Doc fix.
e52c37fa 5960
96f8741e
CY
59612012-01-10 Chong Yidong <cyd@gnu.org>
5962
1d00653d
SM
5963 * net/network-stream.el (network-stream-open-starttls):
5964 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
5965 response to the capability command.
5966
b09a806e
GM
59672012-01-10 Glenn Morris <rgm@gnu.org>
5968
5969 * mail/unrmail.el (unrmail): Tweak previous change.
5970
7655cb66
CY
59712012-01-09 Chong Yidong <cyd@gnu.org>
5972
5973 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
5974
9d5a8f0b
AM
59752012-01-08 Alan Mackenzie <acm@muc.de>
5976
5977 Optimise font locking in long enum definitions.
5978
5979 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
5980 arm to a cond form to handle enums.
5981 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
5982 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
5983
9a0115ab 59842012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
5985
5986 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 5987 (Bug#10401)
6bb72cbd 5988
f186bb95
LMI
59892012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5990
29232a68
LMI
5991 * faces.el (set-face-attribute): Clarify the meaning of the nil
5992 frame (bug#10294).
5993
4e5d086d
LMI
5994 * subr.el (with-selected-frame): Mention that the selected frame
5995 is restored (bug#9980).
5996
8e66aebe
LMI
5997 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
5998 (bug#9759).
5999
cd394be1 6000 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
6001 (password-read): Don't autoload unused function.
6002
adf4e762
JB
60032012-01-07 Juanma Barranquero <lekktu@gmail.com>
6004
6005 * progmodes/which-func.el (which-func-mode): Turn into a
6006 non-interactive function and mark as obsolete (bug#10428).
6007
89bd9ccd
CY
60082012-01-06 Chong Yidong <cyd@gnu.org>
6009
6010 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
6011 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
6012 functions, along with 1 and -1.
6013
4afee9d5
EZ
60142012-01-06 Eli Zaretskii <eliz@gnu.org>
6015
6016 * time.el (display-time-load-average)
6017 (display-time-default-load-average): Doc fixes. See the thread
6018 starting at
6019 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
6020 for the details.
6021
536aea70
GM
60222012-01-06 Glenn Morris <rgm@gnu.org>
6023
665ae865
GM
6024 * mail/unrmail.el (unrmail): Give an explicit error if the input file
6025 has no messages. (Bug#10377)
6026
c869783d
GM
6027 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
6028 than Info-edit. (Bug#10385)
6029
2bb4227e
GM
6030 * time.el (display-time-load-average, display-time-next-load-average):
6031 Doc fixes.
6032
7d5944b9
GM
6033 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
6034 local setting of buffer-read-only to the input buffer. (Bug#10419)
6035
536aea70
GM
6036 * calendar/calendar.el (calendar-mode):
6037 Locally set scroll-margin to 0. (Bug#10379)
6038
7dccca16
UM
60392012-01-06 Ulrich Mueller <ulm@gentoo.org>
6040
6041 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
6042
afbb7930
GM
60432012-01-05 Glenn Morris <rgm@gnu.org>
6044
6045 * eshell/em-unix.el (diff-no-select): Autoload it.
6046 (eshell/diff): Use diff-no-select. (Bug#10420)
6047
04482335
CY
60482012-01-05 Chong Yidong <cyd@gnu.org>
6049
7baca3bc
CY
6050 * shell.el (shell-dynamic-complete-functions): Revert last change.
6051 (shell-command-completion-function): New function.
6052 (shell-completion-vars): Use it to implement
6053 shell-completion-execonly (Bug#10417).
6054
04482335
CY
6055 * custom.el (enable-theme): Don't set custom-safe-themes.
6056
1d00653d
SM
6057 * cus-theme.el (custom-theme-merge-theme):
6058 Ignore custom-enabled-themes and custom-safe-themes.
04482335 6059
bb5aa5d6
MM
60602012-01-05 Michael R. Mauger <mmaug@yahoo.com>
6061
6062 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
6063 first prompt in `sql-interacive-mode'.
6064 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 6065 keywords.
6df6ae42 6066 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
6067 (sql-product-interactive): Bug fix: Set `sql-buffer' in
6068 context of original buffer. Invoke `sql-login-hook'.
6069
a7183d7c
EZ
60702012-01-04 Eli Zaretskii <eliz@gnu.org>
6071
6072 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
6073 letters in cite-prefix.
6074
a1eacd1e
LMI
60752012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6076
6077 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
6078
787cdb34
CY
60792012-01-03 Chong Yidong <cyd@gnu.org>
6080
1d00653d
SM
6081 * shell.el (shell-dynamic-complete-functions):
6082 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
6083 comint-filename-completion first (Bug#10417).
6084
30710442
RS
60852012-01-02 Richard Stallman <rms@gnu.org>
6086
6087 * battery.el (battery-status-function):
6088 Detect when to use battery-yeeloong-sysfs.
6089 (battery-echo-area-format): Add string for Yeeloong.
6090 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
6091 (battery-yeeloong-sysfs): New function.
6092
f75bfc33
CY
60932012-01-02 Chong Yidong <cyd@gnu.org>
6094
6095 * dirtrack.el (dirtrack-list): Eliminate unused third element.
6096 (dirtrack): Merge code for handling relative filenames in prompt
6097 from shell-dir-cookie-watcher.
6098 (dirtrack-debug-message): New arg to avoid excess format calls.
6099
6100 * shell.el (shell-dir-cookie-re): Variable deleted.
6101 (shell-dir-cookie-watcher): Function deleted.
6102 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
6103 with dirtrack-mode.
6104
651e947e
EZ
61052012-01-01 Eli Zaretskii <eliz@gnu.org>
6106
1d00653d
SM
6107 * term/w32-win.el (dynamic-library-alist) <gnutls>:
6108 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
6109 libgnutls-26.dll.
6110
94d4c7dc
AS
61112011-12-31 Andreas Schwab <schwab@linux-m68k.org>
6112
6113 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
6114
8d43f3cd
EZ
61152011-12-31 Eli Zaretskii <eliz@gnu.org>
6116
6117 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
6118 headers of non-MIME messages, when rmail-enable-mime is non-nil.
6119
98c8795a
MA
61202011-12-29 Michael Albinus <michael.albinus@gmx.de>
6121
6122 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
6123 also for alternative shells.
6124 (tramp-open-connection-setup-interactive-shell): Check, whether
6125 the shell is a busybox.
6126 (tramp-send-command): Don't suppress multiple prompts for
6127 busyboxes, it hurts.
6128
51281b32
CY
61292011-12-28 Chong Yidong <cyd@gnu.org>
6130
6131 * progmodes/gdb-mi.el (gdb-get-source-file-list)
6132 (gdb-get-source-file): Move mode line update to
6133 gdb-get-source-file (Bug#10087).
6134
2170cb53
CY
61352011-12-25 Chong Yidong <cyd@gnu.org>
6136
6137 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
6138 gud-gdb-marker-filter without taking it as an argument.
6139 (gud-gdb-run-command-fetch-lines): Caller changed.
6140 (gud-gdb-completion-function): New variable.
6141 (gud-gdb-completion-at-point): Use it.
6142 (gud-gdb-completions-1): Split from gud-gdb-completions.
6143
6144 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
6145 function as separate arguments.
6146 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
6147 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
6148 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
6149 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
6150 (gdb-stopped, def-gdb-auto-update-trigger)
6151 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
6152 (gdb-get-changed-registers, gdb-get-main-selected-frame):
6153 Callers changed.
2170cb53
CY
6154 (gud-gdbmi-completions): New function.
6155 (gdb): Use it for generating the completion table.
6156
be8b11bb
AM
61572011-12-24 Alan Mackenzie <acm@muc.de>
6158
6159 Introduce a mechanism to widen the region used in context font
1d00653d 6160 locking. Use this to protect declarations from losing their contexts.
be8b11bb 6161
1d00653d
SM
6162 * progmodes/cc-langs.el (c-before-font-lock-functions):
6163 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 6164 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
6165 functions to be run just before context (etc.) font locking.
6166
6167 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 6168 New, functionality extracted from
be8b11bb 6169 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 6170 (c-in-after-change-fontification): New variable.
be8b11bb
AM
6171 (c-after-change): Set c-in-after-change-fontification.
6172 (c-set-fl-decl-start): Rejig its interface, so it can be called
6173 from both after-change and context fontifying.
b81d40f0
JB
6174 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
6175 New functions.
6176 (c-standard-font-lock-fontify-region-function): New variable.
6177 (c-font-lock-fontify-region): New function.
be8b11bb 6178
341cf6ac
JL
61792011-12-24 Juri Linkov <juri@jurta.org>
6180
6181 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
6182 (Bug#10348)
6183
bffcee0a
MA
61842011-12-23 Michael Albinus <michael.albinus@gmx.de>
6185
6186 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
6187 existence of source file. (Bug#10325)
6188
cb5e207c
AM
61892011-12-23 Alan Mackenzie <acm@muc.de>
6190
6191 Fix unstable fontification inside templates.
6192
b81d40f0
JB
6193 * progmodes/cc-langs.el (c-before-font-lock-functions):
6194 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
6195 additionally has c-set-fl-decl-start. The other languages (apart
6196 from AWK) have that as a single entry.
6197
b81d40f0
JB
6198 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
6199 The functionality for "local" declarations has been extracted to
cb5e207c
AM
6200 c-set-fl-decl-start.
6201
b81d40f0
JB
6202 * progmodes/cc-mode.el (c-common-init, c-after-change):
6203 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
6204 (c-set-fl-decl-start): New function, extracted from
6205 c-font-lock-enclosing-decls and enhanced.
6206
60ff536c
JB
62072011-12-23 Juanma Barranquero <lekktu@gmail.com>
6208
6209 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
6210
1c4757d6
JL
62112011-12-22 Juri Linkov <juri@jurta.org>
6212
6213 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
6214
d031f2c7
CY
62152011-12-22 Chong Yidong <cyd@gnu.org>
6216
6217 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
6218
bace743a
DA
62192011-12-21 Drew Adams <drew.adams@oracle.com>
6220
6221 * files.el (file-remote-p): Fix docstring. (Bug#10319)
6222
728a1f2b
JC
62232011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
6224
6225 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
6226
0d373f73
TZ
62272011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
6228
fec0aaa4
TZ
6229 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
6230 highlighting and support. Fix up comments for capitalization.
6231 (cfengine-mode-debug): New var.
6232 (cfengine3-mode): Change the modeline indicator to "CFE3".
6233 (cfengine3-font-lock-keywords): Improve defun highlighting.
6234 (cfengine2-actions): Rename from `cfengine-actions'.
6235 (cfengine2-font-lock-keywords): Rename from
6236 `cfengine-font-lock-keywords'.
6237 (cfengine2-imenu-expression): Rename from
6238 `cfengine-imenu-expression'.
6239 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
6240 (cfengine2-beginning-of-defun): Rename from
6241 `cfengine-beginning-of-defun'.
6242 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
6243 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
6244 (cfengine2-mode): Rename from `cfengine-mode'. Change the
6245 modeline indicator to "CFE2".
6246 (cfengine-mode): Defalias to `cfengine-auto-mode'.
6247 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 6248
bc86f573
CY
62492011-12-21 Chong Yidong <cyd@gnu.org>
6250
6251 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
6252 filename argument.
6253
d45ba96b
MR
62542011-12-20 Martin Rudalics <rudalics@gmx.at>
6255
6256 * window.el (window-normalize-buffer-to-display): Remove.
6257 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
6258
a6198c90
CY
62592011-12-19 Chong Yidong <cyd@gnu.org>
6260
6261 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
6262 Don't signal an error in a predicate function; return non-nil.
6263 (vc-dir-mark-file): Move the error here.
6264 (vc-dir-mark-unmark): If acting on the region, keep going if one
6265 of the entries cannot be marked/unmarked.
6266 (vc-dir-mark-all-files): If current entry is a directory, mark
6267 only child files, as documented.
6268
34c5fb55
VB
62692011-12-19 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
6270
6271 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
6272 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
6273 addition.
6274
c803b2b7
JD
62752011-12-18 Jan Djärv <jan.h.d@swipnet.se>
6276
6277 * term/ns-win.el (ns-get-selection-internal)
6278 (ns-store-selection-internal): Declare.
1154d12e
JB
6279 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
6280 Declare as obsolete.
6281 (ns-get-pasteboard, ns-paste-secondary):
6282 Use ns-get-selection-internal.
6283 (ns-set-pasteboard, ns-copy-including-secondary):
6284 Use ns-store-selection-internal.
c803b2b7 6285
9cff91f8 62862011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
6287
6288 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 6289 (vc-deduce-fileset): Doc fix.
99a289d9 6290
f16c898a
AS
62912011-12-16 Andreas Schwab <schwab@linux-m68k.org>
6292
6293 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
6294
763237c4
SS
62952011-12-13 Sam Steingold <sds@gnu.org>
6296
6297 * man.el (Man-getpage-in-background): When running under a
6298 window-system, ignore $MANWIDTH and $COLUMNS.
6299
5fc1c122
KH
63002011-12-15 Kenichi Handa <handa@m17n.org>
6301
6302 * language/ethio-util.el: Change coding tag to utf-8-emacs.
6303 (setup-ethiopic-environment-internal): Comment out key-binding for
6304 ethio-toggle-punctuation.
6305
13d49cbb
AM
63062011-12-13 Alan Mackenzie <acm@muc.de>
6307
898169a2
AM
6308 Add the switch statement to AWK Mode.
6309
7a71b18d 6310 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
6311 "default" to the keywords regexp.
6312
7a71b18d 6313 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 6314 expression as the rest.
1d00653d
SM
6315 (c-nonlabel-token-key): Allow string literals for AWK.
6316 Refactor for the other modes.
898169a2 6317
13d49cbb 6318 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 6319 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
6320 routines. Limit backward searching in c-font-lock-enclosing.decl.
6321
6322 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
6323 pp-state and literal type in addition to the limits.
1d00653d 6324 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 6325 (c-state-literal-at): Use the above new defun.
1d00653d
SM
6326 (c-slow-in-literal, c-fast-in-literal): Remove.
6327 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
6328
6329 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
6330 being in a literal. Add a limit for backward searching.
6331
6332 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
6333 c-slow-in-literal.
6334
15e0efc7
SM
63352011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
6336
6337 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
6338
454592a6
MR
63392011-12-13 Martin Rudalics <rudalics@gmx.at>
6340
6341 * window.el (delete-other-windows): Use correct frame in call to
6342 window-with-parameter.
6343
87393f26
DP
63442011-12-12 Daniel Pfeiffer <occitan@t-online.de>
6345
6346 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
6347 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
6348 (makefile-gmake-statements, makefile-makepp-statements):
6349 Use it and add new makepp keywords.
6350 (makefile-makepp-font-lock-keywords): Add new patterns.
6351 (makefile-match-function-end): Match new [...] and [[...]].
6352
11636b22
JB
63532011-12-11 Juanma Barranquero <lekktu@gmail.com>
6354
6355 * ses.el (ses-call-printer-return, ses-cell-property-get)
6356 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
6357 (ses-create-cell-variable, ses-reset-header-string)
6358 (ses-cell-set-formula, ses-repair-cell-reference-all)
6359 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
6360 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
6361 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
6362 (ses-aset-with-undo, ses-load, ses-truncate-cell)
6363 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
6364 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
6365 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
6366 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
6367 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
6368 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
6369 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
6370 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
6371
cf018193
VB
63722011-12-11 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
6373
6374 * ses.el: The overall change is to add cell renaming, that is
6375 setting fancy names for cell symbols other than name matching
6376 "\\`[A-Z]+[0-9]+\\'" regexp .
6377 (ses-create-cell-variable): New defun.
6378 (ses-relocate-formula): Relocate formulas only for cells the
6379 symbols of which are not renamed, i.e. symbols whose names do not
6380 match regexp "\\`[A-Z]+[0-9]+\\'".
6381 (ses-relocate-all): Relocate values only for cells the symbols of
6382 which are not renamed.
6383 (ses-load): Create cells variables as the (ses-cell ...) are read,
6384 in order to check row col consistency with cell symbol name only
6385 for cells that are not renamed.
6386 (ses-replace-name-in-formula): New defun.
6387 (ses-rename-cell): New defun.
6388
ee957461
CY
63892011-12-11 Chong Yidong <cyd@gnu.org>
6390
6391 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
6392 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
6393
9a9e9ef0
MR
63942011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
6395
6396 * window.el (other-window): Fix docstring.
6397
92a8eba5
EZ
63982011-12-10 Eli Zaretskii <eliz@gnu.org>
6399
6400 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
6401 `from' or `to' address before taking its substring.
6402 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
6403 encoded name is chopped in the middle of the encoded string, and
6404 thus displayed encoded.
6405
e152e577
JB
64062011-12-10 Juanma Barranquero <lekktu@gmail.com>
6407
6408 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
6409
e5d84bfe
EZ
64102011-12-10 Eli Zaretskii <eliz@gnu.org>
6411
6412 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
6413 to use texinfo-update-node and commands that call it if the
6414 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 6415 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
6416 (texinfo-all-menus-update, texinfo-master-menu)
6417 (texinfo-update-node, texinfo-every-node-update)
6418 (texinfo-multiple-files-update): Doc fix. Warn against updating
6419 all the @node lines.
6420 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
6421 argument is numeric. Explain better in the doc string what the
6422 function really does.
6423 (texinfo-insert-master-menu-list): Improve the error message
6424 displayed if there's no menu in the Top node.
6425 (Bug#2975) See also this thread:
e5d84bfe
EZ
6426 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
6427
1d84e9bb
MG
64282011-12-09 Manuel GĂ³mez <mgrojo@gmail.com> (tiny change)
6429
6430 * speedbar.el (speedbar-supported-extension-expressions):
6431 Add .adb and .ads, commonly used for Ada source code (bug#10256).
6432
382c953b
JB
64332011-12-09 Juanma Barranquero <lekktu@gmail.com>
6434
6435 * printing.el (pr-mode-alist):
6436 * simple.el (filter-buffer-substring-functions)
6437 (completion-list-insert-choice-function):
6438 * window.el (window-with-parameter, window-atom-root)
6439 (window-sides-slots, window-size-fixed, window-min-delta)
6440 (window-max-delta, window--resize-mini-window)
6441 (window--resize-child-windows-normal, window-tree)
6442 (delete-other-windows, quit-window, split-window)
6443 (display-buffer-record-window, special-display-buffer-names)
6444 (special-display-regexps, special-display-popup-frame)
6445 (same-window-p, split-window-sensibly)
6446 (display-buffer-overriding-action, display-buffer-alist)
6447 (display-buffer-base-action, display-buffer, switch-to-buffer)
6448 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
6449 (fit-window-to-buffer, recenter-positions)
6450 (mouse-autoselect-window-state, mouse-autoselect-window-select):
6451 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
6452 and remove unneeded backslashes in docstrings.
6453
39c9faef
SM
64542011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
6455
98449af8
SM
6456 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
6457
39c9faef
SM
6458 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
6459 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
6460 end in ".mk".
6461 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
6462 when reading the makefile (bug#10116).
6463
86ed9fdc
SM
64642011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6465
6466 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
6467 (bug#10116).
6468
5580f89d
GM
64692011-12-06 Glenn Morris <rgm@gnu.org>
6470
6471 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
6472
28d3917c
CY
64732011-12-06 Chong Yidong <cyd@gnu.org>
6474
6475 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
6476
a98edce9
JB
64772011-12-06 Juanma Barranquero <lekktu@gmail.com>
6478
6479 * textmodes/table.el (table-shorten-cell): Fix typo.
6480
e65adfac
CG
64812011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
6482
6483 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
6484
71cc0b74
EZ
64852011-12-05 Eli Zaretskii <eliz@gnu.org>
6486
6487 * descr-text.el (describe-char): Fix display of strong
6488 right-to-left characters and directional embeddings and overrides.
6489
6490 * simple.el (what-cursor-position): Fix display of codepoints of
6491 strong right-to-left characters.
6492
315bc30d
CY
64932011-12-05 Chong Yidong <cyd@gnu.org>
6494
6495 * faces.el (read-color): Doc fix.
6496
58a70b94
GM
64972011-12-05 Glenn Morris <rgm@gnu.org>
6498
6499 * align.el (align--set-marker): Add doc-string.
6500 Don't try to move something that is not a marker. (Bug#10216)
6501
5158face
GM
65022011-12-04 Glenn Morris <rgm@gnu.org>
6503
6504 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
6505 overly zealous deletion of trailing whitespace.
6506
520fca41
JB
65072011-12-04 Juanma Barranquero <lekktu@gmail.com>
6508
6509 * server.el (server-delete-client): On Windows, do not try to delete
6510 the only terminal.
6511 (server-process-filter): On Windows, treat requests for a tty frame as
6512 if they were for a GUI frame if the running server is in GUI mode.
6513
5e605a2e
GM
65142011-12-03 Glenn Morris <rgm@gnu.org>
6515
6516 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
6517
5c3fe83f
SM
65182011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
6519
6f5e57e7
SM
6520 * electric.el: Streamline electric-indent's hook.
6521 (electric-indent-chars): Revert to simple list.
6522 (electric-indent-functions): New var.
6523 (electric-indent-post-self-insert-function): Use it.
6524
5c3fe83f
SM
6525 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
6526 there's no inferior buffer (bug#10196).
6527 (prolog-consult-compile): Don't use toggle-read-only.
6528
6bdac736
MA
65292011-12-02 Michael Albinus <michael.albinus@gmx.de>
6530
6531 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
6532 interrupt. (Bug#10187)
6533
6131ba7f
SM
65342011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6535
99c79fee
SM
6536 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
6537 (bug#9160).
6538
6131ba7f
SM
6539 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
6540 (bug#10191).
6541
cb0a02ea
JL
65422011-12-02 Juri Linkov <juri@jurta.org>
6543
6544 * info.el (Info-search): Display "end of manual" when Isearch
6545 reaches the end of single-file Info manual. (Bug#9918)
6546
66e0570c
EZ
65472011-12-02 Eli Zaretskii <eliz@gnu.org>
6548
6549 * isearch.el (isearch-message-prefix): Run the input method part
6550 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
6551
02b16839
JL
65522011-12-02 Juri Linkov <juri@jurta.org>
6553
6554 * isearch.el (isearch-occur): Use `word-search-regexp' for
6555 `isearch-word'.
6556 (isearch-search-and-update): Add condition for `isearch-word' and
6557 call `word-search-regexp'. (Bug#10145)
6558
0b950688
GM
65592011-12-01 Glenn Morris <rgm@gnu.org>
6560
6561 * eshell/em-hist.el (eshell-hist-initialize):
6562 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 6563 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 6564
9505c3c7
SM
65652011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
6566
6567 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
6568
1bbe96b2 65692011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 6570
a1beca85
SM
6571 * progmodes/verilog-mode.el (verilog-pretty-expr):
6572 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
6573 verilog, such as += *= and the like.
6574 (verilog-assignment-operator-re): Regular expression to find the
6575 assigment operator in a verilog assignment.
6576 (verilog-assignment-operation-re): Regular expression to find an
6577 assignment statement for pretty-expr.
6578 (verilog-in-attribute-p): Query returns true if point is in an
6579 attribute context; used to skip these for expression line up from
6580 pretty-expr.
6581 (verilog-in-parameter-p): Query returns true if point is in an
6582 parameter definition context; used to skip these for expression
6583 line up from pretty-expr.
6584 (verilog-in-parenthesis-p): Query returns true if point is in a
6585 parenthetical expression, specifically ( ) but not [ ] or { };
6586 used by pretty-expr.
6587 (verilog-just-one-space): If there is no space, don't add one.
6588 (verilog-get-lineup-indent-2): Specifically skip just attribute
6589 contexts for expression lineup, rather than skipping all
6590 parenthetical expressions.
6591 (verilog-calculate-indent): Fix comment, and fix indent.
6592 (verilog-do-indent): Indent declarations in lists (suggested by
6593 Joachim Lechner).
6594 (verilog-mode-abbrev-table): Populate abbrev mode with the various
6595 skeleton items.
6596 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
6597 by Alain Mellan).
6598
1bbe96b2 65992011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
6600
6601 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
6602 parameters with embedded comments. Reported by Ray Stevens.
6603 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
6604 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
6605 Reported by Tim Holt.
6606 (verilog-auto): Fix AUTOing a upper module then AUTOing module
6607 instantiated by upper module causing wrong expansion until AUTOed a
6608 second time. Reported by K C Buckenmaier.
6609 (verilog-diff-auto): Fix showing .* as a difference when
6610 `verilog-auto-star-save' off. Reported by Dan Dever.
6611 (verilog-auto-reset, verilog-read-always-signals)
6612 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
6613 temporary signals in reset list if
6614 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
6615 style to each signal's assignment type, bug381.
6616 Reported by Thomas Esposito.
6288f0ca
WS
6617 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
6618 (verilog-uvm-statement-re): Support UVM indentation and
6619 highlighting, with old OVM keywords only.
a1beca85 6620 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
6621 Support AUTOTIEOFF creating non-wire data types.
6622 Suggested by Jonathan Greenlaw.
6288f0ca
WS
6623 (verilog-auto-insert-lisp, verilog-delete-to-paren)
6624 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
6625 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
6626 (verilog-read-sub-decls, verilog-read-sub-decls-line):
6627 Fix mismatching parenthesis inside commented out code when deleting
382c953b 6628 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
6629 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
6630 non-numeric vector width. Reported by Alex Reed.
6631 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 6632 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
6633 (verilog-auto-delete-trailing-whitespace):
6634 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
6635 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
6636 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
6637 Fix verilog-scan-cache corruption when running user AUTO expansion
6638 hooks that call indentation routines.
6639 (verilog-simplify-range-expression): Fix typo ignoring lower case
6640 identifiers.
6641 (verilog-delete-auto): Fix delete-autos to also remove user created
6642 automatics, as long as they start with AUTO.
6643 (verilog-batch-diff-auto, verilog-diff-auto)
6644 (verilog-diff-function): Add `verilog-diff-auto' and bind to
6645 "C-c?" to report differences in AUTO expansion, ignoring spaces.
6646 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
6647 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
6648 (verilog-re-search-forward-quick, verilog-syntax-ppss):
6649 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
6650 is disabled and its cache will get corrupt, causing AUTOS not to
6651 expand. Instead use only -quick functions.
6652 (verilog-scan-region): Fix scanning over escaped quotes.
6653 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
6654 (verilog-re-search-backward-quick)
6655 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
6656 related functions now ignore strings, to fix misparsing of strings
6657 with magic comments embedded in them.
a1beca85
SM
6658 (verilog-read-auto-template):
6659 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
6660 Reported by Brad Dobbie.
6661 (verilog-read-auto-template):
6662 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 6663 Reported by Brad Dobbie.
6288f0ca
WS
6664 (verilog-auto-inst, verilog-auto-inst-param)
6665 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
6666 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
6667 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
6668 debugging templates without merge conflicts, bug357.
6669 Reported by Brad Dobbie.
6670 (verilog-read-auto-template):
6671 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
6672 Reported by Brad Dobbie.
6673 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
6674 abbrevs so user won't be asked to save.
6675 (verilog-read-auto-lisp-present): Fix to start at beginning of
6676 buffer in case called outside of verilog-auto.
6677 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
6678 to "X-2". Reported by Matthew Myers.
6679 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
6680 all inputs from module templates. Reported by Leith Johnson.
6681 (verilog-module-inside-filename-p): Fix locating programs as with
6682 modules.
6683 (verilog-auto-inst-port): Fix vl-width expressions when using
6684 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
6685 (verilog-decls-get-regs, verilog-decls-get-signals,
6686 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
6687 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
6688 verilog-read-decls): Combine reg and wire structures into one var
6689 structure to represent SystemVerilog concepts.
6690 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
6691 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
6692 (verilog-auto-wire-type, verilog-insert-definition):
6693 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
6694 SystemVerilog "logic" keyword instead of "wire"/"reg".
6695 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
6696 to declares outputs that also have assignments (presumably in an
a1beca85
SM
6697 ifdef or generate if so there's not a driver conflict).
6698 Reported by Matthew Myers.
6699 (verilog-auto-declare-nettype, verilog-insert-definition):
6700 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
6701 `default_nettype none. Reported by Julian Gorfajn.
6702 (verilog-read-always-signals-recurse, verilog-read-decls)
6703 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
6704 malformed end statement, bug325. Reported by Joshua Wise and
6705 Andrew Drake.
6706 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
6707 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
6708 when expanding .* in interfaces, bug320.
6709 Reported by Pierre-David Pfister.
6288f0ca 6710 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
6711 name and open parenthesis, bug317.
6712 Reported by Pierre-David Pfister.
6288f0ca
WS
6713 (verilog-simplify-range-expression): Fix simplification of
6714 multiplications inside AUTOWIRE connections, bug303.
6715 (verilog-auto-inst-port): Support parameter expansion in
6716 multidimensional arrays.
6717 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
6718 after "assert property". Reported by Julian Gorfajn.
6719 (verilog-simplify-range-expression): Fix "couldn't merge" errors
6720 with multiplication, bug303.
6721 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
6722 Reported by Jan Frode Lonnum.
6723
1bbe96b2
GM
67242011-11-30 Juanma Barranquero <lekktu@gmail.com>
6725
6726 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
6727 (hfy-shell-file-name, hfy-shell):
6728 * international/fontset.el (x-decompose-font-name): Fix typos.
6729
67302011-11-29 Ken Brown <kbrown@cornell.edu>
6731
6732 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
6733 (gdb-version): Remove defvar.
6734 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
6735 (gdb-gud-context-command, gdb-non-stop-handler)
6736 (gdb-current-context-command, gdb-stopped): Use it.
6737 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
6738 (gdb-non-stop-handler): Don't enable pretty-printing here.
6739 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
6740 non-stop mode. Use the following.
6741 (gdb-check-target-async): New defun.
6742 (gud-watch, gdb-stopped): Fix whitespace.
6743 (gdb-get-source-file): Don't try to display the source file if
6744 `gdb-main-file' is nil.
6745
67462011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
6747
6748 * align.el: Try to generate fewer markers (bug#10047).
6749 (align--set-marker): New macro.
6750 (align-region): Use it.
6751
c935221f
SM
67522011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
6753
6754 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
6755
e70b5064
CY
67562011-11-29 Chong Yidong <cyd@gnu.org>
6757
6758 * indent.el (indent-for-tab-command, indent-according-to-mode):
6759 Doc fix.
6760 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
6761
f3af92b7
MA
67622011-11-29 Michael Albinus <michael.albinus@gmx.de>
6763
6764 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
6765 aware of remote file names. (Bug#10124)
6766
ed472be9
CY
67672011-11-29 Chong Yidong <cyd@gnu.org>
6768
6769 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
6770
24510c22
SM
67712011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6772
6773 * files.el (find-file): Don't use force-same-window (bug#10144).
6774 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
6775 use pop-to-buffer if the selected window can't be used.
6776 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
6777
c60c3703
EZ
67782011-11-28 Eli Zaretskii <eliz@gnu.org>
6779
6780 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
6781 special-mode-map.
6782
e95def75
CY
67832011-11-28 Chong Yidong <cyd@gnu.org>
6784
6785 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
6786
c3f1c606
NR
67872011-11-27 Nick Roberts <nickrob@snap.net.nz>
6788
6789 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
6790 gdb-get-source-file-list on gdb-create-source-file-list.
6791
00db469c
EZ
67922011-11-26 Eli Zaretskii <eliz@gnu.org>
6793
6794 * whitespace.el (whitespace-newline): Use a different foreground
6795 color for 16-color light-background displays.
6796
4ad3bc2a
CY
67972011-11-24 Chong Yidong <cyd@gnu.org>
6798
6799 * window.el (display-buffer--special-action): Doc fix.
6800
e9fce1ac
JB
68012011-11-25 Juanma Barranquero <lekktu@gmail.com>
6802
6803 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
6804 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
6805 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
6806 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
6807 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
6808 (avl-tree-stack-first):
6809 * emacs-lisp/cconv.el (cconv--analyse-use):
6810 * net/gnutls.el (gnutls-negotiate): Fix typos.
6811
cb825e5d
GM
68122011-11-24 Glenn Morris <rgm@gnu.org>
6813
3adbe224
GM
6814 * lpr.el (lpr-windows-system, lpr-lp-system):
6815 * mail/binhex.el (binhex-begin-line):
6816 * progmodes/grep.el (grep-history, grep-find-history):
6817 * textmodes/flyspell.el:
6818 * vc/pcvs-defs.el (cvs-global-menu):
6819 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
6820 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
6821 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
6822
321decc8
GM
6823 * net/tls.el: Fix case of "GnuTLS".
6824
420b63ad
GM
6825 * paths.el (rmail-file-name): Format doc-string for make-docfile.
6826
cb825e5d
GM
6827 * version.el (emacs-build-system): Give it a doc-string.
6828
a0649f08
JL
68292011-11-24 Juri Linkov <juri@jurta.org>
6830
6831 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
6832
c0bc0fd4
GM
68332011-11-24 Glenn Morris <rgm@gnu.org>
6834
6835 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
6836 if called on a non-mime message just toggle the headers. (Bug#8006)
6837
20db1522
JB
68382011-11-24 Juanma Barranquero <lekktu@gmail.com>
6839
6840 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
6841 (allout-lead-with-comment-string, allout-structure-deleted-hook)
6842 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
6843 (allout-rebullet-heading, allout-open-sibtopic)
6844 (allout-toggle-current-subtree-encryption)
6845 (allout-toggle-subtree-encryption, allout-encrypt-string)
6846 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
6847 (allout-distinctive-bullets-string, allout-auto-activation):
6848 * window.el (window-normalize-buffer-to-display):
6849 * progmodes/verilog-mode.el (verilog-batch-indent):
6850 * textmodes/bibtex.el (bibtex-field-braces-opt)
6851 (bibtex-field-strings-opt):
6852 * vc/cvs-status.el (cvs-tree-merge):
6853 Fix typos.
6854
7262a87c
MA
68552011-11-23 Michael Albinus <michael.albinus@gmx.de>
6856
6857 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
6858 `non-essential' to t, in order to avoid remote connections.
6859
283430a1
EZ
68602011-11-23 Eli Zaretskii <eliz@gnu.org>
6861
a1beca85
SM
6862 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6863 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
6864 case-insensitively.
6865
d2992a38
ML
68662011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
6867
6868 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
6869
50419064
GM
68702011-11-23 Glenn Morris <rgm@gnu.org>
6871
da94eca1
GM
6872 * paths.el (rmail-file-name): Reformat the doc-string so that it
6873 is picked up.
6874
9aac4de2
GM
6875 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
6876 (rmail-auto-file): Ignore case in the "special" field names,
6877 as mail-fetch-field does for all others.
6878
8038d2d2
GM
6879 * mail/rmail.el (rmail-forward):
6880 * mail/rmailkwd.el (rmail-set-label):
6881 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
6882 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
6883
f3fe222a
GM
6884 * mail/rmail.el (rmail-current-message): Doc fix.
6885
50419064
GM
6886 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
6887
28109f49
SM
68882011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
6889
6890 * server.el (server-eval-and-print): Allow C-g (bug#6585).
6891
394c65f1
GM
68922011-11-22 Glenn Morris <rgm@gnu.org>
6893
6894 * mail/rmailmm.el (test-rmail-mime-handler)
6895 (test-rmail-mime-bulk-handler)
6896 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
6897
f2a0aa3a
JL
68982011-11-21 Juri Linkov <juri@jurta.org>
6899
1154d12e
JB
6900 * calc/calc.el (calc-read-key-sequence):
6901 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 6902
9c34a344
LMI
69032011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6904
6905 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
6906 Tell the caller that the next line needs recomputation, even
6907 though it doesn't start a sexp (bug#10094).
6908
f04a3be9
SM
69092011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6910
6911 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
6912
7978747f
SM
69132011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
6914
f04a3be9
SM
6915 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
6916 Use force-same-window.
7978747f 6917
fe7a3057
JB
69182011-11-20 Juanma Barranquero <lekktu@gmail.com>
6919
6920 * descr-text.el (describe-char-unicode-data):
6921 * json.el (json-string-escape):
6922 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
6923 (Footnote-unicode, Footnote-style-p):
6924 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
6925
24901d61
CY
69262011-11-20 Chong Yidong <cyd@gnu.org>
6927
6928 * window.el (replace-buffer-in-windows): Restore interactive spec.
6929
bac7ff22
SM
69302011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
6931
24f3d7b9
SM
6932 * electric.el (electric-indent-mode): Fix last change (too optimistic).
6933
bac7ff22
SM
6934 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
6935 (byte-compile-global-not-obsolete-vars): New var.
6936 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
6937 Use it.
6938 (byte-compile-warn-obsolete): Align text with the one in *Help*.
6939
cd1181db
JB
69402011-11-20 Juanma Barranquero <lekktu@gmail.com>
6941
6942 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
6943 * progmodes/pascal.el (electric-pascal-equal):
6944 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
6945 * xml.el (xml-substitute-special): Fix typos.
6946
7fb18e9e
GM
69472011-11-20 Glenn Morris <rgm@gnu.org>
6948
6949 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
6950 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
6951 Doc fixes.
6952 (rmail-decode-mime-charset): Mark as obsolete.
6953
6954 * mail/rmailsum.el (rmail-message-regexp-p-1):
6955 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
6956 Before using mime functions, check they are set. (Bug#10077)
6957
d5a6b3ba
JL
69582011-11-19 Juri Linkov <juri@jurta.org>
6959
6960 * info.el (Info-finder-find-node): Use `package--builtins' instead
6961 of `package-alist'. Use node names formed by the pattern "Keyword "
6962 and the keyword name.
6963
e981b61f
AS
69642011-11-19 Andreas Schwab <schwab@linux-m68k.org>
6965
1d00653d 6966 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 6967
3ffbc301
JL
69682011-11-19 Juri Linkov <juri@jurta.org>
6969
6970 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
6971 that calls `revert-buffer' on all Info buffers. (Bug#9915)
6972 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
6973 `old-history', `old-history-forward'. Add let-binding
6974 `window-selected'. Remove calls to `kill-buffer',
6975 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
6976 before calling `Info-find-node', so `Info-find-node-2' will reread
6977 the Info file. Restore window positions only when `window-selected'
6978 is non-nil.
6979
30c62133
JL
69802011-11-19 Juri Linkov <juri@jurta.org>
6981
6982 * isearch.el (isearch-lazy-highlight-new-loop):
6983 Remove condition `(not isearch-error)'. (Bug#9918)
6984
6985 * misearch.el (multi-isearch-search-fun): Add condition
6986 `(not bound)' to ignore lazy-highlighting search.
6987 Add the search-failed message "end of multi" when the end of
6988 multi-sequence is reached. Uncapitalize the search-failed
6989 message "Repeat for next buffer".
6990
6991 * info.el (Info-search): Add the search-failed message
6992 "end of the manual" when the end of the manual is reached
6993 in Isearch mode.
6994
645ca9cf
JL
69952011-11-19 Juri Linkov <juri@jurta.org>
6996
6997 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
6998 Use non-destructive `remove' instead of `delete' because
6999 `Info-history-list' stored to `Info-isearch-initial-history-list' in
7000 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
7001
df754f66
JL
70022011-11-19 Juri Linkov <juri@jurta.org>
7003
7004 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
7005 to nil instead of binding `search-ring' and `regexp-search-ring'.
7006 (Bug#9185)
7007
0e23d96a
EZ
70082011-11-19 Eli Zaretskii <eliz@gnu.org>
7009
7010 * simple.el (line-move): Force movement by logical lines for any
7011 hscrolled window, not only when auto-hscroll-mode is on.
7012 (line-move-visual): Update doc string to that effect. (Bug#10076)
7013
8a6ccb66
AS
70142011-11-19 Andreas Schwab <schwab@linux-m68k.org>
7015
7016 * language/european.el (macintosh): Define as alias for mac-roman.
7017
49ae5b39
EZ
70182011-11-19 Eli Zaretskii <eliz@gnu.org>
7019
7020 * mail/rmailmm.el (rmail-mime-display-header)
7021 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
7022 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
7023 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
7024 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
7025 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
7026 of a raw aref.
7027 (rmail-mime-entity-segment): To get past the tagline, move forward
7028 2 more lines, to account for the 2 empty lines that precede and
7029 follow the line with the buttons.
7030 (rmail-mime-update-tagline): Move one more line, to get past the
7031 empty line that follows the buttons in the tagline. (Bug#9520)
7032
c56cad4a
MR
70332011-11-19 Martin Rudalics <rudalics@gmx.at>
7034
7035 * window.el (window-max-delta-1, window-min-delta-1)
7036 (window-min-size-1, window-state-get-1, window-state-put-1)
7037 (window-state-put-2): Use "window--" prefix.
7038
cbe71af3
SM
70392011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7040
2ad52c60
SM
7041 * emacs-lisp/smie.el: Improve warnings and conflict detection.
7042 (smie-warning-count): New var.
7043 (smie-set-prec2tab): Use it.
7044 (smie-bnf->prec2): Improve warnings. Add docstring.
7045 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
7046 (smie-bnf--set-class): New function.
7047 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
7048 corner case.
7049
6944dbc1
SM
7050 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
7051 (compilation-error-properties, compilation-move-to-column):
7052 Handle compilation-first-column while in the target buffer.
7053
c400c4d7
SM
7054 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
7055 Don't hardcode point-min==1.
7056
6dbe3e96
SM
7057 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
7058 (eshell-rewrite-for-command): Remove workaround.
7059 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
7060 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
7061 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
7062
cbe71af3
SM
7063 * files-x.el (modify-file-local-variable): Obey commenting conventions.
7064
a8e1496d
GM
70652011-11-17 Glenn Morris <rgm@gnu.org>
7066
7067 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7068 Ignore buffer-local generated-autoload-file if it is the same
7069 as the global value. (Bug#10049)
7070
df85d315
JB
70712011-11-17 Juanma Barranquero <lekktu@gmail.com>
7072
7073 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
7074 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
7075 (reftex-toc-previous-heading, reftex-toc-max-level)
7076 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
7077 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
7078 (reftex-toc-do-promote, reftex-toc-promote-prepare)
7079 (reftex-toc-promote-action, reftex-toc-extract-section-number)
7080 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
7081 (reftex-toc-rename-label, reftex-toc-visit-location)
7082 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
7083 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
7084 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
7085 leaving "*toc*" only for references to the buffer.
7086
a0c2d0ae
MR
70872011-11-17 Martin Rudalics <rudalics@gmx.at>
7088
7089 * window.el (window-resize, delete-window, split-window):
7090 Replace window-splits by window-combination-resize.
1d00653d 7091 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 7092
35c0bac8
GM
70932011-11-17 Glenn Morris <rgm@gnu.org>
7094
7095 * progmodes/sh-script.el (sh-font-lock-keywords-var):
7096 Make bash entry derive from sh entry, not shell entry.
7097
d0c8fc8a
MA
70982011-11-16 Michael Albinus <michael.albinus@gmx.de>
7099
7262a87c
MA
7100 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
7101 local file name.
7102
7877f373
JB
71032011-11-16 Juanma Barranquero <lekktu@gmail.com>
7104
7105 * menu-bar.el (menu-bar-file-menu):
7106 * printing.el (pr-ps-utility):
7107 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
7108 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
7109 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
7110 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
7111 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
7112 (icalendar--convert-cyclic-to-ical)
7113 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
7114 (icalendar--convert-ical-to-diary)
7115 (icalendar--convert-recurring-to-diary)
7116 (icalendar--convert-non-recurring-all-day-to-diary)
7117 (icalendar-import-format-sample):
7118 * progmodes/idlw-shell.el (idlwave-shell-mode):
7119 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
7120 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
7121 (vhdl-ps-print-init): Fix typos.
7122
10649b82
KM
71232011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
7124
9d0cfcd6
GM
7125 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
7126 FSF and collapse date sequence, obscure author/maintainer email address
7127 better, remove extra version line, track relocation of author's webpage.
10649b82 7128
9d0cfcd6
GM
7129 * progmodes/python.el (python-pdbtrack-input-prompt)
7130 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
7131 regular python pdb prompts. Adjustments shamelessly taken exactly as
7132 suggested in EmacsWiki page (tiny change):
7133 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 7134
58179cce
JB
71352011-11-16 Juanma Barranquero <lekktu@gmail.com>
7136
7137 * expand.el (expand-pos, expand-index, expand-point):
7138 Remove redundant info from docstring.
7139 (expand-add-abbrevs): Doc fix.
7140 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
7141 (expand-sample-perl-mode-expand-list): Fix typos.
7142
7143 * net/dbus.el (dbus-event-member-name):
7144 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
7145 * term/pc-win.el (msdos-create-frame-with-faces):
7146 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
7147
b6f67890
MR
71482011-11-16 Martin Rudalics <rudalics@gmx.at>
7149
7150 * window.el (split-window, window-state-get-1)
7151 (window-state-put-1, window-state-put-2): Rename occurrences of
7152 window-nest to window-combination-limit.
1d00653d 7153 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 7154
ce7ddba0
CY
71552011-11-16 Chong Yidong <cyd@gnu.org>
7156
7157 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
7158 regexp (Bug#10033).
7159
3ae704f4
SM
71602011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7161
7162 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
7163 `completing-read' will remove *Completions* and will preserve
7164 current-buffer for us.
7165 (tmm-add-prompt): Users of *Completions* will always (re)set its
7166 major mode.
7167 (tmm-old-comp-map): Remove.
7168
6ad1cdde
GM
71692011-11-16 Glenn Morris <rgm@gnu.org>
7170
7171 * mail/rmailedit.el: Require rmailmm when compiling.
7172 (rmail-old-mime-state): New declaration.
7173 (rmail-edit-current-message): If editing a mime message,
7174 edit the "raw" message from the mbox buffer.
7175 (rmail-cease-edit): Handle mime messages. (Bug#9840)
7176
d20faa20
GM
71772011-11-15 Glenn Morris <rgm@gnu.org>
7178
7179 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
7180 which wasn't being used. Add optional arg to force given state.
7181 (rmail-mime): Add optional arg to force given state.
7182
c7015153
JB
71832011-11-15 Juanma Barranquero <lekktu@gmail.com>
7184
7185 * allout.el (allout-encryption-plaintext-sanitization-regexps):
7186 * frame.el (display-mm-dimensions-alist):
7187 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
7188 (outline-move-subtree-down):
7189 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
7190 (newsticker--treeview-do-get-node):
7191 * net/quickurl.el (quickurl-list-buffer-name):
7192 * progmodes/dcl-mode.el (dcl-mode):
7193 * progmodes/gdb-mi.el (gdb-mapcar*):
7194 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
7195
45261b50
GM
71962011-11-15 Glenn Morris <rgm@gnu.org>
7197
7198 * mail/rmail.el (rmail-file-coding-system): It's only ever used
7199 in a boolean sense, so just make it a boolean, and fix the doc.
7200 (rmail-show-mime-function, rmail-mime-feature)
7201 (rmail-require-mime-maybe): Doc fixes.
7202 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
7203
7204 * mail/rmailmm.el (rmail-show-mime): Doc fix.
7205
0d26e0b6
JB
72062011-11-15 Juanma Barranquero <lekktu@gmail.com>
7207
7208 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
7209 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
7210 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
7211 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
7212
447f30f6
GM
72132011-11-15 Glenn Morris <rgm@gnu.org>
7214
672b871d
GM
7215 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
7216 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
7217 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
7218 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
7219 (rmail-mime, rmail-show-mime): Doc fixes.
7220
f6aa5bb1
GM
7221 * term/ns-win.el (mode-line-frame-identification):
7222 Leave it alone. (Bug#10051)
7223
947cd66b
GM
7224 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
7225
447f30f6
GM
7226 * mail/rmailout.el (rmail-output-to-rmail-buffer):
7227 Handle empty buffers. (Bug#9978)
7228
0b381c7e
JB
72292011-11-14 Juanma Barranquero <lekktu@gmail.com>
7230
7231 * international/mule.el (define-charset):
7232 * mail/rmailmm.el (rmail-mime-find-header-encoding):
7233 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
7234 * progmodes/verilog-mode.el (verilog-backward-token):
7235 * textmodes/ispell.el (lookup-words):
7236 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
7237
71e027ac
GM
72382011-11-14 Glenn Morris <rgm@gnu.org>
7239
56632ce4
GM
7240 * progmodes/executable.el
7241 (executable-make-buffer-file-executable-if-script-p):
7242 Handle file-modes returning nil.
7243
40500957
GM
7244 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
7245 message - not necessary, and causes problems. (Bug#9831)
7246
071c2340
GM
7247 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
7248
d3cfca60
GM
7249 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
7250
71e027ac
GM
7251 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
7252 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
7253 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
7254
89d61221
MR
72552011-11-12 Martin Rudalics <rudalics@gmx.at>
7256
7257 * window.el (window-resize, delete-window): Use window-splits
7258 variable instead of function.
7259 (window-state-get-1, window-state-put-2, window-state-put):
7260 Don't deal with windows' splits status.
7261
98282f6f
GM
72622011-11-12 Glenn Morris <rgm@gnu.org>
7263
7264 * apropos.el (apropos-do-all, apropos-library, apropos-value)
7265 (apropos-documentation): Doc fixes.
7266
40a8bdf6
JB
72672011-11-11 Juanma Barranquero <lekktu@gmail.com>
7268
7269 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
7270 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
7271
65bd19ff
SM
72722011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
7273
7274 * electric.el (electric-indent-post-self-insert-function): Make it
7275 possible for a char to only indent in some circumstances.
7276 (electric-indent-mode): Simplify.
7277
54f9154c
MR
72782011-11-11 Martin Rudalics <rudalics@gmx.at>
7279
7280 * window.el (windows-with-parameter): Remove unused function.
7281 (windows-at-side): Rename to window-at-side-list.
7282 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
7283 (window-side-check, window-size-ignore, window-size-fixed-1)
7284 (window-in-direction-2): Prefix with "window--".
7285 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 7286
68cbc58b
GM
72872011-11-11 Glenn Morris <rgm@gnu.org>
7288
7289 * subr.el (eval-after-load): If FILE is already loaded,
7290 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
7291
b2621720
GM
72922011-11-10 Glenn Morris <rgm@gnu.org>
7293
9a4de110
GM
7294 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
7295 Call svn via vc-svn-command rather than vc-do-command.
7296 (vc-svn-command): Add --non-interactive. (Bug#9993)
7297 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
7298
b2621720
GM
7299 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7300 Add toggle-read-only. (Bug#7292)
7301 * files.el (toggle-read-only): Mention that it should only
7302 be used interactively. (Bug#10006)
7303
1dce7193
SM
73042011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7305
d9ac1a1e
SM
7306 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7307 Adjust regexp for OCaml warnings.
7308
0c325082
SM
7309 * electric.el (electric-pair-post-self-insert-function): Let user
7310 turn it off buffer-locally (bug#9932).
7311
90132c14
SM
7312 * progmodes/python.el (python-beginning-of-statement):
7313 Rewrite (bug#2703).
7314
1dce7193
SM
7315 * progmodes/compile.el: Better handle TABs (bug#9749).
7316 (compilation-internal-error-properties)
7317 (compilation-next-error-function): Obey the target buffer's
7318 compilation-error-screen-columns.
7319
c4e7c63a
JB
73202011-11-09 Juanma Barranquero <lekktu@gmail.com>
7321
7322 * progmodes/meta-mode.el: Remove obsolete comments.
7323 (meta-right-comment-regexp, meta-ignore-comment-regexp):
7324 Fix typos in docstrings.
7325
2cffd681
MR
73262011-11-09 Martin Rudalics <rudalics@gmx.at>
7327
7328 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 7329 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
7330 (window--resizable): New function. Make all callers of
7331 window-resizable call window--resizable instead.
7332 (window-resizable): Rewrite in terms of window--resizable.
7333
0edcba87
GM
73342011-11-08 Glenn Morris <rgm@gnu.org>
7335
7336 * progmodes/delphi.el (delphi-mode-syntax-table):
7337 Let define-derived-mode define a proper syntax table. (Bug#9994)
7338
4b0d61e3
SM
73392011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7340
7341 * window.el: Stay away from defsubst.
7342 (window-list-no-nils): Remove.
7343 (window-state-get-1, window-state-get): Use backquote instead.
7344
cd394be1 73452011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 7346
4b0d61e3 7347 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 7348 Fix incorrect use of default argument in `completing-read'.
7349
e1c2c6f2
MR
73502011-11-08 Martin Rudalics <rudalics@gmx.at>
7351
7352 * window.el (display-buffer-function, special-display-function):
7353 Mention display-buffer-record-window but do not mention
7354 help-setup parameter in doc-strings.
b3f4a882 7355 (window-min-delta): Fix doc-string typo.
e1c2c6f2 7356
105216ed
CY
73572011-11-08 Chong Yidong <cyd@gnu.org>
7358
7359 * window.el (window-total-height, window-total-width): Doc fix.
7360 (window-body-size): Move from C.
7361 (window-body-height, window-body-width): Move to C.
7362
0a9f9ab5
SM
73632011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7364
7365 * window.el: Make special-display like display-buffer-alist (bug#9532).
7366 (display-buffer--special-action): New function, morphed
7367 from display-buffer--special.
7368 (display-buffer): Use it to handle special-display-buffers at higher
7369 priority (just after display-buffer-alist).
7370 (display-buffer-fallback-action, display-buffer--other-frame-action)
7371 (pop-to-buffer-same-window): Remove display-buffer--special.
7372
a769dd15
GM
73732011-11-07 Glenn Morris <rgm@gnu.org>
7374
7375 * calendar/cal-menu.el (cal-menu-set-date-title):
7376 Do nothing if not in a calendar. (Bug#9976)
7377
05a61ee3
SM
73782011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
7379
7380 * files.el (find-file): Always use selected-window.
7381
be7f5545
MR
73822011-11-07 Martin Rudalics <rudalics@gmx.at>
7383
7384 * window.el (window-combinations): Make WINDOW argument
7385 mandatory. Rewrite doc-string.
7386 (walk-window-subtree, window-atom-check, window-min-delta)
7387 (window-max-delta, window--resize-this-window)
7388 (window--resize-root-window-vertically, window-tree)
7389 (balance-windows, window-state-put): Rewrite doc-strings as to
7390 not mention the term "subwindow".
7391 (window--resize-subwindows-skip-p): Rename to
7392 window--resize-child-windows-skip-p.
7393 (window--resize-subwindows-normal): Rename to
7394 window--resize-child-windows-normal.
7395 (window--resize-subwindows): Rename to
7396 window--resize-child-windows.
7397 (window-or-subwindow-p): Rename to window--in-subtree-p.
7398
3c6702ef
ML
73992011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
7400
7401 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
7402 Ensure that mbox format messages end in two newlines (Bug#9974).
7403
49745b39
CY
74042011-11-06 Chong Yidong <cyd@gnu.org>
7405
7406 * window.el (window-combination-p): Function deleted; its
7407 side-effect is not used in any existing code.
7408 (window-combinations, window-combined-p): Call window-*-child
7409 directly.
7410
24300f5f
CY
74112011-11-05 Chong Yidong <cyd@gnu.org>
7412
7413 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
7414 (window-size-ignore, window-state-get): Callers changed.
7415 (window-normalize-window): Rename from window-normalize-any-window.
7416 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 7417 (window-normalize-live-window): Delete.
447f16b8
CY
7418 (window-combination-p, window-combined-p, window-combinations)
7419 (walk-window-subtree, window-atom-root, window-min-size)
7420 (window-sizable, window-sizable-p, window-size-fixed-p)
7421 (window-min-delta, window-max-delta, window-resizable)
7422 (window-resizable-p, window-full-height-p, window-full-width-p)
7423 (window-current-scroll-bars, window-point-1, set-window-point-1)
7424 (window-at-side-p, window-in-direction, window-resize)
7425 (adjust-window-trailing-edge, maximize-window, minimize-window)
7426 (window-deletable-p, delete-window, delete-other-windows)
7427 (record-window-buffer, unrecord-window-buffer)
7428 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
7429 (quit-window, split-window, window-state-put)
7430 (set-window-text-height, fit-window-to-buffer)
7431 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 7432
89bd5ee1
EZ
74332011-11-04 Eli Zaretskii <eliz@gnu.org>
7434
53479029
EZ
7435 * mail/rmail.el (rmail-simplified-subject): Decode subject with
7436 rfc2047-decode-string.
7437 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
7438 warnings.
7439
89bd5ee1
EZ
7440 * window.el (window-body-height, window-body-width): Mention in
7441 the doc string that the return values are in frame's canonical
7442 units. (Bug#9949)
7443
bd17fdee
AM
74442011-11-03 Alan Mackenzie <acm@muc.de>
7445
7446 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
7447 change in cc-engine.el.
7448
acc825c5
SM
74492011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
7450
7451 * window.el (switch-to-buffer): Use `force-same-window' interactively.
7452
1885e5b8
MR
74532011-11-02 Martin Rudalics <rudalics@gmx.at>
7454
7455 * window.el (quit-window): Call unrecord-window-buffer after
7456 showing another buffer in the window. (Bug#9937)
acc825c5 7457 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 7458
ebe06da9
JB
74592011-11-02 Juanma Barranquero <lekktu@gmail.com>
7460
7461 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
7462 Accept status with more than 9 shelves. (Bug#9935)
7463 Reported by Colin D Bennett <colin@gibibit.com>.
7464
4ee88440
MR
74652011-11-01 Martin Rudalics <rudalics@gmx.at>
7466
7467 * help.el (with-help-window): Don't reference
7468 temp-buffer-show-specifiers in doc-string.
7469
08e1d82c
AS
74702011-10-31 Andreas Schwab <schwab@linux-m68k.org>
7471
7472 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
7473 menu-item.
7474
84bd6e9e
VJL
74752011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7476
7477 * whitespace.el: New version 13.2.2.
7478 (whitespace-newline-mode): Disable properly. Reported by Sarah
7479 <EmacsWiki>.
7480
dba0634a
UJ
74812011-10-30 Ulf Jasper <ulf.jasper@web.de>
7482
7483 * net/newst-treeview.el: Remove "Time-stamp".
7484 (newsticker--group-manage-orphan-feeds): Do not call
7485 newsticker--treeview-tree-update.
db22a3c2
JB
7486 (newsticker-treeview-update, newsticker-treeview):
7487 Call newsticker--treeview-tree-update if necessary.
dba0634a 7488
3d8daefe
MR
74892011-10-30 Martin Rudalics <rudalics@gmx.at>
7490
7491 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
7492 (window-iso-combinations): Remove "iso-" infix.
7493 Suggested by Chong Yidong.
3d8daefe
MR
7494 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
7495 (window-max-delta-1, window-resize, window--resize-siblings)
7496 (window--resize-this-window, adjust-window-trailing-edge)
7497 (split-window, balance-windows-1)
7498 (shrink-window-if-larger-than-buffer):
7499 * calendar/calendar.el (calendar-generate-window):
db22a3c2 7500 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 7501
1bc4c3ae
SM
75022011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7503
7504 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
7505 in place (bug#9907).
7506 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
7507 (eshell-rewrite-if-command, eshell-rewrite-for-command)
7508 (eshell-structure-basic-command, eshell-rewrite-while-command)
7509 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
7510 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
7511 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
7512 (eshell-do-pipelines-synchronously, eshell-eval-command):
7513 Use backquotes and prefer setq to set.
7514 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
7515 (eshell-macrop): Use functionp.
c1e2f5fa 7516 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 7517
30b65d9c
CY
75182011-10-30 Chong Yidong <cyd@gnu.org>
7519
7520 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
7521 instead of set-mark (Bug#9810).
7522
2d197ffb
CY
75232011-10-30 Chong Yidong <cyd@gnu.org>
7524
7525 * window.el (split-window-below, split-window-right): Rename from
7526 split-window-above-each-other and split-window-side-by-side
7527 respectively. All callers changed.
7528 (split-window-sensibly, split-window-sensibly): Use them.
7529 (split-window-keep-point): Doc fix.
7530
7531 * isearch.el: Add isearch-scroll property to split-window-below
7532 and split-window-right.
7533
7534 * follow.el (follow-mode):
7535 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
7536 * progmodes/ada-xref.el (ada-gdb-application):
7537 * emulation/vip.el (vip-buffer-in-two-windows):
7538 * image-dired.el (image-dired-dired-with-window-configuration):
7539 * dired-x.el (dired-do-find-marked-files):
7540 * dired.el (dired-pop-to-buffer):
7541 * bs.el (bs--show-with-configuration):
7542 * vc/emerge.el (emerge-setup-windows):
7543 * textmodes/two-column.el (2C-two-columns):
7544 * textmodes/reftex-toc.el (reftex-toc):
7545 * progmodes/gdb-mi.el (gdb-setup-windows):
7546 * progmodes/fortran.el (fortran-window-create):
7547 * net/newst-treeview.el (newsticker--treeview-window-init):
7548 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
7549 * emulation/tpu-edt.el (tpu-gold-map):
7550 * emulation/crisp.el (crisp-mode-map):
7551 * calendar/calendar.el (calendar-basic-setup): Callers changed.
7552
38bb2ca8
CY
75532011-10-29 Chong Yidong <cyd@gnu.org>
7554
aa4de341
CY
7555 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
7556
e1eb5385
CY
7557 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
7558
5d2ece3c
CY
7559 * textmodes/flyspell.el (flyspell-word): Fix char offset for
7560 forged Ispell output (Bug#7904).
7561
38bb2ca8
CY
7562 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
7563
d0af9f77
SM
75642011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7565
7566 * doc-view.el: Avoid ugly errors about not finding nil.
7567 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
7568 (doc-view-dvipdf-program, doc-view-unoconv-program)
7569 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
7570 Avoid nil or absolute file name as default value.
7571 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
7572
52bedd34
AM
75732011-10-28 Alan Mackenzie <acm@muc.de>
7574
db22a3c2 7575 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 7576
7e43cfa5
AM
75772011-10-28 Alan Mackenzie <acm@muc.de>
7578
7579 Amend the handling of c-beginning/end-of-defun in nested declaration
7580 scopes.
7581
52bedd34
AM
7582 * progmodes/cc-vars.el (c-defun-tactic): Move here from
7583 cc-langs.el. Change it to a defcustom.
7e43cfa5 7584
52bedd34
AM
7585 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
7586 cc-vars.el.
7e43cfa5 7587
d0af9f77
SM
7588 * progmodes/cc-engine.el (c-beginning-of-statement-1):
7589 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 7590
52bedd34 7591 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 7592 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
7593 (c-widen-to-enclosing-decl-scope): New function.
7594 (c-while-widening-to-decl-block): New macro.
7595 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
7596 outward for defun boundaries, and correspondingly change symbol
7597 `respect-enclosure' to `go-outward'.
7598 (c-declaration-limits): Change algorithm to report only the "innermost"
7599 defun's boundaries.
7600
1a2ce9ee
DD
76012011-10-28 Deniz Dogan <deniz@dogan.se>
7602
7603 * net/rcirc.el (rcirc-mode): Use hard newlines.
7604
bc97a826
AM
76052011-10-28 Alan Mackenzie <acm@muc.de>
7606
7607 Amend to indent and fontify macros "which include their own semicolon"
7608 correctly, using the "virtual semicolon" mechanism.
7609
52bedd34 7610 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 7611
d0af9f77 7612 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 7613 Recode to scan one line at a time rather than having \n and \r
58179cce 7614 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 7615 (c-forward-label): Amend for virtual semicolons.
58179cce 7616 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 7617
52bedd34
AM
7618 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
7619 of the new C macros.
bc97a826 7620
52bedd34 7621 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
7622 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
7623 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
7624 (c-opt-cpp-macro-define): Make into a full language variable.
7625 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
7626 AWK Mode (including \n, \r) removed, no longer needed.
7627
d0af9f77
SM
7628 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
7629 Invoke c-make-macro-with-semi-re.
bc97a826 7630
52bedd34
AM
7631 * progmodes/cc-vars.el (c-macro-with-semi-re):
7632 (c-macro-names-with-semicolon): New variables.
58179cce 7633 (c-make-macro-with-semi-re): New function.
bc97a826 7634
7a6c0941
SM
76352011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7636
7637 * vc/log-edit.el: Fill empty field rather than adding new one.
7638 (log-edit-add-field): New function.
7639 (log-edit-insert-changelog): Use it.
7640
b0c4cdcf
ML
76412011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
7642
7643 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
7644
ee1f1da9
SM
76452011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7646
7647 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
7648 (gdb--check-interpreter): New function.
7649 (gdb): Use it.
7650
51bc5f8b
GM
76512011-10-27 Glenn Morris <rgm@gnu.org>
7652
416a2c45
GM
7653 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
7654 (least-positive-float, least-negative-float)
7655 (least-positive-normalized-float, least-negative-normalized-float)
7656 (float-epsilon, float-negative-epsilon):
7657 Remove unnecessary declarations.
7658
7659 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
7660 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
7661 (least-positive-float, least-negative-float)
7662 (least-positive-normalized-float, least-negative-normalized-float)
7663 (float-epsilon, float-negative-epsilon): Add doc-strings,
7664 based on those in cl.texi.
7665
51bc5f8b
GM
7666 * files.el (set-visited-file-name): If the major-mode changed,
7667 reload the local variables. (Bug#9796)
7668
15de15c6
CY
76692011-10-27 Chong Yidong <cyd@gnu.org>
7670
7671 * subr.el (change-major-mode-after-body-hook): New hook.
7672 (run-mode-hooks): Run it.
7673
ee1f1da9
SM
7674 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7675 Use change-major-mode-before-body-hook.
15de15c6
CY
7676
7677 * simple.el (fundamental-mode):
7678 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
7679 change introducing fundamental-mode-hook.
7680
5430d399
JB
76812011-10-26 Juanma Barranquero <lekktu@gmail.com>
7682
acc825c5 7683 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 7684
ad74a69e
MA
76852011-10-26 Michael Albinus <michael.albinus@gmx.de>
7686
7687 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 7688 tramp.el explicitly. (Bug#7583)
ad74a69e 7689
71d4c2a5
SM
76902011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
7691
7692 * progmodes/octave-mod.el:
7693 * progmodes/octave-inf.el: Update maintainer.
7694
b1f6fa26
CY
76952011-10-26 Chong Yidong <cyd@gnu.org>
7696
7697 * subr.el (with-wrapper-hook): Rewrite doc.
7698
3f04efd6
MA
76992011-10-25 Michael Albinus <michael.albinus@gmx.de>
7700
7701 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 7702 filenames "/method:foo:". (Bug#9793)
3f04efd6 7703
410488d3
SM
77042011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7705
7706 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
7707 (bug#9865).
7708
c1ebb47e
GM
77092011-10-24 Glenn Morris <rgm@gnu.org>
7710
7711 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
7712
7f5c46c7
MA
77132011-10-24 Michael Albinus <michael.albinus@gmx.de>
7714
7715 * notifications.el: Add the requirement of a running D-Bus session
7716 bus to the Commentary.
7717
db2440b6
JL
77182011-10-24 Juri Linkov <juri@jurta.org>
7719
7720 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
7721 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
7722 (Bug#9364)
7723
feecf435
JL
77242011-10-24 Juri Linkov <juri@jurta.org>
7725
7726 * info.el (Info-following-node-name-re): Add newline to the list
7727 of allowed characters for leading space. (Bug#9824)
7728
a3839de2
SM
77292011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7730
acc825c5
SM
7731 * progmodes/octave-inf.el (inferior-octave-mode-map):
7732 Fix C-c C-h binding.
a3839de2
SM
7733 * progmodes/octave-mod.el (octave-help): Remove.
7734
09388e76
MA
77352011-10-23 Michael Albinus <michael.albinus@gmx.de>
7736
7737 Sync with Tramp 2.2.3.
7738
7739 * net/tramp-cache.el (top): Pacify byte-compiler using
7740 `init-file-user' and `site-run-file'.
7741
7742 * net/trampver.el: Update release number.
7743
86c60681
CY
77442011-10-23 Chong Yidong <cyd@gnu.org>
7745
7746 * files.el (toggle-read-only): Remove obsolete comment about
7747 version control.
7748
7749 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
7750 for toggle-read-only. Note that this hasn't called vc-next-action
7751 since 2008-05-02, though it wasn't documented at the time.
7752
a3839de2
SM
7753 * vc/ediff-init.el (ediff-toggle-read-only-function):
7754 Use toggle-read-only.
86c60681 7755
cd5495ff
AM
77562011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
7757
7758 Fix bug #9560, sporadic wrong indentation; improve instrumentation
7759 of c-parse-state.
7760
00b77525 7761 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 7762 correct faulty logical expression.
cd5495ff
AM
7763 (c-parse-state-state, c-record-parse-state-state):
7764 (c-replay-parse-state-state): New defvar/defuns.
7765 (c-debug-parse-state): Use new functions.
7766
42ee24ed
MR
77672011-10-22 Martin Rudalics <rudalics@gmx.at>
7768
7769 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 7770 last fix. Use window-in-direction correctly.
42ee24ed 7771
a7dee7e7
CY
77722011-10-21 Chong Yidong <cyd@gnu.org>
7773
7774 * progmodes/idlwave.el (idlwave-mode):
7775 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
7776 require-final-newline; that's done in prog-mode.
7777 Suggested by Stefan Monnier.
a7dee7e7 7778
e07b9a6d
MR
77792011-10-21 Martin Rudalics <rudalics@gmx.at>
7780
7781 * mouse.el (mouse-drag-window-above)
7782 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
7783 (mouse-drag-mode-line-1, mouse-drag-header-line)
7784 (mouse-drag-vertical-line-rightward-window): Remove.
7785 (mouse-drag-line): New function.
7786 (mouse-drag-mode-line, mouse-drag-header-line)
7787 (mouse-drag-vertical-line): Call mouse-drag-line.
7788 * window.el (window-at-side-p, windows-at-side): New functions.
7789
7e1361d9
UM
77902011-10-21 Ulrich Mueller <ulm@gentoo.org>
7791
7792 * tar-mode.el (tar-grind-file-mode):
7793 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
7794
30fcaf3a
CY
77952011-10-21 Chong Yidong <cyd@gnu.org>
7796
7797 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
7798 * progmodes/vera-mode.el (vera-mode):
7799 Use mode-require-final-newline.
30fcaf3a 7800
516eddb0
GM
78012011-10-20 Glenn Morris <rgm@gnu.org>
7802
db22a3c2 7803 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 7804
10d5f513
CS
78052011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
7806
7807 * emulation/cua-base.el (cua-set-mark): Fix case of string.
7808
ac6c8639
CY
78092011-10-20 Chong Yidong <cyd@gnu.org>
7810
7811 * emulation/cua-base.el (cua-mode):
7812 * mail/footnote.el (footnote-mode):
7813 * mail/mailabbrev.el (mail-abbrevs-mode):
7814 * net/xesam.el (xesam-minor-mode):
7815 * progmodes/bug-reference.el (bug-reference-mode):
7816 * progmodes/cap-words.el (capitalized-words-mode):
7817 * progmodes/compile.el (compilation-minor-mode)
7818 (compilation-shell-minor-mode):
7819 * progmodes/gud.el (gud-tooltip-mode):
7820 * progmodes/hideif.el (hide-ifdef-mode):
7821 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
7822 * progmodes/subword.el (subword-mode):
7823 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
7824 * progmodes/which-func.el (which-function-mode):
7825 * term/tvi970.el (tvi970-set-keypad-mode):
7826 * term/vt100.el (vt100-wide-mode):
7827 * textmodes/flyspell.el (flyspell-mode):
7828 * textmodes/ispell.el (ispell-minor-mode):
7829 * textmodes/nroff-mode.el (nroff-electric-mode):
7830 * textmodes/paragraphs.el (use-hard-newlines):
7831 * textmodes/refill.el (refill-mode):
7832 * textmodes/reftex.el (reftex-mode):
7833 * textmodes/rst.el (rst-minor-mode):
7834 * textmodes/sgml-mode.el (html-autoview-mode)
7835 (sgml-electric-tag-pair-mode):
7836 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
7837 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
7838 * emulation/crisp.el (crisp-mode):
7839 * emacs-lisp/eldoc.el (eldoc-mode):
7840 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
7841 minor mode behavior.
7842
aa42ab43
JL
78432011-10-19 Juri Linkov <juri@jurta.org>
7844
7845 * descr-text.el (describe-char): Add #x2010 and #x2011 to
7846 the list of hard-coded chars with escape-glyph face.
7847
89400f1d
SM
78482011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7849
7850 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
7851
305c07f6
MA
78522011-10-19 Michael Albinus <michael.albinus@gmx.de>
7853
7854 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
7855 running process.
7856
13754b54
GM
78572011-10-19 Glenn Morris <rgm@gnu.org>
7858
7859 * vc/vc-bzr.el (vc-bzr-after-dir-status):
7860 Ignore ignored files. (Bug#9726)
7861
06e21633
CY
78622011-10-19 Chong Yidong <cyd@gnu.org>
7863
7864 Doc fix for minor modes, stating that an omitted argument enables
7865 the mode unconditionally when called from Lisp.
7866
7867 * abbrev.el (abbrev-mode):
7868 * allout.el (allout-mode):
7869 * autoinsert.el (auto-insert-mode):
7870 * autoarg.el (autoarg-mode, autoarg-kp-mode):
7871 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
7872 (global-auto-revert-mode):
7873 * battery.el (display-battery-mode):
7874 * composite.el (global-auto-composition-mode)
7875 (auto-composition-mode):
7876 * delsel.el (delete-selection-mode):
7877 * desktop.el (desktop-save-mode):
7878 * dired-x.el (dired-omit-mode):
7879 * dirtrack.el (dirtrack-mode):
7880 * doc-view.el (doc-view-minor-mode):
7881 * double.el (double-mode):
7882 * electric.el (electric-indent-mode, electric-pair-mode):
7883 * emacs-lock.el (emacs-lock-mode):
7884 * epa-hook.el (auto-encryption-mode):
7885 * follow.el (follow-mode):
7886 * font-core.el (font-lock-mode):
7887 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
7888 * help.el (temp-buffer-resize-mode):
7889 * hilit-chg.el (highlight-changes-mode)
7890 (highlight-changes-visible-mode):
7891 * hi-lock.el (hi-lock-mode):
7892 * hl-line.el (hl-line-mode, global-hl-line-mode):
7893 * icomplete.el (icomplete-mode):
7894 * ido.el (ido-everywhere):
7895 * image-file.el (auto-image-file-mode):
7896 * image-mode.el (image-minor-mode):
7897 * iswitchb.el (iswitchb-mode):
7898 * jka-cmpr-hook.el (auto-compression-mode):
7899 * linum.el (linum-mode):
7900 * longlines.el (longlines-mode):
7901 * master.el (master-mode):
7902 * mb-depth.el (minibuffer-depth-indicate-mode):
7903 * menu-bar.el (menu-bar-mode):
7904 * minibuf-eldef.el (minibuffer-electric-default-mode):
7905 * mouse-sel.el (mouse-sel-mode):
7906 * msb.el (msb-mode):
7907 * mwheel.el (mouse-wheel-mode):
7908 * outline.el (outline-minor-mode):
7909 * paren.el (show-paren-mode):
7910 * recentf.el (recentf-mode):
7911 * reveal.el (reveal-mode, global-reveal-mode):
7912 * rfn-eshadow.el (file-name-shadow-mode):
7913 * ruler-mode.el (ruler-mode):
7914 * savehist.el (savehist-mode):
7915 * scroll-all.el (scroll-all-mode):
7916 * scroll-bar.el (scroll-bar-mode):
7917 * server.el (server-mode):
7918 * shell.el (shell-dirtrack-mode):
7919 * simple.el (auto-fill-mode, transient-mark-mode)
7920 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
7921 (line-number-mode, column-number-mode, size-indication-mode)
7922 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
7923 * strokes.el (strokes-mode):
7924 * time.el (display-time-mode):
7925 * t-mouse.el (gpm-mouse-mode):
7926 * tool-bar.el (tool-bar-mode):
7927 * tooltip.el (tooltip-mode):
7928 * type-break.el (type-break-mode-line-message-mode)
7929 (type-break-query-mode):
7930 * view.el (view-mode):
7931 * whitespace.el (whitespace-mode, whitespace-newline-mode)
7932 (global-whitespace-mode, global-whitespace-newline-mode):
7933 * xt-mouse.el (xterm-mouse-mode): Doc fix.
7934
a3839de2
SM
7935 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7936 Fix autogenerated docstring.
06e21633 7937
5214e501
JL
79382011-10-19 Juri Linkov <juri@jurta.org>
7939
7940 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
7941 by checking environment variables "DESKTOP_SESSION" and
7942 "XDG_CURRENT_DESKTOP". (Bug#9779)
7943
195f8db9
JL
79442011-10-19 Juri Linkov <juri@jurta.org>
7945
7946 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
7947 (browse-url-chromium-program, browse-url-chromium-arguments):
7948 New defcustoms.
7949 (browse-url-default-browser): Check for `browse-url-chromium' and
7950 call `browse-url-chromium-program'.
7951 (browse-url-chromium): New command. (Bug#9779)
7952
343a34ff
JB
79532011-10-18 Juanma Barranquero <lekktu@gmail.com>
7954
7955 * facemenu.el (list-colors-duplicates): On Windows, detect more
7956 duplicates by assuming that only colors matching "^System" are
7957 special "system colors". (Bug#9722)
7958
6978a151
SM
79592011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7960
7961 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
7962 to distinguish the author from the committer.
7963
6a80b297
MA
79642011-10-18 Michael Albinus <michael.albinus@gmx.de>
7965
7966 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
7967
b31a5677
JK
79682011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
7969
7970 * international/mule.el (sgml-html-meta-auto-coding-function):
7971 Add support for detecting encoding in HTML5 specified only as
7972 <meta charset="UTF-8">. Implementation just makes http-equiv and
7973 content-type parts from HTML4 encoding string optional. (Bug#9716)
7974
80c6d77f
GM
79752011-10-18 Glenn Morris <rgm@gnu.org>
7976
7977 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
7978
08b0fee8
CY
79792011-10-18 Chong Yidong <cyd@gnu.org>
7980
7981 * faces.el (cursor): Doc fix.
7982
67e729a5
CY
79832011-10-17 Chong Yidong <cyd@gnu.org>
7984
7985 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
7986
343a34ff 79872011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
7988
7989 * dirtrack.el (dirtrack): Support shell buffers with path
7990 prefixes, e.g. tramp-based remote shells. (Bug#9647)
7991
0bc06380
TZ
79922011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
7993
7994 * json.el: Bump version to 1.3 and note change in History.
7995 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
7996
8b79f3e0
SM
79972011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7998
5a7c536b
SM
7999 * comint.el (comint-insert-input, comint-send-input)
8000 (comint-get-old-input-default, comint-backward-matching-input)
8001 (comint-next-prompt): Use nil instead of `input' for field property of
8002 past user input (bug#114).
8003
96a8a0df
SM
8004 * minibuffer.el (completion--replace): Inherit surrounding properties
8005 (bug#114).
8006 (minibuffer-complete-and-exit): Use it.
8007
8b79f3e0
SM
8008 * comint.el (comint--table-subvert): Quote the all-completions output
8009 (bug#9160).
8010
b8f7ff0d
MR
80112011-10-17 Martin Rudalics <rudalics@gmx.at>
8012
8b79f3e0 8013 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 8014
b8f7ff0d 8015 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 8016 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
8017 entries and separate them from frame entries.
8018
c235b555
GM
80192011-10-15 Glenn Morris <rgm@gnu.org>
8020
8021 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
8022 Doc fixes.
8023
6bbfa6e1
CY
80242011-10-15 Chong Yidong <cyd@stupidchicken.com>
8025
8b79f3e0
SM
8026 * net/network-stream.el (network-stream-open-starttls):
8027 Improve detection of failure due to lack of TLS support.
ec5c990d 8028
6bbfa6e1
CY
8029 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
8030 putting the input text in front and in bold.
8031
98488977
SM
80322011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
8033
3d1337be
SM
8034 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
8035
ee0b45e4
SM
8036 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
8037 empty buffer.
8038
98488977
SM
8039 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
8040 unread-command-events rather than pushing yet-another event.
8041
186f4720
EZ
80422011-10-14 Eli Zaretskii <eliz@gnu.org>
8043
8044 * mail/sendmail.el (sendmail-query-once): Improve the wording of
8045 the explanation of the possible choices. Make the options passed
8046 to completing-read shorter.
8047
8b7a997c
AM
80482011-10-13 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
8049
8050 * textmodes/flyspell.el (flyspell-large-region): Make sure
8051 extended character mode is used if defined (Bug#1339).
8052
12587bbb
EZ
80532011-10-13 Eli Zaretskii <eliz@gnu.org>
8054
8055 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
8056 character info for LRE, LRO, RLE, and RLO characters by appending
8057 an invisible PDF.
12587bbb 8058
bad41229
SM
80592011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
8060
8061 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
8062 even in case of error; add debug spec; simplify data flow.
8063 (with-timeout-handler): Remove.
8064
28dbc92f
MA
80652011-10-12 Michael Albinus <michael.albinus@gmx.de>
8066
8067 Fix Bug#6019, Bug#9315.
8068
8069 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
8070 complete `buffer-file-name', the local file name part could look
8071 remotely (for example on VMS).
8072
8073 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
8074 `tramp-run-real-handler'.
8075 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
8076 already quoted by '"'.
8077
8078 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
8079 Let `file-name-handler-alist' be nil, the local file name part
8080 could look remotely (for example on VMS).
8081
e1b0b23a
SM
80822011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8083
8084 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
8085 from here...
8086 (flyspell-post-command-hook): ...to here.
8087
a120bde9
SM
80882011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8089
8090 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
8091 if not needed.
8092 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
8093 using completion. Protect against "slow" callers.
8094 Remove the "message hack".
8095
7ce7717b
JL
80962011-10-11 Juri Linkov <juri@jurta.org>
8097
8098 * isearch.el (isearch-lazy-highlight-word): New variable.
8099 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8100 Use it. (Bug#9727)
8101
c02ee9d6
GM
81022011-10-11 Glenn Morris <rgm@gnu.org>
8103
8104 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
8105 like f90-previous-statement does.
8106
93e616fd 81072011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8108
1f190e73 8109 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
8110 only in interactive use, to avoid error.
8111
af7b6078
SM
81122011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8113
8114 * minibuffer.el (completion-file-name-table): Fix last change,
8115 i.e. ignore normal errors but not the other ones.
8116
0563dae9
MR
81172011-10-10 Martin Rudalics <rudalics@gmx.at>
8118
8119 * window.el (special-display-buffer-names)
8120 (special-display-regexps): Remove some remnants of earlier
8121 changes from doc-strings.
366ca7f3
MR
8122 (quit-windows-on): New function.
8123
8124 * vc/vc.el (vc-revert, vc-rollback):
8125 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
8126 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 8127 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 8128
49677495
MR
81292011-10-09 Martin Rudalics <rudalics@gmx.at>
8130
8131 * window.el (frame-auto-hide-function): Add version tag.
8132 (Bug#9699)
8133
56f2d1e1
MA
81342011-10-09 Michael Albinus <michael.albinus@gmx.de>
8135
8136 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
8137 condition.
8138
112a6592
LL
81392011-10-09 Leo Liu <sdl.web@gmail.com>
8140
8141 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
8142 (Bug#9701)
8143
0812589b
GM
81442011-10-08 Glenn Morris <rgm@gnu.org>
8145
8146 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
8147 before the first code statement zero indent. (Bug#9690)
8148
b2b0776e
CY
81492011-10-08 Chong Yidong <cyd@stupidchicken.com>
8150
8151 * simple.el (count-words-region): Always count in the region.
8152 Report the number of lines and characters too.
8153 (count-words): New command, which counts in the buffer if the
8154 region is inactive, as count-words-region used to.
8155 (count-words--message): New function. Handle plurals.
8156 (count-lines-region): Make it an alias for count-words-region.
8157
8158 * bindings.el (esc-map): Replace count-lines-region with
8159 count-words-region.
8160
c557cd6b
MR
81612011-10-08 Martin Rudalics <rudalics@gmx.at>
8162
8163 * window.el (window--delete): Delete dedicated frame
8164 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 8165 (switch-to-buffer): Fix doc-string typo.
c557cd6b 8166
61a57ef4 81672011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8168
3a7d293b 8169 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 8170
c3833279
CY
81712011-10-07 Chong Yidong <cyd@stupidchicken.com>
8172
8173 * bindings.el ([M-left],[M-right]): Bind to left-word and
8174 right-word respectively.
8175
21ce8245
GM
81762011-10-07 Glenn Morris <rgm@gnu.org>
8177
8178 * cus-start.el (debug-on-quit): Fix custom type.
8179
6d823bb2
LMI
81802011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8181
0181e193
LMI
8182 * subr.el (define-key-after): Clarify that the function is not
8183 useful for non-menu keymaps.
8184
6d823bb2
LMI
8185 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
8186
8e3459ce 81872011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8188
21ce8245 8189 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 8190 in current minibuffer (Fix bug with recursive minibuffers).
8191
a1c2d21e
CY
81922011-10-06 Chong Yidong <cyd@stupidchicken.com>
8193
8194 * progmodes/gdb-mi.el (gdb): Doc fix.
8195
5a4cf282
MR
81962011-10-05 Martin Rudalics <rudalics@gmx.at>
8197
8198 * window.el (frame-auto-hide-function): New option replacing
8199 frame-auto-delete. Suggested by Stefan Monnier.
8200 (window--delete): Call frame-auto-hide-function instead of
8201 investigating frame-auto-delete.
c96111ea
MR
8202 (window-point-1, set-window-point-1): New functions.
8203 (window-in-direction, record-window-buffer, window-state-get-1)
8204 (display-buffer-record-window): Use window-point-1 instead of
8205 window-point.
8206 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 8207
9854542e
SM
82082011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8209
8210 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
8211
8943cfb0
GM
82122011-10-05 Glenn Morris <rgm@gnu.org>
8213
8214 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
8215 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
8216
647ab967
LL
82172011-10-05 Leo Liu <sdl.web@gmail.com>
8218
8219 * subr.el (read-char-choice): Fix argument to buffer-live-p which
8220 works with buffer object.
8221
3ddfbced
SM
82222011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8223
8224 * mpc.el (mpc-tool-bar-map): Add labels.
8225
bdfa5dd2
GM
82262011-10-04 Glenn Morris <rgm@gnu.org>
8227
8228 * calendar/holidays.el (calendar-check-holidays): Doc fix.
8229
0e2070b5
MR
82302011-10-04 Martin Rudalics <rudalics@gmx.at>
8231
8232 * window.el (window--delete): New function.
8233 (frame-auto-delete): Resuscitate option.
8234 (bury-buffer, replace-buffer-in-windows)
8235 (quit-window): Rewrite using window--delete.
8236 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
8237 Pass display-buffer-mark-dedicated to window--display-buffer-2
8238 (Bug#9639).
8239
3dc61a09
SM
82402011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8241
915a9b64
SM
8242 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
8243 returns a list (bug#9554). Add remote file name completion.
8244 * comint.el (comint--table-subvert): Curry and get quote&unquote
8245 functions as arguments.
8246 (comint--complete-file-name-data): Adjust call accordingly.
8247 * pcomplete.el (pcomplete--table-subvert): Remove.
8248 (pcomplete-completions-at-point): Use comint--table-subvert instead.
8249
3dc61a09
SM
8250 * minibuffer.el (completion-table-case-fold): Use currying.
8251 (completion--styles-type, completion--cycling-threshold-type):
8252 New constants.
8253 (completion-styles, completion-category-overrides)
8254 (completion-cycle-threshold): Use them.
8255 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
8256 completion-table-case-fold.
8257
8ea0a993
SB
82582011-10-03 Stephen Berman <stephen.berman@gmx.net>
8259
8260 * minibuffer.el (completion-category-overrides): Fix type of styles
8261 and add more user friendly tags (bug#9660).
8262
8c24b7f6
SM
82632011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8264
8265 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
8266 (mule-input-method-string): New widget.
8267 (default-input-method, language-info-custom-alist): Use it.
8268
428fe61a
SM
82692011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8270
32c1fffd
SM
8271 * pcomplete.el: Require comint.
8272 (pcomplete--common-suffix): Remove.
8273 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
8274 (pcomplete--table-subvert): Sync with comint--table-subvert.
8275 (pcomplete--entries): Use comint-completion-file-name-table.
8276 * comint.el (comint-unquote-filename): Simplify.
8277 (comint-completion-file-name-table): New function (bug#9616).
8278 (comint--complete-file-name-data): Use it.
8279
428fe61a
SM
8280 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
8281 (pcmpl-gnu-tar-buffer): Remove.
8282 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
8283 around. Make sure pcomplete-suffix-list is only changed temporarily.
8284 Don't look inside the tar's file if it's too large.
428fe61a 8285
04c52e2f
CY
82862011-10-01 Chong Yidong <cyd@stupidchicken.com>
8287
ce3cefcc
CY
8288 * cus-edit.el (custom-mode-map):
8289 * epa.el (epa-key-list-mode-map):
8290 * man.el (Man-mode-map):
8291 * startup.el (splash-screen-keymap):
8292 * simple.el (special-mode-map): Use scroll-up-command and
8293 scroll-down-command.
8294
8295 * progmodes/idlw-help.el (idlwave-help-mode-map):
8296 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
8297 * net/newst-plainview.el (newsticker-mode-map):
8298 * emulation/ws-mode.el (wordstar-mode-map):
8299 * emulation/vi.el (vi-com-map):
8300 * calc/calc-graph.el (calc-graph-show-dumb):
8301 * term/sun.el (terminal-init-sun):
8302 * term/ns-win.el (global-map):
8303 * progmodes/grep.el (grep-mode-map):
8304 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
8305 * mail/rmail.el (rmail-mode-map):
8306 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
8307
04c52e2f
CY
8308 * custom.el (custom-safe-themes, load-theme): Treat value of t for
8309 custom-safe-themes as special.
8310
79adf8c8
JD
83112011-10-01 Julien Danjou <julien@danjou.info>
8312
8313 * notifications.el (notifications-notify): Fix docstring.
8314
63bd50d3
PS
83152011-10-01 Per Starbäck <per@starback.se>
8316
8317 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
8318
199e4c7e
MR
83192011-09-30 Martin Rudalics <rudalics@gmx.at>
8320
8321 * startup.el (command-line-1): Fix last fix by inserting
8322 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 8323 (Bug#9605) and (Bug#9636)
199e4c7e 8324
fe5f08dd
EZ
83252011-09-29 Eli Zaretskii <eliz@gnu.org>
8326
8327 * simple.el (line-move): If auto-hscroll-mode is disabled and the
8328 window is hscrolled, move by logical lines. (Bug#9607)
8329 (line-move-visual): Update the doc string to the above effect.
8330
b5516bbd
MR
83312011-09-29 Martin Rudalics <rudalics@gmx.at>
8332
ccee00c0
MR
8333 * window.el (display-buffer-record-window): When WINDOW is the
8334 selected window use `point' instead of `window-point'. (Bug#9626)
8335
b5516bbd
MR
8336 * startup.el (command-line-1): Use insert-before-markers when
8337 inserting initial-scratch-message. (Bug#9605)
ccee00c0 8338
b5516bbd
MR
8339 * help.el (help-window): Remove variable.
8340
52aa0014
GM
83412011-09-29 Glenn Morris <rgm@gnu.org>
8342
8343 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
8344
df9a7357
JB
83452011-09-29 Juanma Barranquero <lekktu@gmail.com>
8346
8347 * descr-text.el (describe-char-categories): Accept category
8348 descriptions more than one line long.
8349
a8406c20
SM
83502011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8351
88d9610c
SM
8352 * simple.el (delete-trailing-whitespace): Fix last change.
8353
a5daf810
SM
8354 * progmodes/perl-mode.el (perl-syntax-propertize-function):
8355 Don't confuse "y => 3" as the beginning of a `y' operation.
8356
a8406c20
SM
8357 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
8358 object has more than 4 slots (bug#9613).
8359
a239d4e9
JB
83602011-09-28 Juanma Barranquero <lekktu@gmail.com>
8361
8362 * subr.el (with-output-to-temp-buffer):
8363 * net/quickurl.el (quickurl, quickurl-browse-url):
8364 Fix typos in docstrings.
8365
693fbdb6
EZ
83662011-09-27 Eli Zaretskii <eliz@gnu.org>
8367
8368 * minibuffer.el (completion-styles)
8369 (completion-category-overrides): Cross reference each other in doc
8370 strings.
8371
8b457e28
GM
83722011-09-27 Glenn Morris <rgm@gnu.org>
8373
8374 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
8375 to split-string. (Bug#9606)
8376
85a16208
LMI
83772011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8378
8379 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
8380 (bug#9615).
8381
502f9ebd
CY
83822011-09-27 Chong Yidong <cyd@stupidchicken.com>
8383
8384 * emacs-lisp/package.el (list-packages): Fix echo area message.
8385
7690bdea
LL
83862011-09-27 Leo Liu <sdl.web@gmail.com>
8387
8388 * ido.el (ido-read-internal): Accept cons cell HIST arg.
8389
e2ee6f30
MA
83902011-09-25 Michael Albinus <michael.albinus@gmx.de>
8391
8392 * net/dbus.el (dbus-unregister-object): Don't release services for
8393 registered signals. (Bug#9581)
8394
f3f98342
TZ
83952011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
8396
8397 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
8398 function that picks between cfengine 2 and 3 support
8399 automatically. Update docs accordingly.
8400
dd7aa8dd
KH
84012011-09-22 Kenichi Handa <handa@m17n.org>
8402
8403 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
8404 ZERO.
8405 (indian-itrans-v5-table-for-tamil): New variable.
8406 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
8407
3f2b07f8
KM
84082011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
8409
8410 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
8411 that's true if the current command involved collapsing of text.
8412 It's reset to false at the beginning of the next command.
8413 (allout-post-command-business): Move the cursor to the beginning
8414 of entry if the cursor is hidden and collapsing activity just
8415 happened.
8416
371d6a61
CY
84172011-09-24 Chong Yidong <cyd@stupidchicken.com>
8418
8419 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
8420 tracking (Bug#9541).
8421
2ac2721a
UJ
84222011-09-24 Ulf Jasper <ulf.jasper@web.de>
8423
8424 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
8425 (newsticker-show-news): Automatically load html rendering package
8426 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
8427 because w3m-fill-column is let-bound" and the error "Symbol's value
8428 as variable is void: w3m-fill-column".
2ac2721a 8429
fac7ae53
MA
84302011-09-24 Michael Albinus <michael.albinus@gmx.de>
8431
8432 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
8433 Release services only if they are defined. (Bug#9581)
8434
e08b633b
RS
84352011-09-23 Richard Stallman <rms@gnu.org>
8436
e488d29c
RS
8437 * textmodes/paragraphs.el (forward-sentence): For backwards case,
8438 distinguish start of paragraph from start of its text.
8439
19c38752
RS
8440 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
8441
e08b633b
RS
8442 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
8443 (rmail-generate-viewer-buffer): Put that hook on view buffer.
8444 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
8445
0a39f27e
AS
84462011-09-23 Andreas Schwab <schwab@linux-m68k.org>
8447
8448 * international/mule-diag.el (mule-diag): Insert a newline after
8449 each fontset description.
8450
db4e950d
SM
84512011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8452
8453 * simple.el (delete-trailing-whitespace):
8454 Document last change; simplify.
8455
eca3f3ea
PW
84562011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
8457
d68e189a
PW
8458 * simple.el (delete-trailing-whitespace): Also delete
8459 extra newlines at the end of the buffer.
8460
eca3f3ea
PW
8461 * textmodes/picture.el: Make motion commands obey shift-select-mode.
8462 (picture-newline): Use forward-line so as to ignore fields.
8463
01c157cc
SM
84642011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8465
8466 * subr.el (with-wrapper-hook): Fix edebug spec.
8467
022de23e
LMI
84682011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8469
8470 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
8471 (bug#4538).
8472
91683089
MA
84732011-09-23 Michael Albinus <michael.albinus@gmx.de>
8474
eca3f3ea
PW
8475 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
8476 Fix nasty bug using wrong cached values.
91683089 8477
5bdd6fa4
AM
84782011-09-23 Alan Mackenzie <acm@muc.de>
8479
8480 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
8481
97adfb97
CY
84822011-09-23 Chong Yidong <cyd@stupidchicken.com>
8483
8484 * window.el (pop-to-buffer): Ensure right window is selected if we
8485 chose another frame.
8486
d4ef2b50
EZ
84872011-09-22 Eli Zaretskii <eliz@gnu.org>
8488
8489 * simple.el (what-cursor-position): Use get-char-property-change
8490 and next-single-char-property-change, to be able to show display
8491 properties that come from overlays as well as text properties.
8492
72258fe5
CY
84932011-09-22 Chong Yidong <cyd@stupidchicken.com>
8494
8495 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
8496
8497 * cmuscheme.el (run-scheme, switch-to-scheme):
8498 * cus-edit.el (customize-group, custom-buffer-create)
8499 (customize-browse):
8500 * info.el (info):
8501 * shell.el (shell):
8502 * mail/sendmail.el (mail):
8503 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
8504
8f098516
RS
85052011-09-22 Richard Stallman <rms@gnu.org>
8506
8507 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
8508 move back only to line beg, don't move back over blank lines.
8509
e74f1bb6
MA
85102011-09-22 Michael Albinus <michael.albinus@gmx.de>
8511
8512 * files.el (copy-directory): Set directory attributes only in case
8513 they could be retrieved from the source directory. (Bug#9565)
8514
bfeef8b6
DK
85152011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
8516
8517 * progmodes/hideshow.el (hs-looking-at-block-start-p)
8518 (hs-find-block-beginning, hs-hide-level-recursive):
8519 Ignore strings as well as comments. (Bug#9502)
8520
7e423bb8
AS
85212011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
8522
8523 * progmodes/sql.el (sql-comint-postgres):
8524 Convert port number to a string. (Bug#9566)
8525
b4d72fcf
MR
85262011-09-22 Martin Rudalics <rudalics@gmx.at>
8527
8528 * window.el (quit-window): Undedicate window when switching to
8529 previous buffer. Reported by Thierry Volpiatto
8530 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
8531 (special-display-popup-frame): When popping up a new frame reset
8532 its previous buffers to nil. Simplify code.
b4d72fcf 8533
a7b88dc6
MA
85342011-09-21 Michael Albinus <michael.albinus@gmx.de>
8535
8536 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
8537 and process filter, as done also in `shell-command'.
8538
cf4eacfd
MR
85392011-09-21 Martin Rudalics <rudalics@gmx.at>
8540
eca3f3ea 8541 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
8542 Call set-window-start with NOFORCE argument t.
8543 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
8544 (quit-window): Reword doc-string. Handle new format of
8545 quit-restore parameter. Don't delete window if it has a
8546 previous buffer we can show instead of the present one.
8547 (display-buffer-record-window): Rewrite using a new format for
8548 the quit-restore window parameter
8549 (special-display-popup-frame, display-buffer-same-window)
8550 (display-buffer-reuse-window, display-buffer-pop-up-frame)
8551 (display-buffer-pop-up-window, display-buffer-use-some-window):
8552 Adapt symbol passed to display-buffer-record-window.
8553 * help.el (help-window-setup): Handle new format of quit-restore
8554 parameter.
8555
8d28cb95
SM
85562011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8557
94ab793f
SM
8558 * faces.el (face-list): Fix docstring (bug#9564).
8559
8d28cb95
SM
8560 * window.el (display-buffer--action-function-custom-type):
8561 Don't include internal functions in the Custom interface.
8562
3820edeb
JL
85632011-09-20 Juri Linkov <juri@jurta.org>
8564
8565 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
8566 (Info-forward-node, Info-backward-node, Info-next-preorder)
8567 (Info-last-preorder): Use it. (Bug#9528)
8568
5147931d
JL
85692011-09-20 Juri Linkov <juri@jurta.org>
8570
8571 * info.el (Info-last-preorder): Visit last menu item only when
8572 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
8573
cf499a1a
JD
85742011-09-20 Julien Danjou <julien@danjou.info>
8575
8576 * password-cache.el (password-cache-remove): Remove entries even if the
8577 value is nil, so that password with a nil value (negative caching) is
8578 possible to invalidate.
8579
f84e2fe2
LM
85802011-09-20 Lawrence Mitchell <wence@gmx.li>
8581
8582 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
8583 all whitespace around breakpoint. (Bug#9553)
8584 (f90-find-breakpoint): Only break at whitespace inside a comment.
8585
78054a46
SM
85862011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8587
8588 * minibuffer.el (completion-file-name-table): Keep track of errors.
8589 (completion-table-with-predicate): Handle the case where pred1 is nil.
8590 * pcomplete.el (pcomplete-completions-at-point): Simplify.
8591
345083b2
SM
85922011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8593
e24e27be
SM
8594 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
8595 (debugger-return-value): Signal an error if the debugging context does
8596 not await any return value.
8597
345083b2
SM
8598 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
8599 * image-mode.el (image-toggle-display-text)
8600 (image-toggle-display-image): Stay away from evil `intangible'.
8601
08d355e3
LL
86022011-09-19 Leo Liu <sdl.web@gmail.com>
8603
8604 * replace.el (occur-revert-arguments): Make it permanent-local.
8605 (occur-mode): Don't call font-lock-defontify.
8606
f01da43f
CY
86072011-09-19 Chong Yidong <cyd@stupidchicken.com>
8608
8609 * net/ldap.el (ldap-search-internal): Don't push empty search
8610 result (Bug#9508).
8611
b6072fa6
SM
86122011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8613
8614 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
8615
443d6696
MA
86162011-09-19 Michael Albinus <michael.albinus@gmx.de>
8617
8618 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
8619 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
8620
7cc6e154
JL
86212011-09-18 Juri Linkov <juri@jurta.org>
8622
8623 * buff-menu.el (Buffer-menu-mode-map):
8624 * dired.el (dired-mode-map):
8625 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
8626 (lisp-interaction-mode-map):
8627 * emacs-lisp/package.el (package-menu-mode-map):
8628 * epa.el (epa-key-list-mode-map):
8629 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
8630 (menu-bar-options-menu):
8631 * outline.el (outline-mode-menu-bar-map):
8632 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
8633 * vc/vc-dir.el (vc-dir-menu-map):
8634 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
8635 Capitalize non-function content words in menu item strings.
8636
8637 * dired.el (dired-mode-map): Add menu item for
8638 `image-dired-dired-toggle-marked-thumbs'.
8639
80302a81
JL
86402011-09-18 Juri Linkov <juri@jurta.org>
8641
8642 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
8643 to `isearch-case-fold-search' and restore its original value
8644 after the `isearch-mode' call.
8645
46c5cf66
JL
86462011-09-18 Juri Linkov <juri@jurta.org>
8647
8648 * progmodes/grep.el (grep-process-setup): Don't check code for 1
8649 because `zgrep' returns 1 for successful matches (bug#9226).
8650
d18b513b
JL
86512011-09-18 Juri Linkov <juri@jurta.org>
8652
8653 * info.el (Info-extract-menu-node-name): Check the second match
8654 for empty string (second test-case of bug#9528).
8655 (Info-last-preorder): Let-bind `Info-history' to nil to not add
8656 intermediate nodes to the history (first test-case of bug#9528).
8657
72753f87
JL
86582011-09-18 Juri Linkov <juri@jurta.org>
8659
8660 * info.el (Info-mode-syntax-table): New variable.
1154d12e 8661 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 8662
c9384295
JL
86632011-09-18 Juri Linkov <juri@jurta.org>
8664
1154d12e
JB
8665 * info.el (Info-file-supports-index-cookies):
8666 Increment line-beginning-position's arg from 3 to 4 because makeinfo
8667 outputs one more line for long file names (bug#4142).
c9384295 8668
d473dce8
CY
86692011-09-18 Chong Yidong <cyd@stupidchicken.com>
8670
8671 * newcomment.el (comment-normalize-vars): If prompting for
8672 comment-start, set comment-start-skip too (Bug#8424).
8673
2176854d
JB
86742011-09-18 Johan BockgĂ¥rd <bojohan@gnu.org>
8675
8676 * icomplete.el: Fix previous fix of Bug#5849.
8677 (icomplete-mode): Don't set completion-show-inline-help.
8678 (icomplete-minibuffer-setup): Set completion-show-inline-help
8679 locally during icompletion.
8680
3aace4e4
CY
86812011-09-18 Chong Yidong <cyd@stupidchicken.com>
8682
c940224f
CY
8683 * woman.el (woman2-process-escapes): Don't delete unrecognized
8684 escapes (Bug#7843).
8685
3aace4e4
CY
8686 * files.el (inhibit-first-line-modes-regexps): Add image files.
8687 (hack-local-variables-prop-line): Return nil for malformed
8688 prop-lines (Bug#9044).
8689
710dec63
MA
86902011-09-18 Michael Albinus <michael.albinus@gmx.de>
8691
8692 * net/tramp.el (top): Don't require 'shell.
8693 (tramp-methods): Fix docstring.
8694 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
8695 Return complete remote file name. Handle "smb" case.
8696 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
8697 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
8698
8699 * net/tramp-compat.el (top): Require 'shell.
8700
8701 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
8702 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
8703 `tramp-current-host'.
8704 (tramp-get-remote-tmpdir): Remove.
8705
8706 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
8707 `tramp-tmpdir' entries.
8708 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
8709 (tramp-smb-handle-file-attributes): Ignore errors.
8710 (tramp-smb-wait-for-output): Check also for process end.
8711
5d5ac8ec
LMI
87122011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8713
8714 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
8715 when sending QUIT (bug#9312).
8716
8c0f49f0
CY
87172011-09-17 Chong Yidong <cyd@stupidchicken.com>
8718
8719 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
8720 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
8721 occur-mode-display-occurrence.
8722 (occur-edit-mode): Add usage message.
8723 (occur-cease-edit): New command.
8724 (occur-after-change-function): Use text properties to find the
8725 position of the prefix text.
8726 (occur-engine): Set stickiness of prefix text properties.
8727
8f1383f7
GM
87282011-09-17 Glenn Morris <rgm@gnu.org>
8729
8730 * progmodes/etags.el (complete-tag):
8731 Fix call to completion-in-region. (Bug#9526)
8732
744ba0e3
JL
87332011-09-17 Juri Linkov <juri@jurta.org>
8734
8735 * textmodes/ispell.el (ispell-word): Add to the error message
8736 the word, ispell program name and current dictionary (bug#9121).
8737 (ispell-tex-arg-end): Capitalize "error" in the error message.
8738
d9bbf400
AS
87392011-09-17 Andreas Schwab <schwab@linux-m68k.org>
8740
8741 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
8742 check. (Bug#4251)
8743
8da11505
JL
87442011-09-17 Juri Linkov <juri@jurta.org>
8745
8746 * window.el (window-safe-min-height, window-safe-min-width):
8747 Fix typos (followup to bug#9522).
8748
a91adc7e
SJ
87492011-09-17 Sven Joachim <svenjoac@gmx.de>
8750
8751 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
8752
064f328a
EZ
87532011-09-16 Eli Zaretskii <eliz@gnu.org>
8754
8755 * simple.el (line-move): If goal-column is set, move by logical
8756 lines, not by display lines. (Bug#971)
8757 (next-line, previous-line, goal-column, line-move-visual): Doc fix
8758 to reflect the above change.
8759
e69df516
SM
87602011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8761
8762 * image.el (imagemagick-register-types): Use regexp-opt.
8763
cbb0f9ab
CY
87642011-09-15 Chong Yidong <cyd@stupidchicken.com>
8765
8766 * window.el (display-buffer-base-action): Rename from
8767 display-buffer-default-action. Make default value empty.
8768 (display-buffer-overriding-action): Convert to defvar.
8769 (display-buffer-fallback-action): New var.
8770
25322144
CY
87712011-09-15 Chong Yidong <cyd@stupidchicken.com>
8772
8773 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
8774 declaration.
8775 (package--add-to-archive-contents): If there is a duplicate entry
8776 with an older version, remove it.
8777 (package-menu-mark-delete, package-menu-mark-install)
8778 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
8779 (package-menu-mark-obsolete-for-deletion):
8780 Use package-menu-get-status instead of a regexp search.
25322144
CY
8781 (package-menu-get-status): Use tabulated-list-entry.
8782 (package-menu-mark-upgrades): New command.
d770725a 8783 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
8784 (package-menu-execute): Do installation before deletion.
8785 (package-menu-refresh, package-menu-execute): Use derived-mode-p
8786 instead of checking major-mode.
8787 (package-menu--find-upgrades): New function.
8788
7520339c
LMI
87892011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8790
8791 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
8792 passwords in the log buffer.
65a046c4
LMI
8793 (smtpmail-process-filter): Update the process marker so that the
8794 "broken by peer" status message is inserted in the right place.
7520339c 8795
d3c30954
SM
87962011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8797
3fe48822
SM
8798 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
8799 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
8800 bibtex-completion-at-point-function.
8801 (bibtex-completion-at-point-function): Use them.
8802
1b8b3954
SM
8803 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
8804
d3c30954
SM
8805 * mpc.el (mpc-constraints-tag-lookup): New function.
8806 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
8807 also to browser "album|playlist".
8808
72779976
JL
88092011-09-14 Juri Linkov <juri@jurta.org>
8810
8811 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
8812 (isearch-edit-string): Use length of `isearch-string' when
8813 `isearch-fail-pos' returns nil.
8814 (isearch-message): Remove duplicate code and call
8815 `isearch-fail-pos' with arg `t'.
8816
a0bf2bcd
CY
88172011-09-14 Chong Yidong <cyd@stupidchicken.com>
8818
17bb0a2d
CY
8819 * replace.el (occur-mode-goto-occurrence): Don't force using other
8820 window (Bug#9499).
8821
a0bf2bcd
CY
8822 * dired-aux.el (dired-do-chmod): Don't provide initial input.
8823
f678e0b6
MR
88242011-09-14 Martin Rudalics <rudalics@gmx.at>
8825
8826 * window.el (display-buffer-window): Remove.
8827 (display-buffer-record-window): Use help-setup window parameter
8828 instead of variable display-buffer-window.
8829 (display-buffer-function, special-display-buffer-names)
8830 (special-display-function): Mention help-setup parameter instead
8831 of display-buffer-window in doc-string.
d3c30954
SM
8832 * help.el (help-window-setup): New argument help-window.
8833 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
8834 Reword some messages.
8835 (with-help-window): Pass window used for displaying the buffer
8836 to help-window-setup. Don't set display-buffer-window.
8837
8e39b2e8
GM
88382011-09-13 Glenn Morris <rgm@gnu.org>
8839
8840 * emacs-lisp/debug.el (debugger-make-xrefs):
8841 Preserve point. (Bug#9462)
8842
85e9c04b
CY
88432011-09-13 Chong Yidong <cyd@stupidchicken.com>
8844
8845 * window.el (window-deletable-p): Use next-frame.
8846
1b36ed6a
MR
88472011-09-13 Martin Rudalics <rudalics@gmx.at>
8848
8849 * window.el (window-auto-delete): Remove.
8850 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 8851 dedication and previous buffers.
1b36ed6a
MR
8852 (switch-to-prev-buffer): Don't delete window.
8853 (delete-windows-on): Delete a window's frame if and only if the
8854 window is dedicated.
8855 (replace-buffer-in-windows): Delete buffer's window or frame if
8856 and only if window is dedicated.
8857 (quit-window): Handle quit-restore as before last change.
4d61f28d 8858 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 8859
ef8ef9fb
CY
88602011-09-13 Chong Yidong <cyd@stupidchicken.com>
8861
8862 * window.el (window-deletable-p): Never delete the last frame on a
8863 given terminal.
8864
b2cba41e
GM
88652011-09-13 Glenn Morris <rgm@gnu.org>
8866
8867 * help.el (describe-key-briefly): Copy previous standard-output change.
8868
51553db6 88692011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
8870
8871 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
8872
b7556719
GM
88732011-09-13 Glenn Morris <rgm@gnu.org>
8874
8875 * emacs-lisp/lisp-mode.el (lisp-indent-function):
8876 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
8877
64b51947
CY
88782011-09-12 Chong Yidong <cyd@stupidchicken.com>
8879
8880 * dired-aux.el (dired-mark-read-string): Don't return default
8881 value on empty input (Bug#9361).
8882 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
8883 Omit initial minibuffer contents.
8884 (dired-do-chmod): Signal an error on empty input.
8885 (dired-mark-read-string): Don't return default on empty input.
8886
8887 * files.el (file-modes-symbolic-to-number): Doc fix.
8888
393a301e
SM
88892011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8890
8891 * international/mule-cmds.el (ucs-completions): Remove.
8892 (read-char-by-name): Use complete-with-action instead; add metadata.
8893
fa5660f9
CY
88942011-09-11 Chong Yidong <cyd@stupidchicken.com>
8895
8896 * window.el (display-buffer--action-function-custom-type)
8897 (display-buffer--action-custom-type): New vars.
8898 (display-buffer-alist, display-buffer-default-action)
8899 (display-buffer-overriding-action): Add defcustom types.
8900
4a592f66
CY
8901 * frame.el (delete-other-frames): Doc fix (Bug#276).
8902
73d56dbd
LMI
89032011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8904
8905 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
8906
37ac18a3
CY
89072011-09-11 Chong Yidong <cyd@stupidchicken.com>
8908
8909 Change modes that used same-window-* vars to use switch-to-buffer.
8910
8911 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
8912 Use switch-to-buffer.
8913
8914 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
8915 (customize-browse, custom-buffer-create-other-window):
8916 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
8917
8918 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
8919 (Info-prev, Info-up, Info-speedbar-goto-node)
8920 (info-display-manual): Use switch-to-buffer.
8921 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
8922
8923 * mail/sendmail.el (mail): Use switch-to-buffer.
8924 (mail-recover): Use switch-to-buffer-other-window.
8925
8926 * cmuscheme.el (run-scheme, switch-to-scheme):
8927 * ielm.el (ielm):
8928 * shell.el (shell):
8929 * net/rlogin.el (rlogin):
8930 * net/telnet.el (telnet, rsh):
8931 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
8932
10195bd6
AS
89332011-09-11 Andreas Schwab <schwab@linux-m68k.org>
8934
8935 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
8936
b322f63a
LMI
89372011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8938
39d7fed6
LMI
8939 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
8940 so don't mention it (bug#9301).
ba5a81f1 8941 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 8942
ee0e9f11
LMI
8943 * faces.el (face-spec-set-match-display): Make `(type graphic)'
8944 match `x', `w32' and `ns', like the manual says (bug#9029).
8945
0b1c89c1 8946 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
8947 (process-kill-buffer-query-function): Mention the buffer name in
8948 the query.
0b1c89c1 8949
77549ea8
LMI
8950 * image-mode.el (image-next-line): The line parameter is mandatory
8951 (bug#9258).
8952
803ef892
LMI
8953 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
8954 which can be useful (bug#9301).
8955
12980837
LMI
8956 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
8957
91054f8f
LMI
8958 * subr.el (match-string): Mention that the current buffer should
8959 be the same as the search was done in (bug#9282).
8960
b322f63a
LMI
8961 * facemenu.el: Disable the remove-* commands if the mark isn't
8962 active (bug#9162).
8963
3199b96f
CY
89642011-09-10 Chong Yidong <cyd@stupidchicken.com>
8965
8966 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
8967 of display-buffer.
8968 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
8969
8970 * replace.el (occur-mode-goto-occurrence)
8971 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
8972 and display-buffer.
8973
8974 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
8975 display-buffer.
8976
8977 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
8978 special-display and same-window variables.
8979 (mail-other-window): Use switch-to-buffer-other-window.
8980 (mail-other-frame): USe switch-to-buffer-other-frame.
8981
393a301e
SM
8982 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
8983 Use display-buffer-other-frame.
3199b96f
CY
8984 (gdb-display-gdb-buffer): Use pop-to-buffer.
8985
8986 * progmodes/gud.el (gud-goto-info): Use info-other-window.
8987
8988 * progmodes/python.el: Don't set same-window-buffer-names.
8989
8990 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
8991
8992 * window.el (display-buffer-alist): Add *Python*.
8993
8319e0bf
CY
89942011-09-10 Chong Yidong <cyd@stupidchicken.com>
8995
8996 * window.el (display-buffer-alist): Add entry for buffers
8997 previously handled same-window-*.
8998 (display-buffer-alist, display-buffer-default-action)
8999 (display-buffer-overriding-action): Mark as risky.
9000 (display-buffer-alist): Document action function changes.
9001 (display-buffer--same-window-action)
9002 (display-buffer--other-frame-action): New variables.
9003 (switch-to-buffer, display-buffer-other-frame): Use them.
9004 (display-buffer): Rename reuse-frame entry to reusable-frames.
9005 (display-buffer-reuse-selected-window): Function deleted.
9006 (display-buffer-reuse-window): Handle reusable-frames alist entry.
9007 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
9008 (display-buffer-special): New function.
9009 (display-buffer--maybe-pop-up-frame-or-window): Rename from
9010 display-buffer-reuse-or-pop-window. Split off special-display
9011 part into display-buffer-special.
9012 (display-buffer-use-some-window): Don't perform any special
9013 pop-up-frames handling.
9014 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 9015 (display-buffer--maybe-same-window): Rename from
0d3ff375 9016 display-buffer-maybe-same-window.
8319e0bf 9017
919a69aa
CY
9018 * info.el: Don't set same-window-regexps.
9019 (info-setup): New function.
9020 (info-other-window, info): Call it.
9021
9022 * cus-edit.el: Don't set same-window-regexps.
9023 (customize-group): New argument.
9024 (customize-group-other-window): Use it.
9025 (customize-face, customize-face-other-window): Likewise.
9026 (custom-buffer-create-other-window): Use pop-to-buffer directly.
9027
8319e0bf
CY
9028 * net/rlogin.el:
9029 * net/telnet.el:
9030 * progmodes/gud.el: Don't set same-window-regexps.
9031
9032 * cmuscheme.el:
9033 * ielm.el:
9034 * shell.el:
9035 * mail/sendmail.el:
9036 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
9037
25173000
JL
90382011-09-10 Juri Linkov <juri@jurta.org>
9039
9040 * isearch.el (isearch-edit-string): Remove obsolete mention of
9041 `C-w' (`isearch-yank-word-or-char') from docstring.
9042 (isearch-query-replace): Fix typo in docstring (bug#9466).
9043
056e44ef
JL
90442011-09-10 Juri Linkov <juri@jurta.org>
9045
9046 * paren.el (show-paren-function): Don't show escaped parens.
9047 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
9048
c3760c17
EZ
90492011-09-10 Eli Zaretskii <eliz@gnu.org>
9050
9051 * mail/sendmail.el (mml-to-mime, mml-attach-file)
9052 (mm-default-file-encoding): Remove autoload forms, they are
9053 replaced with autoload cookies in mml.el and mm-encode.el.
9054 (mail-add-attachment): New command.
9055 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
9056 (mail-mode): Mention mail-insert-file and mail-add-attachment in
9057 the doc string.
9058 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
9059
fece895e
RT
90602011-09-10 Reuben Thomas <rrt@sc3d.org>
9061
e69df516
SM
9062 * simple.el (count-words-region): Use buffer if there's no region
9063 (bug#9429).
fece895e 9064
5e68ce4a
JL
90652011-09-09 Juri Linkov <juri@jurta.org>
9066
9067 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
9068 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
9069 (wdired-isearch-filter-read-only): New function. (Bug#6362)
9070
0a6b9622
AM
90712011-09-09 Alan Mackenzie <acm@muc.de>
9072
9073 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
9074 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
9075
14a29deb
EZ
90762011-09-09 Eli Zaretskii <eliz@gnu.org>
9077
9078 Fix for Savannah bug#9392.
9079 * simple.el (mail-encode-mml): New defvar.
9080
9081 * mail/rmail.el (mail-encode-mml): Add a defvar.
9082 (rmail-enable-mime-composing): Default to t.
9083 (rmail-forward): Use MIME method of forwarding only if both
9084 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
9085 Set mail-encode-mml non-nil if the MIME method was used.
9086
9087 * mail/sendmail.el (mml-to-mime): Add autoload form.
9088 (mail-encode-mml): Add a defvar.
9089 (mail-mode): Make mail-encode-mml buffer-local and initialize it
9090 to nil.
9091 (mail-send): If mail-encode-mml is non-nil, run the outgoing
9092 message through mml-to-mime, and reset mail-encode-mml to nil.
9093
28c45130
GM
90942011-09-09 Glenn Morris <rgm@gnu.org>
9095
9096 * woman.el (woman-if-body): When processing an .el block,
9097 do not delete the next .el block as well. (Bug#9447)
69f4b618 9098 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 9099
9b1c252e
MR
91002011-09-08 Martin Rudalics <rudalics@gmx.at>
9101
9102 * window.el (window-deletable-p): Make sure window is live before
9103 invoking window-prev-buffers.
9104
567457e3
LL
91052011-09-08 Leo Liu <sdl.web@gmail.com>
9106
9107 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
9108
97f05794
JL
91092011-09-08 Juri Linkov <juri@jurta.org>
9110
9111 * progmodes/compile.el (compilation-environment): Make it
9112 a defcustom (bug#8340).
9113
8b0874b5
MR
91142011-09-08 Martin Rudalics <rudalics@gmx.at>
9115
9116 * window.el (frame-auto-delete): Rename to window-auto-delete.
9117 Make it control auto-deletion of windows and/or frames.
9118 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 9119 for deleting window/frame. (Bug#9419)
8b0874b5
MR
9120 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
9121 Rewrite handling of case when window/frame can be deleted.
9122 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 9123 argument t. (Bug#9456)
8b0874b5 9124
4feb6e73
CY
91252011-09-07 Chong Yidong <cyd@stupidchicken.com>
9126
9127 * help-mode.el (help-mode): Restore autoload.
9128
91ab9c13
JL
91292011-09-07 Juri Linkov <juri@jurta.org>
9130
9131 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
9132 `compilation-environment'. Set buffer-local
9133 `compilation-environment' to `thisenv' later after (funcall mode).
9134 (Bug#8340)
9135
9136 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
9137 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
9138 instead of replacing its value. (Bug#8340)
9139
0527e251
JL
91402011-09-07 Juri Linkov <juri@jurta.org>
9141
9142 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
9143 based on text properties put by `grep-filter' instead of matching
9144 escape sequences.
9145 (grep-mode): Set buffer-local `compilation-error-screen-columns'
9146 to the value of `grep-error-screen-columns' (bug#9438).
9147
249f792c
JL
91482011-09-07 Juri Linkov <juri@jurta.org>
9149
9150 * simple.el (next-error-highlight, next-error-highlight-no-select):
9151 Doc fix (bug#9432).
9152
ff7271b9
OT
91532011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
9154
9155 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
9156 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
9157
183fc730
LL
91582011-09-07 Leo Liu <sdl.web@gmail.com>
9159
9160 * net/rcirc.el (rcirc-mode): Conditionally initialize
9161 rcirc-input-ring.
9162
77694924
SM
91632011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9164
9165 * emacs-lisp/find-func.el (find-function-C-source): Only set
9166 find-function-C-source-directory after checking that we found a source
9167 file there (bug#9440).
9168
d809b8eb
AM
91692011-09-06 Alan Mackenzie <acm@muc.de>
9170
9171 * isearch.el (isearch-other-meta-char): Wherever a key list is
9172 unread, "unread" the prefix arg, too. This fixes bug #8901.
9173
453de99f
OG
91742011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
9175
9176 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
9177
90439906
JL
91782011-09-05 Juri Linkov <juri@jurta.org>
9179
9180 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
9181
f62bd846
JL
91822011-09-05 Juri Linkov <juri@jurta.org>
9183
9184 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
9185 keeping point where processing of grep matches begins, and
9186 continue to delete remaining escape sequences from the same point.
9187 (grep-filter): Make leading zero optional in "0?1;31m" because
9188 git-grep emits "\033[1;31m" escape sequences unlike expected
9189 "\033[01;31m" as GNU Grep does (bug#9408).
9190 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
9191
045820ec
JL
91922011-09-05 Juri Linkov <juri@jurta.org>
9193
9194 * subr.el (y-or-n-p): Capitalize "yes".
9195
f5e29b9b
MA
91962011-09-04 Michael Albinus <michael.albinus@gmx.de>
9197
9198 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
9199 `tramp-cache-unload-hook' where appropriate.
9200 (tramp-methods): Rename `tramp-remote-sh' to
9201 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
9202 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
9203
9204 * net/tramp-sh.el (top): Don't require 'shell.
9205 (tramp-methods): Add `tramp-remote-shell' and
9206 `tramp-remote-shell-args' entries.
9207 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
9208 (tramp-sh-handle-shell-command): Remove.
9209 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9210 Use `tramp-remote-shell'.
9211
2784c434
CY
92122011-09-03 Chong Yidong <cyd@stupidchicken.com>
9213
393a301e 9214 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
9215 (sendmail-query-once): Save directly to send-mail-function.
9216 Update message-send-mail-function too.
9217
9218 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
9219
464cdf56
CS
92202011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
9221
9222 * progmodes/python.el (python-mode-map): Use correct function to
9223 start python interpreter from menu-bar (as reported by Geert
9224 Kloosterman).
9225 (inferior-python-mode-map): Fix typo.
393a301e 9226 (python-shell-map): Remove.
464cdf56 9227
d37e5c87
DD
92282011-09-03 Deniz Dogan <deniz@dogan.se>
9229
9230 * net/rcirc.el (rcirc-print): Simplify code for
9231 rcirc-scroll-show-maximum-output. There is no need to walk
9232 through all windows to find the right one.
9233
f3ada0ee
CS
92342011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
9235
9236 * help.el (help-return-method): Doc fix.
9237
1f3c99ca
MR
92382011-09-03 Martin Rudalics <rudalics@gmx.at>
9239
9240 * window.el (window-deletable-p): Don't return a non-nil value
9241 when there's a buffer that was shown in the window before.
9242 (Bug#9419)
393a301e
SM
9243 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9244 Set window's previous buffers to nil.
1f3c99ca 9245
a3cf097f
EZ
92462011-09-03 Eli Zaretskii <eliz@gnu.org>
9247
9248 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
9249 newline before and after the tag line, so it doesn't interfere
9250 with determining the paragraph direction of bidirectional text.
9251
3d03de90
LL
92522011-09-03 Leo Liu <sdl.web@gmail.com>
9253
9254 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
9255
c3313451
CY
92562011-09-02 Chong Yidong <cyd@stupidchicken.com>
9257
393a301e 9258 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
9259 (pop-to-buffer): Change interactive spec. Pass second argument
9260 directly to display-buffer.
9261 (display-buffer): Fix interactive spec. Use functionp to
9262 distinguish between a function and a list of functions.
9263
9264 * abbrev.el (edit-abbrevs):
9265 * arc-mode.el (archive-extract):
9266 * autoinsert.el (auto-insert):
9267 * bookmark.el (bookmark-bmenu-list):
9268 * files.el (find-file):
9269 * view.el (view-buffer):
9270 * progmodes/compile.el (compilation-goto-locus):
9271 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
9272
89894cd8
CY
92732011-09-02 Chong Yidong <cyd@stupidchicken.com>
9274
9275 * window.el (display-buffer-alist): Doc fix.
9276 (display-buffer): Add docstring. Don't treat
9277 display-buffer-default specially.
9278 (display-buffer-reuse-selected-window)
9279 (display-buffer-same-window, display-buffer-maybe-same-window)
9280 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9281 (display-buffer-pop-up-window)
9282 (display-buffer-reuse-or-pop-window)
9283 (display-buffer-use-some-window): New functions.
9284 (display-buffer-default-action): Use them.
393a301e 9285 (display-buffer-default): Delete.
89894cd8
CY
9286 (pop-to-buffer-1): Fix choice of actions.
9287
ae0bc9fb
SM
92882011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
9289
9290 * minibuffer.el (completion--insert-strings): Don't get confused by
9291 completion entries that end with an LF char.
9292
e9d90883
EZ
92932011-09-01 Eli Zaretskii <eliz@gnu.org>
9294
9295 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
9296
437014c8
CY
92972011-09-01 Chong Yidong <cyd@stupidchicken.com>
9298
9299 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
9300 (display-buffer-same-window, display-buffer-other-window):
9301 New functions.
437014c8
CY
9302 (pop-to-buffer-1): New function. Use the above.
9303 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 9304 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
9305
9306 * view.el (view-buffer-other-window, view-buffer-other-frame):
9307 Just use pop-to-buffer.
9308
a5e063d5
TV
93092011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9310
9311 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
9312
793d32bb
WH
93132011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
9314
9315 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
9316
d65e4c15
RS
93172011-08-31 Richard Stallman <rms@gnu.org>
9318
9319 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
9320 of the separation of rmail-view-buffer from rmail-buffer.
9321 If you say no to "replace original", the decrypt is in the
9322 view buffer. If you say yes, the decrypt goes into the
9323 rmail buffer also.
9324
f818cd2a
MR
93252011-08-31 Martin Rudalics <rudalics@gmx.at>
9326
9327 * window.el (display-buffer-window): Rewrite doc-string.
9328 (display-buffer-record-window): New function.
9329 (display-buffer-macro-specifiers)
9330 (display-buffer-even-window-sizes, display-buffer-set-height)
9331 (display-buffer-set-width, display-buffer-in-window)
9332 (display-buffer-reuse-window, display-buffer-split-specifiers)
9333 (display-buffer-side-specifiers, display-buffer-split-window-1)
9334 (display-buffer-split-window, display-buffer-split-atom-window)
9335 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
9336 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
9337 (display-buffer-other-window-means-other-frame)
9338 (display-buffer-normalize-special)
9339 (display-buffer-normalize-default)
9340 (display-buffer-normalize-argument)
9341 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
9342 (display-buffer-normalize-specifiers, display-buffer-frame)
9343 (display-buffer-same-window, display-buffer-same-frame)
9344 (display-buffer-other-window)
9345 (display-buffer-same-frame-other-window)
9346 (display-buffer-other-frame, pop-to-buffer-same-window)
9347 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
9348 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
9349 (switch-to-buffer-same-frame)
9350 (switch-to-buffer-other-window-same-frame)
9351 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
9352 (display-buffer-alist-set-1, display-buffer-alist-set-2)
9353 (display-buffer-alist-set): Remove.
9354 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
9355 (special-display-regexps, special-display-function):
9356 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
9357 parameter.
9358 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
9359 (special-display-frame-alist, special-display-popup-frame)
9360 (same-window-buffer-names, same-window-regexps, same-window-p)
9361 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
9362 (split-window-preferred-function, split-height-threshold)
9363 (split-width-threshold, window-splittable-p)
9364 (split-window-sensibly, window--try-to-split-window)
9365 (window--frame-usable-p, even-window-heights)
9366 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
9367 (window--display-buffer-2, display-buffer-other-frame):
9368 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
9369 (display-buffer-default, display-buffer-assq-regexp): New functions.
9370 (display-buffer-alist): Rewrite doc-string.
9371 (display-buffer-default-action)
9372 (display-buffer-overriding-action): New variables.
9373 (display-buffer, switch-to-buffer): Rewrite.
9374 (pop-to-buffer): Restore Emacs 23 behavior but use
9375 window-normalize-buffer-to-display.
9376 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
9377 Restore Emacs 23 behavior but use
9378 window-normalize-buffer-to-switch-to.
9379 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
9380 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
9381 Rewrite using Emacs 23 options.
f818cd2a 9382
5bc3b51d
MA
93832011-08-31 Michael Albinus <michael.albinus@gmx.de>
9384
9385 * net/tramp.el (tramp-root-regexp): Remove.
9386 (tramp-completion-file-name-regexp-unified)
9387 (tramp-completion-file-name-regexp-separate)
9388 (tramp-completion-file-name-regexp-url): Don't use leading volume
9389 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
9390 (tramp-drop-volume-letter): Simplify definition.
9391 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 9392
b1a4f8e1
SM
93932011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9394
9395 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
9396 (bug#9356).
9397
5664fa7b
RT
93982011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
9399
b1a4f8e1 9400 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 9401
9a45d6c3
JL
94022011-08-29 Juri Linkov <juri@jurta.org>
9403
9404 * isearch.el (isearch-done): Don't display message "Mark saved"
9405 when arg `edit' is non-nil to prevent its flicker in the echo area.
9406
fb87e0fb
CY
94072011-08-28 Chong Yidong <cyd@stupidchicken.com>
9408
9409 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
9410 obsolete packages for deletion.
9411
09ac1c2a
CS
94122011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
9413
9414 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 9415 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
9416 view-mode from help-mode.
9417 (help-xref-override-view-map): Remove.
9418 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
9419 view-mode is not used anymore.
9420
7a1ff57f
CY
94212011-08-28 Chong Yidong <cyd@stupidchicken.com>
9422
9423 * server.el (server-port): Doc fix.
9424
b9696605
CY
9425 * cus-theme.el (custom-theme-choose-mode): Inherit from
9426 special-mode (Bug#9124).
9427 (custom-theme-choose-mode-map): Add special-mode to parent.
9428
ef8cdf8c
AM
94292011-08-28 Alan Mackenzie <acm@muc.de>
9430
9431 * progmodes/cc-fonts.el
9432 (c-make-font-lock-BO-decl-search-function): New function.
9433 (c-basic-matchers-after - "Fontify the clauses after various
9434 keywords"): Extract the three keyword lists for the 3 erroneous
9435 constructs from the list of four, and use the new function above
9436 in place of an old one.
9437
27de4e20
DD
94382011-08-28 Deniz Dogan <deniz@dogan.se>
9439
9440 * net/rcirc.el (rcirc-insert-prev-input)
9441 (rcirc-insert-next-input): Remove unused argument.
9442
356a3681
SM
94432011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9444
9445 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
9446
3fc9b218
AM
94472011-08-27 Alan Mackenzie <acm@muc.de>
9448
9449 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
9450 handle function pointer parameters properly.
9451
538a061c
MR
94522011-08-27 Martin Rudalics <rudalics@gmx.at>
9453
9454 * window.el (display-buffer-reuse-window): Fix case where
9455 selected window was reused with non-nil OTHER-WINDOW argument.
9456 (Bug#9381)
9457
35b1c40c
DD
94582011-08-27 Deniz Dogan <deniz@dogan.se>
9459
9460 * net/rcirc.el (rcirc-check-auth-status): Adding support for
9461 oftc's NickServ messages.
9462
2f6a3e79
GM
94632011-08-27 Glenn Morris <rgm@gnu.org>
9464
9465 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
9466
7254299e
CY
94672011-08-26 Chong Yidong <cyd@stupidchicken.com>
9468
9469 * emacs-lisp/package.el (package-install): Call package-initialize
9470 if called interactively.
9471
f8ccf167
LL
94722011-08-26 Leo Liu <sdl.web@gmail.com>
9473
9474 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
9475
3e8cd5ce
JL
94762011-08-25 Juri Linkov <juri@jurta.org>
9477
9478 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
9479 `search-whitespace-regexp' (bug#9364).
9480
93eb7113
JL
94812011-08-25 Juri Linkov <juri@jurta.org>
9482
9483 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
9484 `regexp-search-ring' to their global values to protect from
9485 updating by `read-from-minibuffer' (bug#9185).
9486
f65d1611
JL
94872011-08-25 Juri Linkov <juri@jurta.org>
9488
9489 * textmodes/ispell.el (ispell-command-loop): Add newline
9490 at the end of the "Use option `i'..." line.
9491
f1cf7a31
JL
94922011-08-25 Juri Linkov <juri@jurta.org>
9493
9494 * battery.el (display-battery-mode): If `battery-status-function'
9495 or `battery-mode-line-format' is nil, display the message and set
9496 `display-battery-mode' to nil (bug#9363).
9497
0c95fcf7
EZ
94982011-08-25 Eli Zaretskii <eliz@gnu.org>
9499
9500 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
9501 bidi-string-mark-left-to-right; they are unnecessary now.
9502
a2ebe600
DD
95032011-08-25 Deniz Dogan <deniz@dogan.se>
9504
9505 * net/quickurl.el: Documentation typo fixes.
9506
e4ed06f1
CY
95072011-08-25 Chong Yidong <cyd@stupidchicken.com>
9508
9509 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
9510
e5f1c99e
GM
95112011-08-25 Glenn Morris <rgm@gnu.org>
9512
b2948976
GM
9513 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
9514
e5f1c99e
GM
9515 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
9516 (smtpmail-via-smtp): Handle nil response from smtp.
9517
f22f4808
JL
95182011-08-24 Juri Linkov <juri@jurta.org>
9519
9520 * proced.el (proced-marked): Inherit from `error' instead of
9521 `font-lock-warning-face'.
9522
9523 * ibuffer.el (ibuffer-marked-face): Change default face from
9524 `font-lock-warning-face' to `warning'.
9525 (ibuffer-deletion-face): Change default face from
9526 `font-lock-type-face' to `error'.
9527
9528 * battery.el (battery-update): Use the face `error' instead of
9529 `font-lock-warning-face' (bug#6117).
9530
6a93965e
JL
95312011-08-24 Juri Linkov <juri@jurta.org>
9532
9533 * faces.el (success): Change face color from "Green3" to
9534 "ForestGreen" on light background (bug#9353).
9535
1ed43b09
CY
95362011-08-24 Chong Yidong <cyd@stupidchicken.com>
9537
5664fa7b
RT
9538 * window.el (quit-window): Rename from quit-restore-window.
9539 Use same arglist as old quit-window.
1ed43b09
CY
9540 (frame-auto-delete): Doc fix.
9541
9542 * view.el (view-mode-exit): Use quit-window.
9543
11dcdbb2
JL
95442011-08-24 Juri Linkov <juri@jurta.org>
9545
9546 * isearch.el (isearch-ring-adjust1): Start visiting previous
9547 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
9548 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
9549 for empty search string (when the last search string is reused
9550 automatically) to adjust the isearch ring to the last element and
9551 prepare the correct index for further M-p commands (bug#9185).
9552
de62b4df
KH
95532011-08-24 Kenichi Handa <handa@m17n.org>
9554
9555 * international/ucs-normalize.el: If decomposition property of
9556 CHAR is the default one (i.e. a list of CHAR itself), treat it as
9557 nil.
9558 (nfd, nfkd): Likewise.
9559
963b492b
SM
95602011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9561
9562 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
9563 from process filters aren't reliably transmitted to the surrounding
9564 accept-process-output.
9565 (mpc-proc-check): New function.
9566 (mpc-proc-sync): Use it (bug#8293)
9567
93b6b5e1
SM
95682011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9569
9570 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
9571 Add compatibility functions (bug#9313).
9572
bca633fb
EZ
95732011-08-23 Eli Zaretskii <eliz@gnu.org>
9574
b177498a
EZ
9575 * cus-start.el (all): Add entry for bidi-paragraph-direction.
9576
6df6ae42 9577 * international/uni-bidi.el: Regenerate.
bca633fb 9578
0902a04e
KH
95792011-08-23 Kenichi Handa <handa@m17n.org>
9580
9581 * international/charprop.el:
9582 * international/uni-bidi.el:
9583 * international/uni-category.el:
9584 * international/uni-combining.el:
9585 * international/uni-comment.el:
9586 * international/uni-decimal.el:
9587 * international/uni-decomposition.el:
9588 * international/uni-digit.el:
9589 * international/uni-lowercase.el:
9590 * international/uni-mirrored.el:
9591 * international/uni-name.el:
9592 * international/uni-numeric.el:
9593 * international/uni-old-name.el:
9594 * international/uni-titlecase.el:
9595 * international/uni-uppercase.el: Regenerate.
9596
3bbf23bc
MR
95972011-08-23 Martin Rudalics <rudalics@gmx.at>
9598
9599 * help.el (help-window-setup): Fix message displayed when other
9600 window is reused. (Bug#9341)
9601
b3fd59bd
SM
96022011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9603
1802e444
SM
9604 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
9605 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
9606
b3fd59bd
SM
9607 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
9608 Mark obsolete.
9609 * shell.el (shell-parse-pcomplete-arguments): New function.
9610 (shell-completion-vars): Use it instead (bug#9160).
9611
4eb61348
SM
96122011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
9613
867cab74
SM
9614 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
9615 strings and comments (bug#9333).
9616
4eb61348
SM
9617 * emacs-lisp/debug.el (debug-arglist): New function.
9618 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
9619 (debug-on-entry-1): Handle interpreted closures (bug#9120).
9620
262a1439
JL
96212011-08-22 Juri Linkov <juri@jurta.org>
9622
56ee679c
JL
9623 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9624 Revert regexp that highlights output switches to its old
9625 pre-2010-10-28 value and remove one `?' from it (bug#9319).
9626
262a1439
JL
9627 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
9628 to check for empty output (bug#9226).
9629
f13f86fb
CY
96302011-08-22 Chong Yidong <cyd@stupidchicken.com>
9631
9632 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
9633 symbol-constituent as the default, as that stops font-lock from
9634 working properly (Bug#8843).
9635
c65c9622
LMI
96362011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9637
9638 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
9639 `coding-system-for-*' around the process open call to avoid
9640 auth-source side effects.
e7f2c178 9641 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
9642 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
9643 probe hangs.
c65c9622 9644
23a8a5ab
CY
96452011-08-21 Chong Yidong <cyd@stupidchicken.com>
9646
ff98b2dd
CY
9647 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
9648
23a8a5ab
CY
9649 * emacs-lisp/find-func.el (find-function-noselect): New arg
9650 lisp-only.
9651
9652 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
9653 signal an error for built-in functions (Bug#6664).
9654
f5e3c598
LMI
96552011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9656
9657 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
9658 (smtpmail-try-auth-methods): Use it.
9659
a3f2468a
CY
96602011-08-21 Chong Yidong <cyd@stupidchicken.com>
9661
2c34e8da
CY
9662 * font-lock.el (font-lock-fontify-region)
9663 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
9664 (font-lock-default-unfontify-buffer)
9665 (font-lock-default-fontify-region)
9666 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
9667
b3fd59bd
SM
9668 * progmodes/compile.el (compilation-error-properties):
9669 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
9670 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
9671 `ant' regexp.
ee31aabc 9672
a3f2468a
CY
9673 * net/browse-url.el (browse-url-firefox): Don't call
9674 browse-url-firefox-sentinel unless using -remote (Bug#9328).
9675
8e999f70
GM
96762011-08-20 Glenn Morris <rgm@gnu.org>
9677
c21a496a
GM
9678 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
9679
59ee0542
GM
9680 * tutorial.el (tutorial--default-keys): Update some default bindings.
9681
8e999f70
GM
9682 * files.el (hack-local-variables): Fully ignore case for "mode:".
9683
e3715033
AM
96842011-08-20 Alan Mackenzie <acm@muc.de>
9685
9686 Resolve invalid use of a regexp in regexp-opt.
9687
4d61f28d
JB
9688 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
9689 detection for a java annotation.
e3715033 9690
4d61f28d 9691 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
9692 detection for a java annotation.
9693
4d61f28d
JB
9694 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
9695 handling for java.
e3715033
AM
9696 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
9697
04ed2e9c
CY
96982011-08-20 Chong Yidong <cyd@stupidchicken.com>
9699
9700 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
9701 (Bug#9274).
9702
826cee64
AM
97032011-08-20 Alan Mackenzie <acm@muc.de>
9704
58179cce 9705 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
9706 such a construct. Mainly for when jit-lock etc. starts a chunk
9707 here.
9708
58179cce 9709 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 9710 variable.
58179cce 9711 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
9712 c-make-font-lock-search-function.
9713 (c-make-font-lock-search-function): Use the above function.
9714 (c-make-font-lock-context-search-function): New function.
9715 (c-cpp-matchers): Enhance the preprocessor expression case with
9716 the above function
9717 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
9718 which takes an expression.
9719
9720 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
9721
13009bd8
MR
97222011-08-20 Martin Rudalics <rudalics@gmx.at>
9723
9724 * window.el (display-buffer-reuse-window)
9725 (display-buffer-pop-up-window): Don't reuse or split a side
9726 window.
9727
9234ff7f
GM
97282011-08-19 Glenn Morris <rgm@gnu.org>
9729
9730 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 9731 Downcase "Mode:". (Bug#9331)
9234ff7f 9732
f635daa1
CY
97332011-08-18 Chong Yidong <cyd@stupidchicken.com>
9734
9735 * international/characters.el: Add L and R categories.
9736
9737 * subr.el (bidi-string-mark-left-to-right): Rename from
9738 string-mark-left-to-right. Use category search.
9739
9740 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
9741
bc987f8b
JL
97422011-08-18 Juri Linkov <juri@jurta.org>
9743
9744 * faces.el (error, warning, success): New faces with definitions
9745 copied from old default values of `font-lock-warning-face',
9746 `compilation-warning', `compilation-info' (bug#6117).
9747
9748 * font-lock.el (font-lock-warning-face): Inherit from `error'.
9749
9750 * progmodes/compile.el (compilation-error): Inherit from `error'.
9751 (compilation-warning): Inherit from `warning'.
9752 (compilation-info): Inherit from `success'.
9753
9754 * dired.el (dired-marked): Inherit from `warning'.
9755 (dired-flagged): Inherit from `error'.
9756
57173b96
LMI
97572011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9758
3e79eb87
LMI
9759 * mail/smtpmail.el (auth-source): Require to avoid problems with
9760 binding variables (bug#9298). Also clean up some unused
9761 autoloads.
9762
b3fd59bd
SM
9763 * net/network-stream.el (network-stream-open-starttls):
9764 Support using starttls.el without using gnutls-cli.
57173b96 9765
02b404de
JL
97662011-08-17 Juri Linkov <juri@jurta.org>
9767
9768 * progmodes/grep.el (rgrep): Handle the case when
9769 `grep-find-command' is a cons cell (bug#9278).
9770
8c9177f2
MR
97712011-08-17 Martin Rudalics <rudalics@gmx.at>
9772
9773 * window.el (display-buffer-pop-up-frame): Run frame creation
9774 function with BUFFER current (as special-display-popup-frame
9775 does). Reported by Drew Adams.
9776
3644a0ab
DU
97772011-08-17 Daiki Ueno <ueno@unixuser.org>
9778
9779 * epa-mail.el: Simplify GnuPG group expansion using
9780 epg-expand-group.
9781 (epa-mail-group-alist, epa-mail-group-modtime)
9782 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
9783 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
9784 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
9785 Remove.
9786
5e617bc2 97872011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
9788
9789 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
9790
9c4aeabf
AM
97912011-08-16 Alan Mackenzie <acm@muc.de>
9792
9793 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
9794 Correct, to avoid the inside of macros.
9795
3a99bf64
RS
97962011-08-16 Richard Stallman <rms@gnu.org>
9797
04963aa8
RS
9798 * epa-mail.el: Handle GnuPG group definitions.
9799 (epa-mail-group-alist, epa-mail-group-modtime)
9800 (epa-mail-gnupg-conf-file): New variables.
9801 (epa-mail-parse-groups, epa-mail-sync-groups)
9802 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
9803 (epa-mail-expand-recipients): New functions.
9804 (epa-mail-encrypt): Call epa-mail-expand-recipients.
9805
177549d0
RS
9806 * mail/rmail.el (rmail-epa-decrypt): New command.
9807
fe38beef
RS
9808 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
9809 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
9810 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
9811 (epa-decrypt-armor-in-region): Make error message clearer.
9812
934eacb9
SM
98132011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
9814
9815 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
9816 and "a2b" to "ab" for `prefix'.
9817
d024fb4e
CY
98182011-08-14 Chong Yidong <cyd@stupidchicken.com>
9819
9820 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
9821 filter groups.
de148fee
CY
9822 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
9823 Fourquet (Bug#8804).
d024fb4e 9824
62f1ca49
JB
98252011-08-12 Juanma Barranquero <lekktu@gmail.com>
9826
9827 * startup.el (argi): Declare as global variable (bug#9275).
9828
9ccaaa4b
CY
98292011-08-12 Chong Yidong <cyd@stupidchicken.com>
9830
9831 * subr.el (string-mark-left-to-right): Search the entire string
9832 for RTL script, not just the terminating character. Doc fix.
9833
a3dae87a
SM
98342011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
9835
6cd18349
SM
9836 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
9837 New function.
9838 (js--regexp-literal, js-syntax-propertize-function): Remove.
9839 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
9840 (js-mode-map): Don't rebind electric keys.
9841 (js-insert-and-indent): Remove.
9842 (js-mode): Setup electric-layout and electric-indent instead.
9843
a3dae87a
SM
9844 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
9845
9d5cb631
DU
98462011-08-12 Daiki Ueno <ueno@unixuser.org>
9847
9848 * epa.el (epa-progress-callback-function): Fix the logic of
9849 displaying progress.
9850 * epa-file.el (epa-file-insert-file-contents): Make progress
9851 display more user-friendly.
9852 (epa-file-write-region): Ditto.
9853
3e26a4a2
CY
98542011-08-10 Chong Yidong <cyd@stupidchicken.com>
9855
9856 * subr.el (string-mark-left-to-right): New function.
9857
9858 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
9859 Use string-mark-left-to-right.
9860 (list-buffers-noselect): Caller changed.
9861
a3dae87a
SM
9862 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
9863 Use string-mark-left-to-right.
3e26a4a2
CY
9864 (tabulated-list-print): Recenter after moving point.
9865
ac8cf6e6
JL
98662011-08-10 Juri Linkov <juri@jurta.org>
9867
9868 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
9869 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
9870 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
9871
8d96c9a4
CY
98722011-08-09 Chong Yidong <cyd@stupidchicken.com>
9873
9874 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
9875 (Bug#7554).
9876
7be1c708 98772011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
9878
9879 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
9880 character. (Bug#6594)
9881
37e11a63
CY
98822011-08-08 Chong Yidong <cyd@stupidchicken.com>
9883
839dde57
CY
9884 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
9885 (image-dired--with-db-file): New macro.
9886 (image-dired-write-tags, image-dired-remove-tag)
9887 (image-dired-create-gallery-lists, image-dired-write-comments)
9888 (image-dired-get-comment, image-dired-mark-tagged-files)
9889 (image-dired-list-tags, image-dired-gallery-generate): Use it.
9890 (image-dired-gallery-generate): Use insert-file-contents.
9891
37e11a63
CY
9892 * time.el (display-time-world-list, display-time-world-display):
9893 * time-stamp.el (time-stamp-string):
9894 * vc/add-log.el (add-change-log-entry): Use setenv instead of
9895 set-time-zone-rule (Bug#7337).
9896
0b4946c4
DU
98972011-08-08 Daiki Ueno <ueno@unixuser.org>
9898
9899 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
9900 (epg-error-to-string, epg-errors-to-string): New function.
9901 (epg-wait-for-completion): Reverse errors list.
9902 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
9903 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
9904 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
9905 (epg-sign-keys, epg-generate-key-from-file)
9906 (epg-generate-key-from-string): Format errors by using
9907 epg-errors-to-string (bug#9255).
9908 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
9909
75bfc667
JL
99102011-08-07 Juri Linkov <juri@jurta.org>
9911
9912 * faces.el (list-faces-display): Remove extra angle bracket
9913 from `help-mode-map'.
9914
9915 * info.el (Info-history-toc-nodes): Doc fix.
9916
9917 * longlines.el (longlines-mode): Doc fix.
9918
673e08bb
SM
99192011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
9920
4640dd88
SM
9921 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
9922 of statements and in a few more cases (bug#9183).
9923
673e08bb
SM
9924 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
9925 New functions.
9926 (cl-transform-lambda): Use them (bug#9239).
9927
89b3f019
MR
99282011-08-05 Martin Rudalics <rudalics@gmx.at>
9929
9930 * window.el (display-buffer-same-window)
9931 (display-buffer-same-frame, display-buffer-other-window)
9932 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
9933 (pop-to-buffer-other-window)
9934 (pop-to-buffer-same-frame-other-window)
9935 (pop-to-buffer-other-frame): Make them defuns.
9936 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
9937
640c8776
SM
99382011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9939
9940 * subr.el (make-composed-keymap): Move from C. Change calling
9941 convention, and improve docstring to bring attention to a subtle point.
9942 * minibuffer.el (completing-read-default): Adjust accordingly.
9943
63648a95
MA
99442011-08-03 Michael Albinus <michael.albinus@gmx.de>
9945
9946 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
9947 (tramp-open-shell): Use `tramp-shell-quote-argument'.
9948
9949 * net/trampver.el: Update release number.
9950
b796c9b7
SM
99512011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9952
9953 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
9954 "in" (bug#9190).
9955
2239d7d5
LMI
99562011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9957
e07dd7c3
LMI
9958 * mail/sendmail.el (sendmail-query-once): Restore the current
9959 buffer after querying (bug#9074).
9960
0e6a2bd7
LMI
9961 * dired.el (dired-flagged): Use different faces for marked and
9962 flagged files (bug#6117).
9963
ce887515
LMI
9964 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
9965 (bug#4433).
9966
92f2affc
LMI
9967 * ido.el (ido-mode): Switch off the message if called
9968 non-interactively.
9969
57d5aff0
LMI
9970 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
9971 before 587, since it appears that that's more likely to work for
9972 more people.
9973
98cd6c18 9974 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 9975 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
9976 exist.
9977
b96dec83
LMI
9978 * info.el: Remove the `Info-beginning-of-buffer' function
9979 (bug#8325).
9980
b796c9b7
SM
9981 * net/network-stream.el (network-stream-open-starttls):
9982 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 9983
d90e2ea0
MR
99842011-08-01 Martin Rudalics <rudalics@gmx.at>
9985
9986 * window.el (display-buffer-in-window): Don't set dedicated status
9987 of window here (Bug#9215).
9988 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
9989 (display-buffer-pop-up-side-window)
b796c9b7 9990 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 9991
cca09170
SM
99922011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
9993
9994 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
9995 before binding generated-autoload-file.
9996
027b979c
DD
99972011-08-01 Deniz Dogan <deniz@dogan.se>
9998
9999 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
10000
3c7ee4f3
MA
100012011-07-30 Michael Albinus <michael.albinus@gmx.de>
10002
10003 Sync with Tramp 2.2.2.
10004
10005 * net/trampver.el: Update release number.
10006
2cc8e51a
JL
100072011-07-30 Juri Linkov <juri@jurta.org>
10008
10009 * dired-aux.el (dired-touch-initial): Remove function.
10010 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
10011 current time, and `default' to the last modification time of the
10012 current marked file (bug#6887).
10013
a514d856
JM
100142011-07-28 Jose E. Marchesi <jemarch@gnu.org>
10015
10016 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 10017 numeric argument to read-number (bug#9163).
a514d856 10018
8a7eddd7
MA
100192011-07-27 Michael Albinus <michael.albinus@gmx.de>
10020
10021 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
10022 connection process, it could be nil.
10023
1ddd96f5
LL
100242011-07-27 Leo Liu <sdl.web@gmail.com>
10025
10026 Simplify url handling in rcirc-mode.
10027
10028 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
10029 (rcirc-browse-url-at-mouse): Remove.
10030 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
10031
b248a85d
AM
100322011-07-26 Alan Mackenzie <acm@muc.de>
10033
10034 Fontify bitfield declarations properly.
10035
10036 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
10037 (c-symbol-chars): Now exported as a lang variable.
10038 (c-not-primitive-type-keywords): New lang variable.
10039
10040 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
10041 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 10042 parsed as a bitfield declaration.
b248a85d 10043
b796c9b7
SM
10044 * progmodes/cc-engine.el (c-beginning-of-statement-1):
10045 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
10046 (c-punctuation-in): New function.
10047 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
10048 declarations properly.
10049
68575ab0
UJ
100502011-07-26 Ulf Jasper <ulf.jasper@web.de>
10051
10052 * calendar/icalendar.el (icalendar--all-events): Take care of
10053 multiple vcalendars in a single file.
b796c9b7 10054 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 10055
0f0a88b9
DD
100562011-07-25 Deniz Dogan <deniz@dogan.se>
10057
10058 * image.el (insert-image): Clarifying docstring.
10059
0b3f36df
MA
100602011-07-24 Michael Albinus <michael.albinus@gmx.de>
10061
10062 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
10063 `tramp-send-command-and-check' if there is no error.
10064 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
10065
a9901f61
AM
100662011-07-22 Alan Mackenzie <acm@muc.de>
10067
10068 Prevent cc-langs.elc being loaded at run time.
10069
10070 * progmodes/cc-mode.el: Remove two autoload forms which loaded
10071 cc-langs.
10072
4d61f28d 10073 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
10074 "(require 'cc-langs)". Quote a form so it will evaluate at
10075 (cc-mode's) compilation time.
10076
11d074b2
MA
100772011-07-22 Michael Albinus <michael.albinus@gmx.de>
10078
10079 * net/tramp.el (tramp-file-name-handler): Avoid recursive
10080 loading. (Bug#9114)
10081
938b94c8
MR
100822011-07-21 Martin Rudalics <rudalics@gmx.at>
10083
10084 * window.el (display-buffer-pop-up-window)
10085 (display-buffer-pop-up-side-window)
10086 (display-buffer-in-side-window): Call display-buffer-set-height
10087 and display-buffer-set-width after setting the new window's
b796c9b7 10088 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 10089
bfa4f190
SS
100902011-07-20 Sam Steingold <sds@gnu.org>
10091
10092 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
10093 (etags-tags-included-tables): Call `convert-standard-filename' on
10094 the file names contained in TAGS so that windows Emacs can handle
10095 TAGS files created by cygwin ctags.
10096
8ca42262
LMI
100972011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10098
10099 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
10100 which apparently didn't work.
10101
5db2afd2 101022011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 10103
5db2afd2
RW
10104 * proced.el (proced-send-signal): For *Marked Processes* buffer
10105 put point at beginning of buffer.
10106
92e15d10
SB
101072011-07-19 Stephen Berman <stephen.berman@gmx.net>
10108
10109 * proced.el (proced-format): Make header lines align with the text
10110 (bug#1779).
10111
1bfd59e5
LMI
101122011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10113
10114 * view.el (view-buffer): Allow running in `special' modes if we're
10115 visiting a file (bug#8615).
10116
f5aae37c
MR
101172011-07-19 Martin Rudalics <rudalics@gmx.at>
10118
10119 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
10120 (display-buffer-alist-set-1, display-buffer-alist-set-2):
10121 New functions.
f5aae37c
MR
10122 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
10123 more accurately.
10124
bf2c1571
AM
101252011-07-18 Alan Mackenzie <acm@muc.de>
10126
10127 Fontify declarators properly when, e.g., a jit-lock chunk begins
10128 inside a declaration.
10129
10130 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
10131
b796c9b7
SM
10132 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
10133 New function.
bf2c1571
AM
10134 (c-complex-decl-matchers): Insert reference to
10135 c-font-lock-enclosing-decls.
10136
10137 * progmodes/cc-engine.el (c-backward-single-comment):
10138 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
10139 to nil around calls to (forward-comment -1).
10140
4e190b80
LMI
101412011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10142
12dc863d
LMI
10143 * image.el (put-image): Doc typo fix.
10144
a762e966
LMI
10145 * progmodes/etags.el (tags-search): Doc typo fix.
10146
4e190b80
LMI
10147 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
10148 password if we get errors 550 to 554.
10149
f019fb21
LMI
101502011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10151
b796c9b7 10152 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 10153
81746738
LMI
10154 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
10155 indentation character (bug#6380).
10156
3ee3a1b5
LMI
10157 * files.el (buffer-offer-save): Made permanently local (bug#6241).
10158
c82f64de
LMI
10159 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
10160 to clarify what the problem is (bug#4291).
10161
f019fb21
LMI
10162 * simple.el (current-kill): Clarify what
10163 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
10164 (auto-fill-mode): Document `auto-fill-function' in relation to
10165 `auto-fill-mode' (bug#2470).
f019fb21 10166
0794775d
LM
101672011-07-16 Lawrence Mitchell <wence@gmx.li>
10168
10169 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
10170 method if slot is read-only (bug#9035).
10171
be39b8cc
MR
101722011-07-16 Martin Rudalics <rudalics@gmx.at>
10173
b796c9b7 10174 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 10175 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
10176 selected before, see discussion of (Bug#8615), (Bug#6954).
10177 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 10178
6ccf7859
GM
101792011-07-15 Glenn Morris <rgm@gnu.org>
10180
10181 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 10182 Respect help-form.
6ccf7859 10183
87e86684
LM
101842011-07-09 Lawrence Mitchell <wence@gmx.li>
10185
10186 * net/gnutls.el (gnutls-min-prime-bits): New variable.
10187 (gnutls-negotiate): Use it.
10188
d6066239
LMI
101892011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10190
b796c9b7
SM
10191 * net/gnutls.el (gnutls-negotiate):
10192 Upcase `gnutls-algorithm-priority'.
d6066239 10193
bd23ebc0
GM
101942011-07-15 Glenn Morris <rgm@gnu.org>
10195
c65bca65
GM
10196 * jka-compr.el (jka-compr-verbose): Move from here...
10197 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
10198 Add missing :version tag.
10199 * info.el: No need to require jka-compr when compiling.
bd23ebc0 10200
478615cc
LMI
102012011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10202
7b41decb
LMI
10203 * net/gnutls.el (gnutls-algorithm-priority): New variable.
10204 (gnutls-negotiate): Use it.
10205
dbc44fcd
LMI
10206 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
10207
06789f97
LMI
10208 * info.el (Info-beginning-of-buffer): New command.
10209 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
10210 announcing `b' as the key (bug#8325).
ab896c37 10211 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 10212
c39da690
LMI
10213 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
10214
3aa5f34b
LMI
10215 * international/mule-cmds.el
10216 (describe-specified-language-support): Make the error message
10217 clearer (bug#8905).
10218
4bf0979f
LMI
10219 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
10220
478615cc
LMI
10221 * isearch.el (isearch-barrier): Add a doc string, since it's
10222 mentioned in a function doc string (bug#8678).
10223
75c68aa1
MR
102242011-07-15 Martin Rudalics <rudalics@gmx.at>
10225
10226 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
10227 buffer argument (Bug#9083) and self-identifying label argument.
10228
a7c33da2
GM
102292011-07-15 Glenn Morris <rgm@gnu.org>
10230
10231 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
10232
2f5c6024
LMI
102332011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10234
10235 * man.el (Man-fontify-manpage): Fix message when formatting the
10236 man page (bug#7929).
10237
0bb23927 102382011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
10239
10240 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
10241 argument LRM; if non-nil, append an invisible LRM character to the
10242 buffer name.
10243 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
10244 last argument non-nil, when formatting buffer names.
0bb23927
EZ
10245 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
10246 paragraph direction.
cce4b0a7 10247
621ef9ab
LMI
102482011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10249
d1583c48
LMI
10250 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
10251 the man page name (bug#7929).
10252
6a57fb5f
LMI
10253 * image.el (put-image): Mention the `put-image' overlay property
10254 (bug#7834).
10255
d7956b14
LMI
10256 * scroll-bar.el (set-scroll-bar-mode): Mention that
10257 `scroll-bar-mode' lists the values (bug#7772).
10258
5b2d4a66
LMI
10259 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
10260 command (bug#7729).
10261
7509a874
LMI
10262 * rect.el (apply-on-rectangle): Return the point after the last
10263 operation.
10264 (string-rectangle): Go to the point after the last operation
10265 (bug#7522).
10266
4fe74b19
LMI
10267 * printing.el (pr-toggle-region): Clarify the documentation
10268 slightly (bug#7493).
10269
b796c9b7
SM
10270 * time.el (display-time-update):
10271 Allow `display-time-mail-function' to return nil (bug#7158).
10272 Fix suggested by Detlev Zundel.
ab283561 10273
fc233c9d
LMI
10274 * vc/diff.el (diff): Clarify the order the file names are read
10275 (bug#7111).
10276
43f5740b
LMI
10277 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
10278 the doc string (bug#7015).
10279
f2182a76
LMI
10280 * font-lock.el (font-lock-maximum-decoration): Mention what
10281 numeric levels mean (bug#6935).
10282
621ef9ab
LMI
10283 * startup.el (initial-buffer-choice): Don't mention the `none'
10284 selection, which is against policy.
10285
adc47434
MR
102862011-07-14 Martin Rudalics <rudalics@gmx.at>
10287
b796c9b7
SM
10288 * window.el (display-buffer-normalize-special):
10289 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 10290
7e5bfb8f
EZ
102912011-07-14 Eli Zaretskii <eliz@gnu.org>
10292
10293 * subr.el (version<, version<=, version=): Mention "-CVS" and
10294 "-12345" alpha version numbers.
10295
27fa387a
CY
102962011-07-14 Chong Yidong <cyd@stupidchicken.com>
10297
10298 * bindings.el: Add advertised binding for set-mark-command
10299 (Bug#5772).
10300
8bdfa064
CY
103012011-07-14 Chong Yidong <cyd@stupidchicken.com>
10302
10303 * bindings.el (mode-line-other-buffer):
10304 * bookmark.el (bookmark-bmenu-2-window):
10305 * bs.el (bs-cycle-next, bs-cycle-previous):
10306 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
10307 switch-to-buffer.
10308
10309 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 10310 Delete.
8bdfa064 10311
5eba16a3
JB
103122011-07-14 Juanma Barranquero <lekktu@gmail.com>
10313
10314 * follow.el (follow-debug-message, follow-redisplay):
10315 * jka-cmpr-hook.el (with-auto-compression-mode):
10316 Fix typos in docstrings.
10317
15853710
LMI
103182011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10319
a28e4607
LMI
10320 * subr.el (with-silent-modifications): Clarify somewhat what the
10321 macro inhibits (bug#6525).
10322
15853710
LMI
10323 * simple.el (eval-expression): Note what it does if called
10324 interactively (bug#6495).
10325
bee0fcef
CY
103262011-07-13 Chong Yidong <cyd@stupidchicken.com>
10327
b796c9b7
SM
10328 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
10329 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
10330
10331 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10332 Remove switch-to-buffer.
10333
58274504
LMI
103342011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10335
bd2fcc8d
LMI
10336 * files.el (make-directory): Clarify that an error will be raised
10337 if there's an error (bug#6397).
10338
0f04b32c
LMI
10339 * startup.el (initial-buffer-choice): Add `none' as a choice
10340 (bug#6234).
10341
465c5fc8
LMI
10342 * subr.el (add-hook): Clarify section about buffer-local hooks
10343 (bug#6218).
10344
58274504
LMI
10345 * dired.el (dired-flagged): Clarify doc string (bug#6117).
10346
bead9a43
JB
103472011-07-13 Juanma Barranquero <lekktu@gmail.com>
10348
10349 * tabify.el (untabify): Preserve the current column so that point
10350 doesn't move (bug#6032).
10351
3af98a7b
LMI
103522011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10353
b796c9b7
SM
10354 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
10355 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 10356
6240145a
GM
103572011-07-13 Glenn Morris <rgm@gnu.org>
10358
10359 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
10360 (dired-insert-directory): Give a message the first time
10361 if ls is found not to support --dired.
10362
1d8c2ccc
LMI
103632011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10364
10365 * simple.el (toggle-truncate-lines): Clarify what is toggled
10366 (bug#5580). Text by Drew Adams.
10367
5fc4038e
CY
103682011-07-13 Chong Yidong <cyd@stupidchicken.com>
10369
10370 * simple.el (blink-matching-open): Make the error message from the
10371 last change less verbose.
10372
bf6012e5
DN
103732011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
10374
10375 * font-lock.el (font-lock-comment-face): Use the high contrast
10376 "yellow" color for font-lock-comment-face on low color terminals
10377 using a dark background color (bug#4221).
10378
343c3b5a
LMI
103792011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10380
7e9505c5
LMI
10381 * dired.el (dired-insert-set-properties): Make the doc string
10382 reflect what it does now (bug#5325).
10383
c26fdcf5
LMI
10384 * simple.el (blink-matching-open): Say that we were unable to find
10385 the match within the limit, if we're limited (bug#5122).
10386
bb388cc5
LMI
10387 * international/mule-cmds.el (prefer-coding-system): Add an
10388 example (bug#4869).
10389
343c3b5a
LMI
10390 * progmodes/etags.el (tags-search): Document `file-list-form'
10391 (bug#4731).
10392
2a517d45
LM
103932011-07-13 Lawrence Mitchell <wence@gmx.li>
10394
10395 * net/browse-url.el (browse-url-default-browser)
10396 (browse-url-browser-function): Make the default browser choice a
10397 bit more logical (bug#4300). Also clean up the doc string.
10398
b6c78ef2
JB
103992011-07-13 Juanma Barranquero <lekktu@gmail.com>
10400
10401 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
10402 binary endings (bug#4440).
10403
1c4dd947
LMI
104042011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10405
a2014063
LMI
10406 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
10407 which can be pretty annoying (bug#8971).
10408
9c9c2d88
LMI
10409 * jka-compr.el (jka-compr-verbose): New variable, and use
10410 throughout (bug#8971).
10411
1c4dd947
LMI
10412 * info.el (Info-find-file): Fall back on the installation
10413 directory if we can't find the info node anywhere else.
10414
a1c9f41b
SO
104152011-07-13 Sergei Organov <osv@javad.com> (tiny change)
10416
10417 * vc/vc.el (vc-revert-file):
10418 Don't set file time-stamp in the past. (Bug#5181)
10419
536f3d36
LMI
104202011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10421
7152b011
LMI
10422 * files.el (after-find-file): Give a better error message when
10423 trying to find a symlink that points to a file that doesn't exist
10424 (bug#4398).
10425
536f3d36
LMI
10426 * progmodes/cc-vars.el: Remove (probably) misleading comment
10427 (bug#4396).
10428
460c0fba
JB
104292011-07-12 Johan BockgĂ¥rd <bojohan@gnu.org>
10430
10431 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
10432
7a6bda45
CY
104332011-07-12 Chong Yidong <cyd@stupidchicken.com>
10434
10435 * mouse-sel.el: Hack restoring functionality, while keeping
10436 compatibility with 2010-07-03 changes to mouse selection.
10437 (mouse-sel-primary-overlay): New var.
10438 (mouse-sel-selection-alist): Use it.
10439 (mouse-sel-mode): Doc fix; remove points that are default features
10440 of mouse.el.
10441
c79598ef
JB
104422011-07-12 Johan BockgĂ¥rd <bojohan@gnu.org>
10443
10444 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10445 Fix previous fix (bug#2490).
10446
ff8be6ef
RW
104472011-07-12 Roland Winkler <winkler@gnu.org>
10448
b796c9b7
SM
10449 * textmodes/bibtex.el (bibtex-initialize):
10450 Use pop-to-buffer-same-window.
ff8be6ef
RW
10451 (bibtex-search-entries): Fix interactive call.
10452
296ba3ee
LMI
104532011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10454
f5242a02 10455 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
10456 Fontise bytecomp Error lines more correctly (bug#2490).
10457 Fix suggested by Johan BockgĂ¥rd.
f5242a02 10458
296ba3ee
LMI
10459 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
10460
10461 * dired-x.el (dired-guess-default): Use `delete-dups'.
10462
f69fd0d2
CY
104632011-07-12 Chong Yidong <cyd@stupidchicken.com>
10464
10465 * dired.el (dired-mark-prompt):
10466 * dired-aux.el (dired-read-shell-command): Doc fix.
10467
eab5dc07
LMI
104682011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10469
b796c9b7
SM
10470 * mail/sendmail.el (sendmail-query-once):
10471 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
10472 emacs -Q.
10473
10474 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
10475
eab5dc07
LMI
10476 * cus-edit.el (custom-file): Take an optional no-error variable.
10477 (customize-save-variable): Set the variable, and give a warning if
10478 running under "emacs -q".
10479
a1e65d42
JB
104802011-07-11 Juanma Barranquero <lekktu@gmail.com>
10481
10482 * loadhist.el (unload-feature-special-hooks):
10483 Add `auto-coding-functions', `fill-nobreak-predicate' and
10484 `find-directory-functions' (bug#5327).
10485
1d52da10
LMI
104862011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10487
be958f1d
LMI
10488 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
10489
5bedb26c
LMI
10490 * cus-edit.el (custom-guess-name-alist): -alist variables should
10491 use the `alist' type (bug#3120). Suggested by Drew Adams.
10492
1d52da10
LMI
10493 * printing.el: Add documentation to all the `pr-toggle-' commands.
10494
cd394be1 104952011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
10496
10497 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
10498 backends where it makes sense (bug#2623).
10499
dcc88d8a
LMI
105002011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10501
c3de9feb
LMI
10502 * dired-x.el (dired-guess-default): Remove duplicate shell command
10503 entries (bug#2028).
8a93078b 10504 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 10505 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 10506
dcc88d8a
LMI
10507 * subr.el (remove-duplicates): New conveniency function.
10508
505e3645
LMI
105092011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10510
10511 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
10512 (bug#1526).
10513
105142011-07-10 Martin Rudalics <rudalics@gmx.at>
10515
10516 * window.el (display-buffer-normalize-default): Don't invert
10517 meaning of even-window-heights. Reported by Eli Zaretskii
10518 <eliz@gnu.org>.
10519
455e4fa1
BR
105202011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
10521
10522 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
10523
8e0bc3e9
CY
105242011-07-10 Chong Yidong <cyd@stupidchicken.com>
10525
10526 * window.el (display-buffer): Fix arguments to
10527 display-buffer-reuse-window in last change.
10528
fa7c3228
CY
10529 * faces.el (link): Use a less saturated blue on light backgrounds.
10530
10531 * startup.el (fancy-startup-text, fancy-about-text)
10532 (fancy-startup-tail): Use font-lock faces, for background safety.
10533
c0a7f300
BN
105342011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
10535
b796c9b7
SM
10536 * emulation/viper-cmd.el (viper-change-state-to-vi):
10537 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 10538
4dc2a129
MR
105392011-07-09 Martin Rudalics <rudalics@gmx.at>
10540
10541 * window.el (display-buffer-default-specifiers): Remove.
10542 (display-buffer-macro-specifiers): Remove default specifiers.
10543 (display-buffer-alist): Default to nil.
b796c9b7 10544 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
10545 (display-buffer-pop-up-window): Allow splitting internal
10546 windows. Check whether a live window was created.
10547 (display-buffer-other-window-means-other-frame)
10548 (display-buffer-normalize-arguments): Rename to
10549 display-buffer-normalize-argument and rewrite. Set the
10550 other-window specifier.
10551 (display-buffer-normalize-special): New function.
10552 (display-buffer-normalize-options): Rename to
10553 display-buffer-normalize-default and rewrite.
10554 (display-buffer-normalize-options-inhibit): Remove.
10555 (display-buffer-normalize-specifiers): Rewrite.
10556 (display-buffer): Process other-window specifier and call
10557 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
10558 more faithfully.
b796c9b7 10559 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 10560 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
10561 (display-buffer-in-window, display-buffer-alist-set):
10562 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
10563 <tassilo@member.fsf.org>.
10564
2d43b8c9
LL
105652011-07-09 Leo Liu <sdl.web@gmail.com>
10566
10567 * register.el (insert-register): Restore accidental change on
10568 2011-06-26. (Bug#9028)
10569
7f9b7c53
GM
105702011-07-09 Glenn Morris <rgm@gnu.org>
10571
10572 * subr.el (remq): Handle the empty list. (Bug#9024)
10573
f042cfd8
AS
105742011-07-08 Andreas Schwab <schwab@linux-m68k.org>
10575
10576 * mail/sendmail.el (send-mail-function): No longer delay custom
10577 initialization.
10578 * custom.el (custom-initialize-delay): Doc fix.
10579
856b2f11
SM
105802011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
10581
10582 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
10583
afae1d68
MA
105842011-07-08 Michael Albinus <michael.albinus@gmx.de>
10585
10586 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
10587 human-friendly prompt.
10588
0757af94
SM
105892011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
10590
10591 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
10592 provided by a particular plugin.
10593
d760b731
LMI
105942011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
10595
10596 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
10597 save customizations (with "emacs -Q"), just set the variable
10598 instead of erroring out.
10599
10600 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
10601
cd79ce90
JL
106022011-07-08 Juri Linkov <juri@jurta.org>
10603
10604 * arc-mode.el (archive-zip-expunge, archive-zip-update)
10605 (archive-zip-update-case): Use 7z if found by `executable-find'.
10606 The order of searching the available programs is the same as in
10607 `archive-zip-extract' (bug#8968).
10608
14cc04aa
CY
106092011-07-07 Chong Yidong <cyd@stupidchicken.com>
10610
10611 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
10612 (menu-bar-options-menu): Tweak descriptions.
10613
0a1848ec
LMI
106142011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
10615
10616 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
10617 menu items into verb phrases (bug#1421). Also refill to fit under
10618 80 columns.
10619
f5bd0689
CY
106202011-07-07 Chong Yidong <cyd@stupidchicken.com>
10621
538e85c6
CY
10622 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
10623 (Info-read-node-name): Doc fix (Bug#1084).
10624
f5bd0689
CY
10625 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
10626 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
10627 (end-of-sexp, beginning-of-sexp)
10628 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
10629 (forward-symbol, forward-same-syntax, word-at-point)
10630 (sentence-at-point): Doc fix (Bug#1144).
10631
56ec5115
LMI
106322011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
10633
f3f8e37f
LMI
10634 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
10635 should cover it (bug#1281).
10636
0757af94 10637 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 10638
e9fce1ac 10639 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
10640 negotiation fails, then possibly try again with a non-encrypted
10641 connection (bug#9017).
10642
56ec5115
LMI
10643 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
10644 be used.
10645
c2f9aec8
RS
106462011-07-07 Richard Stallman <rms@gnu.org>
10647
10648 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
10649 property, and handle its changed format.
10650 Look for the correct line number.
10651 Use file's line contents (but not past first =) to find
10652 correct line in message.
10653
ef7b981d 106542011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
10655
10656 * international/characters.el (build-unicode-category-table):
10657 Delete it.
0757af94 10658 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 10659
0757af94 10660 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
10661 to src/chartab.c.
10662 (get-char-code-property): Call unicode-property-table-internal to
10663 load a file. Call get-unicode-property-internal where necessary.
10664 (put-char-code-property): Call unicode-property-table-internal to
10665 load a file. Call put-unicode-property-internal where necessary.
10666 put-unicode-property-internal where necessary.
0757af94
SM
10667 (char-code-property-description):
10668 Call unicode-property-table-internal to load a file.
c805dec0
KH
10669
10670 * international/charprop.el:
10671 * international/uni-bidi.el:
10672 * international/uni-category.el:
10673 * international/uni-combining.el:
10674 * international/uni-comment.el:
10675 * international/uni-decimal.el:
10676 * international/uni-decomposition.el:
10677 * international/uni-digit.el:
10678 * international/uni-lowercase.el:
10679 * international/uni-mirrored.el:
10680 * international/uni-name.el:
10681 * international/uni-numeric.el:
10682 * international/uni-old-name.el:
10683 * international/uni-titlecase.el:
10684 * international/uni-uppercase.el: Regenerate.
10685
10686 * loadup.el: Load international/charprop.el before
10687 international/characters.
10688
e14b388a
CY
106892011-07-07 Chong Yidong <cyd@stupidchicken.com>
10690
10691 * window.el (next-buffer, previous-buffer): Signal an error if
10692 called from a minibuffer window.
10693
10694 * bindings.el: Revert 2011-07-04 change.
10695
354cf0ba
RS
106962011-07-06 Richard Stallman <rms@gnu.org>
10697
10698 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
10699 (rmail-mime-insert-bulk, rmail-mime-insert-text):
10700 Treat markers like ints.
10701 (rmail-mime-entity): Doc fix.
10702
a48868a7
LMI
107032011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10704
4906cd3d
LMI
10705 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
10706 defcustom again for backwards compatibility.
10707
e0457abe
LMI
10708 * simple.el (shell-command-on-region): Fill.
10709
d67f7e1f
LMI
10710 * dired-aux.el (dired-kill-line): Add a doc string.
10711
fe204702
LMI
10712 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
10713 to "\\sw\\|\\s_" (bug#358).
10714
a48868a7
LMI
10715 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
10716 (dired-unmark-backward): Ditto.
10717 (dired-flag-backup-files): Ditto.
10718
10719 * dired-x.el (dired-mark-sexp): Ditto.
10720
aa8a705c
RS
107212011-07-06 Richard Stallman <rms@gnu.org>
10722
10723 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
10724 (rmail-mime-entity): New arg TRUNCATED.
10725 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
10726 New functions.
10727 (rmail-mime-save): Warn if entity is truncated.
10728 (rmail-mime-toggle-hidden): Likewise, for showing.
10729 (rmail-mime-process-multipart): Record when an entity is truncated.
10730
a9a936b9
RS
10731 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
10732 if ENTITY is a string.
10733
1f2b92cb
LMI
107342011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10735
f4f73198 10736 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
10737 of faces when `M-C-x'-ing their definitions (bug#8378).
10738 Also clean up the code slightly.
f4f73198 10739
12b16734 10740 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 10741 because that makes the colors go away.
12b16734 10742
f0691d22
LMI
10743 * mail/sendmail.el (send-mail-function): Change the default to
10744 `sendmail-query-once'.
9e87df06 10745 (sendmail-query-once): Add an autoload cookie.
f0691d22 10746
1f2b92cb
LMI
10747 * net/network-stream.el (network-stream-open-starttls): Try using
10748 a plain connection even if the server offered STARTTLS, and we
10749 kinda wanted to use it, if Emacs doesn't have any STARTTLS
10750 capability. This should make smtpmail.el work in slightly more
10751 configurations.
10752
1cdd2a1b
MA
107532011-07-06 Michael Albinus <michael.albinus@gmx.de>
10754
10755 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
10756 New defun.
10757 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
10758
fbcc67e2
MM
107592011-07-06 Michael R. Mauger <mmaug@yahoo.com>
10760
10761 * progmodes/sql.el: Version 3.0
0757af94 10762 (sql-product-alist): Add product :completion-object,
fbcc67e2 10763 :completion-column, and :statement attributes.
0757af94 10764 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 10765 (sql-mode-syntax-table): Mark all punctuation.
0757af94 10766 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
10767 ansi keywords.
10768 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 10769 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
10770 (sql-oracle-show-reserved-words): New function for development.
10771 (sql-product-font-lock): Simplify for source code buffers.
10772 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
10773 New functions.
10774 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
10775 (sql-mode-map): Add statement movement functions.
10776 (sql-ansi-statement-starters, sql-oracle-statement-starters):
10777 New variable.
fbcc67e2
MM
10778 (sql-statement-regexp, sql-beginning-of-statement)
10779 (sql-end-of-statement, sql-signum): New functions.
0757af94 10780 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
10781 (sql-show-sqli-buffer): Bug fix.
10782 (sql-interactive-mode): Store connection data as buffer local.
0757af94 10783 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
10784 with sql-interactive-mode.
10785 (sql-save-connection): Save buffer local settings.
0757af94 10786 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
10787 (sql-product-interactive): Bug fix.
10788 (sql-preoutput-hold): New variable.
10789 (sql-interactive-remove-continuation-prompt): Bug fixes.
10790 (sql-debug-redirect): New variable.
10791 (sql-str-literal): New function.
10792 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 10793 Redesign.
fbcc67e2
MM
10794 (sql-oracle-save-settings, sql-oracle-restore-settings)
10795 (sql-oracle-list-all, sql-oracle-list-table): New functions.
10796 (sql-completion-object, sql-completion-column)
10797 (sql-completion-sqlbuf): New variables.
10798 (sql-build-completions-1, sql-build-completions)
10799 (sql-try-completion): New functions.
10800 (sql-read-table-name): Use them.
10801 (sql-contains-names): New buffer local variable.
10802 (sql-list-all, sql-list-table): Use it.
10803 (sql-oracle-completion-types): New variable.
10804 (sql-oracle-completion-object, sql-sqlite-completion-object)
10805 (sql-postgres-completion-object): New functions.
10806
d4eaeab1
GM
108072011-07-06 Glenn Morris <rgm@gnu.org>
10808
10809 * window.el (pop-to-buffer): Doc fix.
10810
322b7dab 108112011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
10812
10813 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
10814
322b7dab 108152011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 10816
322b7dab 10817 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 10818
322b7dab 10819 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 10820
605dd5bf
CY
108212011-07-05 Chong Yidong <cyd@stupidchicken.com>
10822
10823 * button.el (button): Inherit from link face. Suggested by Dan
10824 Nicolaescu.
10825
7dbfa719
SM
108262011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10827
3db614b0
SM
10828 * progmodes/gdb-mi.el: Fit in 80 columns.
10829 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
10830 switch-to-buffer.
10831
7dbfa719
SM
10832 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
10833 if imenu is simply not configured (bug#8941).
10834
919d884a
KM
108352011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
10836
10837 * allout.el (allout-post-undo-hook): New allout outline-change
10838 event hook to signal undo activity.
10839 (allout-post-command-business): Run allout-post-undo-hook if an
10840 undo just occurred.
7dbfa719
SM
10841 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
10842 * allout-widgets.el (allout-widgets-after-undo-function):
10843 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
10844 in the vicinity of an undo.
10845 (allout-widgets-mode): Include allout-widgets-after-undo-function
10846 on the new allout-post-undo-hook.
10847
450a0f09
SM
108482011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10849
10850 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
10851 Let define-derived-mode define it.
10852 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
10853 cycles of abbrev-table inheritance (bug#8998).
10854
2de69e00
RW
108552011-07-05 Roland Winkler <winkler@gnu.org>
10856
10857 * textmodes/bibtex.el: Add support for biblatex.
10858 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
10859 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
10860 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
10861 (bibtex-entry-alist, bibtex-field-alist): New variables.
10862 (bibtex-entry-field-alist): Obsolete alias for
10863 bibtex-BibTeX-entry-alist.
10864 (bibtex-entry-alist, bibtex-field-alist): New widgets.
10865 (bibtex-set-dialect): New command.
10866 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
10867 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
10868 Bind via bibtex-set-dialect.
2de69e00
RW
10869 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
10870 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
10871 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
10872 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
10873 Define via bibtex-set-dialect.
450a0f09
SM
10874 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
10875 Obey bibtex-no-opt-remove-re.
2de69e00
RW
10876 (bibtex-vec-push, bibtex-vec-incr): New functions.
10877 (bibtex-format-entry, bibtex-field-list)
10878 (bibtex-print-help-message, bibtex-validate)
10879 (bibtex-search-entries): Use new format of bibtex-entry-alist.
10880
2dcdbdd9
SM
108812011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10882
10883 * progmodes/compile.el (compilation-goto-locus):
10884 * net/tramp-cmds.el (tramp-append-tramp-buffers):
10885 * bs.el (bs-cycle-next, bs-cycle-previous):
10886 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
10887 * bindings.el (mode-line-other-buffer):
10888 * autoinsert.el (auto-insert):
10889 * arc-mode.el (archive-extract):
10890 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
10891
b27640fe
JB
108922011-07-05 Juanma Barranquero <lekktu@gmail.com>
10893
10894 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
10895 Fix check of `emacs-lock-unlockable-modes'.
10896 Coerce true values of `emacs-lock--try-unlocking' to t.
10897
53bbe3ad
JB
108982011-07-05 Juanma Barranquero <lekktu@gmail.com>
10899
10900 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
10901 * emacs-lock.el: New file.
10902
1d3cdbc7
JD
109032011-07-05 Julien Danjou <julien@danjou.info>
10904
10905 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
10906 than `boundp' to check if face is set.
10907
9173deec
JB
109082011-07-05 Juanma Barranquero <lekktu@gmail.com>
10909
10910 * register.el (registerv-make):
10911 * window.el (window-min-height): Fix typos in docstrings.
10912
869795d6
JD
109132011-07-05 Jan Djärv <jan.h.d@swipnet.se>
10914
9173deec 10915 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
10916 Update doc string.
10917
b768cdcd
JB
109182011-07-04 Juanma Barranquero <lekktu@gmail.com>
10919
10920 * server.el (server-execute): Catch quit and call
10921 `server-return-error' to pass the error back to emacsclient and
10922 close the connection (bug#8942).
10923
13aa217b
KM
109242011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
10925
10926 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
10927 insecure exception for current topic. Also note that auto-saves
10928 are handled differently.
10929
5d3385a0 10930 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
10931 State variables for tracking auto-save inhibition situation.
10932
10933 (allout-write-contents-hook-handler): Rename from
10934 'allout-write-file-hook-handler', and describe how it depends on
10935 write-contents-functions sensitivity to non-nil value to prevent
10936 file write.
10937
10938 (allout-auto-save-hook-handler): Remove. auto-save does not check
10939 this in individual buffers, only in the starting buffer, so this
10940 is not the right way for us to inhibit auto-save in a buffer
10941 according to its condition.
10942
10943 (allout-mode): Use new allout-write-contents-hook-handler, and
10944 only with write-contents-functions. Remove auto-save provisions -
10945 they're implemented elsewhere.
10946
10947 (allout-before-change-handler): If undo is in progress, note that
10948 for attention of allout-post-command-business.
10949
10950 (allout-post-command-business): If the command we're following was
10951 an undo, check for change in the status of encrypted items and
10952 adjust auto-save inhibitions accordingly.
10953
10954 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
10955 according to whether there are or aren't any plain-text topics
10956 pending encryption.
10957
2dcdbdd9 10958 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
10959 Adjust buffer-saved-size and some allout state to inhibit auto-saves
10960 if there are plain-text topics pending encryption.
13aa217b
KM
10961
10962 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
10963 buffer-saved-size and some allout state to not inhibit auto-saves
10964 if there are no longer any plain-text topics pending encryption.
10965
0757af94
SM
10966 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
10967 No longer provide for exemption of the current topic.
13aa217b 10968
ac89b32c
JL
109692011-07-04 Juri Linkov <juri@jurta.org>
10970
10971 Add 7z operations to delete and save changed members (bug#8968).
10972 * arc-mode.el (archive-7z-expunge, archive-7z-update):
10973 New defcustoms.
10974 (archive-7z-write-file-member): New function.
10975 (archive-7z-summarize): Fix the number of dashes in the
10976 listing output.
10977
8fa39615
SM
109782011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10979
10980 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
10981 (bug#8958).
10982
2f11b3f1
CY
109832011-07-04 Chong Yidong <cyd@stupidchicken.com>
10984
d66fef2b
CY
10985 * bindings.el: Ignore next-buffer and previous-buffer in
10986 minibuffer-local-map.
10987
2f11b3f1
CY
10988 * font-lock.el (font-lock-builtin-face): Change light background
10989 color to dark slate blue (Bug#6693).
10990
f932a347
WD
109912011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
10992
10993 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
10994
c8af70e1
SM
109952011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10996
10997 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
10998 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10999 Add switch-to-buffer.
11000
f158badc
LMI
110012011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11002
11003 * isearch.el (isearch-search-fun-function): Clarify further the
11004 meaning of the function returned.
11005
6d95bd46
MA
110062011-07-04 Michael Albinus <michael.albinus@gmx.de>
11007
11008 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
11009
11010 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
11011 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
11012 Use it.
11013 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
11014 `tramp-default-remote-path' does not exist.
11015 (tramp-send-command-and-read): New optional argument NOERROR.
11016 (tramp-open-connection-setup-interactive-shell)
11017 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
11018 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
11019 (tramp-process-sentinel): Flush also process' connection property.
11020 (tramp-sh-handle-start-file-process): Do not set process
11021 sentinel. It is done now ...
11022 (tramp-maybe-open-connection): ... here. (Bug#8929)
11023
909e6b67
MK
110242011-07-04 MON KEY <monkey@sandpframing.com>
11025
11026 * play/animate.el (animate-string): Doc fixes and allow changing
11027 the buffer name (bug#5417).
11028
110292011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11030
c8af70e1 11031 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 11032
f34755dc
PE
110332011-07-04 Paul Eggert <eggert@cs.ucla.edu>
11034
396cec72
PE
11035 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
11036 This is simpler and helps future-proof the code.
11037 (timer-until): Use time-subtract and float-time.
08235028 11038 (timer--time-less-p): Use time-less-p.
f34755dc 11039
56e6cc31
JB
110402011-07-04 Juanma Barranquero <lekktu@gmail.com>
11041
3abb79e5
JB
11042 * type-break.el (timep): Use the value of `float-time' to avoid a
11043 byte-compiler warning.
11044
56e6cc31
JB
11045 * server.el (server-eval-and-print): Return any result, even nil.
11046
7b9430b4
PE
110472011-07-03 Paul Eggert <eggert@cs.ucla.edu>
11048
11049 * type-break.el: Accept time formats that the builtins accept.
11050 (timep, type-break-time-difference): Accept any format that
11051 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
11052 This is simpler and helps future-proof the code.
11053 (type-break-time-difference): Round rather than ignoring
11054 subseconds components.
11055
3034e9e7
LMI
110562011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11057
11058 * info.el (Info-apropos-matches): Make non-interactive, since it
11059 doesn't seem to do anything useful as a command (bug#8829).
11060
1485f4c0
CY
110612011-07-03 Chong Yidong <cyd@stupidchicken.com>
11062
11063 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 11064 Move from faces.el.
1485f4c0
CY
11065 (frame-default-terminal-background): New function.
11066
11067 * custom.el (custom-push-theme): Don't record faces in `changed'
11068 theme; this doesn't work correctly for per-frame face settings.
11069 (disable-theme): Use face-set-after-frame-default to reset faces.
11070 (custom--frame-color-default): New function.
11071
9fa3dd45
LMI
110722011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11073
c8af70e1 11074 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
11075 (bug#8769).
11076
6cbbc20c
KR
110772011-03-29 Kevin Ryde <user42@zip.com.au>
11078
11079 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11080 `perl-Test2' extend to match possible "fail #N" rep count
11081 (bug#8377).
11082
c7f98048
LMI
110832011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11084
65676592
LMI
11085 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
11086 `smtpmail-via-smtp' now returns the error instead of nil.
11087
c7f98048
LMI
11088 * isearch.el (isearch-search-fun-function): Clarify the doc string
11089 (bug#8101).
11090
56e6cc31 110912011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
11092
11093 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
11094 unnecessary spaces (bug#8987).
11095
2b216704
LMI
110962011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11097
11098 * net/network-stream.el (open-network-stream): Use the
11099 :end-of-capability command thoughout.
11100
111012011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11102
11103 * net/network-stream.el (open-network-stream): Add the
11104 :end-of-capability command parameter, used by pop3.el.
11105
36adf6ce
LMI
111062011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11107
1ca0da0e
LMI
11108 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
11109
fc00f69c
LMI
11110 * fringe.el (fringe-query-style): Remove redundant text " (type ?
11111 for list)" (bug#6475).
11112
28fd8759 11113 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 11114 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
11115 an error (bug#6297).
11116
0dd8b6da
LMI
11117 * man.el (Man-reference-regexp): Allow matching possible
11118 word-wrapped references (bug#6289).
11119
ce1438d6
LMI
11120 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
11121 for consistency with the other vc buffers (bug#6197).
11122 (vc-checkin): Ditto.
11123
11124 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
11125
36adf6ce
LMI
11126 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
11127
e83cc1f7
LMI
111282011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11129
8a20ca4c
LMI
11130 * custom.el (defcustom): Clarify that :set is only used in the
11131 Customize user interface (bug#6089).
11132
83319045
LMI
11133 * progmodes/flymake.el (flymake-mode): If the buffer isn't
11134 associated with a file, refuse to run instead of erroring out
11135 (bug#6084).
11136
a8392169
LMI
11137 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
11138 the doc string, since it appears that using `fill-column' always
11139 controls the width (bug#7845).
11140
e83cc1f7
LMI
11141 * simple.el (shell-command-on-region): Say where the error output
11142 went if `shell-command-default-error-buffer' is set (bug#6857).
11143
e47ca23b
KM
111442011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
11145
11146 * allout.el (allout-yank-processing): Adjust cursor position for
11147 backwards-deleted space.
11148
11149 (allout-rebullet-heading): Register changes with
11150 allout-exposure-changed-hook, so the modified topic is properly
11151 decorated.
11152
5cf56143
LMI
111532011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11154
08549772
LMI
11155 * minibuffer.el (completion-in-region): Document PREDICATE
11156 (bug#7136).
11157
48e96771
LMI
11158 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
11159 of keyword/argument pairs (bug#6904).
11160
c8af70e1
SM
11161 * replace.el (multi-occur):
11162 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 11163
e17d05e2
LMI
111642011-07-02 Drew Adams <drew.adams@oracle.com>
11165
11166 * dired.el (dired-mark-if): Make the message about whether it's
11167 marking or unmarking clearer (bug#8523).
11168
063b0e45
LMI
111692011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11170
11171 * disp-table.el (display-table-print-array): New function.
11172 (describe-display-table): Use it to print the vectors more pretty
11173 (Bug#8859).
11174
28545e04
MR
111752011-07-02 Martin Rudalics <rudalics@gmx.at>
11176
11177 * window.el (window-state-get-1): Don't assign clone numbers.
11178 Add clone-of item to list of window parameters.
11179 (window-state-put-2): Don't process clone numbers.
11180 (display-buffer-alist): Fix doc-string.
11181
3349e122
SM
111822011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
11183
11184 * subr.el (remq): Don't allocate if it's not needed.
11185 (keymap--menu-item-binding, keymap--menu-item-with-binding)
11186 (keymap--merge-bindings): New functions.
11187 (keymap-canonicalize): Use them to refine the canonicalization.
11188 * minibuffer.el (minibuffer-local-completion-map)
11189 (minibuffer-local-must-match-map): Move initialization from C.
11190 (minibuffer-local-filename-completion-map): Move initialization from C;
11191 don't inherit from anything here.
11192 (minibuffer-local-filename-must-match-map): Make obsolete.
11193 (completing-read-default): Use make-composed-keymap to combine
11194 minibuffer-local-filename-completion-map with either
11195 minibuffer-local-must-match-map or
11196 minibuffer-local-filename-completion-map.
11197
d224ac83
GM
111982011-07-01 Glenn Morris <rgm@gnu.org>
11199
3de63bf8
GM
11200 * type-break.el (type-break-time-sum): Use dolist.
11201
d224ac83
GM
11202 * textmodes/flyspell.el (flyspell-word-search-backward):
11203 Replace CL function.
11204
1a1e3f32
SM
112052011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11206
fe3f64d5
SM
11207 * mouse.el (mouse--strip-first-event): New function.
11208 (function-key-map): Use it to map fringe clicks to normal clicks
11209 by default.
11210
eb604e34
SM
11211 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
11212 (vc-bzr-revision-completion-table): Add support for annotate and date.
11213
1a1e3f32
SM
11214 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
11215 inherit from parent.
11216
5bd35902
LMI
112172011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11218
ace6c69c 11219 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 11220 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 11221
191e2bed
LMI
11222 * dired.el (dired-mode): Fix up the doc string as suggested by
11223 Drew Adams (bug#8817).
11224
5bd35902
LMI
11225 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
11226 cookie, since the manual says that it should be possible to add
11227 this function to `find-file-hook' (bug#8709).
11228
eee8207a
TZ
112292011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
11230
11231 * progmodes/cfengine.el: Moved all cfengine3.el functionality
11232 here. Noted Ted Zlatanov as the maintainer.
11233 (cfengine-common-settings, cfengine-common-syntax): New functions
11234 to set up common things between `cfengine-mode' and
11235 `cfengine3-mode'.
11236 (cfengine3-mode): New mode.
11237 (cfengine3-defuns cfengine3-defuns-regex
11238 (cfengine3-class-selector-regex cfengine3-category-regex)
11239 (cfengine3-vartypes cfengine3-font-lock-keywords)
11240 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 11241 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 11242
36b148cf
MA
112432011-07-01 Michael Albinus <michael.albinus@gmx.de>
11244
11245 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
11246
11247 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
11248
0bf4ba9a
MR
112492011-07-01 Martin Rudalics <rudalics@gmx.at>
11250
11251 * window.el (same-window-buffer-names, same-window-regexps)
11252 (same-window-p, special-display-frame-alist)
11253 (special-display-popup-frame, special-display-function)
11254 (special-display-buffer-names, special-display-regexps)
11255 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
11256 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
11257 (split-window-preferred-function, split-height-threshold)
11258 (split-width-threshold, even-window-heights)
11259 (display-buffer-mark-dedicated, window-splittable-p)
11260 (split-window-sensibly, window-safely-shrinkable-p):
11261 Un-obsolete.
11262 (display-buffer): Don't spread args with function specifier
11263 because special-display-popup-frame won't like it.
11264
35837f51
PE
112652011-07-01 Paul Eggert <eggert@cs.ucla.edu>
11266
d0672f86
PE
11267 Time-stamp simplifications and fixes.
11268 These improve accuracy slightly, and future-proof the code
11269 against some potential changes to current-time format.
11270
b9444d97
PE
11271 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
11272 by using time-since and float-time.
11273
0ef923dc
PE
11274 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
11275 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
11276 + NNN microseconds".
11277
2f81380d
PE
11278 * type-break.el (type-break-time-sum): Rewrite using time-add.
11279
845b5c3e
PE
11280 * play/hanoi.el (hanoi-current-time-float): Remove.
11281 All uses replaced by float-time.
11282
ee6f1be0
PE
11283 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
11284 This yields a more-accurate answer.
11285 (rng-time-to-float): Remove; no longer needed.
11286
fe955043
PE
11287 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
11288
5777162a
PE
11289 * calendar/timeclock.el (timeclock-seconds-to-time):
11290 Defalias to seconds-to-time, since they're the same thing.
11291
3103f8b6 11292 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 11293 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
11294 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
11295
0e61a35f
SM
112962011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11297
11298 * window.el (bury-buffer): Don't iconify the only frame.
11299 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
11300 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
11301
ddd63a1e
CY
113022011-07-01 Chong Yidong <cyd@stupidchicken.com>
11303
0e61a35f
SM
11304 * eshell/em-smart.el (eshell-smart-display-navigate-list):
11305 Add mouse-yank-primary.
ddd63a1e 11306
055f4923
TZ
113072011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
11308
11309 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
11310
6a2fb145
SM
113112011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11312
11313 * emacs-lisp/find-func.el (find-library--load-name): New fun.
11314 (find-library-name): Use it to find relative load names when provided
11315 absolute file name (bug#8803).
11316
fd4983f2
LMI
113172011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11318
887d14ad
LMI
11319 * textmodes/flyspell.el (flyspell-word): Consider words that
11320 differ only in case as potential doublons (bug#5687).
11321
c53dc7fc
LMI
11322 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
11323 Remove two rather uninteresting debugging-like messages to make
11324 debbugs.el more silent.
11325
fd4983f2
LMI
11326 * comint.el (comint-password-prompt-regexp): Accept "Response" as
11327 a password-like phrase.
11328
7a71b18d 113292011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
11330
11331 * progmodes/cc-guess.el: New file.
11332
6a2fb145 11333 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
11334
11335 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
11336 derived from `c-basic-common-init'.
11337
11338 * progmodes/cc-mode.el (top-level): Require cc-guess.
11339 (c-basic-common-init): Use `cc-choose-style-for-mode'.
11340
1fa280a3
LM
113412011-06-30 Lawrence Mitchell <wence@gmx.li>
11342
11343 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
11344
e6597158
AM
113452011-06-30 Alan Mackenzie <acm@muc.de>
11346
1fa280a3
LM
11347 * progmodes/cc-engine.el (c-guess-continued-construct):
11348 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
11349 lock is disabled. Name this case as "CASE G".
11350
68ba37fb
KM
113512011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
11352
11353 * allout.el (allout-yank-processing): Fix injection of extra space
11354 between bullet and non-whitespace character in first topic when
11355 pasting, ensuring that the actual spacing in the pasted topic
11356 following the bullet char is preserved. This extra space was
11357 causing pasted encrypted topics to get a decrypted status even
11358 when the content was actually still encrypted. Now the decryption
11359 status from before the paste is preserved.
11360
11361 (allout-flag-region): Set all allout overlays so they evaporate
11362 when reduced to zero length (evanescent), to prevent overlay
11363 leakage.
11364
887a0b34
GM
113652011-06-30 Glenn Morris <rgm@gnu.org>
11366
94b9acce
GM
11367 * w32-fns.el (w32-charset-info-alist): Declare.
11368
1d9b46d4
GM
11369 * find-dired.el (find-grep-options): Simplify.
11370
cc232200
GM
11371 * term/ns-win.el (ns-set-resource): Declare.
11372
28e77c46
GM
11373 * ses.el (row, col): Declare dynamic variables honestly.
11374
887a0b34
GM
11375 * textmodes/reftex-parse.el (index-tags): Declare.
11376
658d8eb8
CY
113772011-06-30 Chong Yidong <cyd@stupidchicken.com>
11378
11379 * cus-edit.el (customize-push-and-save): New function.
11380
11381 * files.el (hack-local-variables-confirm): Use it.
11382
1fa280a3
LM
11383 * custom.el (load-theme): New arg NO-CONFIRM.
11384 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
11385 (custom-enabled-themes): Doc fix.
11386
11387 * cus-theme.el (customize-create-theme)
11388 (custom-theme-merge-theme): Callers to load-theme changed.
11389
bb617717
LMI
113902011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11391
d61bdd5d
LMI
11392 * thingatpt.el (thing-at-point-short-url-regexp): Require that
11393 short URLs have at least one dot in them (bug #7614).
11394
bb617717
LMI
11395 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
11396 nil, because using a pty is apparently too slow (bug #895).
11397
2f31f37a
LMI
113982011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
11399
11400 * mail/sendmail.el (sendmail-query-once): New function.
11401 (sendmail-query-once-function): New variable.
11402
3076b24e
GM
114032011-06-29 Glenn Morris <rgm@gnu.org>
11404
faf2a174
GM
11405 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
11406
3076b24e
GM
11407 * ses.el (top-level): Require cl when compiling.
11408 (ses-set-localvars): Fix error statement.
11409 Call it at compile time to silence a storm of warnings.
11410
5386012d
MR
114112011-06-29 Martin Rudalics <rudalics@gmx.at>
11412
11413 * window.el (normalize-live-buffer): Rename to
11414 window-normalize-buffer.
11415 (normalize-live-frame): Rename to window-normalize-frame.
11416 (normalize-any-window): Rename to window-normalize-any-window.
11417 (normalize-live-window): Rename to window-normalize-live-window.
11418 (make-window-atom): Rename to window-make-atom.
11419 (window-resize-reset): Rename to window--resize-reset.
11420 (window-resize-reset-1): Rename to window--resize-reset-1.
11421 (resize-mini-window): Rename to window--resize-mini-window.
11422 (resize-subwindows-skip-p): Rename to
11423 window--resize-subwindows-skip-p.
11424 (resize-subwindows-normal): Rename to
11425 window--resize-subwindows-normal.
11426 (resize-subwindows): Rename to window--resize-subwindows.
11427 (resize-other-windows): Rename to window--resize-siblings.
11428 (resize-this-window): Rename to window--resize-this-window.
11429 (resize-root-window): Rename to window--resize-root-window.
11430 (resize-root-window-vertically): Rename to
11431 window--resize-root-window-vertically.
11432 (normalize-buffer-to-display): Rename to
11433 window-normalize-buffer-to-display.
11434 (normalize-buffer-to-switch-to): Rename to
11435 window-normalize-buffer-to-switch-to.
11436 Correspondingly update all callers of the functions listed
11437 above.
11438 (display-buffer-alist, display-buffer-normalize-arguments)
11439 (display-buffer-normalize-options, display-buffer)
11440 (display-buffer-alist-set): Use "function" instead of
11441 "fun-with-args".
11442
1176868d
CY
114432011-06-28 Chong Yidong <cyd@stupidchicken.com>
11444
11445 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
11446 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
11447 debbugs.gnu.org. Mention acknowledgment email.
11448
20a7a65f
LMI
114492011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
11450
11451 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
11452 buffer multibyteness, since it shouldn't matter.
11453
5f45cca5
MR
114542011-06-28 Martin Rudalics <rudalics@gmx.at>
11455
11456 * window.el (display-buffer-in-side-window): Handle dedicated
11457 windows as in display-buffer-reuse-window.
11458 (display-buffer-normalize-alist): Use value of override
11459 specifier.
11460 (display-buffer-normalize-specifiers): Use value of
11461 other-window-means-other-frame specifier.
11462 (display-buffer-alist): Rewrite some texts in widgets.
11463 (display-buffer): Spread arguments when calling function
11464 specified by fun-with-args.
11465
ad85fe1f
DD
114662011-06-28 Deniz Dogan <deniz@dogan.se>
11467
1fa280a3
LM
11468 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
11469 Unnest `let'.
da68c4c8 11470
ad85fe1f
DD
11471 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
11472 selectors (Bug#5732).
ec49bd31 11473 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 11474
a08cc025
JA
114752011-06-27 Jari Aalto <jari.aalto@cante.net>
11476
11477 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
11478 (eshell-ls-date-format): New defcustom.
11479 (eshell-ls-file): Use it.
11480
e2b551c5
SM
114812011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
11482
11483 * help-fns.el (describe-variable): Fix message for terminal-local vars.
11484
8982b231
KY
114852011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
11486
11487 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
11488 (ange-ftp-make-tmp-name): New arg.
11489 (ange-ftp-file-local-copy): Use it.
11490
36c9fa27
J
114912011-06-27 Jambunathan K <kjambunathan@gmail.com>
11492
11493 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
11494 no-conversion (Bug#8870).
11495
d68443dc
MR
114962011-06-27 Martin Rudalics <rudalics@gmx.at>
11497
11498 * window.el (window-right, window-left, window-child)
11499 (window-child-count, window-last-child)
11500 (window-iso-combination-p, walk-window-tree-1)
11501 (window-atom-check-1, window-tree-1, delete-window)
11502 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
11503 new naming conventions - window-vchild, window-hchild,
11504 window-next and window-prev are now called window-top-child,
11505 window-left-child, window-next-sibling and window-prev-sibling
11506 respectively.
d615d6d2
MR
11507 (resize-window-reset): Rename to window-resize-reset.
11508 (resize-window-reset-1): Rename to window-resize-reset-1.
11509 (resize-window): Rename to window-resize.
11510 (window-min-height, window-min-width)
11511 (resize-mini-window, resize-this-window, resize-root-window)
11512 (resize-root-window-vertically, adjust-window-trailing-edge)
11513 (enlarge-window, shrink-window, maximize-window)
11514 (minimize-window, delete-window, quit-restore-window)
11515 (split-window, balance-windows, balance-windows-area-adjust)
11516 (balance-windows-area, window-state-put-2)
11517 (display-buffer-even-window-sizes, display-buffer-set-height)
11518 (display-buffer-set-width, set-window-text-height)
11519 (fit-window-to-buffer): Rename all "resize-window" prefixed
11520 calls to use the "window-resize" prefix convention.
11521 (display-buffer-alist): Fix symbol for label specifier.
11522 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
11523 corresponding specifier.
11524 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 11525
b6458526
VB
115262011-06-27 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
11527
11528 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
11529 convention.
11530 (ses-call-printer): Does not pass an empty string to formatter when the
11531 cell is empty to keep from barking printer Calc math-format-value.
11532
d31fd9ac
RS
115332011-06-27 Richard Stallman <rms@gnu.org>
11534
43d5bf84
RS
11535 * battery.el (battery-mode-line-limit): New variable.
11536 (battery-update): Handle it.
11537
d31fd9ac
RS
11538 * mail/rmailmm.el (rmail-mime-process-multipart):
11539 Handle truncated messages.
11540
819a6054
GM
115412011-06-27 Glenn Morris <rgm@gnu.org>
11542
11543 * progmodes/flymake.el (flymake-err-line-patterns):
11544 Allow for column numbers in the ant/javac pattern. (Bug#8866)
11545
cedc73f2
VB
115462011-06-27 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
11547
819a6054 11548 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
11549 (ses--clean-!, ses--clean-_): New functions.
11550 (ses-range): Add configurability of readout order, and conversion
11551 to Calc vector.
11552
5e5d49b6
VB
11553 * ses.el (ses-repair-cell-reference-all): New function.
11554 (ses-cell-symbol): Set macro as safe, so that it can be used in
11555 formulas.
11556
56e6cc31 11557 * ses.el: Update cycle detection algorithm.
90ca8b49 11558 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 11559 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
11560 (ses-set-localvars): New function.
11561 (ses-make-cell): Add property-list as a cell element.
11562 (ses-cell-property-get-fun, ses-cell-property-get)
11563 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
11564 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
11565 New functions.
90ca8b49
VB
11566 (ses-cell-property-set, ses-cell-property-pop)
11567 (ses-cell-property-get-handle): New macro.
11568 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
11569 New aliases, used for code readability.
11570 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
11571 cycle detection.
11572 (ses-self-reference-early-detection): New defcustom.
fac916bf 11573 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
11574 (ses-mode): Use ses-set-localvars.
11575 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
11576 before lauching the update processing.
11577 (ses-initialize-Dijkstra-attempt): New function.
11578 (ses-recalculate-cell): Update for cycle detection based on
11579 Dijkstra algorithm.
11580
2bb63e81
VB
11581 * ses.el: Fix commenting and indenting convention.
11582
c9d29fb8
SM
115832011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
11584
11585 * bs.el (bs-cycle-next): Complete last change.
11586
d8e4b68b
JB
115872011-06-27 Drew Adams <drew.adams@oracle.com>
11588
11589 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
11590
40098786
LMI
115912011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
11592
c9d29fb8
SM
11593 * net/network-stream.el (network-stream-open-starttls):
11594 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
11595 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
11596
40098786
LMI
11597 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
11598 to binary to possibly avoid line encoding issues on Windows (among
11599 other things).
11600
468d09d4
LMI
116012011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
11602
11603 * net/network-stream.el (open-network-stream): Return an :error
11604 saying what the problem was, if possible.
11605
11606 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
11607 server.
11608
11609 * net/network-stream.el (network-stream-open-starttls): If we
11610 wanted to use STARTTLS, and the server offered it, but we weren't
11611 able to because we had no STARTTLS support, then close the connection.
11612 (open-network-stream): Return an :error element, if present.
11613
16f07dd7
CY
116142011-06-26 Chong Yidong <cyd@stupidchicken.com>
11615
88821ca0
CY
11616 * hl-line.el (hl-line-sticky-flag): Doc fix.
11617 (global-hl-line-sticky-flag): New option (Bug#8323).
11618 (global-hl-line-highlight): Obey it.
11619
16f07dd7
CY
11620 * vc/vc.el (vc-revert-show-diff): Default to t.
11621
6b5ccddf
KM
116222011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
11623
c9d29fb8
SM
11624 * allout-widgets.el (allout-widgets-post-command-business):
11625 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
11626 undecorated when an isearch is continued past, and isearch
11627 automatically collapses them. This leads to "widget leaks", where
11628 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
11629 hidden widgets can slow down cursor travel, substantially.
11630 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
11631 so we're doing without this nicety.
11632
11633 (allout-widgets-tally-string): Don't try to do a hash-table-count
11634 of allout-widgets-tally when it's nil. This eliminates spurious "Error
11635 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
11636 *Messages* when allout-widgets-maintain-tally is t.
11637
355f2e07
MR
116382011-06-26 Martin Rudalics <rudalics@gmx.at>
11639
11640 * window.el (display-buffer-normalize-argument): Rename to
11641 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
11642 LABEL argument. Respect special-display-function when popping up
11643 a new frame. Fix code searching for a window showing the buffer
11644 on another frame.
c9d29fb8
SM
11645 (display-buffer-normalize-specifiers):
11646 Call display-buffer-normalize-arguments.
355f2e07
MR
11647 (display-buffer-in-window): Don't undedicate the window if its
11648 buffer remains the same.
11649 Reported by Drew Adams <drew.adams@oracle.com>.
11650 (display-buffer-alist): Add choice for same-window macro
11651 specfier.
11652 (display-buffer): Mention special meaning of LABEL argument in
11653 doc-string. Fix quoting. Don't pop up a new frame even as
11654 fallback.
11655
7ca8fc42
JB
116562011-06-26 Juanma Barranquero <lekktu@gmail.com>
11657
11658 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
11659 avoid deleting the current window in some cases (bug#8911).
11660
bc312254
AS
116612011-06-26 Andreas Schwab <schwab@linux-m68k.org>
11662
11663 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
11664 (Bug#8934)
11665
2db18f3f
LMI
116662011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
11667
c9d29fb8
SM
11668 * net/network-stream.el (network-stream-open-starttls):
11669 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
11670 (network-stream-open-tls): Ditto.
11671
6302e0d3
LL
116722011-06-26 Leo Liu <sdl.web@gmail.com>
11673
11674 * register.el (registerv): New struct.
11675 (registerv-make): New function.
c9d29fb8
SM
11676 (jump-to-register, describe-register-1, insert-register):
11677 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
11678 struct. (Bug#8415)
11679
5fdd4046
CY
116802011-06-26 Chong Yidong <cyd@stupidchicken.com>
11681
2afef60a
CY
11682 * vc/vc.el (vc-revert-show-diff): New defcustom.
11683 (vc-diff-internal): New arg specifying diff buffer.
11684 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
11685 reuse an existing *vc-diff* buffer (Bug#8927).
11686
5fdd4046
CY
11687 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
11688
e93db24a
GM
116892011-06-26 Glenn Morris <rgm@gnu.org>
11690
11691 * progmodes/f90.el (f90-critical-indent): New option.
11692 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
11693 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
11694 (f90-mode): Doc fix.
11695 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
11696 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
11697 (f90-beginning-of-block, f90-next-block, f90-indent-region)
11698 (f90-match-end): Handle block, critical.
11699
eefff499
GM
117002011-06-25 Glenn Morris <rgm@gnu.org>
11701
f6ba4cc9
GM
11702 * calendar/diary-lib.el (diary-included-files): Doc fix.
11703 (diary-include-files): New function, extracted from
11704 diary-include-other-diary-files and diary-mark-included-diary-files.
11705 (diary-include-other-diary-files, diary-mark-included-diary-files):
11706 Just call diary-include-files.
11707 (diary-mark-entries): Reset diary-included-files on first call.
11708
16712304
GM
11709 * calendar/diary-lib.el (diary-mark-entries)
11710 (diary-mark-included-diary-files):
11711 Visit included diary-files in temp buffers.
11712
5d8e0d43
GM
11713 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
11714 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
11715 (f90-start-block-re, f90-imenu-generic-expression)
11716 (f90-looking-at-program-block-start, f90-no-block-limit):
11717 Add support for submodules.
11718
ccf7a5d5
GM
11719 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
11720 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 11721
11fdef7d 117222011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
11723
11724 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
11725 buffer-file-type before setting its value, to avoid disastrous
eefff499 11726 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 11727
74f53697
JB
117282011-06-25 Juanma Barranquero <lekktu@gmail.com>
11729
11730 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
11731
11732 * ses.el (ses-unload-function):
11733 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
11734
11735 * proced.el (proced-unload-function):
11736 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
11737
18a4ce5e
AR
117382011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
11739
11740 * server.el (server-create-window-system-frame): Add parameters arg.
11741 (server-process-filter): Doc fix. Handle frame-parameters.
11742
519d22cc
JB
117432011-06-25 Juanma Barranquero <lekktu@gmail.com>
11744
11745 Fix bug#8730, bug#8781.
11746
11747 * loadhist.el (unload--set-major-mode): New function.
11748 (unload-feature): Use it.
11749
11750 * progmodes/python.el (python-after-info-look): Add autoload cookie.
11751 (python-unload-function): New function.
11752
c206f5b0
SM
117532011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11754
11755 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
11756
f9ad64f3
GS
117572011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
11758
11759 * net/browse-url.el (browse-url-firefox-program): Add icecat to
11760 the candidates list.
11761
7d0da90e
JB
117622011-06-24 Juanma Barranquero <lekktu@gmail.com>
11763
11764 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
11765
14b4e83d
RS
117662011-06-23 Richard Stallman <rms@gnu.org>
11767
11768 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
11769 (rmail-variables): Set next-error-move-function.
11770 (rmail-what-message): Take argument POS.
11771 (rmail-next-error-move): New function.
11772
273d2baf
SM
117732011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
11774
11775 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
11776 messages for adjacent non-terminals.
11777
56c2cc9a
RS
117782011-06-23 Richard Stallman <rms@gnu.org>
11779
11780 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 11781 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
11782 (rmail-start-mail): Don't specify use of rmail-mail-return;
11783 that's done by mail-bury now.
11784 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 11785
d59eb518
MA
117862011-06-23 Michael Albinus <michael.albinus@gmx.de>
11787
11788 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
11789 SIZE is a number.
11790
02cfc6d6
MR
117912011-06-23 Martin Rudalics <rudalics@gmx.at>
11792
11793 * window.el (get-lru-window, get-mru-window)
11794 (get-largest-window): Never return a minibuffer window.
11795 (display-buffer-pop-up-window): Fix a bug that could lead to
11796 reusing the minibuffer window.
11797 (display-buffer): Pass original specifier argument to
11798 display-buffer-function instead of the normalized one.
11799 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
11800
4e323265
LL
118012011-06-22 Leo Liu <sdl.web@gmail.com>
11802
11803 * minibuffer.el (completing-read-function)
11804 (completing-read-default): Move from minibuf.c
11805
7a70468f
RS
118062011-06-22 Richard Stallman <rms@gnu.org>
11807
50718fc2
RS
11808 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
11809 to Rmail even if not started by a special Rmail command.
11810
7a70468f
RS
11811 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
11812 Copy the buffer currently showing just one message.
11813
297dde5a
RW
118142011-06-22 Roland Winkler <winkler@gnu.org>
11815
11816 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
11817 (bibtex-clean-entry): First delete the old key so that a
11818 customized algorithm for generating the new key does not get
11819 confused by the old key.
11820 (bibtex-url): Obey regexp of first step.
11821 (bibtex-search-entries): Do not use add-to-list with local
11822 list-var.
11823
97bb1093
LMI
118242011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
11825
11826 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
11827 stored a user name, then query for the password first, instead of
11828 waiting for SMTP to give an error message and the trying again.
11829
1c0f1a19
JD
118302011-06-22 Lawrence Mitchell <wence@gmx.li>
11831
11832 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
11833 BUFFER in call-process.
11834
396f7c9d
LMI
118352011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
11836
11837 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
11838 QUIT twice.
ddb7ffee
LMI
11839 (smtpmail-try-auth-methods): Require user name and password from
11840 auth-source.
396f7c9d 11841
8998d1b3
MR
118422011-06-22 Martin Rudalics <rudalics@gmx.at>
11843
11844 * window.el (display-buffer-default-specifiers)
11845 (display-buffer-alist): Remove entries for pop-up-frame-alist.
11846 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 11847 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
11848
11849 * frame.el (pop-up-frame-alist, pop-up-frame-function)
11850 (special-display-frame-alist, special-display-popup-frame):
11851 Remove duplicate declarations. These are now in window.el.
11852
4ea31e07
LMI
118532011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11854
c9d29fb8
SM
11855 * mail/smtpmail.el (smtpmail-via-smtp):
11856 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
11857 server supports it. SMTP servers that support STARTTLS commonly
11858 require it.
11859
11860 * net/network-stream.el (network-stream-open-starttls): Support
11861 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 11862 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 11863
95f41d9a
LMI
11864 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
11865 upgrades with `open-network-stream', and rely solely on
11866 auth-source for all credentials. Big changes throughout the file,
11867 but in particular:
c9d29fb8
SM
11868 (smtpmail-auth-credentials): Remove.
11869 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
11870 (smtpmail-via-smtp): Check for servers saying they want AUTH after
11871 MAIL FROM, too.
95f41d9a 11872
c9d29fb8
SM
11873 * net/network-stream.el (network-stream-open-starttls):
11874 Provide support for client certificates both for external and built-in
4ea31e07
LMI
11875 STARTTLS.
11876 (auth-source): Require.
11877 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
11878 (network-stream-certificate): Change cert-cert to cert and
11879 cert-key to key.
4ea31e07 11880
065ec2c7
MA
118812011-06-21 Michael Albinus <michael.albinus@gmx.de>
11882
11883 * net/tramp-cache.el (top): Don't load the persistency file when
11884 "emacs -Q" has been called.
11885
cd93b359
DR
118862011-06-21 Tim Harper <timcharper@gmail.com>
11887
d8e4b68b
JB
11888 * term/ns-win.el (ns-initialize-window-system):
11889 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
11890 resource to NO as it is not yet supported by the NS port.
11891
ae9c0411
JB
118922011-06-21 Juanma Barranquero <lekktu@gmail.com>
11893
11894 * misc.el (list-dynamic-libraries--refresh): Compute header here...
11895 (list-dynamic-libraries): ...not here.
11896
7f3f739f
LL
118972011-06-21 Leo Liu <sdl.web@gmail.com>
11898
11899 * subr.el (sha1): Implement sha1 using secure-hash.
11900
327c8fb1
MR
119012011-06-21 Martin Rudalics <rudalics@gmx.at>
11902
11903 * window.el (display-buffer-alist): In default value do not
11904 enforce searching a window on any but the selected frame.
11905 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
11906 (display-buffer-select-window): Remove function.
11907 (display-buffer-in-window): When a window on another frame gets
11908 reused, do not select it any more but just raise its frame if
11909 necessary (Bug#8851) and (Bug#8856).
11910 (display-buffer-normalize-options): Handle pop-up-frames related
11911 options more faithfully.
11912 (pop-to-buffer): Don't rely on `display-buffer' selecting the
11913 window if it is on another frame.
c9d29fb8
SM
11914 (display-buffer-alist, display-buffer-default-specifiers):
11915 Don't make new frame unsplittable by default.
9e9de014
MR
11916 (display-buffer-normalize-argument): Fix doc-string typo and use
11917 'same-frame-other-window instead of 'other-window when associating
11918 with display-buffer-macro-specifiers.
327c8fb1 11919
7cf3f556
VB
119202011-06-21 Vincent BelaĂ¯che <vincent.b.1@hotmail.fr>
11921
11922 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
11923 New functions.
11924 (5x5-mode-map, 5x5-mode-menu): Bind them.
11925 (5x5-draw-grid): Tweak the solver's rendering.
11926
60a406cf
SM
119272011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11928
11929 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
11930 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
11931
d8e4b68b 119322011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
11933
11934 * menu-bar.el: Use function variable instead of switch-to-buffer.
11935 (menu-bar-select-buffer-function): New variable.
60a406cf 11936 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 11937
478d6f95
SM
119382011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11939
11940 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
11941 variable's status.
11942
ca530739
JD
119432011-06-20 Jan Djärv <jan.h.d@swipnet.se>
11944
11945 * x-dnd.el (x-dnd-version-from-flags)
11946 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
11947 and long as number (Bug#8899).
11948 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
11949
bcd70d97
SM
119502011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
11951
60a406cf 11952 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
11953 (completion-try-completion, completion-all-completions): Compute the
11954 metadata argument if it's missing; make it optional (bug#8795).
11955
60a406cf 11956 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
11957 (widget-complete): Use new :completion-function property.
11958 (widget-completions-at-point): New function.
11959 (default): Use :completion-function instead of :complete.
60a406cf
SM
11960 (widget-default-completions): Rename from widget-default-complete;
11961 Rewrite.
bcd70d97
SM
11962 (widget-string-complete, widget-file-complete, widget-color-complete):
11963 Remove functions.
11964 (file, symbol, function, variable, coding-system, color):
11965 * international/mule-cmds.el (default-input-method, charset)
11966 (language-info-custom-alist):
11967 * cus-edit.el (face): Use new property :completions.
11968
11969 * progmodes/pascal.el (pascal-completions-at-point): New function.
11970 (pascal-mode): Use it.
11971 (pascal-mode-map): Use completion-at-point.
11972 (pascal-toggle-completions): Make obsolete.
11973 (pascal-complete-word, pascal-show-completions):
11974 * progmodes/octave-mod.el (octave-complete-symbol):
11975 Redefine as obsolete alias.
11976 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
11977 Signal absence of completion info for old Octave,
11978 (inferior-octave-complete): Redefine as obsolete alias.
11979 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
11980 (meta-completions-at-point): Rename from meta-complete-symbol and
11981 adapt it for use on completion-at-point-functions.
11982 (meta-common-mode): Use it.
11983 (meta-looking-at-backward, meta-match-buffer): Remove.
11984 (meta-complete-symbol): Redefine as obsolete alias.
11985 (meta-common-mode-map): Use completion-at-point.
11986 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
11987 (makefile-mode-map): Use completion-at-point.
11988 (makefile-completions-at-point): Rename from makefile-complete and
11989 adapt it for use on completion-at-point-functions.
11990 (makefile-mode): Use it.
11991 (makefile-complete): Redefine as obsolete alias.
11992
aebf69c8
DD
119932011-06-20 Deniz Dogan <deniz@dogan.se>
11994
11995 * net/rcirc.el: Delete trailing whitespaces once and for all.
11996
bfbbb27d
DC
119972011-06-20 Daniel Colascione <dan.colascione@gmail.com>
11998
11999 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
12000
d264a46b
CY
120012011-06-19 Chong Yidong <cyd@stupidchicken.com>
12002
4ca009e5
CY
12003 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
12004
d264a46b
CY
12005 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
12006
fbf5b3ce
MR
120072011-06-19 Martin Rudalics <rudalics@gmx.at>
12008
12009 * window.el (display-buffer-other-window-means-other-frame):
12010 Call display-buffer-normalize-alist.
12011 (display-buffer-normalize-specifiers-1): Rename to
12012 display-buffer-normalize-argument. New argument other-frame.
12013 Rewrite.
12014 (display-buffer-normalize-specifiers-2): Rename to
12015 display-buffer-normalize-options.
12016 (display-buffer-normalize-alist-1): New function.
12017 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
12018 display-buffer-normalize-alist.
12019 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
12020 (display-buffer-normalize-options-inhibit): New variable.
12021 (display-buffer-normalize-specifiers): Rewrite calling
12022 display-buffer-normalize-alist,
12023 display-buffer-normalize-argument, and
12024 display-buffer-normalize-options. Don't call the latter if
12025 display-buffer-normalize-options-inhibit is non-nil.
12026 (frame-auto-delete): New option.
12027 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
12028 (window-list-no-nils, window-state-ignored-parameters)
12029 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
12030 (window-state-put-1, window-state-put-2, window-state-put):
12031 New functions.
9a028c23
MR
12032 (display-buffer-normalize-options): Move special-display-p group
12033 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 12034
6d10d800
CY
120352011-06-18 Chong Yidong <cyd@stupidchicken.com>
12036
6420d28b
CY
12037 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
12038 groups (Bug#8776).
12039 (rx-submatch-n): New function.
12040 (rx): Document it.
12041
ddb8b596
CY
12042 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
12043 (Bug#8768).
12044
12045 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
12046
77080289
CY
12047 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
12048
61dfb316
CY
12049 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
12050 anytime existing face settings are present (Bug#8889).
12051
6d10d800
CY
12052 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
12053 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
12054 Remove unused argument.
12055
be3fb2b8
MR
120562011-06-18 Martin Rudalics <rudalics@gmx.at>
12057
bcd70d97
SM
12058 * window.el (display-buffer-default-specifiers):
12059 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
12060 pop-up-window-min-width, and another reuse-window specifier
12061 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
12062 (display-buffer-normalize-specifiers-2):
12063 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
12064 pop-up-windows is unset. Add a reuse-window specifier for the
12065 case popping up a new window fails.
12066 (special-display-popup-frame): Remove double quoting.
28dec25a 12067 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 12068
1c6d8c76
SM
120692011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
12070
12071 * shell.el (shell-completion-vars): Set pcomplete-termination-string
12072 according to comint-completion-addsuffix.
12073
12074 * pcomplete.el: Convert to lexical binding and fix bug#8819.
12075 (pcomplete-suffix-list): Mark as obsolete.
12076 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
12077 pcomplete-seen in the closure.
12078 (pcomplete-comint-setup): Setup completion-at-point as well.
12079 (pcomplete--entries): New function.
12080 (pcomplete--env-regexp): New var.
12081 (pcomplete-entries): Rewrite to work with partial-completion and
12082 without relying on pcomplete-suffix-list.
12083 (pcomplete-pare-list): Remove, unused.
12084
25aef8b8
MR
120852011-06-17 Martin Rudalics <rudalics@gmx.at>
12086
12087 * window.el (display-buffer-alist): Set pop-up-window-min-height
12088 and pop-up-window-min-width in default value. Reported by
12089 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
12090 other-window-means-other-frame.
12091 (display-buffer-macro-specifiers): Comment out entry for
12092 other-window specifier.
12093 (display-buffer-other-window-means-other-frame): New function.
12094 (display-buffer-normalize-specifiers-1): New arguments
12095 buffer-name and label. Treat other-window case specially.
12096 (display-buffer-normalize-specifiers-2): Treat other-window case
12097 specially.
12098 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
12099 (display-buffer-normalize-specifiers):
12100 Call display-buffer-normalize-specifiers-3.
25aef8b8 12101
dbad4f69
MR
121022011-06-17 Martin Rudalics <rudalics@gmx.at>
12103
12104 * window.el (same-window-p): Fix two typos introduced when
12105 adding with-no-warnings.
d1067961
MR
12106 (display-buffer-normalize-specifiers-1): Don't check
12107 pop-up-frames for 'unset initialization.
12108 (display-buffer-normalize-specifiers-2): Major rewrite using
12109 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
12110 (pop-up-frames, display-buffer-reuse-frames)
12111 (display-buffer-mark-dedicated): Don't initialize to 'unset.
12112 Suggested by David Engster <deng@randomsample.de>.
12113 (even-window-heights): Initialize to 'unset.
12114 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
12115 (display-buffer-macro-specifiers): Don't pop up a new frame in the
12116 other window case.
dbad4f69 12117
9b9c9e3a
MR
121182011-06-16 Martin Rudalics <rudalics@gmx.at>
12119
bcd70d97
SM
12120 * window.el (display-buffer-normalize-specifiers-1):
12121 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 12122 second argument of display-buffer (Bug#8865).
981d5c09
MR
12123 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
12124 (switch-to-buffer-other-window-same-frame)
12125 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
12126 Adams (Bug#8875).
9c2755e9
MR
12127 (display-buffer): Don't check noninteractive when calling
12128 display-buffer-pop-up-frame.
12129 (display-buffer-pop-up-frame): Never pop up a frame in
12130 noninteractive mode (Bug#8857).
67222e1d
MR
12131 (enlarge-window, shrink-window): Don't report an error when the
12132 window can't be resized as requested (Bug#8862).
9b9c9e3a 12133
2b75be67
SM
121342011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12135
9ffdd3ba
SM
12136 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
12137
cb581a67
SM
12138 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
12139
2b75be67
SM
12140 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
12141
8c0e3589
AM
121422011-06-15 Alan Mackenzie <acm@muc.de>
12143
cb581a67
SM
12144 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
12145 for declarators, disable knr checking to speed up for normal files.
12146 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 12147
b96e6cde
LMI
121482011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12149
4bba86e6
LMI
12150 * net/network-stream.el (open-network-stream): Add the keyword
12151 :always-query-capabilities for the case where you want to force a
12152 `plain' network connection, but the protocol still requires the
12153 capabilitiy command (i.e., SMTP and EHLO).
12154
2b75be67 12155 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
12156 consistency with other `-live-p' functions.
12157
efdcdbf8
SM
121582011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12159
12160 * window.el (same-window-buffer-names, same-window-regexps)
12161 (special-display-frame-alist, special-display-popup-frame)
12162 (special-display-function, special-display-buffer-names)
12163 (special-display-regexps, pop-up-frame-alist)
12164 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
12165 (pop-up-windows, split-window-preferred-function)
12166 (split-height-threshold, split-width-threshold, even-window-heights)
12167 (display-buffer-mark-dedicated): Don't encourage the use of
12168 display-buffer-alist from Elisp code.
12169
c5cde042
DN
121702011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
12171
12172 * progmodes/python.el (python-mode): Derive from prog-mode.
12173 * progmodes/ps-mode.el (ps-mode):
12174 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 12175 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
12176 * progmodes/ld-script.el (ld-script-mode): Likewise.
12177
baa1c9ab
MR
121782011-06-15 Martin Rudalics <rudalics@gmx.at>
12179
12180 * window.el (display-buffer-alist): Trim default value to avoid
12181 popping up a new frame (Bug#8857) or reusing an arbitrary window
12182 on another frame.
12183 (display-buffer): Do not fall back on popping up a new frame in
12184 batch mode (Bug#8857).
12185
c5dd5a51
CY
121862011-06-14 Chong Yidong <cyd@stupidchicken.com>
12187
12188 * cus-theme.el (describe-theme-1): Use custom-theme-p.
12189 (custom-theme-summary): New function.
12190 (customize-themes): Use it.
12191
d647b7c4
GM
121922011-06-13 Glenn Morris <rgm@gnu.org>
12193
12194 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
12195
9481c002
MR
121962011-06-13 Martin Rudalics <rudalics@gmx.at>
12197
357f93d2
MR
12198 * help.el (help-window): Remove variable.
12199 (help-window-point-marker, temp-buffer-max-height)
12200 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
12201 (help-print-return-message): Don't set help-window.
12202 (resize-temp-buffer-window): Rewrite cod eand doc-string.
12203 (help-window-setup-finish): Remove.
12204 (help-window-display-message, help-window-setup)
12205 (with-help-window): Major rewrite based on new
12206 display-buffer-window variable.
12207
12208 * help-mode.el (help-mode-finish): Remove help-window related
12209 code.
12210
12211 * view.el (view-exits-all-viewing-windows): Remove reference to
12212 view-return-to-alist in doc-string.
12213 (view-return-to-alist): Make obsolete.
12214 (view-buffer): Call pop-to-buffer-same-window and remove
12215 undo-window code.
12216 (view-buffer-other-window): Call pop-to-buffer-other-window and
12217 simplify code. Ignore second argument.
12218 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
12219 simplify code. Ignore second argument.
12220 (view-return-to-alist-update): Make obsolete.
12221 (view-mode-enter): Rename second argument to QUIT-RESTORE.
12222 Rewrite using quit-restore window parameters.
2b75be67
SM
12223 (view-mode-exit): Rename second argument to EXIT-ONLY.
12224 Rewrite using quit-restore-window.
357f93d2
MR
12225 (View-exit, View-exit-and-edit, View-leave, View-quit)
12226 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
12227 appropriate arguments.
12228 (view-end-message): Use quit-restore window parameter.
12229
9481c002
MR
12230 * window.el (display-buffer-function): Rewrite doc-string.
12231 (display-buffer-window, display-buffer-alist): New variables.
12232 (display-buffer-split-specifiers)
12233 (display-buffer-side-specifiers)
12234 (display-buffer-macro-specifiers): New constants.
12235 (display-buffer-even-window-sizes, display-buffer-set-height)
12236 (display-buffer-set-width, display-buffer-select-window)
12237 (display-buffer-in-window, display-buffer-reuse-window)
12238 (display-buffer-split-window-1, display-buffer-split-window)
12239 (display-buffer-split-atom-window, display-buffer-pop-up-window)
12240 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
12241 (display-buffer-in-side-window, normalize-buffer-to-display)
12242 (display-buffer-normalize-specifiers-1)
12243 (display-buffer-normalize-specifiers-2)
2b75be67
SM
12244 (display-buffer-normalize-specifiers, display-buffer-frame):
12245 New functions.
9481c002
MR
12246 (display-buffer): Major rewrite.
12247 (display-buffer-other-window, display-buffer-other-frame)
12248 (pop-to-buffer, switch-to-buffer-other-window)
12249 (switch-to-buffer-other-frame): Rewrite.
12250 (display-buffer-same-window, display-buffer-same-frame)
12251 (display-buffer-same-frame-other-window)
12252 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
12253 (pop-to-buffer-other-window)
12254 (pop-to-buffer-same-frame-other-window)
12255 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
12256 (switch-to-buffer-other-window-same-frame): New functions.
12257 (same-window-p, special-display-p): Rewrite disabling warnings.
12258 Make obsolete.
12259 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
12260 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
12261 Make obsolete
12262 (same-window-buffer-names, same-window-regexps)
12263 (special-display-frame-alist, special-display-popup-frame)
12264 (special-display-function, special-display-buffer-names)
12265 (special-display-regexps, pop-up-frame-alist)
12266 (pop-up-frame-function, split-window-preferred-function)
12267 (split-height-threshold, split-width-threshold)
12268 (even-window-heights): Make obsolete.
12269
9db51aca
GM
122702011-06-12 Glenn Morris <rgm@gnu.org>
12271
12272 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 12273 Misc simplifications.
9db51aca 12274
39cffb44
MR
122752011-06-12 Martin Rudalics <rudalics@gmx.at>
12276
12277 * window.el (window-safely-shrinkable-p): Restore function which
12278 was inadvertently removed in change from 2011-06-11. Declare as
12279 obsolete.
12280
2b75be67
SM
12281 * calendar/calendar.el (calendar-generate-window):
12282 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
12283 window-safely-shrinkable-p.
12284
a8955be7
GM
122852011-06-12 Glenn Morris <rgm@gnu.org>
12286
12287 * progmodes/fortran.el (fortran-mode-syntax-table):
12288 * progmodes/f90.el (f90-mode-syntax-table):
12289 Set % to punctuation. (Bug#8820)
12290 (f90-find-tag-default): Remove, no longer needed.
12291
f0d4059d
DC
122922011-06-12 Daniel Colascione <dan.colascione@gmail.com>
12293
12294 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
12295
1100a63c
CY
122962011-06-11 Chong Yidong <cyd@stupidchicken.com>
12297
12298 * image.el (image-animated-p): Return animation delay in seconds.
12299 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
12300 (image-animate-timeout): Remove DELAY argument. Don't assume
12301 every subimage has the same delay; get it from image-animated-p.
12302 (image-animate): Caller changed.
12303
def722bf
MA
123042011-06-11 Michael Albinus <michael.albinus@gmx.de>
12305
12306 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
12307 to ignored backtrace functions.
12308
0a2bb1a9
GM
123092011-06-11 Glenn Morris <rgm@gnu.org>
12310
12311 * calendar/appt.el (appt-disp-window-function): Doc fix.
12312 (appt-check): Handle overlapping appointments. (Bug#8337)
12313
6198ccd0
MR
123142011-06-11 Martin Rudalics <rudalics@gmx.at>
12315
12316 * window.el (window-tree-1, window-tree): New functions, moving
12317 the latter to window.el.
12318 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
12319 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
12320 (bw-refresh-edges): Remove.
12321 (balance-windows-1, balance-windows-2): New functions.
12322 (balance-windows): Rewrite in terms of window tree functions,
12323 balance-windows-1 and balance-windows-2.
12324 (bw-adjust-window): Remove.
12325 (balance-windows-area-adjust): New function with functionality of
12326 bw-adjust-window but using resize-window.
2b75be67
SM
12327 (set-window-text-height): Rewrite doc-string.
12328 Use normalize-live-window and resize-window.
12329 (enlarge-window-horizontally, shrink-window-horizontally):
12330 Rename argument to DELTA.
6198ccd0
MR
12331 (window-buffer-height): New function.
12332 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
12333 Rewrite using new window resize routines.
2b75be67
SM
12334 (kill-buffer-and-window, mouse-autoselect-window-select):
12335 Use ignore-errors instead of condition-case.
6198ccd0
MR
12336 (quit-window): Call delete-frame instead of delete-windows-on
12337 for the only buffer on frame.
12338
9397e56f
MR
123392011-06-10 Martin Rudalics <rudalics@gmx.at>
12340
12341 * loadup.el (top-level): Load window before files for the sake
12342 of replace-buffer-in-windows.
12343
12344 * files.el (read-buffer-to-switch)
12345 (switch-to-buffer-other-window)
2b75be67
SM
12346 (switch-to-buffer-other-frame, display-buffer-other-frame):
12347 Move to window.el.
9397e56f
MR
12348
12349 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
12350 (previous-buffer): Move to window.el.
12351
12352 * bindings.el (unbury-buffer): Move to window.el.
12353
12354 * window.el (delete-other-windows-vertically): Move after
12355 definition of delete-other-windows.
12356 (other-window, delete-windows-on, replace-buffer-in-windows):
12357 Move here from window.c.
12358 (record-window-buffer, unrecord-window-buffer)
12359 (set-window-buffer-start-and-point, switch-to-prev-buffer)
12360 (switch-to-next-buffer): New functions.
12361 (get-next-valid-buffer, last-buffer, next-buffer): Move here
12362 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
12363 (previous-buffer): Move here from simple.el.
12364 Call switch-to-prev-buffer.
9397e56f
MR
12365 (bury-buffer): Move here from buffer.c. Switch to previous
12366 buffer when window cannot be deleted.
12367 (unbury-buffer): Move here from bindings.el.
12368 (ctl-x-map): Move binding for other-window from window.c to
12369 here.
12370 (read-buffer-to-switch, switch-to-buffer-other-window)
12371 (switch-to-buffer-other-frame): Move here from files.el.
12372 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
12373 (switch-to-buffer): Move here from buffer.c.
12374 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 12375
562dd5e9
MR
123762011-06-10 Martin Rudalics <rudalics@gmx.at>
12377
12378 * window.el (window-min-height, window-min-width): Move here
12379 from window.c. Add defcustoms and rewrite doc-strings.
12380 (resize-mini-window, resize-window): New functions.
12381 (adjust-window-trailing-edge, enlarge-window, shrink-window):
12382 Move here from window.c.
12383 (maximize-window, minimize-window): New functions.
12384 (delete-window, delete-other-windows, split-window): Move here
12385 from window.c.
12386 (window-split-min-size): New function.
12387 (split-window-keep-point): Mention split-window-above-each-other
12388 instead of split-window-vertically.
2b75be67 12389 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
12390 Rename split-window-vertically to split-window-above-each-other
12391 and provide defalias for old definition.
12392 (split-window-side-by-side, split-window-horizontally):
12393 Rename split-window-horizontally to split-window-side-by-side
12394 and provide defalias for the old definition.
562dd5e9
MR
12395 (ctl-x-map): Move bindings for delete-window,
12396 delete-other-windows and enlarge-window here from window.c.
12397 Replace bindings for split-window-vertically and
12398 split-window-horizontally by bindings for
12399 split-window-above-each-other and split-window-side-by-side.
12400
12401 * cus-start.el (all): Remove entries for window-min-height and
12402 window-min-width. Add entries for window-splits and
12403 window-nest.
12404
f0da764a
GM
124052011-06-09 Glenn Morris <rgm@gnu.org>
12406
80675c21
GM
12407 * calendar/appt.el (appt-mode-line): New function.
12408 (appt-check, appt-disp-window): Use it.
12409
f0da764a
GM
12410 * files.el (hack-one-local-variable-eval-safep):
12411 Allow minor-modes with explicit +/-1 arguments.
12412
59f623b7
TZ
124132011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
12414
12415 * term/xterm.el (xterm): Add defgroup.
12416 (xterm-extra-capabilities): Add defcustom to supply known xterm
12417 capabilities, skip querying them, or query them (default).
12418 (terminal-init-xterm): Use it.
12419 (terminal-init-xterm-modify-other-keys): New function to set up
12420 modifyOtherKeys support to simplify `terminal-init-xterm'.
12421
9aab8e0d
MR
124222011-06-09 Martin Rudalics <rudalics@gmx.at>
12423
12424 * window.el (resize-window-reset, resize-window-reset-1)
12425 (resize-subwindows-skip-p, resize-subwindows-normal)
12426 (resize-subwindows, resize-other-windows, resize-this-window)
12427 (resize-root-window, resize-root-window-vertically)
12428 (window-deletable-p, window-or-subwindow-p)
12429 (frame-root-window-p): New functions.
12430
e8b08aee
GM
124312011-06-09 Glenn Morris <rgm@gnu.org>
12432
12433 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
12434 (ange-ftp-get-files): Use it.
12435
254c37a5
AK
124362011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
12437
12438 * mail/sendmail.el (mail-recover-1, mail-recover):
12439 * files.el (recover-file, recover-session):
12440 Handle dired-listing-switches not being just a single short option.
12441
35d7dbd3
GM
124422011-06-09 Glenn Morris <rgm@gnu.org>
12443
12444 * calendar/appt.el (appt-display-message, appt-disp-window):
12445 Handle lists of appointments.
12446
387522b2
MR
124472011-06-08 Martin Rudalics <rudalics@gmx.at>
12448
2b75be67
SM
12449 * window.el (one-window-p): Move down in code.
12450 Rewrite doc-string.
12451 (window-current-scroll-bars): Rewrite doc-string.
12452 Normalize live window argument.
387522b2
MR
12453 (walk-windows, get-window-with-predicate, count-windows):
12454 Rewrite doc-string. Use window-list-1.
12455 (window-in-direction-2, window-in-direction, get-mru-window):
12456 New functions.
12457
d8e4b68b 124582011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
12459
12460 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
12461 Doc fix (Bug#8713).
12462
124632011-06-08 Chong Yidong <cyd@stupidchicken.com>
12464
12465 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
12466
124672011-06-08 Juanma Barranquero <lekktu@gmail.com>
12468
12469 * loadhist.el (unload-feature-special-hooks):
12470 Add `comint-output-filter-functions'.
12471
0de12c52
IK
124722011-06-08 Ivan Kanis <gnu@kanis.fr>
12473
12474 * calendar/appt.el (appt-check): Move some initializations into the let.
12475
f3d1777e
MR
124762011-06-08 Martin Rudalics <rudalics@gmx.at>
12477
12478 * window.el (window-height): Defalias to window-total-height.
12479 (window-width): Defalias to window-body-width.
12480
18af70d0
CY
124812011-06-07 Chong Yidong <cyd@stupidchicken.com>
12482
12483 * image-mode.el (image-toggle-animation): New command.
12484 (image-mode-map): Bind it to RET.
12485 (image-mode): Update message.
12486 (image-toggle-display-image): Avoid a spurious cache flush.
12487 (image-transform-rotation): Doc fix.
12488 (image-transform-properties): Return quickly in the normal case.
12489 (image-animate-loop): Rename from image-animate-max-time.
12490
2b75be67 12491 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
12492 (create-animated-image): Remove unnecessary function.
12493 (image-animate): Rename from image-animate-start. New arg.
2b75be67 12494 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
12495 (image-animate-timer): Use car-safe.
12496 (image-animate-timeout): Rename argument.
12497
190b47e6
MR
124982011-06-07 Martin Rudalics <rudalics@gmx.at>
12499
12500 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
12501 window.c. Rename first argument to ALL-FRAMES.
12502 Rephrase doc-strings.
12503 (get-buffer-window-list): Rewrite using window-list-1.
12504 Rephrase doc-string.
a1511caf
MR
12505 (window-safe-min-height, window-safe-min-width): New constants.
12506 (window-size-ignore, window-min-size, window-min-size-1)
12507 (window-sizable, window-sizable-p, window-size-fixed-1)
12508 (window-size-fixed-p, window-min-delta-1, window-min-delta)
12509 (window-max-delta-1, window-max-delta, window-resizable)
12510 (window-resizable-p, window-total-height, window-total-width)
12511 (window-body-width): New functions.
12512 (window-full-height-p, window-full-width-p): Rewrite using
12513 window-total-size.
12514 (window-body-height): Rewrite using window-body-size.
190b47e6 12515
85cc1f11
MR
125162011-06-06 Martin Rudalics <rudalics@gmx.at>
12517
12518 * window.el (window-right, window-left, window-child)
12519 (window-child-count, window-last-child, window-any-p)
12520 (normalize-live-buffer, normalize-live-frame)
12521 (normalize-any-window, normalize-live-window)
12522 (window-iso-combination-p, window-iso-combined-p)
12523 (window-iso-combinations)
12524 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
12525 (windows-with-parameter, window-with-parameter)
12526 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
12527 (window-atom-check, window-side-check, window-check):
12528 New functions.
85cc1f11
MR
12529 (ignore-window-parameters, window-sides, window-sides-vertical)
12530 (window-sides-slots): New variables.
12531 (window-size-fixed): Move down in code. Minor doc-string fix.
12532
e7156492
AS
125332011-06-05 Andreas Schwab <schwab@linux-m68k.org>
12534
12535 * comint.el (comint-dynamic-complete-as-filename)
12536 (comint-dynamic-complete-filename): Correctly call
12537 completion-in-region.
12538
7e821d0d
DD
125392011-06-05 Deniz Dogan <deniz@dogan.se>
12540
12541 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
12542 in last change.
12543
ac09b8a1
DD
125442011-06-05 Deniz Dogan <deniz@dogan.se>
12545
12546 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
12547 (rcirc): Use it to prompt for encryption.
12548
34699b85
RW
125492011-06-05 Roland Winkler <winkler@gnu.org>
12550
12551 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
12552 (bibtex-search-entries): New command bound to C-c C-a.
12553 (bibtex-display-entries): New function.
12554
004dedd3
RW
125552011-06-05 Roland Winkler <winkler@gnu.org>
12556
12557 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
12558 (bibtex-insert-kill): After yanking insert newline if necessary.
12559 (bibtex-initialize): Call bibtex-string-files-init only once.
12560 (bibtex-mode): Do not call easy-menu-add.
12561 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
12562 (bibtex-yank): Set arg properly if nil.
12563
022fe7ce
RW
125642011-06-05 Roland Winkler <winkler@gnu.org>
12565
2b75be67
SM
12566 * textmodes/bibtex.el (bibtex-search-entry-globally):
12567 New variable.
022fe7ce
RW
12568 (bibtex-search-entry): Use it.
12569
b7c3692a
RW
125702011-06-05 Roland Winkler <winkler@gnu.org>
12571
12572 * textmodes/bibtex.el (bibtex-entry-format): New option
12573 sort-fields.
12574 (bibtex-format-entry, bibtex-reformat): Honor this option.
12575 (bibtex-parse-entry): Return fields in proper order.
12576
8eda563d
JB
125772011-06-05 Juanma Barranquero <lekktu@gmail.com>
12578
12579 * doc-view.el (doc-view-remove-if): Move computation of result out
12580 of `dolist' to silence misleading lexical-binding warning.
12581
7dbe3dbc
CY
125822011-06-04 Chong Yidong <cyd@stupidchicken.com>
12583
12584 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
12585 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
12586
0c33dd17
MA
125872011-06-04 Michael Albinus <michael.albinus@gmx.de>
12588
12589 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
12590 "SunOS 5.10".
12591
f8f91c2b
MA
125922011-06-04 Michael Albinus <michael.albinus@gmx.de>
12593
12594 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
12595 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
12596 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
12597 (tramp-parse-putty):
12598 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
12599 (tramp-completion-function-alist-ssh)
12600 (tramp-completion-function-alist-telnet)
12601 (tramp-completion-function-alist-su)
12602 (tramp-completion-function-alist-putty): Set `tramp-autoload'
12603 cookie.
12604
12605 * net/tramp-ftp.el:
12606 * net/tramp-sh.el:
12607 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
12608 load "tramp.el" `tramp-set-completion-function'.
12609
e17d9003
SM
126102011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
12611
12612 * shell.el: Require and use pcomplete.
12613 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
12614 (shell-completion-vars): Set pcomplete-default-completion-function.
12615
6c4cab03
DD
126162011-06-04 Deniz Dogan <deniz@dogan.se>
12617
12618 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
12619 `memq' (Bug#8799).
12620
ea9fafe0
SM
126212011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
12622
12623 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
12624
b3e945d3
JB
126252011-06-02 Juanma Barranquero <lekktu@gmail.com>
12626
12627 * bs.el (bs--mark-unmark, bs--nth-wrapper):
12628 * mpc.el (mpc-select-extend, mpc-songpointer-context):
12629 * vc/log-view.el (log-view-beginning-of-defun):
12630 * vc/smerge-mode.el (smerge-apply-resolution-patch)
12631 (smerge-refine-forward, smerge-refine-chopup-region):
12632 Silence warning for unused `dotimes' counter variables.
12633
7d520089
SM
126342011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
12635
12636 * net/tramp.el (tramp-with-progress-reporter): Rename from
12637 with-progress-reporter. Use `declare'.
12638 * net/tramp-smb.el:
12639 * net/tramp-sh.el:
12640 * net/tramp-gvfs.el: Update all uses.
12641
a1c2400f
JB
126422011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
12643
12644 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
12645 buffer isn't killed before making it current.
12646
2403c841
SM
126472011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
12648
12649 Silence various byte-compiler warnings.
12650 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
12651 `access-type' and new obsolescence format.
12652 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
12653 new format.
12654 (byte-compile-check-variable): New `access-type' argument.
12655 Only warn if the access-type is obsolete.
12656 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
12657 (byte-compile-variable-set): Adjust callers.
12658 * help-fns.el (describe-variable): Adjust to new obsolescence format.
12659 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
12660 setting it as obsolete.
12661 * simple.el (minibuffer-completing-symbol):
12662 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
12663 access as obsolete.
12664 * minibuffer.el (minibuffer-completing-file-name): Don't make it
12665 obsolete yet.
12666 * international/quail.el (quail-mouse-choose-completion): Remove unused
12667 code referring to obsolete var.
12668 (quail-choose-completion-string): Remove.
12669 * server.el (server-clients-with, server-kill-buffer-query-function)
12670 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
12671 * proced.el (proced-send-signal):
12672 * emacs-lisp/lisp.el (lisp-complete-symbol):
12673 Replace completion-annotate-function with completion-extra-properties.
12674
2462470b
SM
126752011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
12676
fb5b2591
SM
12677 * simple.el (goto-line): Use read-number.
12678 (overriding-map-is-bound): Remove.
12679 (saved-overriding-map): Change default.
12680 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
12681 Take the map as argument.
12682 (universal-argument, negative-argument, digit-argument): Use it.
12683 (restore-overriding-map): Adjust.
12684 (do-auto-fill): Use fill-forward-paragraph.
12685 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
12686
fd6fa53f
SM
12687 * minibuffer.el (minibuffer-inactive-mode-map): New var.
12688 (minibuffer-inactive-mode): New major mode.
12689 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
12690 the *Messages* buffer" hack.
12691 (mouse-popup-menubar): Don't burp if the event is a normal key.
12692
2462470b
SM
12693 Miscellaneous tweaks.
12694 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
12695 lexical scoping as in subr.el's dolist and dotimes.
12696 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
12697 Silence compiler warning.
12698 * thingatpt.el (forward-whitespace): Trivial coding style fix.
12699 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
12700 * international/ccl.el (ccl-compile): Trivial simplification.
12701 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
12702 * emacs-lisp/testcover.el (testcover-end): Remove spurious
12703 `printflag' argument.
12704 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
12705 Purecopy the whole obsolescence data.
12706
108bf785
LL
127072011-06-01 Leo Liu <sdl.web@gmail.com>
12708
12709 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
12710 improve doc-string as suggested by Marco Pessotto
12711 <melmothx@gmail.com>.
12712 (rcirc-print): Fix last change.
12713
30a23501
SM
127142011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12715
12716 * minibuffer.el (complete-with-action): Return nil for the metadata and
12717 boundaries of non-functional tables.
12718 (completion-table-dynamic): Return nil for the metadata.
12719 (completion-table-with-terminator): Add default case, using
12720 complete-with-action.
12721 (completion--metadata): New function.
12722 (completion-all-sorted-completions, minibuffer-completion-help): Use it
12723 to try and avoid pathological performance problems.
12724 (completion--embedded-envvar-table): Return `category' metadata.
12725
bcd54f83
LMI
127262011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
12727
12728 * subr.el (process-alive-p): New tiny convenience function.
12729
e227544d
SM
127302011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12731
12732 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
12733 content but also its previous major mode.
12734
e8296fdc
HE
127352011-05-31 Helmut Eller <eller.helmut@gmail.com>
12736
4d61f28d 12737 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
12738 *Backtrace* buffer when we exit with C-M-c.
12739
620c53a6
SM
127402011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12741
12742 * minibuffer.el: Add metadata method to completion tables.
12743 (completion-category-overrides): New defcustom.
12744 (completion-metadata, completion--field-metadata)
12745 (completion-metadata-get, completion--styles)
12746 (completion--cycle-threshold): New functions.
12747 (completion-try-completion, completion-all-completions):
12748 Add `metadata' argument to choose completion-styles.
12749 (completion--do-completion): Use metadata to choose cycling.
12750 (completion-all-sorted-completions): Use metadata for sorting.
12751 Remove :completion-cycle-penalty which is not needed any more.
12752 (completion--try-word-completion): Add `metadata' argument.
12753 (minibuffer-completion-help): Check metadata for annotation function
12754 and sorting.
12755 (completion-file-name-table): Return `category' metadata.
12756 (minibuffer-completing-file-name): Make obsolete.
12757 * simple.el (minibuffer-completing-symbol): Make obsolete.
12758 * icomplete.el (icomplete-completions): Pass new `metadata' param to
12759 completion-try-completion.
12760
1257e755
SM
127612011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12762
12763 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
12764
3767e706
LL
127652011-05-30 Leo Liu <sdl.web@gmail.com>
12766
12767 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
12768 (rcirc-print): Decode all incoming messages (bug#8744).
12769 (rcirc-decode-coding-system): Allow value nil for automatic coding
12770 system detection.
3767e706 12771
d1a5d56a
GM
127722011-06-01 Glenn Morris <rgm@gnu.org>
12773
12774 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
12775
e8cbec34
CY
127762011-05-29 Chong Yidong <cyd@stupidchicken.com>
12777
12778 * image.el (image-animate-max-time): Allow nil and t values.
12779 Default to nil.
12780 (create-animated-image): Doc fix.
12781 (image-animate-start): Remove second arg; just use
12782 image-animate-max-time.
12783 (image-animate-timeout): Doc fix. Args changed.
12784
12785 * image-mode.el (image-toggle-display-image): Ensure that the
12786 image spec passed to the animate timer is the same object as in
58179cce 12787 the buffer's display property (Bug#6981).
e8cbec34
CY
12788 (image-transform-properties): Doc fix.
12789
12790 * image.el (image-animate-max-time): Default to nil.
12791
159daf87
MR
127922011-05-29 Martin Rudalics <rudalics@gmx.at>
12793
12794 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
12795 entire buffer list (Bug#8184).
12796
d66c4c7c
CY
127972011-05-29 Chong Yidong <cyd@stupidchicken.com>
12798
12799 * image.el (imagemagick-types-inhibit)
12800 (imagemagick-register-types): Doc fix.
12801
80aec780
DD
128022011-05-29 Deniz Dogan <deniz@dogan.se>
12803
12804 * net/rcirc.el (rcirc): Use the user's stored encryption method by
12805 default.
12806
1dd3c2d9
CY
128072011-05-29 Chong Yidong <cyd@stupidchicken.com>
12808
12809 * select.el: Don't perform clipboard-manager saving in hooks;
12810 leave the hooks empty.
12811
60e56523
LL
128122011-05-28 Leo Liu <sdl.web@gmail.com>
12813
12814 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
12815 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
12816 (occur-edit-mode): New major mode (Bug#8463).
12817 (occur-after-change-function): New function.
12818 (occur-engine): Give Occur tags a read-only property.
12819
2b1e1a22
KR
128202011-05-28 Kevin Ryde <user42@zip.com.au>
12821
12822 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
12823
5d344e88
CY
128242011-05-28 Chong Yidong <cyd@stupidchicken.com>
12825
8e6ca83d
CY
12826 * bindings.el (help-echo): Make the initial non-indicator dash
12827 empty on graphical terminals (Bug#7295).
12828
5d344e88
CY
12829 * files.el (auto-mode-alist): Move config rule after the
12830 in-stripping one (Bug#8547).
12831
bfbbace7
CY
12832 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
12833
fbeba6e2
CY
12834 * startup.el (normal-splash-screen): Remove gratuitous mode-line
12835 setting (Bug#8740).
12836
60ed8c72
AA
128372011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
12838
4ac619f0
AA
12839 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
12840 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
12841 (Bug#8539).
60ed8c72 12842
23db196e
CY
128432011-05-28 Chong Yidong <cyd@stupidchicken.com>
12844
12845 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
12846
5012f24c
DK
128472011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
12848
12849 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
12850 (hs-hide-block-at-point, hs-find-block-beginning)
12851 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
12852 (Bug#8279).
12853
6a639b16
GM
128542011-05-28 Glenn Morris <rgm@gnu.org>
12855
12856 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
12857
d43eaf2c
CY
128582011-05-28 Chong Yidong <cyd@stupidchicken.com>
12859
5199bde1
CY
12860 * help-fns.el (describe-function-1): If the function is a derived
12861 major mode, print the parent mode.
12862
d43eaf2c
CY
12863 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
12864 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
12865
423428a8
SM
128662011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12867
0ff8e1ba 12868 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 12869 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
12870 * progmodes/etags.el (tags-completion-at-point-function):
12871 * info-look.el (info-lookup-completions-at-point): Mark as
12872 non-exclusive.
12873 (info-complete): Adjust accordingly.
12874
423428a8
SM
12875 * info-look.el: Convert to lexical-binding and completion-at-point.
12876 (info-lookup-completions-at-point): New function.
12877 (info-complete): Use it and completion-in-region.
12878
b74aa22b
DA
128792011-05-28 Drew Adams <drew.adams@oracle.com>
12880
12881 * isearch.el: Let M-e start with point at the first mismatched char.
12882 (isearch-fail-pos): New function.
12883 (isearch-edit-string): Use it.
12884
66e2e71d
DK
128852011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
12886
12887 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
12888
b1890b0f 128892011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
12890
12891 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
12892 traversal functions for avl-trees.
12893 (avl-tree--stack): New struct.
12894 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
12895 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
12896 (avl-tree--do-enter): Add optional `updatefun' arg.
12897 Change return value.
eb95d01d 12898 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
12899 (avl-tree--do-delete): Add `test' and `nilflag' args.
12900 Change return value.
eb95d01d
TC
12901 (avl-tree-member): Add optional `nilflag'
12902 (avl-tree-member-p): New function.
12903 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
12904 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
12905 (avl-tree-stack-empty-p): New functions.
12906
3769ddcf
TC
12907 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
12908 avl-tree--del-balance1 and make it work both ways.
12909 (avl-tree--del-balance2): Remove.
12910 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
12911 make it work both ways.
12912 (avl-tree--enter-balance2): Remove.
12913 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
12914 New macros.
12915 (avl-tree--mapc, avl-tree-map): Add direction argument.
12916
eb95d01d 129172011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
12918
12919 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
12920
a9f737ee
CY
129212011-05-27 Chong Yidong <cyd@stupidchicken.com>
12922
12923 * select.el: Support clipboard managers with built-in function
12924 x-clipboard-manager-save, via delete-frame-functions and
12925 kill-emacs-hook.
12926 (xselect-convert-to-targets): Add MULTIPLE target to list.
12927 (xselect-convert-to-save-targets): New function.
12928
c92a1e54
KH
129292011-05-27 Kenichi Handa <handa@m17n.org>
12930
12931 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
12932 let-binding rfc2047-encode-encoded-words to nil.
12933
e145f188
GM
129342011-05-27 Glenn Morris <rgm@gnu.org>
12935
5ec8a862
GM
12936 * mail/emacsbug.el: Don't require url-util.
12937
4b29d9fb
GM
12938 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
12939
e145f188
GM
12940 * files.el (set-auto-mode):
12941 Also respect mode: entries at the end of the file. (Bug#8586)
12942
7d15102b
GM
129432011-05-26 Glenn Morris <rgm@gnu.org>
12944
98f593b8
GM
12945 * files.el (hack-local-variables-prop-line, hack-local-variables):
12946 Downcase mode names, as seems to be traditional.
27b48e63 12947 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 12948
7d15102b
GM
12949 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
12950 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
12951
51d5b4ec
JD
129522011-05-25 Julien Danjou <julien@danjou.info>
12953
12954 * textmodes/rst.el (rst-define-level-faces): Do not define face
12955 symbol if it is already defined.
12956
91513f63
VB
129572011-05-24 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
12958
12959 * play/5x5.el (5x5-new-game, 5x5-randomize):
12960 Reset 5x5-solver-output to nil when a new grid is cast.
12961 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
12962 these debugging traces, as defmacro breaks the compiled code.
12963
4d90d6d0
DK
129642011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
12965
12966 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
12967
e1b90ef6
LL
129682011-05-24 Leo Liu <sdl.web@gmail.com>
12969
12970 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
12971 (vc-bzr-sha1): Adapt.
12972
d8e4b68b 12973 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
12974
12975 * bindings.el: Provide sha1 feature.
12976
db0406bb 129772011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
12978
12979 * mail/sendmail.el: Require `rfc2047'.
12980 (mail-insert-from-field): Do not perform RFC2047 encoding.
12981 (mail-encode-header): New function.
12982 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
12983 buffer to the return value of select-message-coding-system.
12984 Call mail-encode-header.
b8d747b9
KH
12985
12986 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
12987
db0406bb 129882011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 12989
4d90d6d0
DK
12990 * mail/supercite.el (sc-default-cite-frame):
12991 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 12992
eb8a5e9b
GM
129932011-05-24 Glenn Morris <rgm@gnu.org>
12994
f8630703
GM
12995 * progmodes/python.el (brm-menu): Declare.
12996
8831bbed
GM
12997 * emulation/viper.el (viper-set-hooks): Declare.
12998
eb8a5e9b
GM
12999 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
13000 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
13001 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
13002 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
13003 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
13004 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
13005
a2a25d24
SM
130062011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
13007
13008 Add an :exit-function for completion-at-point.
13009
13010 * minibuffer.el (completion--done): New fun.
13011 (completion--do-completion): Use it. New arg `expect-exact'.
13012 (minibuffer-complete, minibuffer-complete-word): Don't output message,
13013 since completion--do-completion does it for us now.
13014 (minibuffer-force-complete): Use completion--done and
13015 completion--replace. Handle sole-completion case with more care.
13016 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
13017 (completion-extra-properties): New var.
13018 (completion-annotate-function): Make obsolete.
13019 (minibuffer-completion-help): Adjust accordingly.
13020 Use completion-list-insert-choice-function.
13021 (completion-at-point, completion-help-at-point):
13022 Bind completion-extra-properties.
13023 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
13024 * simple.el (completion-list-insert-choice-function): New var.
13025 (completion-setup-function): Preserve it.
13026 (choose-completion): Pay attention to it, shuffle the code a bit.
13027 (choose-completion-string): New arg `insert-function'.
13028
13029 * textmodes/bibtex.el: Convert to lexical binding.
13030 (bibtex-mode-map): Use completion-at-point.
13031 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
13032 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
13033 (bibtex-complete): Define as obsolete alias.
13034 (bibtex-complete-internal): Remove.
13035 (bibtex-format-entry): Remove unused sub-group in regexp.
13036 * shell.el (shell--command-completion-data)
13037 (shell-environment-variable-completion):
13038 * pcomplete.el (pcomplete-completions-at-point):
13039 * comint.el (comint--complete-file-name-data): Use :exit-function
13040 instead of completion-table-with-terminator so it also works for
13041 choose-completion.
13042
e44e373d
SM
130432011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13044
4f91a816
SM
13045 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
13046
782fc819
SM
13047 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
13048 (bug#8710).
13049
e44e373d
SM
13050 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
13051
381987c3
KM
130522011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
13053
13054 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
13055 customization variable and implement: If non-nil, auto-fill will
13056 be inhibited while on topic's header line.
13057
b776bc70
VB
130582011-05-23 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
13059
13060 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 13061 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
13062 always have a solution in grid size = 5 cases.
13063 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
13064 (5x5-solver-output, 5x5-log-buffer): New vars.
13065 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
13066 Make these variables buffer local to achieve 5x5 multi-session-ness.
13067 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
13068 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
13069 (5x5-solve-suggest): New funs.
13070 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
13071 randomize a grid so that we ensure that there is always a solution.
13072 (5x5-make-random-grid): Allow other movement than flipping.
13073
7de88b6e
KR
130742011-05-23 Kevin Ryde <user42@zip.com.au>
13075
13076 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 13077 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
13078 advice and passes PREDICATE.
13079
b1ef1257
SM
130802011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13081
bbca48fe
SM
13082 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
13083 byte-compile-lambda if it's actually a lambda.
13084
b1ef1257
SM
13085 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
13086 Fix function quoting. Use backquote better.
13087
92a9cc65
YS
130882011-05-22 Yuanle Song <sylecn@gmail.com>
13089
13090 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
13091 matching (Bug#8516).
13092
f0fb8059
JA
130932011-01-22 Jari Aalto <jari.aalto@cante.net>
13094
13095 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
13096 different face (Bug#8178).
13097
d5b44c93
CY
130982011-05-22 Chong Yidong <cyd@stupidchicken.com>
13099
13100 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
13101 defface (Bug#8144).
13102
79106a44
SM
131032011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
13104
9c848d8a
SM
13105 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
13106 funcall as well (bug#8712). Warn when performing those conversions.
13107 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
13108
79106a44
SM
13109 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
13110
88dfa756
GM
131112011-05-22 Glenn Morris <rgm@gnu.org>
13112
13113 * files.el (hack-local-variables-prop-line): Small simplifications.
13114 (hack-local-variables, hack-local-variables-prop-line):
13115 If MODE-ONLY, return the mode, rather than just `t'.
13116
b7cf2c79
SM
131172011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
13118
13119 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
13120
3f1a8558
GM
131212011-05-21 Glenn Morris <rgm@gnu.org>
13122
7e4ccca3
GM
13123 * files.el (hack-local-variables-prop-line, hack-local-variables):
13124 If only interested in the mode, don't bother doing the other stuff.
13125
637d46ca
GM
13126 * image-mode.el (image-after-revert-hook):
13127 Redraw all frames on which the image is visible. (Bug#8567)
13128
973d955b
GM
13129 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
13130
3f1a8558
GM
13131 * wid-edit.el (widget-checklist-match-inline):
13132 Fix 2011-04-19 change. (Bug#8649)
13133
96479927
SM
131342011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
13135
1dcf791f
SM
13136 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
13137 Also allow singlespace after single-letter capitals followed by a dot.
13138
96479927
SM
13139 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
13140 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
13141
35fd0881
N
131422011-05-20 Nix <nix@esperi.org.uk>
13143
13144 * files.el (basic-save-buffer-2):
13145 Fix handling of break-hardlink-on-save with non-existent files.
13146
82745640
DD
131472011-05-19 Deniz Dogan <deniz@dogan.se>
13148
13149 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 13150 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 13151
4a720484
GM
131522011-05-19 Glenn Morris <rgm@gnu.org>
13153
d1f21341
GM
13154 * progmodes/f90.el (f90-type-def-re):
13155 Handle "type, bind(c)". (Bug#8691)
13156
4a720484
GM
13157 * emacs-lisp/autoload.el (batch-update-autoloads):
13158 Set autoload-excludes by parsing loadup.el rather than Makefiles.
13159
2fb0a219
MA
131602011-05-18 Michael Albinus <michael.albinus@gmx.de>
13161
13162 * net/tramp.el (tramp-process-actions): Set "first-password-request"
13163 property for the correct connection in case of multihops.
13164
e565dd37
GM
131652011-05-18 Glenn Morris <rgm@gnu.org>
13166
c2571358 13167 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
13168 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
13169
e565dd37
GM
13170 Rationalize calendar handling of day and month abbrev-arrays.
13171 * calendar/calendar.el (calendar-customized-p): New function.
13172 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
13173 (calendar-day-name-array, calendar-month-name-array): Doc fix.
13174 Add :set function.
13175 (calendar-abbrev-length, calendar-day-abbrev-array)
13176 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
13177 (calendar-day-abbrev-array, calendar-month-abbrev-array):
13178 Elements may no longer be nil.
13179 (calendar-day-name, calendar-month-name):
13180 Update for changed nature of abbrev arrays.
13181 * calendar/diary-lib.el (diary-name-pattern):
13182 Update for changed nature of abbrev arrays.
13183 (diary-mark-entries-1): Update calendar-make-alist calls.
13184 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
13185 * calendar/cal-html.el (cal-html-day-abbrev-array):
13186 Simply inherit from calendar-day-abbrev-array.
13187
1d99a745
SM
131882011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13189
13190 * progmodes/grep.el (grep-mode): Disable default
13191 compilation-directory-matcher setting (bug#8684).
13192
7c1d9aa0
MA
131932011-05-17 Michael Albinus <michael.albinus@gmx.de>
13194
13195 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
13196 instead of "head" and "tail". There were problems with SunOS 5.9,
13197 and it performs better.
13198
3952e9d8
GM
131992011-05-17 Glenn Morris <rgm@gnu.org>
13200
2dd12e7f
GM
13201 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
13202
e4157b9c
GM
13203 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
13204 Replace obsolete function.
13205
8e249bbd
GM
13206 * shell.el (pcomplete-parse-arguments-function): Declare.
13207
3952e9d8
GM
13208 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
13209 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
13210 (appt-check): Doc fixes.
13211 (appt-disp-window-function, appt-delete-window-function):
13212 Remove needless special case in custom :type.
13213 (appt-display-count): Default to 0, not nil.
13214 (appt-check): Reset appt-display-count to 0, not nil.
13215
c71a0d48 132162011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 13217
c71a0d48
GM
13218 * progmodes/python.el (python-font-lock-keywords):
13219 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 13220
31d55be9
SM
132212011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
13222
13223 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
13224
3bfacb2f
KR
132252011-05-16 Kevin Ryde <user42@zip.com.au>
13226
13227 * info-look.el (makefile-automake-mode): New setups, looking in
13228 automake manual, then makefile-mode.
13229 (makefile-mode): Remove automake manual, have it just in
13230 makefile-automake-mode since there's various things different or
13231 not relevant to plain make.
13232 (makefile-mode): Remove "other-modes" non-existent automake-mode,
13233 believe a hypothetical automake-mode would go to makefile-mode,
13234 not the other way around.
13235
c8e83751
CY
132362011-05-15 Chong Yidong <cyd@stupidchicken.com>
13237
5e9e35cd
CY
13238 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
13239 hunk-end tags (Bug#8672).
13240
c8e83751
CY
13241 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
13242 vc-annotate-show-diff-revision-at-line (Bug#8671).
13243
50b23e5a
GM
132442011-05-14 Glenn Morris <rgm@gnu.org>
13245
7210a739
GM
13246 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
13247 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
13248 (change-log-font-lock-keywords): Also handle multiple author lines
13249 with leading tabs. (Bug#8644)
7210a739 13250
4691905a
GM
13251 * calendar/appt.el (appt-check): Rename some local variables.
13252 Some simplification/reordering.
13253
50b23e5a
GM
13254 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
13255 (feedmail-sendmail-f-doesnt-sell-me-out)
13256 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
13257 (feedmail-debug-sit-for, feedmail-queue-express-hook)
13258 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
13259 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
13260 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
13261 (feedmail-binmail-gnulinuxish-template):
13262 Rename from feedmail-binmail-linuxish-template.
13263 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
13264 Use insert-buffer-substring.
13265
215cda7c
BC
132662011-05-14 Bill Carpenter <bill@carpenter.org>
13267
13268 * mail/feedmail.el (feedmail-patch-level): Increase.
13269 (feedmail-debug): New custom group.
13270 (feedmail-confirm-outgoing-timeout)
13271 (feedmail-sendmail-f-doesnt-sell-me-out)
13272 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
13273 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
13274 (feedmail-sender-line, feedmail-from-line)
13275 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 13276 (feedmail-spray-this-address)
215cda7c
BC
13277 (feedmail-spray-address-fiddle-plex-list)
13278 (feedmail-queue-use-send-time-for-date)
13279 (feedmail-queue-use-send-time-for-message-id)
13280 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
13281 (feedmail-buffer-eating-function):
13282 Doc fixes.
13283 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
13284 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
13285 (feedmail-message-action-scroll-down): New functions.
13286 (feedmail-queue-directory, feedmail-queue-draft-directory):
13287 Use expand-file-name.
13288 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
13289 Remove C-v help entry.
13290 (feedmail-queue-buffer-file-name): New variable.
13291 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
13292 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
13293 (feedmail-message-action-send-strong, feedmail-message-action-edit)
13294 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
13295 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
13296 (feedmail-message-action-toggle-spray)
13297 (feedmail-run-the-queue-no-prompts)
13298 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
13299 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
13300 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
13301 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
13302 (feedmail-envelope-deducer, feedmail-fiddle-from)
13303 (feedmail-fiddle-sender, feedmail-default-date-generator)
13304 (feedmail-fiddle-date, feedmail-fiddle-message-id)
13305 (feedmail-fiddle-spray-address)
13306 (feedmail-fiddle-list-of-spray-fiddle-plexes)
13307 (feedmail-fiddle-list-of-fiddle-plexes)
13308 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
13309 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
13310 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
13311 Change default. Doc fix.
13312 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
13313 (feedmail-binmail-linuxish-template): New constant.
13314 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
13315 Respect feedmail-sendmail-f-doesnt-sell-me-out.
13316 (feedmail-send-it): Add debug call.
13317 Use feedmail-queue-buffer-file-name, and
13318 feedmail-send-it-immediately-wrapper.
13319 (feedmail-message-action-send): Add debug call.
13320 Use feedmail-send-it-immediately-wrapper.
13321 (feedmail-queue-express-to-queue): Add debug call.
13322 Run feedmail-queue-express-hook.
13323 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
13324 (feedmail-message-action-help-blat):
13325 Rename from feedmail-queue-send-edit-prompt-help-first.
13326 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
13327 Check line-endings. Handle errors better.
13328 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
13329 Doc fix. Add debug call.
13330 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
13331 Use feedmail-queue-send-edit-prompt-inner.
13332 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
13333 (feedmail-queue-send-edit-prompt-inner): New function, extracted
13334 from feedmail-queue-send-edit-prompt.
13335 (feedmail-queue-send-edit-prompt-help)
13336 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
13337 (feedmail-tidy-up-slug): Add debug call.
13338 Respect feedmail-queue-slug-suspect-regexp.
13339 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
13340 (feedmail-dump-message-to-queue): Add debug call.
13341 Expand queue-directory.
13342 (feedmail-dump-message-to-queue): Change message slightly.
13343 Use feedmail-say-chatter.
13344 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
13345 (feedmail-send-it-immediately-wrapper): New function.
13346 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
13347 Insert empty string rather than newline. Handle full-frame case.
13348 Use catch/throw. Use feedmail-say-chatter.
13349 (feedmail-fiddle-from): Try mail-host-address.
13350 (feedmail-default-message-id-generator): Doc fix.
13351 Bind system-time-locale. Handle missing end.
13352 (feedmail-fiddle-x-mailer): Add debug call.
13353 Handle feedmail-x-mailer-line being nil.
13354 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
13355 Add debug call. Use buffer-substring-no-properties.
13356 (feedmail-say-debug, feedmail-say-chatter): New functions.
13357 (feedmail-find-eoh): Give an explicit error.
13358
42c7e61e
UJ
133592011-05-13 Ulf Jasper <ulf.jasper@web.de>
13360
c2571358 13361 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 13362 family from helvetica to sans.
c2571358 13363 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
13364 etc/images/newsticker.
13365
c2571358 13366 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
13367 family from helvetica to sans.
13368
13369 * net/newst-plainview.el (newsticker-new-item-face)
13370 (newsticker-old-item-face, newsticker-immortal-item-face)
13371 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 13372 (newsticker-statistics-face): Change default family from
42c7e61e 13373 helvetica to sans.
c2571358 13374 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
13375 etc/images/newsticker.
13376
5d3385a0
JB
13377 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
13378 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
13379 auto-marking.
13380
8497a297
DV
133812011-05-13 Didier Verna <didier@xemacs.org>
13382
13383 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
13384 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
13385 TODO entries.
8497a297
DV
13386 (lisp-lambda-list-keyword-parameter-indentation)
13387 (lisp-lambda-list-keyword-parameter-alignment)
13388 (lisp-lambda-list-keyword-alignment): New customizable user options.
13389 (lisp-indent-defun-method): Improve docstring.
13390 (extended-loop-p): Fix comment.
13391 (lisp-indent-lambda-list-keywords-regexp): New variable.
13392 (lisp-indent-lambda-list): New function.
13393 (lisp-indent-259): Use it.
13394 (lisp-indent-defmethod): Support for more than one
13395 method qualifier and properly indent methods lambda-lists.
13396 (defgeneric): Provide a missing common-lisp-indent-function property.
13397
f278f87f
SM
133982011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
13399
13400 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
13401 bounds for the empty string (bug#8667).
13402
5233edd7
GM
134032011-05-13 Glenn Morris <rgm@gnu.org>
13404
5237a44f
GM
13405 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
13406
8340026c 13407 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 13408 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 13409
5233edd7 13410 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 13411 (appt-time-msg-list): Doc fix.
a5464014 13412 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 13413
92d10796
AS
134142011-05-12 Andreas Schwab <schwab@linux-m68k.org>
13415
13416 * progmodes/ld-script.el (ld-script-keywords)
13417 (ld-script-builtins): Update keywords list.
13418
914a0ae1
SM
134192011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
13420
c89be45f
SM
13421 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
13422
914a0ae1
SM
13423 * shell.el (shell-completion-vars): New function.
13424 (shell-mode):
13425 * simple.el (read-shell-command): Use it.
13426 (blink-matching-open): No need for " [...]" in minibuffer-message.
13427
98dc3df3
GM
134282011-05-12 Glenn Morris <rgm@gnu.org>
13429
13430 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
13431 (appt-check): Simplify.
13432
d2fc7e3d 134332011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 13434
4d61f28d 13435 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
13436 literal "/dev/null".
13437
d2fc7e3d 134382011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
13439
13440 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
13441 Fix typo.
13442
d2fc7e3d 134432011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 13444
3f254caa
SM
13445 * progmodes/which-func.el (which-function):
13446 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
13447 which might not be defined (Bug#8260).
13448
d45885f7
GM
134492011-05-12 Glenn Morris <rgm@gnu.org>
13450
13451 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
13452 Let byte-compile-initial-macro-environment always take precedence.
13453
488086f4
SM
134542011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
13455
13456 * net/rcirc.el: Add support for SSL/TLS connections.
13457 (rcirc-server-alist): New field `encryption'.
13458 (rcirc): Check `encryption' settings.
13459 (rcirc-connect): New arg `encryption'. Use open-network-stream.
13460 Merge make-local-variable into `set'.
13461 (rcirc--connection-open-p): New function.
13462 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
13463 the process is not a network process (e.g. running gnutls-cli).
13464 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
13465 Make rcirc-(en|de)code-coding-system local here.
13466 (rcirc-mode): Merge make-local-variable into `set'.
13467 (rcirc-parent-buffer): Make permanent buffer-local.
13468 (rcirc-multiline-minor-mode): Don't do it here.
13469 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
13470 there's no server buffer.
13471
7d3b9d44
GM
134722011-05-11 Glenn Morris <rgm@gnu.org>
13473
f64049c6
GM
13474 * newcomment.el (comment-kill): Prefix "unused" local.
13475
93c9df73
GM
13476 * term/w32console.el (get-screen-color): Declare.
13477
7d3b9d44
GM
13478 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
13479 Handle symbol elements of byte-compile-initial-macro-environment.
13480
9e2dd53f
LL
134812011-05-10 Leo Liu <sdl.web@gmail.com>
13482
488086f4
SM
13483 * bookmark.el (bookmark-bmenu-mode-map):
13484 Bind bookmark-bmenu-search to `/'.
8b340240 13485
9e2dd53f 13486 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
13487 (footnote-unicode-string, footnote-unicode-regexp): New variable.
13488 (Footnote-unicode): New function.
13489 (footnote-style-alist): Add unicode style to the list.
13490 (footnote-style): Doc fix.
9e2dd53f 13491
79b70037
GM
134922011-05-10 Jim Meyering <meyering@redhat.com>
13493
13494 Fix doubled-word typos.
13495 * international/quail.el (quail-insert-kbd-layout): and and -> and
13496 * kermit.el: and and -> and
13497 * net/ldap.el (ldap-search-internal): to to -> to
13498 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
13499 * progmodes/js.el (js-mode): and and -> and
13500 * textmodes/artist.el (artist-move-to-xy): at at -> at
13501 (artist-draw-region-trim-line-endings): if if -> if
13502 And Safetyc -> Safety.
13503 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
13504
b8f82dc1 135052011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 13506 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
13507
13508 * files.el (hack-one-local-variable-eval-safep):
13509 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
13510
4f99f44b
GM
135112011-05-10 Glenn Morris <rgm@gnu.org>
13512
13513 * calendar/diary-lib.el (diary-list-entries-hook)
13514 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
13515 (diary-nongregorian-marking-hook, diary-list-entries)
13516 (diary-include-other-diary-files, diary-mark-entries)
13517 (diary-mark-included-diary-files): Doc fixes.
13518
84f29e6b
JB
135192011-05-09 Juanma Barranquero <lekktu@gmail.com>
13520
13521 * misc.el: Require tabulated-list.el during compilation.
13522
9bedd73a
CY
135232011-05-09 Chong Yidong <cyd@stupidchicken.com>
13524
488086f4
SM
13525 * progmodes/compile.el (compilation-start):
13526 Run compilation-filter-hook for the async case too.
9bedd73a
CY
13527 (compilation-filter-hook): Doc fix.
13528
797c735c
DD
135292011-05-09 Deniz Dogan <deniz@dogan.se>
13530
13531 * wdired.el: Remove outdated installation comment. Fix usage
13532 comment.
13533
5f4b1dfe
JB
135342011-05-09 Juanma Barranquero <lekktu@gmail.com>
13535
13536 * misc.el: Implement new command `list-dynamic-libraries'.
13537 (list-dynamic-libraries--loaded-only-p): New variable.
13538 (list-dynamic-libraries--refresh): New function.
13539 (list-dynamic-libraries): New command.
13540
4c44026c
CY
135412011-05-09 Chong Yidong <cyd@stupidchicken.com>
13542
488086f4
SM
13543 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13544 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
13545 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
13546 higher priority to avoid clobbering by gnu.
13547
027f966d
CY
135482011-05-08 Chong Yidong <cyd@stupidchicken.com>
13549
13550 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
13551 if the face has existing theme settings (Bug#8454).
13552
085f5d7d
CY
135532011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
13554
488086f4
SM
13555 * progmodes/perl-mode.el (perl-imenu-generic-expression):
13556 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 13557
2a86a00c
RS
13558 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
13559 special file names `.' and `..' (Bug#8259).
13560
d9c54a06
CY
135612011-05-08 Chong Yidong <cyd@stupidchicken.com>
13562
488086f4
SM
13563 * progmodes/grep.el (grep-mode-font-lock-keywords):
13564 Remove buffer-changing entries.
d9c54a06
CY
13565 (grep-filter): New function.
13566 (grep-mode): Add it to compilation-filter-hook.
13567
13568 * progmodes/compile.el (compilation-filter-hook)
13569 (compilation-filter-start): New defvars.
13570 (compilation-filter): Call compilation-filter-hook prior to
13571 updating the process mark.
13572
c4662635
SM
135732011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13574
13575 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
13576
b0512a1d
EZ
135772011-05-07 Eli Zaretskii <eliz@gnu.org>
13578
605c9376
EZ
13579 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
13580 mailclient-send-it even if window-system is nil. (Bug#8595)
13581
c4662635
SM
13582 * term/w32console.el (terminal-init-w32console):
13583 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
13584 background-mode. (Bug#8597)
13585
d1dc2cc2
SM
135862011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13587
13588 Make bytecomp.el understand that defmethod defines funs (bug#8631).
13589 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
13590 New functions.
13591 (defgeneric, eieio--defmethod): Use them.
13592 (eieio-defgeneric): Remove.
13593 (defmethod): Call defgeneric in a way visible to the byte-compiler.
13594
915d1300
GM
135952011-05-07 Glenn Morris <rgm@gnu.org>
13596
a3961c3e
GM
13597 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
13598 Use let rather than let*.
13599 (timeclock-find-discrep): Remove unused local.
13600
314347b9
GM
13601 * calendar/diary-lib.el (diary-comment-start): Doc fix.
13602
915d1300
GM
13603 * calendar/appt.el (appt-time-msg-list): Doc fix.
13604
275b59b0
NF
136052011-05-06 Noah Friedman <friedman@splode.com>
13606
13607 * apropos.el (apropos-print-doc): Only use
13608 emacs-lisp-docstring-fill-column when it is bound to an integer,
13609 per that variable's documentation.
13610
6c19f744
SM
136112011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13612
13613 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 13614 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 13615
60f884b2
GM
136162011-05-06 Glenn Morris <rgm@gnu.org>
13617
5006e634
GM
13618 * calendar/appt.el (appt-message-warning-time): Doc fix.
13619 (appt-warning-time-regexp): New option.
13620 (appt-make-list): Respect appt-message-warning-time.
13621
548d0a63
GM
13622 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
13623 New options.
13624 (diary-add-to-list): Strip comments from the displayed string.
13625 (diary-mode): Set comment-start and comment-end.
13626
60f884b2
GM
13627 * vc/diff-mode.el (smerge-refine-subst): Declare.
13628 (diff-refine-hunk): Don't require smerge-mode when compiling.
13629
989681bb
JB
136302011-05-06 Juanma Barranquero <lekktu@gmail.com>
13631
13632 * simple.el (list-processes): Return nil as the docstring says.
13633
a6bc05e1
MA
136342011-05-05 Michael Albinus <michael.albinus@gmx.de>
13635
13636 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
13637 to "".
13638 (ange-ftp-write-region, ange-ftp-insert-file-contents)
13639 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
13640 determining of binary transfer. (Bug#7383)
13641
23c22e9a
MA
136422011-05-05 Michael Albinus <michael.albinus@gmx.de>
13643
c4662635
SM
13644 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
13645 Fix port computation bug. (Bug#8618)
23c22e9a 13646
0bff894f
GM
136472011-05-05 Glenn Morris <rgm@gnu.org>
13648
b8296902
GM
13649 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
13650
1f522ce8
GM
13651 * simple.el (shell-dynamic-complete-functions)
13652 (comint-dynamic-complete-functions): Declare.
13653
cf5bee67
GM
13654 * net/network-stream.el (gnutls-negotiate):
13655 * simple.el (tabulated-list-print): Fix declarations.
13656
13657 * progmodes/gud.el (syntax-symbol, syntax-point):
13658 Remove unnecessary and incorrect declarations.
13659
0bff894f
GM
13660 * emacs-lisp/check-declare.el (check-declare-scan):
13661 Handle byte-compile-initial-macro-environment in bytecomp.el
13662
9869b3ae
SM
136632011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13664
13665 Fix earlier half-done eieio-defmethod change (bug#8338).
13666 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
13667 Streamline and change calling convention.
13668 (defmethod): Adjust accordingly and simplify.
13669 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
13670 new eieio--defmethod.
13671 (slot-boundp): Minor CSE simplification.
13672
9c1d5ac5
MZ
136732011-05-05 Milan Zamazal <pdm@zamazal.org>
13674
13675 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
13676 (glasses-make-readable): Use glasses-separate-capital-groups.
13677
455c834e
JB
136782011-05-05 Juanma Barranquero <lekktu@gmail.com>
13679
13680 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
13681 (warning-series): Doc fix.
13682 (display-warning): Don't try to create the buffer if we just found it.
13683
9ed7c8cb
CY
136842011-05-04 Chong Yidong <cyd@stupidchicken.com>
13685
13686 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
13687 (autoload-find-generated-file): New function.
13688 (generate-file-autoloads): Bind generated-autoload-file to
13689 buffer-file-name.
9869b3ae
SM
13690 (update-file-autoloads, update-directory-autoloads):
13691 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
13692 output file (Bug#7989).
13693 (batch-update-autoloads): Doc fix.
13694
0898ca10
JB
136952011-05-04 Juanma Barranquero <lekktu@gmail.com>
13696
13697 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
13698
31dfb76c
GM
136992011-05-04 Glenn Morris <rgm@gnu.org>
13700
f330b642
GM
13701 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
13702 function, so it follows changes in calendar-date-style.
13703 (diary-fancy-date-matcher): New function.
13704 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
13705 (diary-fancy-font-lock-fontify-region-function):
13706 Use diary-fancy-date-pattern as a function.
13707
31dfb76c
GM
13708 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
13709 non-numbers for `year' etc pseudo-variables. (Bug#8583)
13710
48e79d6a
TZ
137112011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
13712
13713 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
13714 instead of positional arguments. Allow :keylist and :crlfiles
13715 arguments.
13716 (open-gnutls-stream): Call it.
13717
13718 * net/network-stream.el (network-stream-open-starttls): Adjust to
13719 call `gnutls-negotiate' with :process and :hostname arguments.
13720
dd5a5ee0
SM
137212011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
13722
ef80fc09
SM
13723 * minibuffer.el (completion--message): New function.
13724 (completion--do-completion, minibuffer-complete)
13725 (minibuffer-force-complete, minibuffer-complete-word): Use it.
13726 (completion--do-completion): Don't ignore completion-auto-help when in
13727 icomplete-mode.
13728
dd5a5ee0
SM
13729 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
13730 internal encoding (e.g. tibetan zero is not whitespace).
13731 (global-whitespace-mode): Prefer save-current-buffer.
13732 (whitespace-trailing-regexp): Remove useless save-match-data.
13733 (whitespace-empty-at-bob-regexp): Minor simplification.
13734
b7d22a83
CY
137352011-05-03 Chong Yidong <cyd@stupidchicken.com>
13736
13737 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
13738
5192af46
AM
137392011-05-03 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
13740
13741 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 13742 Use `concat' to create string for insertion.
5192af46 13743
5767d190
SM
137442011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13745
13746 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
13747 Avoid open-line which runs post-self-insert-hook.
13748 (bibtex-fill-entry): Remove unused `end' var.
13749
bf242939
AM
137502011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
13751
5767d190
SM
13752 * textmodes/ispell.el (ispell-add-per-file-word-list):
13753 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 13754
25666126
LL
137552011-05-03 Leo Liu <sdl.web@gmail.com>
13756
13757 * isearch.el (isearch-yank-pop): New command.
5767d190 13758 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
13759 (isearch-forward): Mention it.
13760
52d3c2d0
SM
137612011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13762
1bcace58
SM
13763 * simple.el (minibuffer-complete-shell-command): Remove.
13764 (minibuffer-local-shell-command-map): Use completion-at-point.
13765 (read-shell-command): Setup completion vars here instead.
13766 (read-expression-map): Bind TAB to symbol completion.
13767
52d3c2d0
SM
13768 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
13769 error directly rather via storing it into `results'.
13770
35813471
LL
137712011-05-02 Leo Liu <sdl.web@gmail.com>
13772
13773 * vc/diff.el: Fix description.
13774
e793a940
LMI
137752011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
13776
13777 * server.el (server-eval-at): New function.
13778
8de66e05
LMI
137792011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13780
13781 * net/network-stream.el (open-network-stream): Take a :nowait
13782 parameter and pass it on to `make-network-process'.
13783 (network-stream-open-plain): Ditto.
13784
dcb79f20
AS
137852011-04-30 Andreas Schwab <schwab@linux-m68k.org>
13786
13787 * faces.el (face-spec-set-match-display): Don't match toolkit
13788 options on terminal frames.
13789
14a7fbd8
SM
137902011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
13791
7eabc1be
SM
13792 * progmodes/pascal.el: Use lexical binding.
13793 (pascal-mode-map): Remove author preferences.
13794
14a7fbd8
SM
13795 * pcomplete.el (pcomplete-std-complete): Don't abuse
13796 completion-at-point.
13797
50f84510
JB
137982011-04-28 Juanma Barranquero <lekktu@gmail.com>
13799
6e087a44
JB
13800 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
13801 removing code that has been dead since 1991 or so.
13802
50f84510
JB
13803 * startup.el (command-line): When warning about "_emacs", use a
13804 delayed warning to allow the user to filter it out.
13805
0ba690bd
DD
138062011-04-28 Deniz Dogan <deniz@dogan.se>
13807
13808 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
13809 user has not joined.
13810
08abfaad
SM
138112011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13812
13813 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
13814 aren't any completions at point.
13815
638f053a
JB
138162011-04-28 Juanma Barranquero <lekktu@gmail.com>
13817
13818 * subr.el (display-delayed-warnings): New function.
13819 (delayed-warnings-hook): New variable.
13820
8fff8daa
SM
138212011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13822
08abfaad
SM
13823 * minibuffer.el (completion-at-point, completion-help-at-point):
13824 Don't presume that a given completion-at-point-function will always
13825 use the same calling convention.
13826
8fff8daa
SM
13827 * pcomplete.el (pcomplete-completions-at-point):
13828 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
13829 pcomplete-seen is non-nil.
13830 (pcomplete-comint-setup): Also recognize the new comint/shell
13831 completion functions.
13832 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
13833 pcomplete-seen is non-nil.
13834
841a1577 138352011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 13836
841a1577 13837 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 13838 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 13839 the first character in the entry. This allows for code to add its
211ec907
UJ
13840 own uid to the entry.
13841 (icalendar--convert-float-to-ical): Add export of
13842 `diary-float'-entries save for those with the optional DAY
13843 argument.
13844
2a782793
DC
138452011-04-27 Daniel Colascione <dan.colascione@gmail.com>
13846
13847 * subr.el (shell-quote-argument): Use alternate escaping strategy
13848 when we spot a variable reference in a string.
13849
0438ce91
DC
138502011-04-26 Daniel Colascione <dan.colascione@gmail.com>
13851
13852 * cus-start.el (all): Define customization for debug-on-event.
13853
841a1577 138542011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
13855
13856 * subr.el (shell-quote-argument): Escape correctly under Windows.
13857
d090ed6c
SM
138582011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13859
13860 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
13861
bfd31217
MA
138622011-04-25 Michael Albinus <michael.albinus@gmx.de>
13863
d090ed6c
SM
13864 * net/tramp.el (tramp-process-actions): Add POS argument.
13865 Delete region between POS and (pos).
bfd31217 13866
d090ed6c
SM
13867 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
13868 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
13869 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
13870
13871 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
13872 position in `tramp-process-actions' call.
13873
13874 * net/trampver.el: Update release number.
13875
e92f3bd3
SM
138762011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13877
850256b5
SM
13878 * custom.el (defcustom): Obey lexical-binding.
13879
e92f3bd3
SM
13880 Fix octave-inf completion problems reported by Alexander Klimov.
13881 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
13882 Inherit from octave-mode-syntax-table.
13883 (inferior-octave-mode): Set info-lookup-mode.
13884 (inferior-octave-completion-at-point): New function.
13885 (inferior-octave-complete): Use it and completion-in-region.
13886 (inferior-octave-dynamic-complete-functions): Use it as well, and use
13887 comint-filename-completion.
13888 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
13889 symbol elements which shouldn't be word elements.
13890 (octave-font-lock-keywords, octave-beginning-of-defun)
13891 (octave-function-header-regexp): Adjust regexps accordingly.
13892 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
13893
cd22b309
JB
138942011-04-25 Juanma Barranquero <lekktu@gmail.com>
13895
13896 * net/gnutls.el (gnutls-errorp): Declare before first use.
13897
8b492194
TZ
138982011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
13899
13900 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
13901 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 13902 default trustfile exists before going to use it. Add missing
5a5fa834 13903 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
13904 Reported by Claudio Bley <claudio.bley@gmail.com>.
13905 (open-gnutls-stream): Add usage example.
13906
13907 * net/network-stream.el (network-stream-open-starttls): Give host
13908 parameter to `gnutls-negotiate'.
13909 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 13910 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 13911
841a1577 139122011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 13913
cd22b309
JB
13914 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
13915 Use correct match group (bug#8438).
05842630 13916
3ba7869c
CY
139172011-04-24 Chong Yidong <cyd@stupidchicken.com>
13918
512e3ae1
CY
13919 * emacs-lisp/package.el (package-built-in-p): Fix typo.
13920 (package-menu--generate): New arg specifying packages to show.
13921 (package-menu-refresh, package-menu-execute, list-packages):
13922 Callers changed.
13923 (package-show-package-list): New function, replacing deleted
13924 package--list-packages (renamed because it is non-internal).
13925
13926 * finder.el (finder-list-matches): Use package-show-package-list
13927 instead of deleted package--list-packages.
13928
e92f3bd3
SM
13929 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
13930 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
13931 (vc-annotate-mode-map): Bind it to RET.
13932
7031be6d
UR
139332011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
13934
13935 * progmodes/etags.el (next-file): Don't use set-buffer to change
13936 buffers (Bug#8478).
13937
4ef177aa
CY
139382011-04-24 Chong Yidong <cyd@stupidchicken.com>
13939
c8d173eb
CY
13940 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
13941
4ef177aa
CY
13942 * apropos.el (apropos-label-face): Avoid variable-pitch face.
13943 (apropos-accumulator): Doc fix.
13944 (apropos-function, apropos-macro, apropos-command)
13945 (apropos-variable, apropos-face, apropos-group, apropos-widget)
13946 (apropos-plist): Add face property.
13947 (apropos-symbols-internal): Fix indentation.
13948 (apropos-print): Simplify help, and recognize apropos-multi-type.
13949 (apropos-print-doc): Use button-type-get to extract the button's
13950 face property. Fill docstring (Bug#8352).
13951
4ffd0d6b 139522011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
13953
13954 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
13955
c6c32125 13956 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 13957 (mpuz-mode-map): Use mapc.
c6c32125
JB
13958 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
13959 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
13960 Fix typos in docstrings.
13961
58d468b4
JB
13962 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
13963 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
13964
6470c3c6
JB
13965 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
13966
4ffd0d6b 139672011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
13968
13969 * minibuffer.el (completion--do-completion): Avoid the "Next char
13970 not unique" prompt if icomplete-mode is enabled (Bug#5849).
13971
3ad8bad0
CY
13972 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
13973 mouse-2 into unread-command-events, it is interpreted correctly.
13974
71d73c9c 13975 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 13976 (image-toggle-display): Doc fix.
71d73c9c 13977
841a1577 139782011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 13979
4ffd0d6b
GM
13980 * textmodes/page.el (what-page): Use line-number-at-pos to
13981 calculate line number (Bug#6825).
6e1dbaa9 13982
c2fb1b60
JB
139832011-04-22 Juanma Barranquero <lekktu@gmail.com>
13984
13985 * eshell/esh-mode.el (find-tag-interactive): Declare function.
13986 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
13987 Pass argument NO-DEFAULT to `find-tag-interactive'.
13988
e02f48d7
JB
139892011-04-22 Juanma Barranquero <lekktu@gmail.com>
13990
13991 Lexical-binding cleanup.
13992
13993 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
13994 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
13995 * progmodes/ada-prj.el (ada-prj-initialize-values)
13996 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
13997 (ada-prj-show-value):
13998 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
13999 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
14000 (antlr-invalidate-context-cache, antlr-options-menu-filter)
14001 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
14002 * progmodes/bug-reference.el (bug-reference-push-button):
14003 * progmodes/fortran.el (fortran-line-length):
14004 * progmodes/glasses.el (glasses-change):
14005 * progmodes/octave-mod.el (octave-fill-paragraph):
14006 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
14007 (python-pdbtrack-grub-for-buffer, python-sentinel):
14008 * progmodes/sql.el (sql-save-connection):
14009 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
14010 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
14011 Mark unused parameters.
14012
14013 * progmodes/compile.el (compilation--flush-directory-cache)
14014 (compilation--flush-parse, compile-internal): Mark unused parameters.
14015 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
14016 (compilation-next-error-function): Remove unused variable `timestamp'.
14017
14018 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
14019 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
14020
14021 * progmodes/dcl-mode.el (dcl-end-of-command):
14022 Remove unused variable `start'.
14023 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
14024 (dcl-option-value-basic, dcl-option-value-offset)
14025 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
14026 Mark unused parameters.
14027 (dcl-save-local-variable): Remove unused variable `val'.
14028 (mode): Declare.
14029
14030 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
14031 Mark unused parameters.
14032 (delphi-ignore-changes): Move before first use.
14033 (delphi-charset-token-at): Remove unused variable `start'.
14034 (delphi-else-start): Remove unused variable `if-count'.
14035 (delphi-comment-block-start, delphi-comment-block-end):
14036 Remove unused variable `kind'.
14037 (delphi-indent-line): Remove unused variable `new-point'.
14038
14039 * progmodes/ebrowse.el (ebrowse-files-list)
14040 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
14041 Mark unused parameters. Don't quote `lambda'.
14042 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
14043 Don't quote `lambda'.
14044 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
14045 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
14046 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
14047 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
14048 Use `ignore-errors'.
14049 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
14050 (ebrowse-view/find-file-and-search-pattern)
14051 (ebrowse-view/find-member-declaration/definition):
14052 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
14053 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
14054 Rename parameter PREFIX-ARG to PREFIX.
14055 (ebrowse-tags-read-name): Remove unused variables `start' and
14056 `member-info'.
14057 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
14058 to `tags-file'.
14059
14060 * progmodes/etags.el (local-find-tag-hook): Declare.
14061 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
14062 Mark unused parameters.
14063
14064 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
14065 (executable-interpret): Mark unused parameter.
14066
14067 * progmodes/flymake.el (flymake-process-sentinel)
14068 (flymake-after-change-function)
14069 (flymake-create-temp-with-folder-structure)
14070 (flymake-get-include-dirs-dot): Mark unused parameters.
14071 (flymake-safe-delete-directory): Remove unused variable `err'.
14072
14073 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
14074 (speedbar-timer-fn, speedbar-line-text)
14075 (speedbar-change-expand-button-char, speedbar-delete-subblock)
14076 (speedbar-center-buffer-smartly): Declare functions.
14077 (gdb-find-watch-expression): Remove unused variable `array'.
14078 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
14079 (gdb-starting): Mark unused parameters.
14080 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
14081 (gdb-table-string): Remove unused variable `res'.
14082 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
14083 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
14084 (gdb-display-buffer): Remove unused variable `cur-size'.
14085
14086 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
14087 allow lexical-binding compilation.
14088 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
14089 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
14090 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
14091 Mark unused parameters.
14092 (gud-gdb-marker-filter): Remove unused variable `match'.
14093 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
14094 lambda expressions and funcall them, instead of using `fset'.
14095
14096 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
14097 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
14098
14099 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
14100 variable `header-beg'; use `let'.
14101
14102 * progmodes/icon.el (indent-icon-exp): Remove unused variables
14103 `restart', `last-sexp' and `at-do'.
14104
14105 * progmodes/js.el (js--debug): Mark unused parameter.
14106 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
14107 (js--splice-into-items): Remove unused variable `item'.
14108 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
14109
14110 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
14111 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
14112 (makefile-complete): Remove unused variable `try'.
14113 (makefile-fill-paragraph, makefile-match-function-end):
14114 Mark unused parameters.
14115
14116 * progmodes/octave-inf.el (inferior-octave-complete):
14117 Remove unused variable `proc'.
14118 (inferior-octave-output-digest): Mark unused parameter.
14119
14120 * progmodes/perl-mode.el (perl-calculate-indent):
14121 Remove unused variable `err'.
14122
14123 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
14124 (prolog-indent-line): Mark unused parameters.
14125 (prolog-indent-line): Remove unused variable `beg'.
14126
14127 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
14128 (reporter-dont-compact-list): Declare.
14129
14130 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
14131 Remove unused variable `char'.
14132 (sh-debug): Mark unused parameter.
14133 (sh-get-indent-info): Remove unused variable `start'.
14134 (sh-calculate-indent): Remove unused variable `var'.
14135
14136 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
14137 (simula-electric-keyword): Remove unused variable `null'.
14138 (simula-search-backward, simula-search-forward): Remove unused
14139 variables `begin' and `end'.
14140
14141 * progmodes/vera-mode.el (vera-guess-basic-syntax):
14142 Remove unused variable `pos'.
14143 (vera-electric-tab, vera-comment-uncomment-region):
14144 Mark unused parameters.
14145 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
14146
7ede3b65
CY
141472011-04-22 Chong Yidong <cyd@stupidchicken.com>
14148
14149 * emacs-lisp/package.el (package--builtins, package-alist)
14150 (package-load-descriptor, package-built-in-p, package-activate)
14151 (define-package, package-installed-p)
14152 (package-compute-transaction, package-buffer-info)
14153 (package--push): Doc fix. Distinguish more clearly between
14154 version strings and version lists.
14155
121656e9
JB
141562011-04-21 Juanma Barranquero <lekktu@gmail.com>
14157
14158 Lexical-binding cleanup.
14159
14160 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
14161 (5x5-make-mutate-best):
14162 * play/fortune.el (fortune-in-buffer):
14163 * play/gomoku.el (gomoku-init-display):
14164 * play/solitaire.el (solitaire, solitaire-do-check):
14165 * play/tetris.el (tetris-default-update-speed-function):
14166 Mark unused parameters.
14167
14168 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
14169 (bubbles--shift): Remove unused variable `char-org'.
14170 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
14171 (bubbles--show-images): Remove unused variable `char'.
14172
14173 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
14174 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
14175 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
14176 (decipher-analyze-buffer): Use ?\s.
14177 (decipher-make-checkpoint): Remove unused variable `mapping'.
14178
14179 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
14180
14181 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
14182 Remove unused variable `result'; use `let'.
14183
14184 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
14185 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
14186 (gametree-children-shown-p, gametree-compute-reduced-score):
14187 Use `ignore-errors'.
14188
14189 * play/handwrite.el (ps-lpr-switches): Declare.
14190 (handwrite): Remove unused variables `pmin' and `lastp'.
14191
14192 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
14193
14194 * play/landmark.el (landmark-init-display)
14195 (landmark-update-naught-weights): Mark unused parameters.
14196 (landmark-y): Remove unused variable `noise'. Simplify.
14197 (landmark-human-plays): Remove unused variable `score'.
14198
14199 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
14200 (mpuz-try-proposal): Remove unused variable `game'.
14201
14202 * play/zone.el (life-patterns): Declare.
14203
80f499c7
JB
142042011-04-20 Juanma Barranquero <lekktu@gmail.com>
14205
14206 * vc/vc.el (ediff-vc-internal): Declare function.
14207
024ff170
SM
142082011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14209
c0a193ea
SM
14210 * shell.el: Use lexical-binding and std completion UI.
14211 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
14212 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
14213 comint-preoutput-filter-functions rather than on
14214 comint-output-filter-functions.
14215 (shell-command-completion, shell--command-completion-data)
14216 (shell-filename-completion, shell-environment-variable-completion)
14217 (shell-c-a-p-replace-by-expanded-directory): New functions.
14218 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
14219 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
14220 (shell-dynamic-complete-environment-variable): Use them.
14221 (shell-dynamic-complete-as-environment-variable)
14222 (shell-dynamic-complete-as-command): Remove.
14223 (shell-match-partial-variable): Match past point.
14224 * comint.el: Clean up use of completion-at-point-functions.
14225 (comint-completion-at-point): New function.
14226 (comint-mode): Use it completion-at-point-functions.
14227 (comint-dynamic-complete): Make it obsolete.
14228 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
14229 (comint-c-a-p-replace-by-expanded-history): New function.
14230 (comint-dynamic-complete-functions)
14231 (comint-replace-by-expanded-history): Use it.
14232 * minibuffer.el (completion-table-with-terminator): Allow dynamic
14233 termination strings. Try harder to avoid second try-completion.
14234 (completion-in-region-mode-map): Disable bindings that don't work yet.
14235
2dbaa080
SM
14236 * comint.el: Use lexical-binding. Require CL.
14237 (comint-dynamic-complete-functions): Use comint-filename-completion.
14238 (comint-completion-addsuffix): Tweak custom type.
14239 (comint-filename-completion, comint--common-suffix)
14240 (comint--common-quoted-suffix, comint--table-subvert)
14241 (comint--complete-file-name-data): New functions.
14242 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
14243 (comint-dynamic-list-filename-completions): Use them.
14244 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 14245
2dbaa080
SM
14246 * minibuffer.el (completion-in-region-mode):
14247 Keep completion-in-region-mode--predicate global.
14248 (completion-in-region--postch):
14249 Assume completion-in-region-mode--predicate is not null.
14250
c79a6f38
SM
14251 * progmodes/flymake.el (flymake-start-syntax-check-process):
14252 Obey `dir'. Simplify.
14253
024ff170
SM
14254 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
14255 we're in VC after all.
14256
1c6c854e
CS
142572011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
14258
14259 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 14260 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
14261 (vc-version-diff): Use vc-diff-build-argument-list-internal.
14262
bed7f140
SM
142632011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14264
332e62ab
SM
14265 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
14266 add sanity check.
14267
bed7f140
SM
14268 * obsolete/erc-hecomplete.el: Make obsolete.
14269 * obsolete/: Standardize obsolescence info in the header.
14270
f195c582
GM
142712011-04-20 Glenn Morris <rgm@gnu.org>
14272
14273 * calendar/solar.el (solar-horizontal-coordinates):
14274 Use the longitude argument rather than `calendar-longitude'.
14275 (solar-date-next-longitude): Remove unused locals.
14276
cb79b8c0
VJL
142772011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14278
14279 * whitespace.el: New version 13.2.1.
14280
142812011-04-20 felix <EmacsWiki> (tiny change)
14282
d8e4b68b 14283 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
14284 switching between major modes on a file.
14285
602ea69d
SM
142862011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
14287
14288 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
14289 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
14290 multi-line comments as well.
14291
06b60517
JB
142922011-04-19 Juanma Barranquero <lekktu@gmail.com>
14293
14294 Lexical-binding cleanup.
14295
14296 * arc-mode.el (archive-mode-revert):
14297 * cmuscheme.el (scheme-interactively-start-process):
14298 * custom.el (custom-initialize-delay):
14299 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
14300 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
14301 * emacs-lock.el (emacs-lock-clear-sentinel):
14302 * ezimage.el (defezimage):
14303 * follow.el (follow-avoid-tail-recenter):
14304 * fringe.el (set-fringe-mode-1):
14305 * generic-x.el (bat-generic-mode-compile):
14306 * help-mode.el (help-info-variable, help-do-xref)
14307 (help-mode-revert-buffer):
14308 * help.el (view-emacs-todo):
14309 * iswitchb.el (iswitchb-completion-help):
14310 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
14311 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
14312 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
14313 * locate.el (locate-update):
14314 * longlines.el (longlines-encode-region)
14315 (longlines-after-change-function):
14316 * outline.el (outline-isearch-open-invisible):
14317 * ps-def.el (declare-function, charset-dimension, char-width)
14318 (encode-char):
14319 * ps-mule.el (ps-mule-plot-string):
14320 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
14321 (recentf-edit-list-select, recentf-edit-list-validate)
14322 (recentf-open-files-action):
14323 * rect.el (delete-whitespace-rectangle-line)
14324 (rectangle-number-line-callback):
14325 * register.el (window-configuration-to-register)
14326 (frame-configuration-to-register):
14327 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
14328 * select.el (xselect-convert-to-string, xselect-convert-to-length)
14329 (xselect-convert-to-targets, xselect-convert-to-delete)
14330 (xselect-convert-to-filename, xselect-convert-to-charpos)
14331 (xselect-convert-to-lineno, xselect-convert-to-colno)
14332 (xselect-convert-to-os, xselect-convert-to-host)
14333 (xselect-convert-to-user, xselect-convert-to-class)
14334 (xselect-convert-to-name, xselect-convert-to-integer)
14335 (xselect-convert-to-atom, xselect-convert-to-identity):
14336 * subr.el (declare, ignore, process-kill-without-query)
14337 (text-clone-maintain):
14338 * terminal.el (te-get-char, te-tic-sentinel):
14339 * tool-bar.el (tool-bar-make-keymap):
14340 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
14341 * type-break.el (type-break-mode, type-break-noninteractive-query):
14342 * view.el (View-back-to-mark):
14343 * wid-browse.el (widget-browse-action, widget-browse-widget)
14344 (widget-browse-widgets, widget-browse-sexp):
14345 * widget.el (define-widget-keywords):
14346 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
14347 Mark unused parameters.
14348
14349 * align.el (align-adjust-col-for-rule): Mark unused parameter.
14350 (align-areas): Remove unused variable `look'.
14351 (align-region): Remove unused variables `real-end' and `pos-list'.
14352
14353 * apropos.el (apropos-score-doc): Remove unused variable `i'.
14354
14355 * bindings.el (mode-line-modified, mode-line-remote):
14356 Mark unused parameters.
14357 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
14358
14359 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
14360 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
14361
14362 * comint.el (comint-history-isearch-pop-state)
14363 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
14364 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
14365 (comint-substitute-in-file-name): Doc fix.
14366
14367 * completion.el (cmpl-statistics-block): Mark unused parameter.
14368 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
14369 (save-completions-to-file, load-completions-from-file):
14370 Remove unused local variable `e'.
14371
14372 * composite.el (compose-chars): Remove unused variable `len'.
14373 (lgstring-insert-glyph): Remove unused variable `g'.
14374 (compose-glyph-string): Remove unused variables `ascent',
14375 `descent', `lbearing' and `rbearing'.
14376 (compose-glyph-string-relative): Remove unused variables
14377 `lbearing', `rbearing' and `wadjust'.
14378 (compose-gstring-for-graphic): Remove unused variables `header',
14379 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
14380 (compose-gstring-for-terminal): Remove unused variables `header'
14381 and `nchars'. Use `let', not `let*'.
14382
14383 * cus-edit.el (Custom-set, Custom-save, custom-reset)
14384 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
14385 (Custom-buffer-done, custom-buffer-create-internal)
14386 (custom-browse-visibility-action, custom-browse-group-tag-action)
14387 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
14388 (widget-magic-mouse-down-action, custom-toggle-parent)
14389 (custom-add-parent-links, custom-toggle-hide-variable)
14390 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
14391 (custom-toggle-hide-face, face, hook, custom-group-link-action)
14392 (custom-face-menu-create, custom-variable-menu-create, get)
14393 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
14394 (custom-reset-standard-save-and-update): Remove unused variable `value'.
14395 (customize-apropos): Remove unused variable `tests'.
14396 (custom-group-value-create): Remove unused variable `hidden-p'.
14397 (sort-fold-case): Declare.
14398
14399 * cus-theme.el (custom-reset-standard-faces-list)
14400 (custom-reset-standard-variables-list): Declare.
14401 (customize-create-theme, custom-theme-revert, custom-theme-write)
14402 (custom-theme-choose-mode, customize-themes, custom-theme-save):
14403 Mark unused parameters.
14404
14405 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
14406
14407 * delim-col.el (delimit-columns-max): Move defvar before first use.
14408
14409 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 14410 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
14411
14412 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
14413 (auto-insert): Declare.
14414 (desktop-restore-file-buffer): Rename desktop-* parameters;
14415 mark unused ones.
14416 (desktop-create-buffer): Rename desktop-* parameters and bind them.
14417 (desktop-buffer): Rename desktop-* parameters.
14418
14419 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
14420 (dframe-reposition-frame-xemacs, dframe-help-echo)
14421 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
14422 Mark unused parameters.
14423
14424 * dired-aux.el (backup-extract-version-start, overwrite-query)
14425 (overwrite-backup-query, rename-regexp-query)
14426 (rename-non-directory-query): Declare.
14427 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
14428 (dired-add-entry): Remove unused variable `orig-file-name'.
14429 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
14430 Use parameter PRESERVE-TIME instead of accessing dynamic variable
14431 `dired-copy-preserve-time' directly.
14432 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
14433 (dired-insert-subdir-newpos): Rename unused variable `pos'.
14434
14435 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
14436 (dired-virtual-revert, dired-make-relative-symlink):
14437 Mark unused parameters.
14438 (manual-program): Declare.
14439 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
14440 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
14441 wrapped in `with-no-warnings' to avoid replacing one warning by another.
14442
14443 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
14444
14445 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
14446
14447 * echistory.el (electric-history-in-progress, Helper-return-blurb):
14448 Declare.
14449
14450 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
14451
14452 * electric.el (Electric-command-loop): Rename parameter
14453 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
14454
14455 * expand.el (expand-in-literal): Remove unused variable `here'.
14456
14457 * facemenu.el (facemenu-add-new-color):
14458 Remove unused variable `docstring'.
14459
14460 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
14461 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
14462 (face-attr-construct): Mark unused parameter. Doc fix.
14463 (read-color): Remove unused variable `hex-string'.
14464
14465 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
14466 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
14467 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
14468 (display-buffer-other-frame): Remove unused variable `old-window'.
14469 (kill-buffer-hook): Declare.
14470 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
14471 Mark unused parameters.
14472 (after-find-file): Pass 1 to `auto-save-mode', not t.
14473
14474 * files-x.el (auto-insert): Declare.
14475 (modify-file-local-variable-prop-line): Remove unused variable `val'.
14476
14477 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 14478 variable `buf'. Mark unused parameter.
06b60517
JB
14479 (find-lisp-insert-directory): Mark unused parameter.
14480
14481 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
14482 (format-encode-region): Remove unused variables `cur-buf' and `result'.
14483 (format-common-tail): Remove, unused.
14484 (format-deannotate-region): Remove unused variable `loc'.
14485 (format-annotate-region): Remove unused variable `p'.
14486 (format-annotate-single-property-change): Remove unused variables
14487 `default' and `tail'.
14488
14489 * forms.el (read-file-filter): Declare.
14490 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
14491
14492 * frame.el (frame-creation-function-alist): Mark unused parameter.
14493 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
14494
14495 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
14496 Remove unused parameters.
14497 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
14498 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
14499
14500 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
14501 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
14502 (hfy-prepare-tag-map): Mark unused parameters.
14503 (htmlfontify-buffer): Use `called-interactively-p'.
14504
14505 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
14506 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
14507 (ibuffer-do-occur): Mark unused parameters.
14508 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
14509 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
14510
14511 * ibuffer.el: Don't quote `lambda'.
14512 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
14513 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
14514 Mark unused parameters.
14515
14516 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
14517 (ido-completing-read): Mark unused parameters.
14518 (ido-copy-current-word): Mark unused parameters;
14519 remove unused variable `name'.
14520 (ido-sort-merged-list): Remove unused parameter `dirs'.
14521
14522 * ielm.el (ielm-input-sender): Mark unused parameter.
14523 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
14524 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
14525 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
14526 `ielm-string' as a dynamic variable accessible from the IELM prompt.
14527 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
14528
14529 * image-dired.el (image-dired-display-thumbs): Remove unused
14530 variables `curr-file' and `count'.
14531 (image-dired-remove-tag): Remove unused variable `start'.
14532 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
14533 variable `curr-file'
14534 (image-dired-rotate-original): Remove unused variable `temp-file'.
14535 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
14536 Remove unused variable `file'.
14537 (image-dired-gallery-generate): Remove unused variable `curr'.
14538 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
14539
14540 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
14541
14542 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
14543
14544 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
14545
14546 * isearch.el (minibuffer-history-symbol): Declare.
14547 (isearch-edit-string): Remove unused variable `err'.
14548 (isearch-message-prefix, isearch-message-suffix):
14549 Mark unused parameters.
14550
14551 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
14552
14553 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
14554
14555 * makesum.el (double-column): Remove unused variable `cnt'.
14556
14557 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
14558 (ido-ignore-item-temp-list): Declare.
14559
14560 * mouse-drag.el (mouse-drag-throw): Remove unused variables
14561 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
14562 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
14563 (mouse-drag-drag): Remove unused variables `mouse-delta' and
14564 `mouse-col-delta'.
14565
14566 * mouse-sel.el (mouse-extend-internal):
14567 Remove unused variable `orig-window-frame'.
14568
14569 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
14570 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
14571 Move declarations before first use.
14572 (pcomplete-opt): Mark unused parameters; doc fix.
14573
14574 * proced.el (proced-revert): Mark unused parameter.
14575 (proced-send-signal): Remove unused variable `err'.
14576
14577 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
14578 Rename parameter PREFIX-ARG to ARG.
14579 (ps-basic-plot-string, ps-basic-plot-whitespace):
14580 Mark unused parameters.
14581
14582 * replace.el (replace-count): Define.
14583 (occur-revert-function): Mark unused parameters.
14584 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
14585 (isearch-case-fold-search, isearch-string): Declare.
14586 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
14587 bind `case-fold-search'. Remove unused variables `beg' and `end',
14588 and simplify.
14589 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
14590 COUNT and bind `replace-count'.
14591 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
14592 to COUNT.
14593
14594 * savehist.el (print-readably, print-string-length): Declare.
14595
14596 * shadowfile.el (shadow-expand-cluster-in-file-name):
14597 Remove unused variable `cluster'.
14598 (shadow-copy-file): Remove unused variable `i'.
14599 (shadow-noquery, shadow-clusters, shadow-site-cluster)
14600 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
14601 (shadow-define-literal-group, shadow-define-regexp-group)
14602 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
14603
14604 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
14605 (shell): Use `called-interactively-p'.
14606 (shell-directory-tracker): Remove unused variable `chdir-failure'.
14607
14608 * simple.el (compilation-context-lines, comint-file-name-quote-list)
14609 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
14610 (delete-backward-char): Remove unused variable `ocol'.
14611 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
14612 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
14613 (event-apply-hyper-modifier, event-apply-shift-modifier)
14614 (event-apply-control-modifier, event-apply-meta-modifier):
14615 Mark unused parameters.
14616 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
14617 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
14618
14619 * speedbar.el (speedbar-ignored-directory-expressions)
14620 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
14621 (speedbar-find-file, speedbar-dir-follow)
14622 (speedbar-directory-buttons-follow, speedbar-tag-find)
14623 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
14624 (speedbar-buffers-line-directory, speedbar-buffer-click):
14625 Mark unused parameters.
14626 (speedbar-tag-file): Remove unused variable `mode'.
14627 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
14628
14629 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
14630
14631 * talk.el (talk): Remove unused variable `display'.
14632
14633 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
14634 (tar-write-region-annotate): Mark unused parameter.
14635
14636 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
14637 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
14638 Declare them, wrapped in `with-no-warnings' to avoid replacing one
14639 warning by another.
14640
14641 * time-stamp.el (time-stamp-string-preprocess):
14642 Remove unused variable `require-padding'.
14643
14644 * tree-widget.el (widget-glyph-enable): Declare.
14645 (tree-widget-action): Mark unused parameter.
14646
14647 * w32-fns.el (x-get-selection): Mark unused parameter.
14648 (autoload-make-program, generated-autoload-file): Declare.
14649
14650 * wdired.el (wdired-revert): Mark unused parameters.
14651 (wdired-xcase-word): Remove unused variable `err'.
14652
14653 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
14654 (whitespace-help-scroll): Remove unused variable `data-help'.
14655
14656 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
14657 (widget-image-insert, widget-after-change, default)
14658 (widget-default-format-handler, widget-default-notify)
14659 (widget-default-prompt-value, widget-info-link-action)
14660 (widget-url-link-action, widget-function-link-action)
14661 (widget-variable-link-action, widget-file-link-action)
14662 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
14663 (widget-field-prompt-internal, widget-field-action, widget-field-match)
14664 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
14665 (widget-insert-button-action, widget-delete-button-action, visibility)
14666 (widget-documentation-link-action, widget-documentation-string-action)
14667 (widget-const-prompt-value, widget-regexp-match, symbol)
14668 (widget-coding-system-prompt-value)
14669 (widget-key-sequence-value-to-external, sexp)
14670 (widget-sexp-value-to-internal, character, vector, cons)
14671 (widget-choice-prompt-value, widget-boolean-prompt-value)
14672 (widget-color--choose-action): Mark unused parameters.
14673 (widget-item-match-inline, widget-choice-match-inline)
14674 (widget-checklist-match, widget-checklist-match-inline)
14675 (widget-group-match): Rename parameter VALUES to VALS.
14676 (widget-field-value-set): Remove unused variable `size'.
14677 (widget-color-action): Remove unused variables `value' and `start'.
14678
14679 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 14680 variable `dir'. Doc fix.
06b60517
JB
14681 (windmove-find-other-window): Don't pass it.
14682
14683 * window.el (count-windows): Mark unused parameter.
14684 (bw-adjust-window): Remove unused variable `err'.
14685
14686 * woman.el (woman-file-name): Remove unused variable `default'.
14687 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
14688 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
14689 (global-font-lock-mode): Declare.
14690 (woman-decode-region): Mark unused parameter.
14691 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
14692
14693 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
14694 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
14695 (x-dnd-handle-moz-url): Remove unused variable `title'.
14696 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
14697
14698 * xml.el (xml-parse-tag, xml-parse-attlist):
14699 Remove unused variable `pos'.
14700
bc4f7f3d
GM
147012011-04-19 Glenn Morris <rgm@gnu.org>
14702
14703 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
14704 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
14705 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
14706 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
14707 * calendar/cal-html.el (cal-html-insert-minical):
14708 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
14709 (calendar-mark-date-pattern):
14710 Prefix "unused" locals.
14711
14712 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
14713 optional argument `style'.
14714
14715 * calendar/appt.el (appt-make-list):
14716 * calendar/cal-china.el (calendar-chinese-date-string):
14717 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
14718 (diary-hebrew-yahrzeit):
14719 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
14720 * calendar/calendar.el (calendar-generate-window):
14721 * calendar/time-date.el (time-to-days):
14722 Remove unused local variables.
14723
16a43933
CY
147242011-04-18 Chong Yidong <cyd@stupidchicken.com>
14725
14726 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
14727 glyphless-char-display table.
14728 (tabulated-list-glyphless-char-display): New var.
14729
7eed1860
SS
147302011-04-18 Sam Steingold <sds@gnu.org>
14731
14732 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
14733 to acknowledgments.
14734
4d2d1ccd
GM
147352011-04-17 Glenn Morris <rgm@gnu.org>
14736
14737 * calendar/diary-lib.el (diary-sexp-entry):
14738 * calendar/holidays.el (holiday-sexp):
14739 Set debug-on-error rather than the removed stack-trace-on-error.
14740
239da61d
GM
147412011-04-16 Glenn Morris <rgm@gnu.org>
14742
14743 * progmodes/f90.el: Use lexical-binding.
14744 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
14745
8b05752a
SM
147462011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14747
daca8ba5
SM
14748 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
14749 (mail-mode): Setup mailalias completion here instead.
14750 * mail/mailalias.el: Use lexical-binding.
14751 (pattern, mailalias-done): Declare dynamic.
14752 (mail-completion-at-point-function): New function, from mail-complete.
14753 (mail-complete): Use it.
14754 (mail-completion-expand): New function.
14755 (mail-get-names): Use it.
14756 (mail-directory, mail-directory-process, mail-directory-stream):
14757 Don't use `pattern' for lexically bound arg.
14758
6f542485
SM
14759 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
14760
037e7c3f
SM
14761 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
14762 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
14763 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
14764
8b05752a
SM
14765 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
14766 (byte-save-window-excursion, byte-temp-output-buffer-setup)
14767 (byte-interactive-p): Define them again, for use when inlining
14768 old code.
14769
49093f60
JB
147702011-04-15 Juanma Barranquero <lekktu@gmail.com>
14771
14772 * loadup.el: Use `string-to-number', not `string-to-int'.
14773
b5b8e7de
SM
147742011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14775
14776 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
14777 gud-gdb-complete-command.
14778 (gud-gdb-completions): New function, from gud-gdb-complete-command.
14779 (gud-gdb-completion-at-point): New function.
14780 (gud-gdb-completions): Remove.
14781
f42efeb5
MA
147822011-04-14 Michael Albinus <michael.albinus@gmx.de>
14783
49093f60
JB
14784 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
14785 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
14786 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
14787 whether `executable-find' is bound.
f42efeb5
MA
14788
14789 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
14790
e240cc21
SM
147912011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14792
14793 * minibuffer.el (completion-in-region-mode-predicate)
14794 (completion-in-region-mode--predicate): New vars.
14795 (completion-in-region, completion-in-region--postch)
14796 (completion-in-region-mode): Use them.
14797 (completion--capf-wrapper): Also return the hook function.
14798 (completion-at-point, completion-help-at-point):
14799 Adjust and provide a predicate.
c2bd2ab0
SM
14800
14801 Preserve arg names for advice of subr and lexical functions (bug#8457).
14802 * help-fns.el (help-function-arglist): Consolidate the subr and
14803 new-byte-code cases. Add argument `preserve-names' to extract names
14804 from the docstring when needed.
14805 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
14806 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
14807 (ad-arglist): Use help-function-arglist's new arg.
14808 (ad-definition-type): Use cond.
14809
c183f693
JB
148102011-04-13 Juanma Barranquero <lekktu@gmail.com>
14811
06641a47
JB
14812 * autorevert.el (auto-revert-handler):
14813 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
14814 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
14815 Don't quote lambda.
14816
c183f693
JB
14817 * image-mode.el (image-transform-set-scale):
14818 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
14819
1e3b6001
G
148202011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
14821
14822 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 14823 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
14824 Upgrades via gnutls-cli are too slow to be done opportunistically.
14825
2d6af8dd
JB
148262011-04-12 Juanma Barranquero <lekktu@gmail.com>
14827
14828 * dframe.el (dframe-current-frame): Remove spurious quote.
14829
c0749a51
GM
148302011-04-12 Glenn Morris <rgm@gnu.org>
14831
088d0d61
GM
14832 * calendar/cal-tex.el (cal-tex-end-document):
14833 Try to automatically use latin1 input if needed.
14834
c0749a51
GM
14835 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
14836 Don't try to cons a mark onto an empty element.
14837
5c90fde0
LL
148382011-04-11 Leo Liu <sdl.web@gmail.com>
14839
14840 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
14841 buffers.
14842 (ido-kill-buffer-at-head): Support killing virtual buffers.
14843
369e974d
CY
148442011-04-10 Chong Yidong <cyd@stupidchicken.com>
14845
14846 * minibuffer.el (completion-show-inline-help): New var.
14847 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
14848 (minibuffer-force-complete, minibuffer-complete-word):
14849 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
14850
14851 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
14852 to avoid interference from inline help (Bug#5849).
14853
37f1c930
LL
148542011-04-10 Leo Liu <sdl.web@gmail.com>
14855
099c39a4
JB
14856 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
14857 Fix typo.
37f1c930 14858
a32d4040
CY
148592011-04-09 Chong Yidong <cyd@stupidchicken.com>
14860
14861 * image-mode.el (image-toggle-display-image): Signal an error if
14862 not in Image mode.
14863 (image-transform-mode, image-transform-resize)
14864 (image-transform-set-rotation): Doc fix.
daca8ba5 14865 (image-transform-set-resize): Delete.
a32d4040
CY
14866 (image-transform-set-scale, image-transform-fit-to-height)
14867 (image-transform-fit-to-width): Handle image-toggle-display-image
14868 and image-transform-resize directly.
14869
099c39a4 148702011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
14871
14872 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
14873 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
14874 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
14875 (doc-view-mode-map): Add bindings for the new functions.
14876
099c39a4 148772011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 14878
4d61f28d 14879 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
14880 Fix typo in docstring.
14881
3726838a
EZ
148822011-04-08 Eli Zaretskii <eliz@gnu.org>
14883
04f33f1e
EZ
14884 * files.el (file-size-human-readable): Produce one digit after
14885 decimal, like "ls -lh" does.
14886
14887 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
14888 the file size representation.
14889
3726838a
EZ
14890 * simple.el (list-processes): If async subprocesses are not
14891 available, error out with a clear error message.
14892
cbb59342
CY
148932011-04-08 Chong Yidong <cyd@stupidchicken.com>
14894
14895 * help.el (help-form-show): New function, to be called from C.
14896 Put help-form output in a buffer named differently than *Help*.
14897
e3971c44
EZ
148982011-04-08 Eli Zaretskii <eliz@gnu.org>
14899
14900 * files.el (file-size-human-readable): New function.
14901
14902 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
14903 computing the representation inline. Don't require `cl'.
14904
12544bbe
GM
149052011-04-08 Glenn Morris <rgm@gnu.org>
14906
a1de6c6a
GM
14907 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
14908
3c4671f4
GM
14909 * net/browse-url.el (browse-url-firefox):
14910 Test system-type, not system-configuration.
14911
b605679c
GM
14912 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
14913 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
14914 Use log-edit-empty-buffer-p. (Bug#7598)
14915
56442f0c
GM
14916 * net/rlogin.el (rlogin-process-connection-type): Simplify.
14917 (rlogin-mode-map): Initialize in the defvar.
14918 (rlogin): Use ignore-errors.
14919
12544bbe
GM
14920 * replace.el (occur-mode-map): Some fixes for menu items.
14921
eb237b0f
AH
149222011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
14923
14924 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
14925
7d668f2c
CY
149262011-04-06 Chong Yidong <cyd@stupidchicken.com>
14927
e67a13ab
CY
14928 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
14929 issuing unused warnings.
14930
14931 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
14932 macro directly.
14933
7d668f2c
CY
14934 * simple.el: Lisp reimplement of list-processes. Based on an
14935 earlier reimplementation by Leo Liu, but using tabulated-list.el.
14936 (process-menu-mode): New major mode.
14937 (list-processes--refresh, list-processes):
14938 (process-menu-visit-buffer): New functions.
14939
14940 * files.el (save-buffers-kill-emacs): Don't assume any return
14941 value of list-processes, which is undocumented anyway.
14942
a83ec3c9
CY
149432011-04-06 Chong Yidong <cyd@stupidchicken.com>
14944
14945 * emacs-lisp/tabulated-list.el: New file.
14946
e91a96fe
CY
14947 * emacs-lisp/package.el: Use Tabulated List mode.
14948 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
14949 (package-menu-mode): Derive from tabulated-list-mode. Set up the
14950 table format using Tabulated List mode variables.
14951 (package--push): New macro, replacing package-list-maybe-add.
14952 (package-menu--generate): Use package--push. Renamed from
14953 package--generate-package-list.
14954 (package-menu-refresh, list-packages): Use it.
daca8ba5 14955 (package-menu--print-info): Rename from package-print-package.
e91a96fe 14956 Return insertion data instead of inserting it directly.
099c39a4
JB
14957 (package-menu-describe-package, package-menu-execute):
14958 Use tabulated-list-get-id.
e91a96fe
CY
14959 (package-menu-mark-delete, package-menu-mark-install)
14960 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
14961 (package-menu-mark-obsolete-for-deletion):
14962 Use tabulated-list-put-tag.
e91a96fe
CY
14963 (package--list-packages, package-menu-revert)
14964 (package-menu-get-package, package-menu-get-version)
14965 (package-menu-sort-by-column): Functions deleted.
14966 (package-menu-package-list, package-menu-sort-key): Vars deleted.
14967 (package-menu--status-predicate, package-menu--version-predicate)
14968 (package-menu--name-predicate)
14969 (package-menu--description-predicate): Handle arguments in the
14970 Tabulated List format.
14971 (package-list-packages-no-fetch): Call list-packages.
14972
3e214b50
JB
149732011-04-06 Juanma Barranquero <lekktu@gmail.com>
14974
14975 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 14976 (after-find-file): Don't bind it.
3e214b50
JB
14977 (revert-buffer-in-progress-p): New variable.
14978 (revert-buffer): Bind it.
14979 Pass nil for `after-find-file-from-revert-buffer'.
14980
14981 * saveplace.el (save-place-find-file-hook): Use new variable
14982 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
14983
3f0f1700
GM
149842011-04-06 Glenn Morris <rgm@gnu.org>
14985
c0274801
GM
14986 * Makefile.in (AUTOGEN_VCS): New variable.
14987 (autoloads): Use $AUTOGEN_VCS.
14988
3f0f1700
GM
14989 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
14990 * calendar/calendar.el (calendar-mode-map):
14991 Check for toolkit scroll bars. (Bug#8305)
14992
41ea9e48
CY
149932011-04-05 Chong Yidong <cyd@stupidchicken.com>
14994
14995 * minibuffer.el (completion-in-region--postch)
14996 (completion-in-region-mode): Remove unnecessary messages.
14997
6194c800
JB
149982011-04-05 Juanma Barranquero <lekktu@gmail.com>
14999
33256f14
JB
15000 * font-lock.el (font-lock-refresh-defaults):
15001 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
15002 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
15003
6194c800
JB
15004 * info.el (Info-directory-list, Info-read-node-name-2)
15005 (Info-split-parameter-string): Doc fixes.
15006 (Info-virtual-nodes): Reflow docstring.
15007 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
15008 (Info-apropos-toc-nodes, info-finder, Info-get-token)
15009 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
15010 Fix typos in docstrings.
15011 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
15012 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
15013 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
15014 (Info-restore-desktop-buffer): Mark unused parameters.
15015 (Info-directory-find-file, Info-directory-find-node)
15016 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
15017 (Info-virtual-index-find-node, Info-apropos-find-file)
15018 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 15019 Mark unused parameters; fix typos in docstrings.
6194c800
JB
15020 (Info-virtual-index): Remove unused local variable `nodename'.
15021
b87a8200 150222011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 15023
b87a8200
DD
15024 * net/rcirc.el: Update my e-mail address.
15025 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 15026
3b2ff876
CY
150272011-04-05 Chong Yidong <cyd@stupidchicken.com>
15028
15029 * startup.el (command-line): Save the cursor's theme-face
15030 directly, instead of using face-override-spec.
15031
15032 * custom.el (load-theme): Minor optimization in assigning faces.
15033
8d17e7ca
JB
150342011-04-04 Juanma Barranquero <lekktu@gmail.com>
15035
15036 * help-fns.el (describe-variable): Complete all variables having
15037 documentation, including keywords.
15038 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
15039
2fbc1934
JB
150402011-04-04 Juanma Barranquero <lekktu@gmail.com>
15041
15042 Convert to lexical-binding.
15043
15044 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
15045 (bs--get-marked-string, bs--get-modified-string)
15046 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
15047 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
15048 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
15049
15050 * ehelp.el (electric-help-execute-extended)
15051 (electric-help-ctrl-x-prefix):
15052 * hexl.el (hexl-revert-buffer-function):
15053 * linum.el (linum-after-change, linum-after-scroll):
15054 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
15055
15056 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
15057
74f50695
DU
150582011-04-04 Daiki Ueno <ueno@unixuser.org>
15059
15060 * epa-dired.el:
15061 * epa-mail.el:
15062 * epa-hook.el:
15063 * epa-file.el:
15064 * epa.el:
15065 * epg.el: Use lexical binding.
15066
c11325f7
CY
150672011-04-03 Chong Yidong <cyd@stupidchicken.com>
15068
0d9e9a12
CY
15069 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
15070
c11325f7 15071 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
15072 dictionary case for flyspell-mark-duplications-exceptions.
15073 Use regexp matching for languages.
c11325f7
CY
15074 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
15075 default dictionary (Bug#7926).
15076
da91b5f2
CY
150772011-04-02 Chong Yidong <cyd@stupidchicken.com>
15078
099c39a4
JB
15079 * emacs-lisp/package.el (package--with-work-buffer):
15080 Recognize https URLs.
da91b5f2 15081
099c39a4
JB
15082 * net/network-stream.el: Move from gnus/proto-stream.el.
15083 Change prefix to network-stream throughout.
da91b5f2
CY
15084 (open-protocol-stream): Merge into open-network-stream, leaving
15085 open-protocol-stream as an alias. Handle nil BUFFER args.
15086
15087 * subr.el (open-network-stream): Move to net/network-stream.el.
15088
afa8e9f6
GM
150892011-04-02 Glenn Morris <rgm@gnu.org>
15090
1d2e369d
GM
15091 * find-dired.el (find-exec-terminator): New option.
15092 (find-ls-option): Test for -ls support.
15093 (find-ls-subdir-switches): Test for -b in find-ls-option.
15094 (find-dired, find-grep-dired): Doc fixes.
15095 (find-dired): Use find-exec-terminator.
15096
8abb7da8 15097 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
15098 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
15099 (find-name-arg): Remove purecopy.
8abb7da8 15100
f3ca7378
GM
15101 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
15102 (grep-compute-defaults): Check for `-exec COMMAND +' support.
15103 Set grep-find-use-xargs, grep-find-command, and grep-find-template
15104 accordingly. Don't add the null-device if not needed.
15105
afa8e9f6
GM
15106 * files.el (save-some-buffers): Doc fix.
15107
35eae264
EZ
151082011-04-02 Eli Zaretskii <eliz@gnu.org>
15109
15110 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
15111
26b51db5
JB
151122011-04-01 Juanma Barranquero <lekktu@gmail.com>
15113
15114 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
15115 Use `dolist' rather than `mapcar'.
15116
7200d79c
SM
151172011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
15118
03408648 15119 Add lexical binding.
7200d79c 15120
03408648
SM
15121 * subr.el (apply-partially): Use new closures rather than CL.
15122 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
15123 (dolist, dotimes): Use slightly different expansion for lexical code.
15124 (functionp): Move to C.
15125 (letrec): New macro.
15126 (with-wrapper-hook): Use it and apply-partially instead of CL.
15127 (eval-after-load): Preserve lexical-binding.
15128 (save-window-excursion, with-output-to-temp-buffer): Turn them
15129 into macros.
7200d79c 15130
03408648
SM
15131 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
15132
15133 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
15134 than the arglist.
15135 (help-add-fundoc-usage): Don't add `Not documented'.
15136 (help-function-arglist): Handle closures, subroutines, and new
15137 byte-code-functions.
15138 (help-make-usage): Remove leading underscores.
15139 (describe-function-1): Handle closures.
15140 (describe-variable): Use special-variable-p for completion.
15141
15142 * files.el (lexical-binding): Declare safe.
f488fb65 15143
03408648
SM
15144 * emacs-lisp/pcase.el: Don't use destructuring-bind.
15145 (pcase--memoize): Rename from pcase-memoize. Change weakness.
15146 (pcase): Add `let' pattern.
15147 Change memoization so it actually works.
15148 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
15149 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
15150 <let>: New case.
f488fb65 15151
03408648
SM
15152 * emacs-lisp/macroexp.el: Use lexical binding.
15153 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
15154 Don't convert ' to #' without checking that it's indeed quoting
15155 a lambda.
15156
15157 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 15158 Use eval-sexp-add-defvars.
03408648
SM
15159 (eval-sexp-add-defvars): New fun.
15160
15161 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
15162
15163 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
15164 Don't autoload.
15165 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
15166 than the internal `byte-compile-lambda'.
15167 (defmethod): Don't hide code under quotes.
15168 (eieio-defmethod): New `code' argument.
15169
15170 * emacs-lisp/eieio-comp.el: Remove.
15171
15172 * emacs-lisp/edebug.el (edebug-eval-defun)
15173 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
15174 (edebug-toggle): Avoid `eval'.
15175
15176 * emacs-lisp/disass.el (disassemble-internal): Handle new
15177 `closure' objects.
15178 (disassemble-1): Handle new byte codes.
15179
15180 * emacs-lisp/cl.el (pushnew): Silence warning.
15181
15182 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
15183 (cl-byte-compile-throw): Remove.
15184 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
15185
15186 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
15187 closures.
15188
15189 * emacs-lisp/cconv.el: New file.
15190
15191 * emacs-lisp/bytecomp.el: Use lexical binding instead of
15192 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
15193 (byte-compile-initial-macro-environment):
15194 Handle declare-function here.
15195 (byte-compile--lexical-environment): New var.
15196 (byte-stack-ref, byte-stack-set, byte-discardN)
15197 (byte-discardN-preserve-tos): New lap codes.
15198 (byte-interactive-p): Don't use any more.
15199 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
15200 New macros.
15201 (byte-compile-lapcode): Use them and handle new lap codes.
15202 (byte-compile-obsolete): Remove.
15203 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
15204 (byte-compile-arglist-warn): Check late def of inlinable funs.
15205 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
15206 since they should have been expanded by now.
15207 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
15208 (byte-compile-from-buffer): Remove unused second arg.
15209 (byte-compile-preprocess): New function.
15210 (byte-compile-toplevel-file-form): New function to distinguish
15211 file-form calls from outside from file-form calls from hunk-handlers.
15212 (byte-compile-file-form): Simplify.
15213 (byte-compile-file-form-defsubst): Remove.
15214 (byte-compile-file-form-defmumble): Simplify now that
15215 byte-compile-lambda always returns a byte-code-function.
15216 (byte-compile): Preprocess.
15217 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
15218 Remove, not used any more.
15219 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
15220 (byte-compile-make-args-desc): New funs.
15221 (byte-compile-lambda): Handle lexical functions. Always return
15222 a byte-code-function.
15223 (byte-compile-reserved-constants): New var, to make up room for
15224 closed-over variables.
15225 (byte-compile-constants-vector): Obey it.
15226 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
15227 (byte-compile-macroexpand-declare-function): New function.
15228 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
15229 byte-code-functions.
15230 (byte-compile-form): Check obsolescence here.
15231 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
15232 (byte-compile-variable-ref): Remove.
15233 (byte-compile-dynamic-variable-op): New fun.
15234 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
15235 (byte-compile-variable-set): New funs.
15236 (byte-compile-discard): Add 2 args.
15237 (byte-compile-stack-ref, byte-compile-stack-set)
15238 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
15239 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
15240 macroexpand-all instead.
15241 (byte-compile-quote-form): Remove.
15242 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
15243 (byte-compile-bind, byte-compile-unbind): New funs.
15244 (byte-compile-let): Handle let* and lexical binding.
15245 (byte-compile-let*): Remove.
15246 (byte-compile-catch, byte-compile-unwind-protect)
15247 (byte-compile-track-mouse, byte-compile-condition-case):
15248 Handle a new :fun-body form, used for lexical scoping.
15249 (byte-compile-save-window-excursion)
15250 (byte-compile-with-output-to-temp-buffer): Remove.
15251 (byte-compile-defun): Simplify.
15252 (byte-compile-stack-adjustment): New fun.
15253 (byte-compile-out): Use it.
15254 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
15255
15256 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
15257 handler any more.
15258
15259 * emacs-lisp/byte-opt.el: Use lexical binding.
15260 (byte-inline-lapcode): Remove (to bytecomp).
15261 (byte-compile-inline-expand): Pay attention to inlining to/from
15262 lexically bound code.
15263 (byte-compile-unfold-lambda): Don't handle byte-code-functions
15264 any more.
15265 (byte-optimize-form-code-walker): Don't handle save-window-excursion
15266 any more and don't call compiler-macros.
15267 (byte-compile-splice-in-already-compiled-code): Remove.
15268 (byte-code): Don't inline any more.
15269 (disassemble-offset): Receive `bytes' as argument rather than via
15270 dynamic scoping.
15271 (byte-compile-tag-number): Declare before first use.
15272 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
15273 `return' even if make-spliceable.
15274 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
15275 obsolete interactive-p.
15276 (byte-optimize-lapcode): Optimize new lap-codes.
15277 Don't trip up on new form of `byte-constant' lap code.
15278
15279 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
15280
15281 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
15282
15283 * custom.el (custom-initialize-default, custom-declare-variable):
15284 Use `defvar'.
15285
15286 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
15287 New variables.
15288 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
15289 (COMPILE_FIRST): Add macroexp and cconv.
15290 * makefile.w32-in: Mirror changes in Makefile.in.
15291
15292 * vc/cvs-status.el:
15293 * vc/diff-mode.el:
15294 * vc/log-edit.el:
15295 * vc/log-view.el:
15296 * vc/smerge-mode.el:
15297 * textmodes/bibtex-style.el:
15298 * textmodes/css.el:
15299 * startup.el:
15300 * uniquify.el:
da91b5f2
CY
15301 * minibuffer.el:
15302 * newcomment.el:
15303 * reveal.el:
15304 * server.el:
15305 * mpc.el:
15306 * emacs-lisp/smie.el:
15307 * doc-view.el:
15308 * dired.el:
03408648
SM
15309 * abbrev.el: Use lexical binding.
15310
0f0c1f27
EZ
153112011-04-01 Eli Zaretskii <eliz@gnu.org>
15312
15313 * info.el (info-display-manual): New function.
15314
c82b2579
SM
153152011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
15316
15317 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
15318
221ddf68
TH
153192011-03-31 Tassilo Horn <tassilo@member.fsf.org>
15320
15321 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 15322 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 15323
cba6e77e
GM
153242011-03-31 Glenn Morris <rgm@gnu.org>
15325
e040639f
GM
15326 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
15327
cba6e77e
GM
15328 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
15329
6d0f1c9e
CS
153302011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
15331
15332 * progmodes/python.el (python-default-interpreter)
15333 (python-python-command-args, python-jython-command-args)
15334 (python-which-shell, python-which-args, python-which-bufname)
15335 (python-file-queue, python-comint-output-filter-function)
15336 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
15337 variables and functions.
15338
3e2d70fd
SM
153392011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
15340
15341 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
15342 (completion-in-region-mode): New minor mode.
15343 (completion-in-region): Use it.
15344 (completion-in-region--data, completion-in-region-mode-map): New vars.
15345 (completion-in-region--postch): New function.
15346 (completion--capf-misbehave-funs, completion--capf-safe-funs):
15347 New vars.
15348 (completion--capf-wrapper): New function.
15349 (completion-at-point): Use it to track well-behavedness of
15350 hook functions.
15351 (completion-help-at-point): New command.
15352
f3e4086c
JM
153532011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
15354
15355 * vc/add-log.el (add-change-log-entry): Don't use whitespace
15356 syntax class to search for whitespace on a single line
15357 (Message-ID: <4D938140.4030905@redhat.com>).
15358
eb7ffc14
LL
153592011-03-30 Leo Liu <sdl.web@gmail.com>
15360
15361 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
15362 New commands.
15363 (edit-abbrevs-map): Bind them here.
15364 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
15365
d806ab68
KM
153662011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
15367
15368 * allout.el (allout-hide-by-annotation, allout-flag-region):
15369 Reduce possibility of overlay leakage by making them volatile.
15370
15371 * allout-widgets.el (allout-widgets-tally): Define as nil so the
15372 hash is not shared between buffers. Mode initialization is
15373 responsible for giving it a useful starting value.
15374 (allout-item-span): Reduce possibility of overlay leakage by
15375 making them volatile.
15376 (allout-widgets-count-buttons-in-region): Add diagnostic function
15377 for tracking down button overlay leaks.
15378
ea622834
LL
153792011-03-29 Leo Liu <sdl.web@gmail.com>
15380
15381 * ido.el (ido-read-internal): Use the default history var
15382 minibuffer-history if no HISTORY is specified.
15383
b62f8267
G
153842011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
15385
03408648
SM
15386 * net/imap.el (imap-shell-open, imap-process-connection-type):
15387 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
15388 Kerberos, SSL, other subprocesses.
15389
947b6566
LL
153902011-03-28 Leo Liu <sdl.web@gmail.com>
15391
15392 * abbrev.el (abbrev-table-empty-p): New function.
15393 (prepare-abbrev-list-buffer): Place empty abbrev tables after
15394 nonempty ones. (Bug#5937)
15395
5ffb62aa
JD
153962011-03-27 Jan Djärv <jan.h.d@swipnet.se>
15397
15398 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
15399
7a097943
LL
154002011-03-27 Leo Liu <sdl.web@gmail.com>
15401
15402 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
15403 for foreground and background colors.
15404 (ansi-color-make-color-map): Adapt.
15405
c5b40130
LL
154062011-03-25 Leo Liu <sdl.web@gmail.com>
15407
1f48f7d2
LL
15408 * midnight.el (midnight-time-float): Remove. Note it calculates
15409 the microsecond component incorrectly and seconds-to-time does the
15410 same job.
625897ec 15411 Remove redundant (require 'timer).
1f48f7d2 15412
c5b40130
LL
15413 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
15414 (ido-completions): Remove unused arguments. (Bug#8329)
15415
d86d2721
SM
154162011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15417
15418 * minibuffer.el (completion--flush-all-sorted-completions):
15419 Remove itself from hook.
15420 (completion-at-point): Let the functions perform the completion
15421 immediately and return nil or t.
15422 * comint.el (comint-dynamic-complete-functions): Now identical to
15423 completion-at-point-functions.
15424 (comint-dynamic-list-input-ring): Remove unused var `index'.
15425 (comint--match-partial-filename, comint--unquote&expand-filename):
15426 New funs, split from comint-match-partial-filename.
15427 (comint-dynamic-complete): Use completion-at-point.
15428 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
15429
e8974c48
DA
154302011-03-24 Drew Adams <drew.adams@oracle.com>
15431
15432 * thingatpt.el: Support `defun'.
15433
def71b5e
LL
154342011-03-23 Leo Liu <sdl.web@gmail.com>
15435
cb5af48e
LL
15436 * abbrevlist.el: Move to obsolete/abbrevlist.el.
15437
def71b5e
LL
15438 * help-mode.el (help-mode-finish): Tweak regexp.
15439
927c53e7
GM
154402011-03-23 Glenn Morris <rgm@gnu.org>
15441
18d05bed
GM
15442 * eshell/esh-opt.el (eshell-eval-using-options):
15443 Do not bind unused local variable `eshell-option-stub'.
15444
927c53e7
GM
15445 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
15446
9d0da923
JB
154472011-03-22 Juanma Barranquero <lekktu@gmail.com>
15448
15449 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
15450 keymap variable in `with-no-warnings' to avoid a warning when the
15451 keymap has been already `defconst'ed.
15452
4b978a67
LL
154532011-03-22 Leo Liu <sdl.web@gmail.com>
15454
15455 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
15456 encode all chars in abbrevs; otherwise use emacs-mule or
15457 utf-8-emacs. (Bug#8308)
15458
5fd62452
JB
154592011-03-22 Juanma Barranquero <lekktu@gmail.com>
15460
0b1596c6
JB
15461 * simple.el (backward-delete-char-untabify):
15462 Avoid warning about using `delete-backward-char'.
15463
5fd62452
JB
15464 * image.el (image-type-file-name-regexps): Make it variable.
15465 `imagemagick-register-types' modifies it, and the user may want
15466 to add new extensions for known image types.
15467 (imagemagick-register-types): Throw error if not using ImageMagick.
15468
0b4e93f1
LL
154692011-03-22 Leo Liu <sdl.web@gmail.com>
15470
15471 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
15472 located before rcirc-prompt-end-marker.
15473 (rcirc-complete): Error if point is not after rcirc prompt.
15474 Handle the case when table is nil.
9882e214 15475 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 15476
fccee4ab
CY
154772011-03-22 Chong Yidong <cyd@stupidchicken.com>
15478
15479 * custom.el (custom--inhibit-theme-enable): Make it affect only
15480 custom-theme-set-variables and custom-theme-set-faces.
15481 (provide-theme): Ignore custom--inhibit-theme-enable.
15482 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
15483 (custom-enabling-themes): Delete variable.
d86d2721
SM
15484 (enable-theme): Accept only loaded themes as arguments.
15485 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
15486 (custom-enabled-themes): Forbid themes from setting this.
15487 Eliminate use of custom-enabling-themes.
15488 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 15489
af896da6
LL
154902011-03-21 Leo Liu <sdl.web@gmail.com>
15491
15492 * ido.el (ido-read-internal): Add ido-selected to history instead
15493 of user input.
15494
78f64af0
SM
154952011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
15496
15497 * subr.el (deferred-action-list, deferred-action-function):
15498 Mark obsolete.
15499
b16ac1ec
LL
155002011-03-21 Leo Liu <sdl.web@gmail.com>
15501
810f7698
LL
15502 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
15503 change on 2011-02-13 (bug#8309).
15504
b16ac1ec
LL
15505 * minibuffer.el (read-file-name-function): Change default value.
15506 (read-file-name--defaults): Rename from read-file-name-defaults.
15507 (read-file-name-default): Rename from read-file-name.
15508 (read-file-name): Call read-file-name-function.
15509
4e05e67e
GM
155102011-03-21 Glenn Morris <rgm@gnu.org>
15511
15512 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
15513 Doc fixes.
15514
4359915b
CY
155152011-03-21 Chong Yidong <cyd@stupidchicken.com>
15516
15517 * cus-theme.el: Add missing provide statement.
15518 (customize-create-theme): Extract theme value correctly.
15519 (custom-theme-visit-theme): Autoload.
15520 (customize-create-theme): Prompt before inserting default faces.
15521
1fe275ee
JB
155222011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
15523
15524 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
15525 units and musical notes.
15526
cd394be1 155272011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
15528
15529 * ido.el (ido-read-internal): Use completing-read-default.
15530 (ido-completing-read): Fix compatibility with completing-read.
15531
7d476bde
CO
155322011-03-20 Christian Ohler <ohler@gnu.org>
15533
15534 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
15535 (ert-delete-all-tests): Use `called-interactively-p' rather than
15536 `interactive-p'.
15537 (ert--make-xrefs-region): Respect END.
15538
fe0fb33e
CY
155392011-03-19 Chong Yidong <cyd@stupidchicken.com>
15540
ff854b0b
CY
15541 * dired-aux.el (dired-create-directory): Signal an error if the
15542 directory already exists (Bug#8246).
15543
fe0fb33e
CY
15544 * facemenu.el (list-colors-display): Call list-faces-display
15545 inside with-help-window.
15546 (list-colors-print): Use display property to align the final
15547 column, instead of checking window-width.
15548
576bce32
EZ
155492011-03-19 Eli Zaretskii <eliz@gnu.org>
15550
4d61f28d 15551 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
15552 windows-nt systems.
15553 (emerge-protect-metachars): Quote correctly for ms-dos and
15554 windows-nt systems.
15555
89c41d68 155562011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
15557
15558 * info.el (info-initialize): Replace all uses of `:' with
15559 path-separator for compatibility with non-Unix systems.
15560 Cache quoting of path-separator. (Bug#8258)
15561
b14e3e21 155622011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
15563
15564 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
15565 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
15566 (mouse-avoidance-mode): Fix typos in docstrings.
15567
4525ce3e
CY
155682011-03-19 Chong Yidong <cyd@stupidchicken.com>
15569
15570 * startup.el (package-subdirectory-regexp): Move from package.el.
15571 Omit \\` and \\', and let callers add them.
15572
15573 * emacs-lisp/package.el (package-strip-version)
15574 (package-load-all-descriptors): Add \\` and \\' to
15575 package-subdirectory-regexp before using it.
15576 (package-untar-buffer): New arg DIR; ensure that file untars only
15577 into this expected directory. Remove superfluous delete-region.
15578 (package-unpack): Caller changed.
15579 (package-tar-file-info): Use package-subdirectory-regexp.
15580
a904a09a 155812011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 15582
a904a09a
SM
15583 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
15584 diff-mode-shared-map (bug#8284).
15585 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
15586
155872011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15588
15589 * calendar/time-date.el (format-seconds): Use assoc instead of
15590 assoc-string, since assoc-string doesn't exist in XEmacs.
15591
171fc304
JB
155922011-03-17 Juanma Barranquero <lekktu@gmail.com>
15593
15594 * custom.el (custom-known-themes): Reflow docstring.
15595 (custom-theme-load-path): Fix typo in docstring.
15596 (load-theme): Fix typo in error message.
15597 (custom-available-themes, custom-variable-theme-value):
15598 Use `let', not `let*'.
15599
d71990a1
JB
156002011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
15601
15602 * calc/README: Mention inclusion of musical notes.
15603
15604 * calc/calc-units.el (calc-lu-quant): Rename from
15605 `calc-logunits-quantity'.
15606 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
15607 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
15608 (calc-db): Rename from `calc-dblevel'.
15609 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
15610 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
15611 (calc-np): Rename from `calc-nplevel'.
15612 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
15613 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
15614 (calc-lu-plus): Rename from `calc-logunits-add'.
15615 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
15616 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
15617 (calc-lu-minus): Rename from `calc-logunits-sub'.
15618 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
15619 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
15620 (calc-lu-times): Rename from `calc-logunits-mul'.
15621 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
15622 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
15623 (calc-lu-divide): Rename from `calc-logunits-div'.
15624 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
15625 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
15626
15627 * calc/calc-ext.el (calc-init-extensions): Update the names of the
15628 functions being autoloaded.
15629
15630 * calc/calc.el (calc-lu-power-reference): Rename from
15631 `calc-logunits-power-reference'.
15632 (calc-lu-field-reference): Rename from
15633 `calc-logunits-field-reference'.
15634
7a71b18d
GM
15635 * calc/calc-help.el (calc-l-prefix-help):
15636 Mention musical note functions.
d71990a1 15637
40c2934b
SM
156382011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
15639
15640 * minibuffer.el (completion-all-sorted-completions):
15641 Use :completion-cycle-penalty text property if present.
15642
b0911414
KM
156432011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
15644
15645 * allout.el (allout-yank-processing): Adjust for new rebulleting
15646 regime so bullet being yanked is used without prompting the user
15647 for a choice.
15648
8a05b668
JB
156492011-03-16 Juanma Barranquero <lekktu@gmail.com>
15650
15651 * startup.el (command-line): Warn the user that _emacs is deprecated.
15652
5ba5fb81
JB
156532011-03-16 Juanma Barranquero <lekktu@gmail.com>
15654
15655 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
15656 (delphi-verbose, delphi-comment-face, delphi-string-face)
15657 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
15658 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
15659 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
15660 (delphi-new-comment-line, delphi-font-lock-defaults)
15661 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
15662 Fix typos in docstrings.
15663
2dab465b
KM
156642011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
15665
5ba5fb81 15666 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
15667 Invert the roles of character and string values for INSTEAD, so a
15668 string is used for the more common case of a defaulting prompt.
15669
0adf5618
SM
156702011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15671
15672 * progmodes/ruby-mode.el (ruby-backward-sexp):
15673 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
15674 * play/gamegrid.el (gamegrid-make-face):
15675 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
15676 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
15677 * notifications.el (notifications-notify):
15678 * net/xesam.el (xesam-search-engines):
15679 * net/quickurl.el (quickurl-list-insert):
15680 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
15681
d72700e5
CY
156822011-03-15 Chong Yidong <cyd@stupidchicken.com>
15683
15684 * startup.el (command-line): Update package subdirectory regexp.
15685
49c5410a
SM
156862011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15687
c6eee9aa
SM
15688 * allout.el (allout-abbreviate-flattened-numbering)
15689 (allout-mode-deactivate-hook): Fix up obsolescence "date".
15690
49c5410a
SM
15691 * subr.el (read-char-choice): Only show the cursor after the prompt,
15692 not after the answer.
15693
047b2bb9
KR
156942011-03-15 Kevin Ryde <user42@zip.com.au>
15695
15696 * help-fns.el (variable-at-point): Skip leading quotes, if any
15697 (bug#8253).
15698
0a57d256
SM
156992011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15700
15701 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
15702 warning message.
15703
77c992bc
MA
157042011-03-14 Michael Albinus <michael.albinus@gmx.de>
15705
15706 * shell.el (shell): When called interactively, offer to change the
15707 shell file name on remote hosts.
15708
eebc475d
TZ
157092011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
15710
15711 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
15712 integration for LDAP parameters. The host, base, user or binddn,
15713 and secret tokens can be specified in a netrc file, for instance.
15714 This is optional because an `auth-source' parameter must be
15715 specified in the search attributes.
15716
9d05d1ba
JB
157172011-03-13 Juanma Barranquero <lekktu@gmail.com>
15718
15719 * help.el (describe-mode): Link to the mode's definition (bug#8185).
15720
09d9db2c
GM
157212011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15722
15723 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
15724 into declaration. Remove redundant and harmful binding.
15725
157262011-03-12 Eli Zaretskii <eliz@gnu.org>
15727
15728 * files.el (file-ownership-preserved-p): Pass `integer' as an
15729 explicit 2nd argument to `file-attributes'. If the file's owner
15730 is the Administrators group on Windows, and the current user is
15731 Administrator, consider that a match.
15732
15733 * server.el (server-ensure-safe-dir): Consider server directory
15734 safe on MS-Windows if its owner is the Administrators group while
15735 the current Emacs user is Administrator. Use `=' to compare
15736 numerical UIDs, since they could be integers or floats.
15737
219bd536
JB
157382011-03-12 Juanma Barranquero <lekktu@gmail.com>
15739
15740 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
15741
f3afd36b
MA
157422011-03-12 Michael Albinus <michael.albinus@gmx.de>
15743
15744 Sync with Tramp 2.2.1.
15745
15746 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
15747
15748 * net/trampver.el: Update release number.
15749
3aaaa6f1
SM
157502011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15751
94642599
SM
15752 * progmodes/compile.el (compilation--previous-directory): Fix up
15753 various nil/dead-marker mismatches (bug#8014).
15754 (compilation-directory-properties, compilation-error-properties):
15755 Don't call it at a position past the one we're about to change.
15756
3aaaa6f1
SM
15757 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
15758 Disable obsolescence warnings in the file that declares it.
15759
14239447
KM
157602011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
15761
099c39a4
JB
15762 * allout-widgets.el (allout-widgets-tally):
15763 Initialize allout-widgets-tally as a hash table rather than nil to
15764 prevent mode-line redisplay warnings. Also, clarify the module
15765 description and fix a comment typo.
14239447 15766
135e287c
JB
157672011-03-11 Juanma Barranquero <lekktu@gmail.com>
15768
15769 * help-fns.el (describe-variable): Don't complete keywords.
15770 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
15771
ffbf300e
CY
157722011-03-10 Chong Yidong <cyd@stupidchicken.com>
15773
ba08b241
CY
15774 * emacs-lisp/package.el (package-version-join): Impose a standard
15775 string representation for pre/alpha/beta version lists.
15776 (package-unpack-single): Standardize the directory name by passing
15777 it through package-version-join.
15778 (package-strip-rcs-id): Accept any version string that does not
15779 signal an error in version-to-list.
ffbf300e 15780
f346fd6b
MA
157812011-03-10 Michael Albinus <michael.albinus@gmx.de>
15782
15783 * simple.el (delete-trailing-whitespace): Return nil for the
15784 benefit of `write-file-functions'.
15785
ccb55d27
GM
157862011-03-10 Glenn Morris <rgm@gnu.org>
15787
5ceaac0c
GM
15788 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
15789
02da65ff
GM
15790 * vc/vc-git.el (vc-git-program): New option.
15791 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
15792 (vc-git--call): Use it.
15793
b2f603cc
GM
15794 * eshell/esh-util.el (eshell-condition-case): Doc fix.
15795
5772caab
GM
15796 * cus-edit.el (Custom-newline): If no button at point, look
15797 for a subgroup button at start-of-line. (Bug#2298)
15798
ccb55d27
GM
15799 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
15800
ec6ecaed
JD
158012011-03-10 Julien Danjou <julien@danjou.info>
15802
15803 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
15804 `cursor-type' is nil.
15805
9d5aa01d
JB
158062011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
15807
15808 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
15809
b6a5875b
KM
158102011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
15811
7a71b18d 15812 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
15813 preserves the existing header prefix, rebulleting it if necessary,
15814 rather than replacing it. This is necessary for proper operation
15815 of cooperative addons like allout-widgets.
1154d12e
JB
15816 (allout-make-topic-prefix, allout-rebullet-heading):
15817 Change SOLICIT arg to INSTEAD, and interpret additionally a string
15818 value as alternate bullet to be used, instead of prompting the user
15819 for a bullet character.
b6a5875b 15820
ee545c35
MA
158212011-03-09 Michael Albinus <michael.albinus@gmx.de>
15822
d86d2721
SM
15823 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
15824 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
15825 `tramp-default-port'.
15826
c47971d7
DD
158272011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
15828
15829 * net/rcirc.el (rcirc-handler-001): Remove useless
15830 with-rcirc-process-buffer.
15831 (rcirc-check-auth-status): Swap arguments to string-match.
15832
13522cb4
GM
158332011-03-09 Glenn Morris <rgm@gnu.org>
15834
0be6f4f1
GM
15835 * shell.el (shell-mode):
15836 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
15837
13522cb4
GM
15838 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
15839 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
15840
515de2e3
CY
158412011-03-08 Chong Yidong <cyd@stupidchicken.com>
15842
15843 * emacs-lisp/package.el (package-refresh-contents)
15844 (package-menu-execute): Use condition-case-no-debug.
15845
b511b994
MA
158462011-03-08 Michael Albinus <michael.albinus@gmx.de>
15847
15848 * simple.el (shell-command-to-string): Use `process-file'.
15849
15850 * emacs-lisp/package.el (package-tar-file-info): Handle also
15851 remote files.
15852
d86d2721
SM
15853 * emacs-lisp/package-x.el (package-upload-buffer-internal):
15854 Use `equal' for upload base check.
b511b994 15855
25bbfb31
AM
158562011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
15857
15858 * textmodes/texinfo.el (texinfo-environments):
15859 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
15860
be996521
GM
158612011-03-08 Glenn Morris <rgm@gnu.org>
15862
e9c8529f
GM
15863 * cus-start.el (cursor-in-non-selected-windows):
15864 Fix :set quoting oddness. (Bug#8192)
15865
be996521
GM
15866 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
15867 in some setf expressions. (Bug#2159)
15868
2bb5649e
CY
158692011-03-08 Chong Yidong <cyd@stupidchicken.com>
15870
15871 * custom.el (custom-available-themes): Return themes in
15872 alphabetical order.
15873
33383987 15874See ChangeLog.15 for earlier changes.
e3d51b27
MR
15875
15876;; Local Variables:
15877;; coding: utf-8
e3d51b27
MR
15878;; End:
15879
acaf905b 15880 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
15881
15882 This file is part of GNU Emacs.
15883
15884 GNU Emacs is free software: you can redistribute it and/or modify
15885 it under the terms of the GNU General Public License as published by
15886 the Free Software Foundation, either version 3 of the License, or
15887 (at your option) any later version.
15888
15889 GNU Emacs is distributed in the hope that it will be useful,
15890 but WITHOUT ANY WARRANTY; without even the implied warranty of
15891 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15892 GNU General Public License for more details.
15893
15894 You should have received a copy of the GNU General Public License
15895 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.