* url-vars.el (mm-mime-mule-charset-alist, mm-coding-system-p): Declare.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
0d23c240
EZ
12012-06-30 Eli Zaretskii <eliz@gnu.org>
2
3 * emacs-lisp/timer.el (timer-until): Subtract results of
4 float-time, instead of taking float-time of the result of
5 time-subtract, since float-time signals an error for negative time
6 arguments.
7
b3218de1
CY
82012-06-30 Chong Yidong <cyd@gnu.org>
9
10 * xml.el (xml-*-re): Convert defvars into defconsts, and
11 eval-and-compile them so eval-and-compile works on derivatives.
12 (xml--entity-replacement-text): Use eval-and-comple.
13
a40c87a0
MA
142012-06-30 Michael Albinus <michael.albinus@gmx.de>
15
16 * vc/vc-git.el (vc-git-registered): Use cache property
17 `git-registered'.
18 (vc-git-mode-line-string): Call `vc-working-revision' instead of
19 `vc-git-working-revision' in order to benefit from the cache.
20 (vc-git-root): Use cache property `git-root'.
21
ac87de97
DG
222012-06-30 Dmitry Gutov <dgutov@yandex.ru>
23
24 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
25 removed (likely outside Emacs).
26
ac10fe06
SM
272012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
28
29 * emacs-lisp/cl-lib.el: Require macroexp for its macros.
30
7f3fbd5d
CY
312012-06-30 Chong Yidong <cyd@gnu.org>
32
33 * xml.el: Implement XML parameter entities.
34 (xml-parameter-entity-alist): New variable.
35 (xml-parse-region, xml-parse-fragment): Preserve previous values
36 of xml-entity-alist and xml-parameter-entity-alist, so that
37 repeated calls on different documents do not change them.
38 (xml-parse-tag): Fix doctype regexp.
39 (xml--entity-replacement-text): New function.
40 (xml-parse-dtd): Use it. Don't handle system entities; doing that
41 properly requires url retrieval which is unimplemented.
42 (xml-escape-string): Doc fix.
43
3cfbebba
SM
442012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
45
46 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
47
2af3565e
DA
482012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
49
50 * fringe.el (fringe-mode): Doc fix.
51
929df0e7
MA
522012-06-29 Michael Albinus <michael.albinus@gmx.de>
53
54 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
55 is non-nil.
56 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
57 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
58
c8d3a25c 592012-06-29 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 60
c8d3a25c
GM
61 * calendar/cal-dst.el (calendar-current-time-zone):
62 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 63
c8d3a25c 642012-06-29 Masatake YAMATO <yamato@redhat.com>
26e8548e
MY
65
66 * progmodes/which-func.el (which-func-format):
67 Add mouse-face. (Bug#11698)
68
c8d3a25c
GM
692012-06-29 Leo Liu <sdl.web@gmail.com>
70
71 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
72
732012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
74
75 * minibuffer.el (minibuffer-confirm-exit-commands):
76 Add completion-at-point (bug#11725).
77
782012-06-29 Glenn Morris <rgm@gnu.org>
79
80 * progmodes/f90.el (f90-font-lock-keywords-2):
81 Add some preprocessor elements. (Bug#10499)
82
832012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
84
85 * progmodes/cperl-mode.el (cperl-update-syntaxification):
86 Use syntax-propertize (bug#11739).
87
2badeec4
JB
882012-06-28 Juanma Barranquero <lekktu@gmail.com>
89
90 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
91
ae4969c2
JD
922012-06-28 Julien Danjou <julien@danjou.info>
93
94 * term.el (term-handle-colors-array): Use a set of new faces to
95 color the terminal. Also uses :inverse-video property.
96 (term-default-fg-color): Set to nil by default, deprecate in favor
97 of `term-face'.
98 (term-default-bg-color): Set to nil by default, deprecate in favor
99 of `term-face'.
100 (term-current-face): Use `term-face' by default.
101 (term-bold-attribute): Variable deleted.
102
1c9bd870
GM
1032012-06-28 Glenn Morris <rgm@gnu.org>
104
105 * simple.el (completion-list-mode-finish):
106 Don't use toggle-read-only. (Since completion-list-mode has
107 a special mode-class, it wasn't doing anything extra anyway.)
108
c207708c
SM
1092012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
110
111 Make inlining of other-mode interpreted functions work (bug#11799).
112 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
113 (byte-compile): Use it to fix compilation of lexical-binding closures.
114 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
115 function, if needed.
116
3fd56834
SM
1172012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
118
04901786
SM
119 * help-mode.el (help-make-xrefs): Don't just withstand
120 cyclic-variable-indirection but any error in documentation-property.
121
1ec4b7b2
SM
122 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
123 memory use.
124 * bindings.el (bindings--define-key): New function.
125 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
126 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
127 * bindings.el: Use it to purecopy define-key bindings.
128
e309e2a5
SM
129 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
130
d5c6faf9
SM
131 * emacs-lisp/cl.el (flet): Mark obsolete.
132 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
133 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
134 * progmodes/js.el (js-c-fill-paragraph):
135 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
136 (ebrowse-switch-member-buffer-to-derived-class):
137 * play/5x5.el (5x5-solver): Use cl-flet.
138
6e9590e2
SM
139 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
140 (cl--symbol-function): New macro.
141 (cl--letf, cl--letf*): Use it.
142
3fd56834
SM
143 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
144 Strip "toggle-" if any.
145
35ff222c
GM
1462012-06-27 Glenn Morris <rgm@gnu.org>
147
1ba6038a
GM
148 * info.el (Info-default-directory-list): Move here from paths.el.
149 * paths.el: Remove file, which is now empty.
150 * loadup.el: No longer load "paths".
151
0ea0e51b
GM
152 * custom.el (custom-initialize-delay): Doc fix.
153
35ff222c
GM
154 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
155 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
156 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
157 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
158 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
159 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
160 * eshell/eshell.el (eshell-defgroup): Remove alias.
161
c89926a5
CY
1622012-06-27 Chong Yidong <cyd@gnu.org>
163
164 * help.el (help-enable-auto-load): New variable.
165
166 * help-fns.el (help-fns--autoloaded-p): New function.
167 (describe-function-1): Refer to a function as "autoloaded" if it
168 was autoloaded at any time in the past. Perform autoloading if
169 help-enable-auto-load is non-nil.
170
cc06e7e7
EZ
1712012-06-26 Eli Zaretskii <eliz@gnu.org>
172
173 * makefile.w32-in (compile, compile-always): Depend on
174 update-subdirs, not on subdirs.el. Otherwise, several different
175 sub-targets of 'bootstrap' running in parallel could
176 simultaneously write to subdirs.el, producing a garbled file.
177
d2c32364
SS
1782012-06-26 Sam Steingold <sds@gnu.org>
179
180 * files.el (file-name-base): New convenience function.
0d14cc21
GM
181 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
182 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
183 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
184 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
185 * textmodes/ispell.el, textmodes/reftex-ref.el:
d2c32364
SS
186 * textmodes/tex-mode.el: Use it.
187 Did not touch cedet and org because they are maintained elsewhere.
188
5cf983b2
MR
1892012-06-26 Martin Rudalics <rudalics@gmx.at>
190
191 * calendar/calendar.el (calendar-exit): Don't try to delete or
192 iconify last frame. See:
193 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
194
8c4f2952
JD
1952012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
196
197 * server.el (server-process-filter): Remember dir in the
198 process's `server-client-directory' properties.
199
772b2e2c
CY
2002012-06-24 Chong Yidong <cyd@gnu.org>
201
202 * xml.el (xml-parse-tag): Correctly handle comment embedded in
203 non-tag text.
204
711b11e1
JB
2052012-06-23 Juanma Barranquero <lekktu@gmail.com>
206
207 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
208
dc5d230c
SM
2092012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
210
211 * help-fns.el (describe-variable): Don't croak when doc is not found.
212 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
213 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
214 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
215 * emacs-lisp/smie.el (smie-next-sexp): CSE.
216 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
217 ((lambda ..) ..).
218 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
219
136e1c1d
CY
2202012-06-23 Chong Yidong <cyd@gnu.org>
221
e8c1cabf
CY
222 * info.el (Info-mouse-follow-link): Accept symbol values of
223 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
136e1c1d
CY
224 (Info-fontify-node): Use Info-link-keymap for all navigation
225 buttons, with link-args property to perform the desired action.
226 (Info-link-keymap): Doc fix.
227 (Info-next-link-keymap, Info-prev-link-keymap)
228 (Info-up-link-keymap): Delete now-unused keymaps.
229
0e9e6c6a
CY
2302012-06-23 Chong Yidong <cyd@gnu.org>
231
05e89fea
CY
232 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
233
0e9e6c6a
CY
234 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
235 system abbrevs.
236
237 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
238
e33c6771
SM
2392012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
240
b68581e2
SM
241 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
242 (bug#11719).
243
e33c6771
SM
244 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
245 the requote function doesn't work properly (bug#11714).
246
7117e105
GM
2472012-06-23 Glenn Morris <rgm@gnu.org>
248
249 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
250
36cec983
SM
2512012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
252
253 Further GV/CL cleanups.
254 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
255 gv-expander.
256 (gv--defun-declaration): New function.
257 (defun-declarations-alist): Use it.
258 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
259 (gv-place): Autoload.
260 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
261 original definition of dotimes and dolist.
262 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
263 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
264 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
265 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
266 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
267 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
268 to the function's definition.
269 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
270 * window.el:
271 * files.el:
272 * faces.el:
273 * env.el: Don't use CL.
274
d35af63c
PE
2752012-06-22 Paul Eggert <eggert@cs.ucla.edu>
276
277 Support higher-resolution time stamps (Bug#9000).
278
279 * calendar/time-date.el (with-decoded-time-value): New arg
280 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
281 (encode-time-value): New optional arg PICO. New type 3.
282 (time-to-seconds) [!float-time]: Support the new picoseconds
283 component if it's used.
284 (seconds-to-time, time-subtract, time-add):
285 Support ps-resolution time stamps as well.
286
287 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
288 (timerp): Timer vectors now have length 9, not 8.
289 (timer--time): Support new-style (4-part) time stamps.
290 (timer-next-integral-multiple-of-time): Time stamps now have
291 picosecond resolution, so take a bit more care about rounding.
292 (timer-relative-time, timer-inc-time): New optional arg psecs.
293 (timer-set-time-with-usecs): Set psecs to 0.
294 (timer--activate): Check psecs component, too.
295
296 * proced.el (proced-time-lessp): Support ps-resolution stamps.
297
ac77b21a
SM
2982012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
299
f143bfe3
SM
300 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
301 Move the non-essential binding to the post/pre-command-hook where it is
302 more obviously correct.
303
ac77b21a
SM
304 * subr.el (read-passwd): Don't use a history at all.
305 * savehist.el (savehist-save): Remove password saved accidentally
306 because of the above bug.
307
76386c5a
BG
3082012-06-22 Bastien Guerry <bzg@gnu.org>
309
310 * files.el (toggle-read-only): Display a message telling whether
311 the buffer is read-only or not (bug#11726).
312
2ee3d7f0
SM
3132012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
314
315 * emacs-lisp/gv.el: New file.
316 * subr.el (push, pop): Extend to generalized variables.
317 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
318 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
319 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
320 gv-define-simple-setter, and gv-define-expander.
321 Remove setf-methods defined in gv. Rename cl-setf -> setf.
322 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
323 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
324 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
325 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
326 gv-letplace.
327 (cl-defstruct): Don't define setf-method any more.
328 * emacs-lisp/cl.el (flet): Don't autoload.
329 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
330 (define-setf-expander, defsetf, define-modify-macro)
331 (cl-struct-setf-expander): Move from cl-lib.el.
332 * emacs-lisp/syntax.el:
333 * emacs-lisp/ewoc.el:
334 * emacs-lisp/smie.el:
335 * emacs-lisp/cconv.el:
336 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
337 (timer--time): Use gv-define-simple-setter.
338 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
339 to avoid coding-system problems in subr.el. Adjust all users.
340 (macroexp--maxsize, macroexp-small-p): New functions.
341 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
342 * scroll-bar.el (scroll-bar-mode):
343 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
344 (normal-erase-is-backspace-mode): Don't use the `eq' place.
345 * winner.el (winner-configuration, winner-make-point-alist)
346 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
347 * files.el (locate-file-completion-table): Avoid list*.
348
c5695d1d
CY
3492012-06-22 Chong Yidong <cyd@gnu.org>
350
351 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
352 (dired-create-files): Doc fix (Bug#11329).
353 (dired-do-copy): Doc fix (Bug#11334).
354 (dired-mark-read-string): Doc fix (Bug#11553).
355
2ee3d7f0
SM
356 * dired.el (dired-recursive-copies, dired-recursive-deletes):
357 Doc fix (Bug#11326).
c5695d1d
CY
358 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
359 (dired-dwim-target): Doc fix.
360
361 * wdired.el (wdired-mode): Doc fix.
362
89b5595a
GM
3632012-06-22 Glenn Morris <rgm@gnu.org>
364
575db3f1
GM
365 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
366 (pcmpl-rpm-cache-stamp-file): New constant.
367 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
368 (pcmpl-rpm-packages): Optionally cache list of packages.
369
a4c8dd51
GM
370 * pcmpl-rpm.el (pcmpl-rpm): New group.
371 (pcmpl-rpm-query-options): New option.
372 (pcmpl-rpm-packages): No need to inline it.
373 Use pcmpl-rpm-query-options.
374
89b5595a
GM
375 * calendar/calendar.el (calendar-in-read-only-buffer):
376 Avoid some needless mode changes.
377
e76f0800
CY
3782012-06-21 Chong Yidong <cyd@gnu.org>
379
380 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
381 (desktop-path): Remove . from the default value (Bug#10977).
6b67c0d4 382 (desktop-read): Use user-emacs-directory if desktop-path is nil.
e76f0800 383
297a8f1d
CY
3842012-06-20 Chong Yidong <cyd@gnu.org>
385
386 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
387
d34c18b1
DR
3882012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
389
390 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
391 (bug#11201).
392
32f7f28e
CY
3932012-06-20 Chong Yidong <cyd@gnu.org>
394
395 * term.el (term-window-width): Handle the case of a missing right
396 fringe (Bug#8837).
397 (term-check-size): Use window-text-height (Bug#5445).
d34c18b1
DR
398 (term-mode): Use define-derived-mode. Minor cleanups.
399 Set font-lock-defaults (Bug#7692).
6ff7caa8
CY
400 (term-move-columns, term-insert-char, term-emulate-terminal)
401 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
32f7f28e 402
493c6688
MA
4032012-06-20 Michael Albinus <michael.albinus@gmx.de>
404
d34c18b1
DR
405 * net/ange-ftp.el (ange-ftp-get-passwd):
406 Bind `enable-recursive-minibuffers'.
493c6688
MA
407 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
408
3f06ecf4
DR
4092012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
410
411 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
412
68f12411
GM
4132012-06-19 Glenn Morris <rgm@gnu.org>
414
415 * progmodes/python.el (python-mode): Derive from prog-mode.
416
b3820318
KG
4172012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
418
419 * emulation/edt.el (edt-default-menu-bar-update-buffers)
420 (edt-user-menu-bar-update-buffers): New functions.
421 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
422
c6bf3022
CY
4232012-06-19 Chong Yidong <cyd@gnu.org>
424
425 * subr.el (with-selected-window): Preserve the selected window's
426 terminal's top-frame (Bug#4702).
427
428 * window.el (save-selected-window): Likewise.
429
25f09295
SM
4302012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
431
432 * progmodes/python.el (python-rx-constituents): Move backquote.
433 (python-skeleton-define, python-define-auxiliary-skeleton):
434 Use `declare'.
435
6b11952a
MA
4362012-06-18 Michael Albinus <michael.albinus@gmx.de>
437
438 * minibuffer.el (read-file-name-default): Revert the patch from
439 2012-06-17.
440
ee4b1330
SM
4412012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
442
443 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
444 (pcase--u1, pcase--q1): Don't use apply-partially.
445
35647f79
GM
4462012-06-18 Glenn Morris <rgm@gnu.org>
447
448 * progmodes/python.el (python-proc, python-buffer)
449 (python-send-receive, python-send-string): Fix obsolete versions.
450
24b0cff0
MR
4512012-06-18 Martin Rudalics <rudalics@gmx.at>
452
453 * window.el (special-display-p): Completely remove stringp
454 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
455
29855149
MA
4562012-06-17 Michael Albinus <michael.albinus@gmx.de>
457
458 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
459
460 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
461
462 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
463 * net/tramp-sh.el (tramp-maybe-open-connection):
464 Throw if `non-essential' is non-nil.
465
07463363
MR
4662012-06-17 Martin Rudalics <rudalics@gmx.at>
467
468 * window.el (special-display-p): Signal an error if BUFFER-NAME
469 is not a string (Bug#11713).
470
48d1354e
PE
4712012-06-17 Paul Eggert <eggert@cs.ucla.edu>
472
473 * progmodes/python.el (python-info-beginning-of-backslash):
474 Rename from python-info-beginning-of-backlash, as a spelling fix.
475
eb4a8a9a
CY
4762012-06-17 Chong Yidong <cyd@gnu.org>
477
478 * term.el (term-emulate-terminal): If term-check-size is called,
479 move point to the process mark without resetting point (Bug#4635).
480
ddfbf826 4812012-06-17 Glenn Morris <rgm@gnu.org>
9c758578
GM
482
483 * international/mule-cmds.el (mule-menu-keymap)
484 (set-language-environment, set-locale-environment): Doc tweaks.
485
9b0e3eba
AA
4862012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
487
488 * cus-face.el (custom-face-attributes): Add wave-style underline
489 attribute.
490 * faces.el (set-face-attribute): Update docstring to describe
491 wave-style underline attribute.
492
771e3eae
CY
4932012-06-16 Chong Yidong <cyd@gnu.org>
494
495 * term/xterm.el (terminal-init-xterm): Discard input before
496 querying background mode (Bug#10959).
497
7ae2ea10
SM
4982012-06-16 Stefan Merten <smerten@oekonux.de>
499
500 * textmodes/rst.el: Added and corrected some comments.
501 (rst-re-alist-def): Improve symbol syntax.
502 (rst-mode-syntax-table): Correct syntax entries.
6665a6fd
SM
503 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
504 (rst-official-version, rst-official-cvs-rev): Update version
505 information.
7ae2ea10 506
b6974efa
JB
5072012-06-15 Juanma Barranquero <lekktu@gmail.com>
508
509 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
510 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
511
8826d473
GM
5122012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
513
514 * progmodes/python.el: New python.el merge.
515 (python-guess-indent): Obsolete var.
516 (python-indent-guess-indent-offset): New defcustom.
517 (python-indent): Obsolete var.
518 (python-indent-offset): New defcustom.
519 (python-python-command, python-jython-command): Delete var.
520 (python-shell-interpreter): New defcustom.
521 (python-pdbtrack-do-tracking-p): Delete var.
522 (python-pdbtrack-activate): New defcustom.
523 (python-use-skeletons): Obsolete var.
524 (python-skeleton-autoinsert): New defcustom.
525 (inferior-python-filter-regexp, python-continuation-offset)
526 (python-honour-comment-indentation, python-indent-string-contents)
527 (python-jython-packages, python-mode-hook)
528 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
529 (python-shell-prompt-alist)
530 (python-source-modes): Delete defcustoms.
531 (python-check-buffer-name, python-eldoc-setup-code)
532 (python-eldoc-string-code, python-ffap-setup-code)
533 (python-ffap-string-code, python-fill-comment-function)
534 (python-fill-decorator-function, python-fill-paren-function)
535 (python-fill-string-function, python-imenu-include-defun-type)
536 (python-imenu-make-tree, python-imenu-subtree-root-label)
537 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
538 (python-shell-compilation-regexp-alist)
539 (python-shell-completion-module-string-code)
540 (python-shell-completion-pdb-string-code)
541 (python-shell-completion-setup-code)
542 (python-shell-completion-string-code)
543 (python-shell-enable-font-lock, python-shell-exec-path)
544 (python-shell-extra-pythonpaths)
545 (python-shell-internal-buffer-name, python-shell-interpreter-args)
546 (python-shell-process-environment)
547 (python-shell-prompt-block-regexp)
548 (python-shell-prompt-output-regexp)
549 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
550 (python-shell-send-setup-max-wait, python-shell-setup-codes)
551 (python-shell-virtualenv-path): New defcustoms.
552 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
553 (inferior-python-mode-syntax-table, python--prompt-regexp)
554 (python-buffer, python-command python-python-command)
555 (python-default-template, python-imports, python-indent-index)
556 (python-indent-list, python-indent-list-length)
557 (python-mode-running, python-pdbtrack-is-tracking-p)
558 (python-preoutput-continuation, python-preoutput-leftover)
559 (python-preoutput-result, python-preoutput-skip-next-prompt)
560 (python-prev-dir/file, python-recursing)
561 (python-saved-check-command, python-version-checked)
562 (python-which-func-length-limit)
563 (view-return-to-alist): Delete vars.
564 (python-check-custom-command, python-dotty-syntax-table)
565 (python-imenu-index-alist, python-indent-current-level)
566 (python-indent-dedenters, python-indent-levels)
567 (python-nav-beginning-of-defun-regexp)
568 (python-nav-list-defun-positions-cache)
569 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
570 (python-shell-internal-buffer)
571 (python-skeleton-available): New vars.
572 (def-python-skeleton): Delete macro.
573 (python-skeleton-define): New macro.
574 (python-define-auxiliary-skeleton, python-rx): New macros.
575 (python-insert-class): Delete command.
576 (python-skeleton-class): New command.
577 (python-insert-def): Delete command.
578 (python-skeleton-def): New command.
579 (python-insert-for): Delete command.
580 (python-skeleton-for): New command.
581 (python-insert-if): Delete command.
582 (python-skeleton-if): New command.
583 (python-insert-try/except, python-insert-try/finally): Delete commands.
584 (python-skeleton-try): New command.
585 (python-insert-while): Delete command.
586 (python-skeleton-while): New command.
587 (python-backspace): Delete command.
588 (python-indent-dedent-line-backspace): New command.
589 (python-electric-colon): Delete command.
590 (python-indent-electric-colon): New command.
591 (python-guess-indent): Delete command.
592 (python-indent-guess-indent-offset): New command.
593 (python-shift-left): Delete command.
594 (python-indent-shift-left): New command.
595 (python-shift-right): Delete command.
596 (python-indent-shift-right): New command.
597 (python-find-function): Delete command.
598 (python-nav-jump-to-defun): New command.
599 (python-next-statement): Delete command.
600 (python-nav-forward-sentence): New command.
601 (python-previous-statement): Delete command.
602 (python-nav-backward-sentence): New command.
603 (python-fill-paragraph): Delete command.
604 (python-fill-paragraph-function): New command.
605 (python-send-buffer): Delete command.
606 (python-shell-send-buffer): New command.
607 (python-send-defun): Delete command.
608 (python-shell-send-defun): New command.
609 (python-send-region, python-send-region-and-go): Delete commands.
610 (python-shell-send-region)
611 (python-shell-switch-to-shell): New commands.
612 (python-send-string): Delete command.
613 (python-shell-send-string): New command.
614 (python-switch-to-python): Delete command.
615 (python-shell-switch-to-shell): New command.
616 (python-describe-symbol): Delete command.
617 (python-eldoc-at-point): New command.
618 (python--set-prompt-regexp, python-args-to-list)
619 (python-after-info-look, python-check-version)
620 (python-check-comint-prompt, python-find-imports)
621 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
622 (python-unload-function, python-expand-template)
623 (python-maybe-jython, python-preoutput-filter)
624 (python-pdbtrack-get-source-buffer)
625 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
626 (python-pdbtrack-toggle-stack-tracking)
627 (python-pdbtrack-track-stack-file, python-initial-text)
628 (python-first-word, python-comment-line-p, python-send-command)
629 (python-setup-brm, python-sentinel, python-set-proc)
630 (python-skip-out, python-input-filter, python-outdent-p)
631 (python-outline-level, python-backslash-continuation-line-p)
632 (python-end-of-block, python-end-of-statement, python-mark-block)
633 (python-beginning-of-block, python-beginning-of-statement)
634 (python-blank-line-p, python-beginning-of-string)
635 (python-open-block-statement-p): Delete functions.
636 (python-indent-line, python-indent-line-1): Delete functions.
637 (python-indent-line): New function.
638 (python-indentation-levels): Delete function.
639 (python-indent-calculate-levels): New function.
640 (python-proc): Delete function.
641 (python-shell-get-process): New function.
642 (python-send-receive): Delete function.
643 (python-shell-send-string-no-output): New function.
644 (python-module-path): Delete function.
645 (python-ffap-module-path): New function.
646 (python-completion-at-point)
647 (python-symbol-completions): Delete functions.
648 (python-completion-complete-at-point): New function.
649 (python-load-file): Delete function.
650 (python-shell-send-file): New function.
651 (python-calculate-indentation): Delete function.
652 (python-indent-calculate-indentation): New function.
653 (python-skip-comments/blanks): Delete function.
654 (python-util-forward-comment): New function.
655 (python-continuation-line-p): Delete function.
656 (python-info-continuation-line-p): New function.
657 (python-which-func, python-current-defun): Delete function.
658 (python-info-current-defun): New function.
659 (python-beginning-of-defun): Delete function.
660 (python-nav-beginning-of-defun): New function.
661 (python-close-block-statement-p)
662 (python-block-end-p): Delete function.
663 (python-info-closing-block): New function.
664 (python-comint-output-filter-function)
665 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
666 (python-fill-comment, python-fill-decorator, python-fill-paren)
667 (python-fill-string, python-imenu-make-element-tree)
668 (python-imenu-make-tree, python-imenu-tree-assoc)
669 (python-indent-context, python-indent-dedent-line)
670 (python-indent-line-function)
671 (python-indent-post-self-insert-function)
672 (python-indent-toggle-levels)
673 (python-info-assignment-continuation-line-p)
674 (python-info-beginning-of-backlash)
675 (python-info-block-continuation-line-p)
676 (python-info-closing-block-message)
677 (python-info-line-ends-backslash-p)
678 (python-info-looking-at-beginning-of-defun)
679 (python-info-ppss-context, python-info-ppss-context-type)
680 (python-nav-list-defun-positions, python-nav-read-defun)
681 (python-nav-sentence-end, python-nav-sentence-start)
682 (python-pdbtrack-comint-output-filter-function)
683 (python-pdbtrack-set-tracked-buffer)
684 (python-shell-calculate-exec-path)
685 (python-shell-calculate-process-environment)
686 (python-shell-completion--do-completion-at-point)
687 (python-shell-completion--get-completions)
688 (python-shell-completion-complete-at-point)
689 (python-shell-completion-complete-or-indent)
690 (python-shell-get-or-create-process)
691 (python-shell-get-process-name)
692 (python-shell-internal-get-or-create-process)
693 (python-shell-internal-get-process-name)
694 (python-shell-internal-send-string, python-shell-make-comint)
695 (python-shell-parse-command, python-shell-send-setup-code)
696 (python-skeleton-add-menu-items)
697 (python-util-clone-local-variables, python-util-position)
698 (run-python-internal, python-indentation-levels)
699 (python-nav-beginning-of-defun)
700 (python-completion-complete-at-point): New functions.
701 (run-python): Change arguments. New API requirements.
702
4302f5ba
SM
7032012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
704
f38ea36d
SM
705 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
706 (bug#11649).
707
708 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
709 (macroexp--expand-all): Use it.
710
4302f5ba
SM
711 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
712 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
713 Use `cl-function' instead.
714
33377562
JB
7152012-06-14 Juanma Barranquero <lekktu@gmail.com>
716
717 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
718 Suggested by Stefan Monnier while discussing bug#11657.
719
54c5ba1a
SS
7202012-06-14 Sam Steingold <sds@gnu.org>
721
722 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
723
f9f1b1fe
AS
7242012-06-14 Andreas Schwab <schwab@linux-m68k.org>
725
726 * play/doctor.el (doctor-doc): Remove parameter and use
727 doctor-sent instead of sent.
728 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
729
a81068ba
SM
7302012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
731
5a315f9c
SM
732 * files.el: Require cl-lib.
733 (file-name-non-special): Replace case -> cl-case.
734
735 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
736
a81068ba
SM
737 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
738 mapping from #' to function*.
739
8cca9703
CY
7402012-06-13 Chong Yidong <cyd@gnu.org>
741
742 * mouse.el (mouse-drag-track): Do not set the mark if the user
743 releases the mouse without selecting anything (Bug#11588).
744
a12ac9d7
SM
7452012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
746
ccf1dc18
SM
747 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
748 as well (bug#11646).
749
ef62b23d
SM
750 * loadup.el: Count byte-code functions as well.
751
c4c8444a
SM
752 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
753 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
754
a12ac9d7
SM
755 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
756 (bug#11649). Add cl-defun and cl-defmacro.
757
87e6e64f
DA
7582012-06-13 Drew Adams <drew.adams@oracle.com>
759
760 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
761 Fix last change.
762
682cefaf
MA
7632012-06-13 Michael Albinus <michael.albinus@gmx.de>
764
765 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
766 Otherwise, it blocks in batch mode.
767
773e1f08
JB
7682012-06-13 Juanma Barranquero <lekktu@gmail.com>
769
770 * help-mode.el (bookmark-make-record-default): Declare.
771
60057926
CY
7722012-06-13 Chong Yidong <cyd@gnu.org>
773
774 * emacs-lisp/package.el (list-packages): Compute a list of
775 packages that are newly-available since the last list-packages
776 invocation.
777 (package-menu--new-package-list): New var.
778 (package-menu--generate, package-menu--print-info)
779 (package-menu--status-predicate, package-menu-mark-install):
780 Handle new status label "new".
781
ad4d226c
SM
7822012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
783
784 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
785 conversion to backquotes.
786
f1a4e679
CY
7872012-06-12 Chong Yidong <cyd@gnu.org>
788
789 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
790 Rename from gud-inhibit-global-bindings.
791
792 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
793
794 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
795 hook from nxml-glyph-set-hook.
796
797 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
798 declaration.
799
800 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
801
802 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
803 Convert to defcustom.
804
0c9e42b5
DA
8052012-06-12 Drew Adams <drew.adams@oracle.com>
806
807 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
808 New functions.
809 (help-mode): Use them.
810
09e06855
GM
8112012-06-11 Glenn Morris <rgm@gnu.org>
812
813 * progmodes/fortran.el (fortran-font-lock-keywords-3):
814 Use preprocessor face for directives.
815 (fortran-directive-re): Doc fix.
816
71adb94b
SM
8172012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
818
2eb87922
SM
819 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
820 conversion to backquotes (bug#11652).
821
71adb94b
SM
822 Fix compiler-expansion of CL's cXXr functions (bug#11673).
823 * emacs-lisp/cl-lib.el (cl--defalias): New function.
824 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
825 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
826 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
827 (cl-ninth, cl-tenth): Mark them as inlinable.
828 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
829 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
830 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
831 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
832 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
833 (cl-list*, cl-adjoin): Don't put an autoload manually.
834 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
835 (cl--compiler-macro-list*): Add autoload cookie.
836 (cl--compiler-macro-cXXr): New function.
2eb87922 837
71adb94b
SM
838 * help-fns.el (help-fns--compiler-macro): New function extracted from
839 describe-function-1; follow aliases and use `compiler-macro' property.
840 (describe-function-1): Use it.
841
a6674402
CY
8422012-06-11 Chong Yidong <cyd@gnu.org>
843
844 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
845 is uninstalled, if imagemagick is installed.
846
bb3faf5b
SM
8472012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
848
849 * emacs-lisp/cl-lib.el: Use lexical-binding.
850 (cl-map-extents, cl-maclisp-member): Remove.
851 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
852 (cl--set-substring, cl--block-wrapper, cl--block-throw)
853 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
854 * emacs-lisp/cl-extra.el: Use lexical-binding.
855 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
856 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
857 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
858 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
859 * emacs-lisp/cl-seq.el: Use lexical-binding.
860 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
861 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
862 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
863 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
864 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
865 CL's internals.
866
2fe4b125
MA
8672012-06-11 Michael Albinus <michael.albinus@gmx.de>
868
869 Sync with Tramp 2.2.6-pre.
870
871 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
872 `print-length' and `print-level' to nil, in order to avoid
873 truncation. Reported by Christopher Schmidt
874 <christopher@ristopher.com>.
875
876 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
877
878 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
879 New defmacro.
880 (tramp-compat-copy-directory): Add optional argument
881 COPY-CONTENTS. It is not handled yet.
882
883 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
884 (tramp-ftp-file-name-p): Simplify.
885
886 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
887 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
888 connection vector.
889
890 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
891 (tramp-methods): Do not use `tramp-password-end-of-line'.
892 (tramp-completion-function-alist-putty): Handle UNIX case.
893 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
894 (tramp-do-file-attributes-with-stat)
895 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
896 gid as real numbers. They could run out of integer range on cygwin.
897 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
898 (tramp-sh-handle-expand-file-name): Handle hops.
87e6e64f
DA
899 (tramp-open-connection-setup-interactive-shell):
900 Use `tramp-cleanup'. Move check for busyboxes ...
901 (tramp-find-shell): ... here. Simplify implementation.
902 Set "remote-shell" property also for alternative shells.
903 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
904 If failing, a regular file would be written otherwise.
905 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
2fe4b125
MA
906 (tramp-find-inline-encoding): Cache the coding commands in the
907 process cache. Apply test command on the remote side, if defined.
908 (tramp-find-inline-compress): Cache the compress commands in the
909 process cache.
910 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
911 when requested. Handle hops.
912 (tramp-current-connection): New defvar.
87e6e64f
DA
913 (tramp-maybe-open-connection): Use `tramp-cleanup'.
914 Throw `suppress', if there was a failed connection shortly before.
2fe4b125 915 Handle user interrupt. (Bug#10187)
87e6e64f
DA
916 (tramp-get-inline-compress, tramp-get-inline-coding):
917 Read connection properties from the process cache.
2fe4b125
MA
918
919 * net/tramp-smb.el (tramp-smb-server-version)
87e6e64f
DA
920 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
921 New defconsts.
2fe4b125
MA
922 (tramp-smb-prompt): Extend for powershell prompt.
923 (tramp-smb-file-name-handler-alist): Add handlers for
924 `process-file', `shell-command' and `start-file-process'.
925 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
926 (tramp-smb-winexe-shell-command-switch): New defcustoms.
927 (tramp-smb-file-name-p): Simplify.
928 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
929 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
930 (tramp-smb-shell-quote-argument): New defuns.
931 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
932 Implement using "tar". By this, time-stamps are preserved.
933 (tramp-smb-handle-copy-file): Handle also the case of directories.
934 (tramp-smb-do-file-attributes-with-stat)
87e6e64f
DA
935 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
936 Use `tramp-get-connection-buffer').
2fe4b125
MA
937 (tramp-smb-handle-rename-file): Use "rename", when source and
938 target are on the same share.
87e6e64f
DA
939 (tramp-smb-maybe-open-connection): Handle wrong passwords.
940 Use `tramp-smb-server-version'.
2fe4b125
MA
941 (tramp-smb-wait-for-output): Remove prompt.
942
943 * net/tramp.el (top): Require 'cl.
87e6e64f
DA
944 (tramp-methods, tramp-rsh-end-of-line):
945 Remove `tramp-password-end-of-line' from docstring.
2fe4b125
MA
946 (tramp-save-ad-hoc-proxies): New defcustom.
947 (tramp-completion-function-alist): Adapt docstring.
948 (tramp-default-password-end-of-line): Remove defcustom.
949 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
950 (tramp-user-regexp, tramp-file-name-regexp-unified)
951 (tramp-file-name-regexp-url): Extend regexp by hop separator.
952 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
953 (tramp-remote-file-name-spec-regexp): New defconst.
954 (tramp-file-name-structure): Extend structure for hops.
955 (tramp-get-method-parameter): Move up.
956 (tramp-file-name-p, tramp-dissect-file-name)
957 (with-parsed-tramp-file-name): Handle hops.
958 (tramp-file-name-hop): New defun.
959 (tramp-make-tramp-file-name): New optional arg HOP.
960 (tramp-message-show-progress-reporter-message): New defvar.
961 (tramp-with-progress-reporter): Use it. We cannot use
962 `tramp-message-show-message' here, because this suppresses also
963 error buffers.
964 (tramp-error-with-buffer): Suppress buffer view, if
87e6e64f
DA
965 `tramp-message-show-message' is nil.
966 Use `tramp-get-connection-buffer'.
2fe4b125
MA
967 (tramp-cleanup): New defun.
968 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
969 (tramp-file-name-handler): If `debug-on-error' is set, propagate
970 an error unchanged.
971 (tramp-completion-handle-file-name-all-completions): Handle hops.
972 Fix an error when called from ido.
973 (tramp-completion-dissect-file-name): Use better local variable
974 name. Add hop to the vector.
975 (tramp-handle-insert-file-contents): Use progress-reporter for the
976 whole scenario.
977 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
978 to `t'.
979 (tramp-check-for-regexp): Simplify search.
980 (tramp-enter-password): Remove it. Move implementation ...
981 (tramp-action-password): ... here.
982 (tramp-mode-string-to-int, tramp-local-host-p)
983 (tramp-make-tramp-temp-file, tramp-read-passwd)
87e6e64f
DA
984 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
985 Set tramp-autoload cookie.
2fe4b125
MA
986
987 * net/trampver.el: Update release number.
988
9892012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
990 Michael Albinus <michael.albinus@gmx.de>
991
992 * net/tramp.el (tramp-set-completion-function): Fix docstring.
993 (tramp-parse-group, tramp-parse-file)
994 (tramp-parse-shostkeys-sknownhosts): New defuns.
995 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
996 (tramp-parse-shosts-group, tramp-parse-sconfig)
997 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
998 (tramp-parse-sknownhosts, tramp-parse-hosts)
999 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
1000 Use them.
1001 (tramp-parse-passwd-group, tramp-parse-netrc-group)
1002 (tramp-parse-putty-group): Don't narrow.
1003 (tramp-parse-putty): Make a loop.
1004 (tramp-file-name-handler): Catch the `suppress' signal.
1005
72834e10
CY
10062012-06-11 Chong Yidong <cyd@gnu.org>
1007
1008 * image.el (imagemagick-register-types): Put the ImageMagick entry
1009 at the end of image-type-file-name-regexps.
1010
a4712e11
JB
10112012-06-11 Johan Bockgård <bojohan@gnu.org>
1012
1013 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
1014 (pcase, pcase-let*, pcase-dolist): Use them.
1015
82ad98e3
SM
10162012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1017
1018 * emacs-lisp/pcase.el (pcase--let*): New function.
1019 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
1020 (pcase--expand): Use macroexp-let².
1021
f80efb86
SM
10222012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1023
1024 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
1025 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
1026 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
1027 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
1028 * emacs-lisp/derived.el: Use pcase instead of `cl'.
1029 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
1030
31ca4639 10312012-06-10 Glenn Morris <rgm@gnu.org>
94f0aa34 1032
31ca4639
CY
1033 * mail/rmail.el (rmail-yank-current-message): Leave point at
1034 correct position. (Bug#11660)
94f0aa34 1035
31ca4639 10362012-06-10 Chong Yidong <cyd@gnu.org>
9e1b8ec4 1037
31ca4639 1038 * allout-widgets.el: Fix code header.
9e1b8ec4 1039
31ca4639 10402012-06-10 Chong Yidong <cyd@gnu.org>
00cd0305 1041
f80efb86
SM
1042 * cus-edit.el (customize-changed-options-previous-release):
1043 Bump to 24.1.
31ca4639 1044
642b6d30
AS
10452012-06-09 Andreas Schwab <schwab@linux-m68k.org>
1046
1047 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
1048
4f5d2ba1
CY
10492012-06-09 Chong Yidong <cyd@gnu.org>
1050
1051 * ebuff-menu.el (electric-buffer-list): Preserve header line.
1052
e75852fd
MR
10532012-06-09 Martin Rudalics <rudalics@gmx.at>
1054
1055 * window.el (special-display-popup-frame): Don't use
1056 window--display-buffer (Bug#11651).
1057
1e48e282
EZ
10582012-06-09 Eli Zaretskii <eliz@gnu.org>
1059
8a26b487
EZ
1060 Fix parallel builds: make sure loaddefs.el is not being written
1061 while Lisp files are compiled.
1062 (compile): Don't depend on 'mh-autoloads'.
1063 (compile-CMD, compile-SH): Depend on 'autoloads'.
1064 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
1065
1e48e282
EZ
1066 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
1067
6175e34b
CY
10682012-06-09 Chong Yidong <cyd@gnu.org>
1069
1070 * face-remap.el (face-remap-add-relative, face-remap-set-base)
1071 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
1072 Doc fixes (Bug#11225).
1073
d9857e53
SM
10742012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1075
1076 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
1077 a function if there's a clear indication that it has a compiler-macro.
1078 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
1079 (macro-declarations-alist): Add arglist to declaration functions.
1080 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
1081 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
1082 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
1083 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
1084 Also add autoload to find the compiler macro.
1085 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
1086 (cl--compiler-macro-member, cl--compiler-macro-assoc)
1087 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
1088 (cl--compiler-macro-get): New functions, replacing calls to
1089 cl-define-compiler-macro.
1090 (cl-typep) [compiler-macro]: Use macroexp-let².
1091
f81298f8 10922012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
ee574791
UJ
1093
1094 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
1095 string properly, fixes Bug#11473.
1096
4b56d0fe
CY
10972012-06-08 Chong Yidong <cyd@gnu.org>
1098
1099 * faces.el (set-face-attribute): Doc fix.
1100 (modify-face): Don't use :bold and :italic.
1101 (error, warning, success): Tweak definitions.
1102
1103 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
1104 (custom-modified, custom-set, custom-changed, custom-themed)
1105 (custom-saved, custom-button, custom-button-mouse)
1106 (custom-button-pressed, custom-state, custom-comment-tag)
1107 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
1108 (custom-group-subtitle): Use new-style face specs.
1109 (custom-invalid-face, custom-rogue-face, custom-modified-face)
1110 (custom-set-face, custom-changed-face, custom-saved-face)
1111 (custom-button-face, custom-button-pressed-face)
1112 (custom-documentation-face, custom-state-face)
1113 (custom-comment-face, custom-comment-tag-face)
1114 (custom-variable-tag-face, custom-variable-button-face)
1115 (custom-face-tag-face, custom-group-tag-face-1)
1116 (custom-group-tag-face): Remove obsolete face alias.
1117
1118 * epa.el (epa-validity-high, epa-validity-medium)
1119 (epa-validity-low, epa-mark, epa-field-name, epa-string)
1120 (epa-field-name, epa-field-body):
1121 * font-lock.el (font-lock-comment-face, font-lock-string-face)
1122 (font-lock-keyword-face, font-lock-builtin-face)
1123 (font-lock-function-name-face, font-lock-variable-name-face)
1124 (font-lock-type-face, font-lock-constant-face):
1125 * ido.el (ido-first-match, ido-only-match, ido-subdir)
1126 (ido-virtual, ido-indicator, ido-incomplete-regexp):
1127 * speedbar.el (speedbar-button-face, speedbar-file-face)
1128 (speedbar-directory-face, speedbar-tag-face)
1129 (speedbar-selected-face, speedbar-highlight-face)
1130 (speedbar-separator-face):
1131 * whitespace.el (whitespace-newline, whitespace-space)
1132 (whitespace-hspace, whitespace-tab, whitespace-trailing)
1133 (whitespace-line, whitespace-space-before-tab)
1134 (whitespace-space-after-tab, whitespace-indentation)
1135 (whitespace-empty):
1136 * emulation/cua-base.el (cua-global-mark):
1137 * eshell/em-prompt.el (eshell-prompt):
1138 * net/newst-plainview.el (newsticker-new-item-face)
1139 (newsticker-old-item-face, newsticker-immortal-item-face)
1140 (newsticker-obsolete-item-face, newsticker-date-face)
1141 (newsticker-statistics-face, newsticker-default-face):
1142 * net/newst-reader.el (newsticker-feed-face)
1143 (newsticker-extra-face, newsticker-enclosure-face):
1144 * net/newst-treeview.el (newsticker-treeview-face)
1145 (newsticker-treeview-new-face, newsticker-treeview-old-face)
1146 (newsticker-treeview-immortal-face)
1147 (newsticker-treeview-obsolete-face)
1148 (newsticker-treeview-selection-face):
1149 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
1150 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
1151 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
1152 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
1153 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
1154 (nxml-outline-active-indicator, nxml-outline-ellipsis):
1155 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
1156 (mpuz-text):
1157 * progmodes/vera-mode.el (vera-font-lock-number)
1158 (vera-font-lock-function, vera-font-lock-interface):
1159 * textmodes/table.el (table-cell): Use new-style face specs, and
1160 don't use the old :bold and :italic attributes.
1161
1162 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
1163 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
1164 (ebrowse-member-class, ebrowse-progress): Likewise.
1165 (ebrowse-tree-mark-face, ebrowse-root-class-face)
1166 (ebrowse-file-name-face, ebrowse-default-face)
1167 (ebrowse-member-attribute-face, ebrowse-member-class-face)
1168 (ebrowse-progress-face): Remove obsolete faces.
1169
1170 * progmodes/flymake.el (flymake-errline, flymake-warnline):
1171 Inherit from error and warning faces respectively.
1172
1173 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1174 Likewise.
f80efb86
SM
1175 (flyspell-incorrect-face, flyspell-duplicate-face):
1176 Remove obsolete aliases.
4b56d0fe 1177
03310646
MA
11782012-06-08 Michael Albinus <michael.albinus@gmx.de>
1179
1180 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
1181 Avoid infloop.
1182
513749ee
SM
11832012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1184
1185 * startup.el (argv, argi): Make lexically scoped.
1186 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
1187 * emacs-lisp/cl-macs.el: Use lexical-binding.
1188 Rename cl-bind-* to cl--bind-*.
1189 * files.el: Don't require `cl' since it doesn't use it.
1190 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
1191
595ef4ad
JB
11922012-06-08 Juanma Barranquero <lekktu@gmail.com>
1193
1194 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
1195 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
1196 instead of calling external sort utility.
1197 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
1198
e9f66fcb
EZ
11992012-06-08 Eli Zaretskii <eliz@gnu.org>
1200
1201 * descr-text.el (describe-char): Mention how to insert the
1202 character, if the current input method doesn't support it.
1203 See the discussion in this thread for the details:
1204 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
1205
3d10db47
SS
12062012-06-08 Sam Steingold <sds@gnu.org>
1207
1208 * bindings.el (global-map): Bind XF86Forward to next-buffer and
1209 XF86Back to previous-buffer.
1210 (minibuffer-local-map): Bind them to next-history-element and
1211 previous-history-element respectively.
1212 * help-mode.el (help-mode-map): Bind them to help-go-forward and
1213 help-go-back respectively.
1214 * info.el (Info-mode-map): Bind them to Info-history-forward and
1215 Info-history-back respectively.
1216 These are the keys next to Up on the ThinkPad keyboard.
1217
de7e2b36
SM
12182012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1219
1220 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
1221 * emacs-lisp/cl-macs.el: Provide itself.
1222 (cl--labels-convert-cache): New var.
1223 (cl--labels-convert): New function.
1224 (cl-flet, cl-labels): New implementation with new semantics, relying on
1225 lexical-binding.
1226 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
1227 (cl-closure-vars, cl--function-convert-cache)
1228 (cl--function-convert): Move from cl-macs.el.
1229 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
1230 rename by removing the "cl-" prefix.
1231 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
1232
6fa6c4ae
SM
12332012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1234
1235 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
1236 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
1237 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
1238 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
1239 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
1240 (cl-hash-table-count): Add old compatibility aliases.
1241
1242 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
1243 Use macroexpand-all-environment instead.
1244 (cl--old-macroexpand): New var.
1245 (cl--sm-macroexpand): New function.
1246 (cl-symbol-macrolet): Use it during macro expansion.
1247 (cl--function-convert-cache): New var.
1248 (cl--function-convert): New function, extracted from
1249 cl-macroexpand-all.
1250 (cl-lexical-let): Use it.
1251
1252 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
1253 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
1254 (cl-member): Remove old alias.
1255
1256 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
1257 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
1258 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
1259 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
1260 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
1261 (cl-macroexpand-cmacs): Remove var.
1262 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
1263 Use macroexpand-all instead.
1264
4dd1c416
SM
12652012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1266
1267 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
1268 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
1269 (macroexp-copyable-p): New functions and macros.
1270 * emacs-lisp/edebug.el (edebug-unwrap):
1271 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
1272 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
1273 (pcase--let*): Remove.
1274 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
1275 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
1276 macroexp-const-p instead.
1277 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
1278
1279 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
1280 instead of "cl-" for internal definitions. Use macroexp-const-p.
1281 (cl-old-bc-file-form): Remove var.
1282 (cl-const-exprs-p): Remove fun.
1283 (cl-labels, cl-macrolet): Use backquote.
1284 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
1285 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
1286 (cl-define-setf-expander): Rename from cl-define-setf-method.
1287 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
1288
1289 * international/mule-cmds.el: Don't require CL.
1290 (view-hello-file): Don't use `letf'.
1291
ed8bd4d7
SM
12922012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1293
7287f2f3
SM
1294 * tmm.el (tmm-prompt): Use string-prefix-p.
1295 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
1296 (tmm-add-prompt): Use minibuffer-completion-help.
1297 (tmm-delete-map): Remove.
1298
ed8bd4d7
SM
1299 * subr.el (kbd): Make it its own function.
1300
7b4cdbf4
SM
13012012-06-07 Stefan Merten <smerten@oekonux.de>
1302
1303 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
1304 Silence compiler warnings. Fix versions.
ed8bd4d7 1305 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7b4cdbf4 1306 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
ed8bd4d7 1307 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7b4cdbf4
SM
1308 (rst-package-emacs-version-alist): Correct Emacs version to
1309 represent major merge with upstream.
ed8bd4d7 1310 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7b4cdbf4 1311
2b48d721
GM
13122012-06-06 Glenn Morris <rgm@gnu.org>
1313
1314 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
1315 Only print environment variables if set.
1316
fa779ab0
SM
13172012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1318
1319 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
1320 (macroexp--cons): Rename from maybe-cons.
1321 (macroexp--accumulate): Rename from macroexp-accumulate.
1322 (macroexp--all-forms): Rename from macroexpand-all-forms.
1323 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
1324 (macroexp--expand-all): Rename from macroexpand-all-1.
1325
628299e0
SS
13262012-06-06 Sam Steingold <sds@gnu.org>
1327
1328 * calendar/calendar.el (calendar-in-read-only-buffer):
1329 Call `special-mode' to enable the standard read-only keybindings.
1330
b7bb5838
SM
13312012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1332
1333 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
1334 with "loading" messages (bug#11635).
1335
dfb308ba
MA
13362012-06-06 Michael Albinus <michael.albinus@gmx.de>
1337
1338 * files.el (enable-remote-dir-locals): New option.
1339 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
1340
0372ee92
MA
1341 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
1342 Ensure, that the temp directory is local.
1343
1344 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
1345 `temporary-file-directory'.
1346
eed0bb91
MA
1347 * progmodes/python.el (python-send-region): Ensure, that the
1348 temporary file is created also in the remote case.
1349
7a58f64d
GM
13502012-06-06 Glenn Morris <rgm@gnu.org>
1351
f7dd4e98
GM
1352 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
1353 (vc-rcs-update-changelog): Use it.
1354
276d5f5d
GM
1355 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff
1356
7a58f64d
GM
1357 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
1358 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
1359 (vc-sccs-diff): Replace use of the external vcdiff script.
1360
daed4003
GM
13612012-06-05 Glenn Morris <rgm@gnu.org>
1362
1363 * ledit.el: Move to obsolete/.
1364
48c455c7
SS
13652012-06-05 Sam Steingold <sds@gnu.org>
1366
1367 * calendar/calendar.el (calendar-exit): reinstate the 2012-03-28
1368 patch (Bug#11140).
1369
57a7d507
SM
13702012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1371
d32926ff
SM
1372 * emacs-list/cust-print.el: Move to obsolete.
1373
53aacf21
SM
1374 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
1375 compiler-macro expansion.
1376
57a7d507
SM
1377 Add native compiler-macro support.
1378 * emacs-lisp/macroexp.el (macroexpand-all-1):
1379 Support compiler-macros directly. Properly follow aliases and apply
1380 the compiler macros more thoroughly.
1381 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
1382 macroexpand now properly follows aliases.
1383 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
1384 (cl-compiler-macroexpand): Use new prop.
1385 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
1386
1387 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
1388
51a5f9d8
MR
13892012-06-05 Martin Rudalics <rudalics@gmx.at>
1390
1391 * window.el (get-lru-window, get-mru-window, get-largest-window):
1392 New argument NOT-SELECTED to avoid picking the selected window.
1393 (window--display-buffer-1, window--display-buffer-2): Replace by
1394 new function window--display-buffer
1395 (display-buffer-same-window, display-buffer-reuse-window)
57a7d507
SM
1396 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1397 Use window--display-buffer.
51a5f9d8
MR
1398 (display-buffer-use-some-window): Remove temporary dedication
1399 hack by calling get-lru-window and get-largest-window with
1400 NOT-SELECTED argument non-nil. Call window--display-buffer.
1401
08f9f738
GM
14022012-06-05 Glenn Morris <rgm@gnu.org>
1403
1404 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
1405 Replace external vcdiff script.
1406
e364a2b7
SM
14072012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
1408
1409 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
1410
041df390
CY
14112012-06-04 Chong Yidong <cyd@gnu.org>
1412
e364a2b7
SM
1413 * image.el (imagemagick-types-inhibit): Revert last change.
1414 Add INFO and M.
47b36b94 1415 (imagemagick-enabled-types): Remove CIN and EPS*.
041df390 1416
7c1898a7
SM
14172012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
1418
1419 * emacs-lisp/cl-lib.el: Rename from cl.el.
1420 * emacs-lisp/cl.el: New compatibility file.
1421 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
1422 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
1423 to obey the "cl-" prefix.
1424 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
1425
0c3461de
GM
14262012-06-03 Glenn Morris <rgm@gnu.org>
1427
1e266c88
GM
1428 * emacs-lisp/authors.el (authors-aliases): Addition.
1429
0c3461de
GM
1430 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
1431 Fix :version.
1432
d8a52e15
SM
14332012-06-03 Stefan Merten <smerten@oekonux.de>
1434
1435 * textmodes/rst.el: Add comments.
1436 (rst-transition, rst-adornment): New faces.
1437 (rst-adornment-faces-alist): Make default safe to reevaluate.
1438 Fixes
1439 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
1440 Improve customization tags.
1441 (rst-define-level-faces): Clarify meaning.
1442
5205d6f6
CY
14432012-06-03 Chong Yidong <cyd@gnu.org>
1444
1445 * progmodes/compile.el (compilation-mode-line-fail)
7c1898a7
SM
1446 (compilation-mode-line-run, compilation-mode-line-exit):
1447 New faces.
5205d6f6
CY
1448 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
1449
757ee657
JD
14502012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
1451
7c1898a7
SM
1452 * progmodes/which-func.el (which-func-update-ediff-windows):
1453 New function. Use it in ediff-select-hook (Bug#11478).
757ee657 1454
5f2c76c6
CY
14552012-06-03 Chong Yidong <cyd@gnu.org>
1456
1457 * bindings.el: Remove explicit help text from format-mode-line.
1458 It is now supplied by mode-line-default-help-echo.
1459 (mode-line-front-space, mode-line-end-spaces)
1460 (mode-line-misc-info): New variables.
1461 (mode-line-modes, mode-line-position): Move the default value to
1462 the variable definition.
1463 (mode-line-default-help-echo): New defcustom.
383f7350
CY
1464 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
1465 (mode-line-modified-help-echo): New functions.
1466 (mode-line-mule-info, mode-line-modified): Use them.
1467 (mode-line-eol-desc, propertized-buffer-identification):
1468 Consistency fixes for help text.
cbe46e5f
CY
1469 (mode-line-coding-system-map): Allow using mouse-3 to invoke
1470 set-buffer-file-coding-system (Bug#289).
1471 (mode-line-mule-info-help-echo): Update help text.
5f2c76c6 1472
f2d6a3df
SM
14732012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
1474
1475 * simple.el (execute-extended-command): Set real-this-command
1476 (bug#11506).
1477
37269466
CY
14782012-06-02 Chong Yidong <cyd@gnu.org>
1479
1480 Remove incorrect uses of "modeline" in comments, docstrings, and
1481 function/variable names (Bug#10329).
1482
1483 * cus-edit.el (mode-line):
1484 * dframe.el (dframe-mouse-hscroll):
1485 * emacs-lisp/re-builder.el:
1486 * emacs-lisp/easy-mmode.el (define-minor-mode):
1487 * frame.el (set-frame-name):
1488 * help.el (lookup-minor-mode-from-indicator):
1489 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
1490 * progmodes/cc-cmds.el (c-toggle-auto-newline)
1491 (c-toggle-hungry-state):
1492 * progmodes/antlr-mode.el (antlr-language-alist):
1493 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
1494 * progmodes/vhdl-mode.el (vhdl-mode):
1495 * progmodes/which-func.el (which-func, which-func-cleanup-function):
1496 * term/ns-win.el (ns-face-at-pos):
1497 * term/sup-mouse.el (sup-mouse-report):
1498 * textmodes/flyspell.el (flyspell-mode-line-string):
1499 * textmodes/ispell.el (ispell-highlight-face):
1500 * textmodes/reftex-global.el:
1501 * vc/vc-arch.el (vc-arch-mode-line-string):
1502 * vc/vc-cvs.el (vc-cvs-mode-line-string):
1503 * vc/vc-git.el (vc-git-mode-line-string):
1504 * vc/vc-hooks.el (vc-display-status)
1505 (vc-default-mode-line-string):
1506 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
1507
1508 * ansi-color.el (ansi-color-faces-vector): Change default faces.
1509
1510 * dired.el (dired-sort-set-mode-line): Rename from
1511 dired-sort-set-modeline. All callers changed.
1512
1513 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
1514 eshell-status-in-modeline.
1515
1516 * foldout.el (foldout-mode-line-string): Rename from
1517 foldout-modeline-string. All callers changed.
1518 (foldout-update-mode-line): Rename from foldout-update-modeline.
1519
1520 * subr.el (redraw-modeline): Make into obsolete alias.
1521
1522 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
1523 timeclock-modeline-display. Make old name an alias.
1524 (timeclock-update-mode-line): Likewise. All callers changed.
1525 (timeclock-mode-line-display): No need to check before using
1526 add-hook.
1527 (timeclock-relative, timeclock-day-over-hook)
1528 (timeclock-use-elapsed, timeclock-mode-string)
1529 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
1530
1531 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
1532 crisp-mode-modeline-string.
1533
1534 * play/solitaire.el (solitaire-build-mode-line): Rename from
1535 solitaire-build-modeline. All callers changed.
1536
1537 * play/zone.el (zone-hiding-mode-line): Rename from
1538 zone-hiding-modeline. All callers changed.
1539 (zone): Remove unusued `modeline-hidden-level' property.
1540
1541 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
1542 xscheme-modeline-initialize. All callers changed.
1543
1544 * strokes.el (strokes-lighter): Rename from
1545 strokes-modeline-string.
1546
1547 * textmodes/sgml-mode.el (html-face-tag-alist)
1548 (html-tag-face-alist): Use mode-line face instead of obsolete
1549 alias modeline.
1550
42152ee4
SM
15512012-06-02 Stefan Merten <smerten@oekonux.de>
1552
1553 * textmodes/rst.el: Always require `cl'.
4cf9b38d 1554 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
42152ee4 1555
95f520b5
CY
15562012-06-02 Chong Yidong <cyd@gnu.org>
1557
1558 * image.el (imagemagick-enabled-types): Rename from
1559 imagemagick-types-enable. Add many more types.
1560 (imagemagick-types-inhibit): Change default to nil.
1561 (imagemagick-filter-types): Caller changed.
1562
4a5f187a
SM
15632012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1564
03fef3e6
SM
1565 * emacs-lisp/cl-macs.el: Use backquotes.
1566 (cl-transform-function-property): Use eval-and-compile rather than
1567 abusing `require'.
1568 (defstruct): Use declare-function instead of with-no-warnings.
1569
4a5f187a
SM
1570 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
1571 (byte-compile-output-docform): Re-add the print-circle bindings.
1572 (byte-compile-fix-header): Use #$ just because it's shorter.
1573 (byte-compile-output-file-form): Remove defun/defmacro.
1574
bd56924f
MR
15752012-06-01 Martin Rudalics <rudalics@gmx.at>
1576
1577 * simple.el (choose-completion): Remove now obsolete binding for
1578 owindow.
1579
046e38ce
MA
15802012-06-01 Michael Albinus <michael.albinus@gmx.de>
1581
1582 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
1583 in order to avoid "Stack overflow in regexp matcher".
1584
32d72c2f
GM
15852012-05-31 Glenn Morris <rgm@gnu.org>
1586
1587 * image.el: For clarity, call imagemagick-register-types at
1588 top-level, rather than relying on a custom :initialize.
1589 (imagemagick-types-enable): New option. (Bug#11557)
60b5f187
GM
1590 (imagemagick-filter-types): New function. (Bug#7406)
1591 (imagemagick-register-types): Use imagemagick-filter-types.
32d72c2f
GM
1592 If disabling support, remove elements altogether rather
1593 than using an impossible regexp.
1594 (imagemagick-types-inhibit): Give it the default init function.
1595
dd41169b
SM
15962012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1597
4a5f187a
SM
1598 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
1599 Handle arbitrary file name lengths (Bug#11585).
dd41169b 1600
efc00ab1 16012012-05-31 Martin Rudalics <rudalics@gmx.at>
5221ccb9
MR
1602
1603 * desktop.el (desktop-read): Clear previous and next buffers for
1604 all windows and bury *Messages* buffer (bug#11556).
1605
500fcedc
SM
16062012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1607
1608 Add `declare' for `defun'. Align `defmacro's with it.
1609 * emacs-lisp/easy-mmode.el (define-minor-mode)
1610 (define-globalized-minor-mode): Don't autoload the var definitions.
1611 * emacs-lisp/byte-run.el: Use lexical-binding.
1612 (defun-declarations-alist, macro-declarations-alist): New vars.
1613 (defmacro, defun): Use them.
1614 (make-obsolete, define-obsolete-function-alias)
1615 (make-obsolete-variable, define-obsolete-variable-alias):
1616 Use `declare'.
1617 (macro-declaration-function): Mark obsolete.
1618 * emacs-lisp/autoload.el: Use lexical-binding.
1619 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
1620
6e8a1786
AM
16212012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1622
1623 * textmodes/ispell.el (ispell-with-no-warnings):
1624 Define as a macro.
500fcedc
SM
1625 (ispell-kill-ispell, ispell-change-dictionary):
1626 Use `called-interactively-p' for Emacs instead of obsolete
6e8a1786
AM
1627 `interactive-p'.
1628
61b108cc
SM
16292012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1630
1631 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
1632 (macro-declaration-function): Move var from C code.
1633 (macro-declaration-function): Define function with defalias.
1634 * emacs-lisp/macroexp.el (macroexpand-all-1):
1635 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
1636 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
1637 defun/defmacro any more.
1638 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
1639 Provide fallback for unknown arglist.
1640 (byte-compile-arglist-warn): Change calling convention.
1641 (byte-compile-output-file-form): Move print-vars binding.
1642 (byte-compile-output-docform): Simplify accordingly.
1643 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
1644 (byte-compile-defmacro-declaration): Remove.
1645 (byte-compile-file-form-defmumble): Generalize to defalias.
1646 (byte-compile-output-as-comment): Return byte-positions.
1647 Simplify callers accordingly.
1648 (byte-compile-lambda): Use `assert'.
1649 (byte-compile-defun, byte-compile-defmacro): Remove.
1650 (byte-compile-file-form-defalias):
1651 Use byte-compile-file-form-defmumble.
1652 (byte-compile-defalias-warn): Remove.
1653
6d3f7c2f
SM
16542012-05-29 Stefan Merten <smerten@oekonux.de>
1655
1656 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
61b108cc 1657 possible. Fix authors. Improve comments. Improve loading of `cl'.
6d3f7c2f
SM
1658
1659 (rst-mode-abbrev-table): Merge definition.
1660 (rst-mode): Make sure `font-lock-defaults' is buffer local.
1661 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
1662
6dbaa1c7
UJ
16632012-05-29 Ulf Jasper <ulf.jasper@web.de>
1664
1665 * calendar/icalendar.el
1666 (icalendar-export-region): Export UID properly.
1667
16682012-05-29 Leo <sdl.web@gmail.com>
61b108cc
SM
1669 * calendar/icalendar.el (icalendar-import-format):
1670 Add `icalendar-import-format-uid' (Bug#11525).
6dbaa1c7
UJ
1671 (icalendar-import-format-uid): New.
1672 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
1673 Export UID.
1674
6876a58d
SM
16752012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1676
1677 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
1678 different alternative patterns.
1679 (pcase-codegen): Be more careful to preserve identity.
1680 (pcase--u1): Don't forget to mark vars as used.
1681
1682 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
1683 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
1684 (byte-compile-from-buffer): ...rather than here.
1685
1686 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
1687 functions from byte-compile-function-environment.
1688
46b7967e
TN
16892012-05-29 Troels Nielsen <bn.troels@gmail.com>
1690
1691 * window.el (window-deletable-p): Avoid deleting the root window
1692 of a frame with an active minibuffer.
1693
69d565e2
MR
16942012-05-29 Martin Rudalics <rudalics@gmx.at>
1695
1696 * simple.el (choose-completion): Use quit-window (Bug#11567).
1697
a149fa51
CY
16982012-05-29 Chong Yidong <cyd@gnu.org>
1699
1700 * whitespace.el (whitespace-cleanup): Fix usage of
1701 whitespace-empty-at-bob-regexp (Bug#11492).
1702
2b311310
AH
17032012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1704
1705 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
1706 revert (Bug#11488).
1707
b9cb2387
JL
17082012-05-29 Juri Linkov <juri@jurta.org>
1709
1710 * isearch.el (isearch-mode-map): Bind `M-s _' to
1711 `isearch-toggle-symbol'. Bind `M-s c' to
1712 `isearch-toggle-case-fold'.
1713 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
1714 (isearch-forward): Add `M-s _' to the docstring.
1715 (isearch-forward-symbol, isearch-toggle-case-fold)
1716 (isearch-symbol-regexp): New functions. (Bug#11381)
1717
d5e61c1c
JL
17182012-05-29 Juri Linkov <juri@jurta.org>
1719
1720 * isearch.el (isearch-word): Add docstring. (Bug#11381)
1721 (isearch-occur, isearch-search-and-update): If `isearch-word' is
1722 a function, call it to get the regexp.
1723 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
1724 property `isearch-message-prefix' instead of the string "word ".
1725 (isearch-search-fun-default): For the case of `isearch-word',
1726 return a lambda that calls re-search-forward/re-search-backward
1727 with a regexp returned by `word-search-regexp' or by the function
1728 in `isearch-word'.
1729
8cbd80f7
JL
17302012-05-29 Juri Linkov <juri@jurta.org>
1731
1732 * isearch.el (isearch-search-fun-default): New function.
1733 (isearch-search-fun): Move default part to the new function
1734 `isearch-search-fun-default'.
1735 (isearch-search-fun-function): Set the default value to
1736 `isearch-search-fun-default'. (Bug#11381)
1737
1738 * comint.el (comint-history-isearch-end):
1739 Use `isearch-search-fun-default'.
1740 (comint-history-isearch-search): Use `isearch-search-fun-default'
1741 and remove spacial case for `isearch-word'.
1742 (comint-history-isearch-wrap): Remove spacial case for
1743 `isearch-word'.
1744
1745 * hexl.el (hexl-isearch-search-function):
1746 Use `isearch-search-fun-default'.
1747
1748 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
1749 Use `word-search-regexp' for `isearch-word'.
1750
1751 * misearch.el (multi-isearch-search-fun):
1752 Use `isearch-search-fun-default'.
1753
1754 * simple.el (minibuffer-history-isearch-search):
1755 Use `isearch-search-fun-default' and remove spacial case for
1756 `isearch-word'.
1757 (minibuffer-history-isearch-wrap): Remove spacial case for
1758 `isearch-word'.
1759
1760 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
1761 Remove spacial case for `isearch-word'.
1762 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
1763
85c8c5b6
AM
17642012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1765
1766 Decrease XEmacs incompatibilities.
1767 * textmodes/flyspell.el (flyspell-check-pre-word-p):
1768 Use `string-match'.
1769 (flyspell-delete-region-overlays): Use alternative definition for
1770 XEmacs.
1771 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
1772 (flyspell-word): Use `process-kill-without-query' if XEmacs.
1773 (flyspell-mode-on): Use `interactive-p' if XEmacs.
1774 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
1775 `define-obsolete-face-alias' under XEmacs, but old method.
1776
1777 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
1778 `with-no-warnings' definition or Emacs alias.
1779 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
1780 (ispell-word): Do not use `region-p' if XEmacs.
1781
8cab9efc
AM
17822012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1783
1784 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
1785 Check for `ispell-dictionary-base-alist' instead of full
1786 `ispell-dictionary-alist'.
1787 (ispell-init-process): Show spellchecker when starting new Ispell
1788 process.
1789
fda91268
RZ
17902012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1791
1792 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
1793 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
1794
694ea8e3
JB
17952012-05-27 Juanma Barranquero <lekktu@gmail.com>
1796
1797 * version.el (motif-version-string, gtk-version-string)
1798 (ns-version-string): Declare.
1799
e4d4f539
JL
18002012-05-27 Juri Linkov <juri@jurta.org>
1801
1802 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
1803 after the `eval-defun-1' specialcaseing
1804 like in `edebug-eval-defun' (bug#10181).
1805
1806 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
1807 like in `eval-defun-1'.
1808
33017faf 18092012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 1810
fda91268
RZ
1811 * mail/sendmail.el (mail-yank-region):
1812 Recognize rmail-yank-current-message in addition to insert-buffer.
1813 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
1814 a *mail* buffer created through rmail-start-mail with sendmail as
1815 mail-user-agent.
1816
33017faf
GM
18172012-05-27 Chong Yidong <cyd@gnu.org>
1818
1819 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
1820 Default to 256 (Bug#11267).
1821
1822 * help.el (describe-mode): Doc fix.
1823
04188bb9
GM
18242012-05-26 Glenn Morris <rgm@gnu.org>
1825
38264cc9
GM
1826 * w32-fns.el (w32-init-info): Remove.
1827 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
1828
eb7afdad
GM
1829 * info.el (info-initialize): For self-contained NS builds, put the
1830 included info/ directory at the front. (Bug#2791)
1831
04188bb9
GM
1832 * paths.el (Info-default-directory-list): Make it a defcustom,
1833 mainly so that we can use custom-initialize-delay.
1834
a179e3f7
SM
18352012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1836
43416392
SM
1837 * subr.el (buffer-has-markers-at): Mark obsolete.
1838
a179e3f7 1839 * subr.el (lambda): Use declare.
43416392 1840
a179e3f7
SM
1841 * emacs-lisp/lisp-mode.el (lambda):
1842 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
1843
34a008d9
AH
18442012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1845
1846 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
1847
0a3b289f
GM
18482012-05-26 Glenn Morris <rgm@gnu.org>
1849
1850 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
1851
758c81e8
GM
18522012-05-25 Glenn Morris <rgm@gnu.org>
1853
f9f334f0
GM
1854 * paths.el: Remove no-byte-compile.
1855 * loadup.el: No need to load paths.el uncompiled.
1856
87eb79c2
GM
1857 * image.el (imagemagick-types-inhibit): Doc fix.
1858
758c81e8
GM
1859 * version.el: Remove no-byte-compile and associated formatting.
1860 * loadup.el: No need to load version.el uncompiled. AFAICS, this
1861 is ancient code from when there was an "inc-vers.el".
1862
e7e85dc0
SM
18632012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1864
1865 * progmodes/gdb-mi.el: Minor style changes.
1866 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
1867 Turn into minor modes.
1868 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
1869 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
1870 (gdb-shell): Remove unneeded let-binding.
1871 (gdb-get-many-fields): Eliminate O(n²) behavior.
1872
f31237a4
EZ
18732012-05-25 Eli Zaretskii <eliz@gnu.org>
1874
1875 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
1876 platforms that don't link in fontset.c.
1877
bc1b21bb
JL
18782012-05-25 Juri Linkov <juri@jurta.org>
1879
1880 Use the same diff color scheme as in modern VCSes (bug#10181).
1881
1882 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
1883 to avoid confusion with `diff-added' that now uses green colors.
1884 (diff-removed): Use shades of red.
1885 (diff-added): Use shades of green.
1886 (diff-changed): Leave just the yellow color.
1887 (diff-use-changed-face): New variable.
1888 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
1889 how to highlight context diff changes.
1890 (diff-refine-change): Use shades of yellow.
1891 (diff-refine-removed): New face that uses shades of red.
1892 (diff-refine-added): New face that uses shades of green.
1893 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
1894 `diff-refine-removed' in the call to `smerge-refine-subst'
1895 depending on the value of `diff-use-changed-face'.
1896
1897 * vc/smerge-mode.el (smerge-mine): Use shades of red.
1898 (smerge-other): Use shades of green.
1899 (smerge-base): Use shades of yellow.
1900 (smerge-refined-change): Empty face.
1901 (smerge-refined-removed): New face that uses shades of red.
1902 (smerge-refined-added): New face that uses shades of green.
1903 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
1904 args `props-r' and `props-a', and use them. Doc fix.
1905 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
1906 on its value use different faces `smerge-refined-change',
1907 `smerge-refined-removed', `smerge-refined-added' in the call to
1908 `smerge-refine-subst'.
1909
1910 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
1911 Add face condition `min-colors 88' with shades of red.
1912 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
1913 `min-colors 88' with shades of green.
1914 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
1915 `min-colors 88' with shades of yellow.
1916
6df9112c
GM
19172012-05-24 Glenn Morris <rgm@gnu.org>
1918
ead5edc0
GM
1919 * paths.el (prune-directory-list, remote-shell-program): Move to...
1920 * files.el (prune-directory-list, remote-shell-program): ...here.
1921 For the latter, delay initialization, prefer ssh, just search PATH.
1922
f18b81e6
GM
1923 * paths.el (term-file-prefix): Move to faces.el (the only user).
1924 * faces.el (term-file-prefix): Move here, make it a defcustom.
1925
ee2f89a6
GM
1926 * paths.el (news-directory, news-path, news-inews-program):
1927 Move to gnus/nnspool.el.
61a583ca 1928
f8815e4c
GM
1929 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
1930
c8f3b42c
GM
1931 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
1932 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
1933 Make the latter a defcustom, with a delayed initialization.
1934
6df9112c
GM
1935 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
1936 These were deleted from Gnus itself late 2010.
1937
5dadff36
JB
19382012-05-22 Juanma Barranquero <lekktu@gmail.com>
1939
9e1701c6
JB
1940 * progmodes/which-func.el (which-func-ff-hook):
1941 Check against user-error, not error.
1942
bd7239f5 1943 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
1944 cl-specs.el, which no longer exists.
1945
3290526d
GM
19462012-05-22 Glenn Morris <rgm@gnu.org>
1947
1948 * info.el (info-emacs-bug): New command.
1949 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
1950 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
1951
ff0c3cfb
GM
19522012-05-21 Glenn Morris <rgm@gnu.org>
1953
1954 * makefile.w32-in (update-subdirs-SH):
1955 * Makefile.in (update-subdirs): Update for moved update-subdirs.
1956
5814f126
SM
19572012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
1958
a52c0aa0
SM
1959 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
1960
5814f126
SM
1961 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1962 Simplify Maven regexp, and make sure the file can't start with a space
1963 (bug#11517).
1964
b847032c
GM
19652012-05-21 Glenn Morris <rgm@gnu.org>
1966
1967 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
1968 Scrap superfluous subshells.
1969
3858bfe7
SM
19702012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
1971
1972 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
1973 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
1974
d14b0029
JB
19752012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
1976
1977 * calc/calc.el (calc-ensure-consistent-units): New variable.
1978
a52c0aa0
SM
1979 * calc/calc-units.el (math-consistent-units-p)
1980 (math-check-unit-consistency): New functions.
1981 (calc-quick-units, calc-convert-units):
1982 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
1983 is non-nil.
d14b0029
JB
1984 (calc-extract-units): Fix typo.
1985
60c4db3a
SM
19862012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1987
77f3b62e
SM
1988 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
1989
60c4db3a
SM
1990 * textmodes/flyspell.el: Commenting style, plus code simplifications.
1991 (flyspell-default-deplacement-commands): Don't spell check after
1992 repeated window/frame switches (e.g. triggered by mouse-movement).
1993 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
1994 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
1995 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
1996 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
1997 Remove unused vars.
1998 (flyspell-get-casechars, flyspell-get-not-casechars):
1999 Simplify; Don't bother removing a ] just to add it back.
2000 * textmodes/ispell.el (ispell-program-name): Use executable-find.
2001
b1a10716
RS
20022012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2003
2004 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
2005 New functions.
bd7239f5 2006 (math-function-table): Add support for more C functions.
b1a10716 2007
3f1b25b5
AM
20082012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2009
2010 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
2011 (flyspell-debug-signal-word-checked): Protect delay handling for
2012 otherchars against empty otherchars.
2013
b581bb5c
SM
20142012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2015
2016 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
2017 their respective macro declarations.
2018 * skeleton.el (define-skeleton):
2019 * progmodes/compile.el (define-compilation-mode):
2020 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
2021 (define-ibuffer-filter):
2022 * emacs-lisp/generic.el (define-generic-mode):
2023 * emacs-lisp/easy-mmode.el (define-minor-mode)
2024 (define-globalized-minor-mode):
2025 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
2026 * emacs-lisp/byte-run.el (defsubst):
2027 * custom.el (deftheme): Add doc-string metadata.
2028
70b8ef8f
SM
20292012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2030
2031 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
2032
b1198e17
SM
20332012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2034
9abdc45d
SM
2035 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
2036
b1198e17
SM
2037 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
2038 * emacs-lisp/cl-macs.el: Idem.
2039 * emacs-lisp/cl-specs.el: Remove.
2040
4735906a
SM
20412012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2042
2043 Minor renaming of internal CL functions and variables.
2044 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
2045 (cl--position): Rename from cl-position.
2046 (cl--delete-duplicates): Rename from cl-delete-duplicates.
2047 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
2048 (cl--random-state): Rename from *random-state*.
2049
ac348012
SM
20502012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2051
2052 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
2053 parens around the arg list (bug#11499).
2054
a0a79cde
JL
20552012-05-17 Juri Linkov <juri@jurta.org>
2056
2057 * isearch.el (word-search-regexp, word-search-backward)
2058 (word-search-forward, word-search-backward-lax)
2059 (word-search-forward-lax): Move functions from search.c
2060 (bug#10145, bug#11381).
2061
65034a51
AM
20622012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2063
2064 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
2065 (flyspell-debug-signal-word-checked): Delay for otherchars as for
2066 normal word components.
2067
1a72a195
SM
20682012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2069
2070 * minibuffer.el (completion--sifn-requote): Fix last change.
2071 (minibuffer-local-must-match-filename-map):
2072 Move define-obsolete-variable-alias before its var.
2073
fdb058c2
SM
20742012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2075
c41045e6
SM
2076 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
2077
036dfb8b
SM
2078 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
2079 behavior.
2080 (completion--string-equal-p): New function.
2081 (completion--twq-all): Use it to get better assertion failure data.
2082
2473256d
SM
2083 Only handle ".." and '..' quoting in shell-mode (bug#11466).
2084 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
2085 (shell--requote-argument): New functions.
2086 (shell-completion-vars): Use them.
2087 (shell--parse-pcomplete-arguments): Rename from
2088 shell-parse-pcomplete-arguments.
2089 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
2090 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
2091 Obey comint-file-name-quote-list.
2092
fdb058c2
SM
2093 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
2094 (smie-indent-keyword): Use it.
2095
51fa99f1
SM
20962012-05-14 Stefan Merten <smerten@oekonux.de>
2097
2098 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
2099
e18afed7 21002012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
2101
2102 * net/rlogin.el (rlogin-mode-map): Fix last change.
2103
e18afed7 21042012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
2105
2106 * mail/smtpmail.el (smtpmail-send-command): Send the command and
2107 the following \r\n using a single `process-send-string', since the
2108 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 2109 with two `process-send-string's (Bug#11444).
8633b1f4 2110
e18afed7 21112012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 2112
fdb058c2
SM
2113 * shell.el (shell-parse-pcomplete-arguments):
2114 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 2115
2d21d7f6
WJ
21162012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
2117
e18afed7 2118 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
2119 (image-transform-scale, image-transform-right-angle-fudge): New vars.
2120 (image-transform-width, image-transform-fit-width): New functions.
2121 (image-transform-properties): Use them.
2122 (image-transform-check-size): New function.
2123 (image-toggle-display-image): Use it (for testing).
2124 (image-transform-set-rotation): Reduce angle mod 360.
2125 Delete obsolete comment.
2126
7102e6d0
WJ
21272012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
2128
2129 * image-mode.el: Fix scaling (bug#11399).
2130 (image-transform-resize): Doc fix.
2131 (image-transform-properties): Default scale is 1 and height should
2132 be an integer.
2133
06bc5e6e
SM
21342012-05-13 Johan Bockgård <bojohan@gnu.org>
2135
2136 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
2137 than hard-coding `car', to fix misbehavior when moving forward.
2138
0ae03b6a
CY
21392012-05-13 Chong Yidong <cyd@gnu.org>
2140
2141 * emacs-lisp/tabulated-list.el (tabulated-list-format)
2142 (tabulated-list-entries, tabulated-list-padding)
2143 (tabulated-list-sort-key): Make permanent-local.
2144
2145 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
2146 (electric-buffer-list): Put electric buffer menu
2147 command descriptions in this docstring, instead of the docstring
2148 of electric-buffer-menu-mode. Code cleanups.
2149 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
2150 Electric-buffer-menu-mode.
2151 (electric-buffer-update-highlight): Minor code cleanup.
2152
205a7391
MA
21532012-05-13 Michael Albinus <michael.albinus@gmx.de>
2154
2155 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
2156 (Bug#11447)
2157
e5bd0a28
SM
21582012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2159
2160 Move define-obsolete-variable-alias before the var's definition.
2161 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
2162 * tooltip.el (tooltip-hook):
2163 * textmodes/reftex-toc.el (reftex-toc-map):
2164 * textmodes/reftex-sel.el (reftex-select-label-map)
2165 (reftex-select-bib-map):
2166 * textmodes/reftex-index.el (reftex-index-map)
2167 (reftex-index-phrases-map):
2168 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
2169 * progmodes/meta-mode.el (meta-mode-map):
2170 * novice.el (disabled-command-hook):
2171 * loadhist.el (unload-hook-features-list):
2172 * frame.el (blink-cursor):
2173 * files.el (find-file-not-found-hooks, write-file-hooks)
2174 (write-contents-hooks):
2175 * emulation/tpu-edt.el (GOLD-map):
2176 * emacs-lock.el (emacs-lock-from-exiting):
2177 * emacs-lisp/generic.el (generic-font-lock-defaults):
2178 * emacs-lisp/chart.el (chart-map):
2179 * dos-fns.el (register-name-alist):
2180 * dired-x.el (dired-omit-files-p):
2181 * desktop.el (desktop-enable):
2182 * cus-edit.el (custom-mode-hook):
2183 * buff-menu.el (buffer-menu-mode-hook):
2184 * bookmark.el (bookmark-read-annotation-text-func)
2185 (bookmark-exit-hooks):
2186 * allout.el (allout-mode-deactivate-hook)
2187 (allout-exposure-change-hook, allout-structure-added-hook)
2188 (allout-structure-deleted-hook, allout-structure-shifted-hook):
2189 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
2190 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
2191 comes before the corresponding variable's definition.
2192
ac59c2f6
CY
21932012-05-12 Chong Yidong <cyd@gnu.org>
2194
2195 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
2196 (Buffer-menu-mouse-select): Restore function (Bug#11459).
2197 (Buffer-menu-mode-map): Bind it.
2198 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 2199
dee6c9a3
SM
22002012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2201
2171cea5
SM
2202 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
2203 (prolog-upper-case-string, prolog-lower-case-string)
2204 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
2205 (prolog-use-smie, prolog-smie-grammar): New vars.
2206 (prolog-smie-forward-token, prolog-smie-backward-token)
2207 (prolog-smie-rules): New funs.
2208 (prolog-comment-indent): Remove.
2209 (prolog-mode-variables): Use default comment indentation instead.
2210 Setup SMIE.
2211 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
2212 (prolog-mode): Don't call them any more.
2213 (prolog-electric-colon, prolog-electric-dash)
2214 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
2215
aa0382bd
SM
2216 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
2217
dbacb4bd
SM
2218 * minibuffer.el (completion--twq-all): Again, allow case differences.
2219
13bdd94c
SM
2220 * term.el: Move keymap initialization code to be more idiomatic.
2221 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
2222 (term-terminal-menu): Move initialization into declaration.
2223 (term-escape-char): Let the user set it in her .emacs.
2224
ff46c759
SM
2225 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
2226 Provide SMIE-based indentation (not enabled by default yet).
2227 (sh-mode-map): Don't bind electric keys.
2228 Use electric-pair-mode instead of skeleton-pair.
2229 (sh-assignment-regexp): Fit within 80 columns.
2230 (sh-indent-supported): Specify actual shell name instead of boolean.
2231 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
2232 (sh-maybe-here-document): Use it. Make obsolete.
2233 (sh-electric-here-document-mode) New minor mode.
2234 (sh-mode): Use it. Don't set sh-indent-supported-here here.
2235 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
2236 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
2237 (sh-smie-rc-grammar, sh-use-smie): New vars.
2238 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
2239 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
2240 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
2241 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
2242 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
2243 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
2244 (sh-set-shell): Use smie-setup if requested.
2245
dee6c9a3
SM
2246 * term.el (term-set-escape-char): Properly set term-escape-char.
2247 See http://stackoverflow.com/questions/10524656.
2248
9f9aa044
CY
22492012-05-10 Chong Yidong <cyd@gnu.org>
2250
2251 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
2252 Use url-generic-parse-url, and handle host names and Windows
2253 filenames properly.
2254 (ffap-url-unwrap-remote): Use url-generic-parse-url.
2255 (ffap-url-unwrap-remote): Accept list values, specifying a list of
2256 URL schemes to work on.
2257 (ffap--toggle-read-only): New function.
2258 (ffap-read-only, ffap-read-only-other-window)
2259 (ffap-read-only-other-frame): Use it.
2260 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
2261 necessary for ffap-url-unwrap-remote.
2262
836d29b3
DA
22632012-05-10 Dave Abrahams <dave@boostpro.com>
2264
2265 * cus-start.el (create-lockfiles): Add it.
2266
00fd78ed
CY
22672012-05-09 Chong Yidong <cyd@gnu.org>
2268
2269 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
2270 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
2271
666b903b 22722012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
2273
2274 * shell.el (shell-completion-vars): Fix last change (bug#11348).
2275
666b903b 22762012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
2277
2278 * ansi-color.el (ansi-color-process-output): Check for validity of
2279 comint-last-output-start before using it. This avoids a bad
2280 interaction with gdb-mi's input/output buffer.
2281
666b903b 22822012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
2283
2284 * files.el (dir-locals-read-from-file):
2285 Mention dir-locals in any error message.
2286
666b903b 22872012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
2288
2289 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
2290 package (Bug#11410).
2291
f677562b
CY
2292 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
2293 variables into description.
2294
666b903b 22952012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
2296
2297 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
2298 shell-delimiter-argument-list (bug#11348).
2299 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
2300
b499d8d0
JB
23012012-05-09 Juanma Barranquero <lekktu@gmail.com>
2302
8f6b6da8
JB
2303 * textmodes/rst.el: Silence byte-compiler warnings.
2304 (rst-re-alist, rst-reset-section-caches): Move around.
2305 (rst-re): Use `characterp', not `char-valid-p'.
2306 (font-lock-beg, font-lock-end): Declare.
2307
4824146a
JB
2308 * progmodes/idlw-shell.el (specs): Remove reference to deleted
2309 variable `idlwave-shell-activate-alt-keybindings' and simplify.
2310
b499d8d0
JB
2311 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
2312
ad89bb83
GM
23132012-05-08 Glenn Morris <rgm@gnu.org>
2314
2315 * files.el (auto-mode-alist): Treat ".make" like ".mk".
2316
8bba5a75
SM
23172012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2318
49ed9c8e
SM
2319 * vc/log-edit.el: Add GNU coding standards highlighting.
2320 (log-edit-font-lock-gnu-style)
2321 (log-edit-font-lock-gnu-keywords): New vars.
2322 (log-edit-font-lock-keywords): New fun.
2323 (log-edit-mode): Don't fold case in font-lock.
2324 (log-edit-font-lock-keywords): Do not assume case-folding.
2325
07d00b56
SM
2326 * imenu.el: Misc cleanup. Make docstrings out of comments.
2327 Use lexical-binding.
2328 (imenu--index-alist, imenu--last-menubar-index-alist)
2329 (imenu-menubar-modified-tick): Use defvar-local.
2330 (imenu--split-menu): Remove unused var.
2331 (imenu--cleanup-seen): Declare as global.
2332 (imenu--cleanup): Use dolist.
2333
8bba5a75
SM
2334 * subr.el (defvar-local): Add debug spec and doc-string position.
2335
5075bdb5
GM
23362012-05-08 Glenn Morris <rgm@gnu.org>
2337
c052c904
GM
2338 * lisp/language/burmese.el, language/cham.el, language/czech.el:
2339 * language/english.el, language/georgian.el, language/greek.el:
2340 * language/japanese.el, language/khmer.el, language/korean.el:
2341 * language/lao.el, language/misc-lang.el, language/romanian.el:
2342 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
2343 * language/thai.el, language/utf-8-lang.el:
2344 Remove no-byte-compile setting.
2345
5075bdb5
GM
2346 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
2347
06f679a7
AH
23482012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2349
2350 * progmodes/make-mode.el (makefile-browse):
2351 Remove unnecessary interactive. (Bug#11324)
2352
03794570
GM
23532012-05-07 Glenn Morris <rgm@gnu.org>
2354
af8630f4
GM
2355 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
2356
03794570
GM
2357 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
2358
f0809a9d
SM
23592012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2360
28be5ce7
SM
2361 * loadup.el: Preload newcomment.el.
2362 * newcomment.el: Move autoload-only code to toplevel.
2363
f0809a9d
SM
2364 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
2365 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
2366 Handle new :right-align column property.
2367 (tabulated-list-print-col): Idem, plus use `display' text-property to
2368 try and preserve alignment for variable pitch fonts.
2369
1241b724
CY
23702012-05-07 Chong Yidong <cyd@gnu.org>
2371
2372 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
2373 (tabulated-list-use-header-line): New var.
2374 (tabulated-list-init-header): Use it.
2375 (tabulated-list-print-fake-header): New function.
2376 (tabulated-list-print): Use it.
2377 (tabulated-list-sort-button-map): Add non-header-line commands.
2378 (tabulated-list-init-header): Add column name property to basic
2379 labels as well.
2380 (tabulated-list-col-sort): Handle non-header-line button case.
2381 (tabulated-list--sort-by-column-name): Fix a corner case.
2382
f0809a9d
SM
2383 * buff-menu.el (list-buffers--refresh):
2384 Handle Buffer-menu-use-header-line.
1241b724 2385
e5f9458f
CY
23862012-05-06 Chong Yidong <cyd@gnu.org>
2387
2388 * buff-menu.el: Convert to Tabulated List mode.
2389 (Buffer-menu-buffer+size-width): Make obsolete.
2390 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
2391 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
2392 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
2393 documentation into docstring of buffer-menu.
2394 (Buffer-menu-toggle-files-only): Add an informative message.
2395 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
2396 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
2397 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
2398 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
2399 (Buffer-menu-execute, Buffer-menu-select)
2400 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
2401 (Buffer-menu-bury): Use Tabulated List machinery.
2402 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
2403 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 2404 Delete.
e5f9458f
CY
2405 (list-buffers--refresh): New function.
2406 (list-buffers-noselect): Use it.
2407 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
2408 (Buffer-menu--pretty-file-name): New helper functions.
2409
2410 * loadup.el: Preload tabulated-list.
2411
2412 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
2413 tabulated-list-sort-column.
2414 (tabulated-list-init-header): Add the initial aligning space even
2415 if tabulated-list-padding is zero.
2416
e129292c
CS
24172012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
2418
2419 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
2420 whose cdr is not a cons cell correctly (bug#11038).
2421
6632d361
CY
24222012-05-06 Chong Yidong <cyd@gnu.org>
2423
e129292c
CS
2424 * emacs-lisp/tabulated-list.el (tabulated-list-format):
2425 Accept additional plist in column descriptors.
6632d361
CY
2426 (tabulated-list-init-header): Obey it.
2427 (tabulated-list-get-entry): New function.
2428 (tabulated-list-put-tag): Use it. Use string-width instead of
2429 length.
2430 (tabulated-list--column-number): New function.
2431 (tabulated-list-print): Use it.
e129292c
CS
2432 (tabulated-list-print-col): New function.
2433 Set `tabulated-list-column-name' property on each column's text.
6632d361 2434 (tabulated-list-print-entry): Use it.
e129292c
CS
2435 (tabulated-list-delete-entry, tabulated-list-set-col):
2436 New functions.
6632d361
CY
2437 (tabulated-list-sort-column): New command (Bug#11337).
2438
3cc99f68
CY
2439 * buff-menu.el (list-buffers): Move C-x C-b binding from
2440 buff-menu.el to bindings.el.
2441
2442 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
2443 :advertised-binding feature.
2444
52b61776
TN
24452012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
2446
2447 * progmodes/compile.el (compilation-internal-error-properties):
2448 Calculate start position correctly when end-col is set but
2449 end-line is not (Bug#11382).
2450
ebfe2597
WJ
24512012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
2452
2453 * man.el (Man-unindent): Use text-property-default-nonsticky to
2454 prevent untabify from inheriting face properties (Bug#11408).
2455
6d3f7c2f
SM
24562012-05-05 Stefan Merten <smerten@oekonux.de>
2457
2458 * textmodes/rst.el: Major merge with upstream development up to
2459 Docutils SVN r7399 / rst.el V1.2.1.
2460
2461 Clarify maintainership and authors.
2462
2463 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
2464 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
2465 (rst-official-version, rst-official-cvs-rev, rst-version)
2466 (rst-package-emacs-version-alist): New functions and variables
2467 for version information.
2468
2469 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
2470 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
2471 (rst-mode-syntax-table, rst-mode): New and corrected functions
2472 and variables representing reStructuredText features.
2473
2474 (rst-re): New function for reStructuredText regexes. Use in
2475 many places.
2476
2477 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
2478 (rst-mode-map): Rebind keys.
2479
2480 (rst-mode-lazy, rst-font-lock-keywords)
2481 (rst-font-lock-extend-region)
2482 (rst-font-lock-extend-region-internal)
2483 (rst-font-lock-extend-region-extend)
2484 (rst-font-lock-find-unindented-line-limit)
2485 (rst-font-lock-find-unindented-line-match)
2486 (rst-adornment-level, rst-font-lock-adornment-level)
2487 (rst-font-lock-adornment-match)
2488 (rst-font-lock-handle-adornment-pre-match-form)
2489 (rst-font-lock-handle-adornment-matcher): Major revision of
2490 font-locking. Integrate with other code. Use `jit-lock-mode'.
2491
2492 (rst-preferred-adornments, rst-adjust-hook)
2493 (rst-new-adornment-down, rst-preferred-bullets)
2494 (rst-preferred-bullets, rst-indent, rst-indent-width)
2495 (rst-indent-field, rst-indent-literal-normal)
2496 (rst-indent-literal-minimized, rst-indent-comment): Change,
2497 extend and improve customization.
2498
2499 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
2500 (rst-normalize-cursor-position, rst-get-decoration)
2501 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
2502 (rst-rstrip, rst-toc-insert-find-delete-contents)
2503 (rst-shift-fill-region, rst-compute-bullet-tabs)
2504 (rst-debug-print-tabs, rst-debug-mark-found)
2505 (rst-shift-region-guts, rst-shift-region-right)
2506 (rst-shift-region-left, rst-use-char-classes)
2507 (rst-font-lock-keywords-function)
2508 (rst-font-lock-indentation-point)
2509 (rst-font-lock-find-unindented-line-begin)
2510 (rst-font-lock-find-unindented-line-end)
2511 (rst-font-lock-find-unindented-line)
2512 (rst-font-lock-adornment-point, rst-font-lock-level)
2513 (rst-adornment-level-alist): Remove functions and variables.
2514
2515 (rst-compare-adornments, rst-get-adornment-match)
2516 (rst-suggest-new-adornment, rst-get-adornments-around)
2517 (rst-adornment-complete-p, rst-get-next-adornment)
2518 (rst-adjust-adornment, rst-display-adornments-hierarchy)
2519 (rst-straighten-adornments): Standardize function names to
2520 use "adornment" instead of "decoration". Correct callers.
2521 Similar standardizing in many places.
2522
2523 (rst-update-section, rst-adjust, rst-promote-region)
2524 (rst-enumerate-region, rst-bullet-list-region)
2525 (rst-repeat-last-character): Correct use of `interactive'.
2526
2527 (rst-classify-adornment, rst-find-all-adornments)
2528 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
2529 (rst-find-leftmost-column, rst-repeat-last-character):
2530 Refactor functions.
2531
2532 (rst-find-title-line, rst-reset-section-caches)
2533 (rst-get-adornments-around, rst-adjust-adornment-work)
2534 (rst-arabic-to-roman, rst-roman-to-arabic)
2535 (rst-insert-list-pos, rst-insert-list-new-item)
2536 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
2537 New functions.
2538
2539 (rst-all-sections, rst-section-hierarchy)
2540 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
2541 New variables.
2542
2543 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
2544 configuration instead of only buffer. Change where necessary.
2545
2546 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
2547 (rst-shift-region, rst-adaptive-fill): New functions for
2548 indentation and filling.
2549
2550 (rst-comment-line-break, rst-comment-indent)
2551 (rst-comment-insert-comment, rst-comment-region)
2552 (rst-uncomment-region): New functions for handling comments.
2553
2554 (rst-compile): Quote shell arguments.
2555
2556 (rst-compile-pdf-preview, rst-compile-slides-preview):
2557 Delete temporary files after use.
2558
a43f98b3
GM
25592012-05-05 Glenn Morris <rgm@gnu.org>
2560
48176e8b
GM
2561 * calendar/cal-html.el: Optionally include holidays in the output.
2562 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
2563 (cal-html-holidays): New option.
2564 (cal-html-css-default): Add holiday entry.
2565 (holiday-in-range): Autoload it.
2566 (cal-html-htmlify-entry): Add optional class argument.
2567 (cal-html-htmlify-list): Add optional holidays argument.
2568 (cal-html-insert-agenda-days): Include holidays in the output.
2569 (cal-html-one-month): Maybe include holidays.
2570
a43f98b3
GM
2571 * calendar/holidays.el (holiday-in-range):
2572 Move here from cal-tex-list-holidays.
2573 * calendar/cal-tex.el (cal-tex-list-holidays):
2574 Make it an obsolete alias for holiday-in-range. Update all callers.
2575
fef9d149 25762012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
2577
2578 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
2579 Nextstep.
2580
248da2f4
RW
25812012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
2582
2583 * files.el (file-auto-mode-skip): New var.
2584 (set-auto-mode-1): Use it.
2585
f95e9344
SM
25862012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2587
df96ab1e
SM
2588 * repeat.el: Use lexical-binding.
2589 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
2590 (repeat-undo-count): Remove.
2591 (repeat):
2592 * progmodes/octave-mod.el (octave-abbrev-start):
2593 * progmodes/f90.el (f90-abbrev-start):
2594 * face-remap.el (text-scale-adjust):
2595 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
2596
5342bb06
SM
2597 * emacs-lisp/pcase.el (pcase--let*): New function.
2598 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
2599 a bit more.
2600 (pcase--split-pred): Be more clever about ruling out overlap between
2601 a predicate and some constant pattern.
2602 (pcase--q1): Use `null' instead of (eq foo nil).
2603
f95e9344
SM
2604 * subr.el (setq-local, defvar-local): New macros.
2605 (kbd): Redefine as an alias.
2606 (with-selected-window): Leave unrelated frames alone.
2607 (set-temporary-overlay-map): New function.
2608
71873e2b
SM
26092012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2610
2611 * subr.el (user-error): New function.
2612 * window.el (switch-to-buffer):
2613 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
2614 (smerge-match-conflict):
2615 * simple.el (previous-matching-history-element)
2616 (next-matching-history-element, goto-history-element, undo-more)
2617 (undo-start):
2618 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
2619 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
2620 (next-file, tags-loop-scan, list-tags, complete-tag):
2621 * progmodes/compile.el (compilation-loop):
2622 * mouse.el (mouse-minibuffer-check):
2623 * man.el (Man-bgproc-sentinel, Man-goto-page):
2624 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
2625 (Info-history-forward, Info-follow-reference, Info-menu)
2626 (Info-extract-menu-item, Info-extract-menu-counting)
2627 (Info-forward-node, Info-backward-node, Info-next-menu-item)
2628 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
2629 (Info-next-reference, Info-prev-reference, Info-index)
2630 (Info-index-next, Info-follow-nearest-node)
2631 (Info-copy-current-node-name):
2632 * imenu.el (imenu--make-index-alist)
2633 (imenu-default-create-index-function, imenu-add-to-menubar):
2634 * files.el (basic-save-buffer, recover-file):
2635 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2636 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
2637 (checkdoc-message-text, checkdoc-defun):
2638 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
2639 * cus-edit.el (customize-changed-options, customize-rogue)
2640 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
2641 (custom-variable-mark-to-reset-standard)
2642 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
2643 (custom-file):
2644 * completion.el (check-completion-length):
2645 * comint.el (comint-search-arg)
2646 (comint-previous-matching-input-string-position)
2647 (comint-previous-matching-input)
2648 (comint-replace-by-expanded-history-before-point, comint-send-input)
2649 (comint-copy-old-input, comint-backward-matching-input)
2650 (comint-goto-process-mark, comint-set-process-mark):
2651 * calendar/calendar.el (calendar-cursor-to-date): Use it.
2652 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
2653
8a61ee22
SM
26542012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2655
66408d1e
SM
2656 * dabbrev.el (dabbrev--ignore-case-p): New function.
2657 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
2658 Use it.
2659
8a61ee22
SM
2660 * files.el (automount-dir-prefix): Mark as obsolete.
2661
3c74813a
GM
26622012-05-04 Glenn Morris <rgm@gnu.org>
2663
2664 * patcomp.el, play/bruce.el: Move to obsolete/.
2665
0bfcf5c5
PE
26662012-05-04 Paul Eggert <eggert@cs.ucla.edu>
2667
2668 Fix minor Y10k bugs.
2669 * arc-mode.el (archive-unixdate):
2670 * autoinsert.el (auto-insert-alist):
2671 * calc/calc-forms.el (math-this-year):
2672 * emacs-lisp/copyright.el (copyright-current-year)
2673 (copyright-update-year, copyright):
2674 * tar-mode.el (tar-clip-time-string):
2675 * time.el (display-time-update):
2676 Don't assume years have 4 digits.
2677
78f3273a
CY
26782012-05-04 Chong Yidong <cyd@gnu.org>
2679
2680 * dos-w32.el (file-name-buffer-file-type-alist)
2681 (direct-print-region-use-command-dot-com):
2682 * ffap.el (ffap-menu-regexp):
2683 * find-file.el (ff-special-constructs):
2684 * follow.el (follow-debug):
2685 * forms.el (forms--debug):
2686 * iswitchb.el (iswitchb-all-frames):
2687 * ido.el (ido-all-frames):
2688 * emacs-lisp/timer.el (timer-max-repeats):
2689 * mail/feedmail.el (feedmail-mail-send-hook)
2690 (feedmail-mail-send-hook-queued):
2691 * mail/footnote.el (footnote-signature-separator):
2692 * mail/mailabbrev.el (mail-alias-separator-string)
2693 (mail-abbrev-mode-regexp):
2694 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
2695 * progmodes/idlwave.el (idlwave-libinfo-file)
2696 (idlwave-default-completion-case-is-down)
2697 (idlwave-library-routines): Convert defvars to defcustoms.
2698
2699 * mail/rmail.el (rmail-decode-mime-charset):
2700 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
2701 (idlwave-shell-fix-inserted-breaks)
2702 (idlwave-shell-activate-alt-keybindings)
2703 (idlwave-shell-use-breakpoint-glyph):
2704 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
2705
f7ae6719
SM
27062012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
2707
2708 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
2709
47086495
WS
27102012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
2711
2712 * progmodes/verilog-mode.el (font-lock-keywords):
2713 Fix mis-highligting auto. Reported by Craig Barner.
2714 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
2715 defines from global name space. Reported by Dan Dever.
2716 (verilog-auto-reset, verilog-auto-reset-widths)
2717 (verilog-auto-tieoff): Support using unbased numbers for
2718 AUTORESET and AUTOTIEOFF.
2719 (verilog-submit-bug-report): Update variable list.
2720 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
2721 parenthesis from not matching. Reported by Michael Rytting.
2722 (verilog-auto-template-lint): Fix hash error when linting modules
2723 with no used templates.
2724 (verilog-warn, verilog-warn-error)
2725 (verilog-warn-fatal): When non-interactive report multiple
2726 warnings before exiting. Suggested by Brad Dobbie.
2727 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
2728 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
2729 to report unused template errors. Reported by Brad Dobbie.
2730 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
2731 nets, bug438. Reported by Vns Blore.
2732 (verilog-auto-inout-module, verilog-auto-reg)
2733 (verilog-read-decls, verilog-read-sub-decls-sig)
2734 (verilog-signals-edit-wire-reg, verilog-signals-with):
2735 Fix passing of Verilog data types in ANSI input/output ports
2736 such as "output logic" into the AUTOs. Special case "wire" and
2737 "reg" for backwards compatibility presuming Verilog 2001.
2738 (verilog-auto-ascii-enum): Add "auto enum" as alias.
2739 (verilog-preprocess): Fix replication of preprocess output.
2740 Reported by Brad Dobbie.
2741 (verilog-auto-inst-interfaced-ports):
2742 Create verilog-auto-inst-interfaced-ports, bug429.
2743 Reported by Julian Gorfajn.
2744 (verilog-after-save-font-hook)
2745 (verilog-before-save-font-hook): New variable.
2746 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
2747 (verilog-save-font-mods): Wrap disabling fontification, reported
2748 by David Rogoff.
2749 (verilog-do-indent, verilog-pretty-declarations-auto)
2750 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
2751 Reported by Pierre-David Pfister.
2752 (verilog-set-auto-endcomments): Fix endtask auto comments outside
2753 of class declarations, bug292. Reported by Kevin Heilman.
2754 (verilog-read-decls): Fix 'parameter type' not appearing in
2755 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
2756 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
2757 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
2758 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
2759 Reported by David Kravitz.
2760
27612012-05-03 Michael McNamara <mac@mail.brushroad.com>
2762
2763 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
2764 assignment with tests in ifs and for loops.
2765 (verilog-extended-complete-re, verilog-complete-reg): Change so
2766 that DPI inport functions don't look like fuction declarations.
2767 (verilog-pretty-expr): Don't line up assignment
2768 operations to the test and increment in if and for loops
2769 (verilog-extended-complete-re, verilog-complete-reg): Change so
2770 that DPI inport functions don't look like fuction declarations
2771
2e51d4b5
KH
27722012-05-03 Kenichi Handa <handa@m17n.org>
2773
2774 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 2775 decoding, and show a warning message without signaling an error
2e51d4b5
KH
2776 (Bug#11282).
2777
2bd785a2
SM
27782012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
2779
2780 * emacs-lisp/bytecomp.el
2781 (byte-compile-file-form-custom-declare-variable): Compile all elements,
2782 since cconv.el might have introduced :fun-body, internal-make-closure,
2783 and friends for bytecomp to handle (bug#11391).
2784 * custom.el (defcustom): Avoid ((λ ..) ..).
2785
99d27583
SM
27862012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2787
2788 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
2789
55a71479
JB
27902012-05-02 Juanma Barranquero <lekktu@gmail.com>
2791
2792 * notifications.el (dbus-debug):
2793 * term/linux.el (gpm-mouse-enable):
2794 * term/screen.el (xterm-register-default-colors): Declare.
2795
7b97c764
CY
27962012-05-02 Chong Yidong <cyd@gnu.org>
2797
2bc356d7
CY
2798 * cus-start.el (gc-cons-percentage, exec-suffixes)
2799 (dos-display-scancodes, dos-hyper-key, dos-super-key)
2800 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
2801 (make-cursor-line-fully-visible, void-text-area-pointer)
2802 (font-list-limit): Add customization data.
2803
7b97c764
CY
2804 * allout.el (allout-exposure-change-functions)
2805 (allout-structure-added-functions)
2806 (allout-structure-deleted-functions)
2807 (allout-structure-shifted-functions): Rename abnormal hooks from
2808 *-hook, and convert to defcustoms.
5d3385a0
JB
2809 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
2810 Convert to defcustoms.
7b97c764
CY
2811 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
2812
2813 * allout-widgets.el: Hook callers changed.
2814
90207a15 28152012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
2816
2817 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
2818 the yanked message in preference to the default value of
2819 buffer-file-coding-system.
2820
90207a15 28212012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 2822
5d3385a0
JB
2823 * window.el (display-buffer--action-function-custom-type):
2824 Fix entry.
d9558cad 2825
90207a15 28262012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
2827
2828 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
2829
d80ac57b
GM
28302012-05-01 Glenn Morris <rgm@gnu.org>
2831
976f7668
GM
2832 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
2833
beb83b5a
GM
2834 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
2835
d80ac57b
GM
2836 * cus-edit.el (custom-variable-documentation): Simplify with format.
2837
b593d6a9
AH
28382012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2839 Stefan Monnier <monnier@iro.umontreal.ca>
2840
2841 * simple.el (suggest-key-bindings, execute-extended-command):
2842 Move from keyboard.c.
2843
782fbf2a
CY
28442012-05-01 Chong Yidong <cyd@gnu.org>
2845
2846 * follow.el: Eliminate advice.
2847 (set-process-filter, process-filter, sit-for): Advice deleted.
2848 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
2849 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
2850 Vars deleted.
782fbf2a
CY
2851 (follow-auto): Use a :set function.
2852 (follow-mode): Rewritten. Don't advise process filters.
2853 (follow-switch-to-current-buffer-all, follow-scroll-up)
2854 (follow-scroll-down): Assume follow-mode is bound.
2855 (follow-comint-scroll-to-bottom)
2856 (follow-align-compilation-windows): New functions.
2857 (follow--window-sorter): New function.
2858 (follow-all-followers): Use it to explicitly sort windows by their
2859 positions; don't make assumptions about next-window order.
2860 (follow-windows-start-end, follow-delete-other-windows-and-split)
2861 (follow-calc-win-start): Doc fix.
2862 (follow-windows-aligned-p, follow-select-if-visible): Don't call
2863 vertical-motion unnecessarily.
2864 (follow-adjust-window): New function.
2865 (follow-post-command-hook): Use it.
2866 (follow-call-set-process-filter, follow-call-process-filter)
2867 (follow-intercept-process-output, follow-tidy-process-filter-alist)
2868 (follow-stop-intercept-process-output, follow-generic-filter):
2869 Functions deleted.
2870 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
2871 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
2872 New functions, replacing advice on scroll-bar-* commands.
87233a14 2873 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
2874
2875 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
2876 (comint-postoutput-scroll-to-bottom): Use it.
2877 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 2878
290af740
GM
28792012-05-01 Glenn Morris <rgm@gnu.org>
2880
2881 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
2882 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
2883 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
2884 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
2885 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
2886 Remove no-byte-compile setting.
2887
6eac8dc9
SM
28882012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2889
2890 * minibuffer.el (completion-table-with-quoting): Fix compatibility
2891 all-completions code to not return a number in the last cdr.
2892
9cc7819c
LL
28932012-04-30 Leo Liu <sdl.web@gmail.com>
2894
2895 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
2896 read-only error.
2897
c93b886f
CY
28982012-04-29 Chong Yidong <cyd@gnu.org>
2899
2900 * follow.el (follow-calc-win-end): Rewrite to handle partial
2901 screen lines correctly (Bug#8390).
2902 (follow-avoid-tail-recenter): Minor cleanup.
2903
8b6c19f4
SM
29042012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2905
2906 Avoid the obsolete `assoc' package.
2907 * speedbar.el (speedbar-refresh): Avoid adelete.
2908 (speedbar-file-lists): Simplify and avoid aput.
2909 * man.el (Man--sections, Man--refpages): New vars, replacing
2910 Man-sections-alist and Man-refpages-alist.
2911 (Man-build-section-alist, Man-build-references-alist):
2912 Use them; avoid aput.
2913 (Man--last-section, Man--last-refpage): New vars.
2914 (Man-follow-manual-reference): Use them.
2915 Use the `default' arg of completing-read.
2916 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
2917
c5bb7569
CY
29182012-04-27 Chong Yidong <cyd@gnu.org>
2919
d1d2e2e8
CY
2920 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
2921
15cd8efd
CY
2922 * startup.el (x-apply-session-resources): New function.
2923
2924 * term/ns-win.el (ns-initialize-window-system):
2925 * term/w32-win.el (w32-initialize-window-system):
2926 * term/x-win.el (x-initialize-window-system): Use it to properly
2927 set menu-bar-mode and other vars from X resources, even if the
2928 initial frame is not a window-system frame (Bug#2299).
2929
c5bb7569
CY
2930 * subr.el (read-key): Avoid running filter function when setting
2931 up temporary tool bar entries (Bug#9922).
2932
a8e7d6d7 29332012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
2934
2935 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
2936 (Bug#11344)
2937
a8e7d6d7 29382012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
2939
2940 * select.el (xselect--encode-string): New function, split from
2941 xselect-convert-to-string.
2942 (xselect-convert-to-string): Use it.
2943 (xselect-convert-to-filename, xselect-convert-to-os)
2944 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
2945 returned strings are properly encoded (Bug#11315).
2946
a8e7d6d7 29472012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
2948
2949 * simple.el (delete-active-region): Move to killing custom group.
2950
a8e7d6d7 29512012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
2952
2953 * progmodes/which-func.el (which-func-current): Quote %
2954 characters for mode-line processing.
2955
578c1d4b 29562012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
2957
2958 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
2959 reaching eob (Bug#11286).
2960
a8e7d6d7 29612012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
2962
2963 * progmodes/gdb-mi.el (gdb-control-level): New variable.
2964 (gdb): Make it buffer-local and init to zero.
2965 (gdb-control-commands-regexp): New variable.
2966 (gdb-send): Don't wrap in "-interpreter-exec console" if
2967 gdb-control-level is positive. Increment gdb-control-level
2968 whenever the command matches gdb-control-commands-regexp, and
2969 decrement it each time the command is "end". (Bug#11279)
2970
a8e7d6d7 29712012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
2972
2973 * window.el (adjust-window-trailing-edge, enlarge-window)
2974 (shrink-window, window-resize):
2975 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
2976 windows (Bug#11276).
2977
b3608390
CY
29782012-04-27 Chong Yidong <cyd@gnu.org>
2979
2980 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 2981 fix "missing prefix" warning. All callers changed.
b3608390 2982
797e6e88
SM
29832012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2984
2985 * emacs-lisp/assoc.el: Move to obsolete/.
2986
e95a67dc
SM
29872012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2988
657c21e4 2989 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
2990
2991 * term/ns-win.el (ns-define-service):
2992 * progmodes/pascal.el (pascal-goto-defun):
2993 * progmodes/js.el (js--read-tab):
2994 * progmodes/etags.el (tags-lazy-completion-table):
2995 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
2996 * emacs-lisp/ewoc.el (ewoc--wrap):
2997 * emacs-lisp/assoc.el (aput, adelete, amake):
2998 * doc-view.el (doc-view-convert-current-doc):
2999 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
3000
cb3e7ae0
CY
30012012-04-26 Chong Yidong <cyd@gnu.org>
3002
dce04f7f
CY
3003 * image.el (image-type-from-buffer): Only return supported image
3004 type (Bug#9045).
3005
cb3e7ae0
CY
3006 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
3007 value, for symmetry with diff-end-of-hunk.
3008 (diff-split-hunk, diff-find-source-location)
3009 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
3010 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
3011 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
3012 compute the relevant hunk or file properly (Bug#6005).
3013 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
3014
0d42eb3e
SM
30152012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3016
3017 * vc/vc-mtn.el:
3018 * vc/vc-hg.el:
3019 * vc/vc-git.el:
3020 * vc/vc-dir.el:
3021 * vc/vc-cvs.el:
3022 * vc/vc-bzr.el:
3023 * vc/vc-arch.el:
3024 * vc/vc.el: Replace lexical-let by lexical-binding.
3025 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
3026 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
3027 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
3028
f08ae1c9
CY
30292012-04-26 Chong Yidong <cyd@gnu.org>
3030
8b71081d
CY
3031 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
3032 (diff-mode-shared-map): Bind it to / and [remap undo].
3033
f08ae1c9
CY
3034 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
3035 (ediff-window-setup-function): Use it as the default, to set up
3036 windows based on whether the current frame is graphical (Bug#2138).
3037 (ediff-choose-window-setup-function-automatically): Make obsolete.
3038
3039 * vc/ediff-init.el: Always define ediff-pixel-width/height.
3040
ef24141c
SM
30412012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
3042
cc356a5d
SM
3043 * ffap.el: Remove old code for obsolete package.
3044 (ffap-complete-as-file-p): Remove.
3045
b4ff4f1f
SM
3046 Use completion-table-with-quoting for comint and pcomplete.
3047 * comint.el (comint--unquote&requote-argument)
3048 (comint--unquote-argument, comint--requote-argument): New functions.
3049 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
3050 (comint-quote-filename): Use regexp-opt-charset.
3051 (comint--common-suffix, comint--common-quoted-suffix)
3052 (comint--table-subvert): Remove.
3053 (comint-unquote-function, comint-requote-function): New vars.
3054 (comint--complete-file-name-data): Use them with
3055 completion-table-with-quoting.
3056 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
3057 * pcomplete.el (pcomplete-arg-quote-list)
3058 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
3059 (pcomplete-unquote-argument-function): Default to non-nil.
3060 (pcomplete-unquote-argument): Simplify.
3061 (pcomplete--common-quoted-suffix): Remove.
3062 (pcomplete-requote-argument-function): New var.
3063 (pcomplete--common-suffix): New function.
3064 (pcomplete-completions-at-point): Use completion-table-with-quoting
3065 and completion-table-subvert.
3066
79c4eeb4
SM
3067 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
3068 (minibuffer--double-dollars): Preserve properties.
3069 (completion--sifn-requote): New function.
3070 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
3071
ef24141c
SM
3072 * minibuffer.el: Add support for completion of quoted/escaped data.
3073 (completion-table-with-quoting, completion-table-subvert): New funs.
3074 (completion--twq-try, completion--twq-all): New functions.
3075 (completion--nth-completion): New function.
3076 (completion-try-completion, completion-all-completions): Use it.
3077
784e7d6e
LL
30782012-04-25 Leo Liu <sdl.web@gmail.com>
3079
dd2ac746
SM
3080 * progmodes/python.el (python-pdbtrack-get-source-buffer):
3081 Use compilation-message if available to find real filename.
784e7d6e 3082
07875ee7
CY
30832012-04-25 Chong Yidong <cyd@gnu.org>
3084
3085 * vc/diff-mode.el (diff-setup-whitespace): New function.
3086 (diff-mode): Use it.
3087
3088 * vc/diff.el (diff-sentinel):
3089 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
3090 Whitespace mode variables based on diff style (Bug#8612).
3091
5055880d
LL
30922012-04-25 Leo Liu <sdl.web@gmail.com>
3093
daf75653
LL
3094 * progmodes/python.el (python-send-region): Add suffix .py to the
3095 temp file.
3096
5055880d
LL
3097 * files.el (auto-mode-alist): Use javascript-mode instead.
3098
db9b177b
AH
30992012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
3100
ef24141c 3101 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b
AH
3102
3103 * soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 3104 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 3105 references, see Bug#9.
ef24141c 3106 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 3107 when receiving a fault reply.
ef24141c 3108 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b
AH
3109
3110 * soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 3111 (soap-inspect-simple-type): New function.
db9b177b 3112
ef24141c 3113 * soap-client.el (soap-simple-type): New struct.
db9b177b 3114 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
3115 (soap-decode-basic-type, soap-encode-basic-type):
3116 support unsignedInt and double basic types.
db9b177b 3117 (soap-resolve-references-for-simple-type)
ef24141c
SM
3118 (soap-parse-simple-type, soap-encode-simple-type): New function.
3119 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b
AH
3120
3121 * soap-client.el (soap-default-xsd-types)
ef24141c
SM
3122 (soap-default-soapenc-types): Add integer, byte and anyURI types.
3123 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
3124 the local name of "soapenc:Array".
3125 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
3126 decoding integer, byte and anyURI xsd types.
3127
1fc6097b
CY
31282012-04-25 Chong Yidong <cyd@gnu.org>
3129
3130 * cus-edit.el (custom-buffer-create-internal): Update header text.
3131
afc6df87
EZ
31322012-04-25 Eli Zaretskii <eliz@gnu.org>
3133
3134 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
3135 settings on 'system-type', not on 'window-system'. On MS-Windows,
3136 set interactive-mode on in GDB.
3137
dfbd787f
SM
31382012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3139
3140 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
3141 (ruby-syntax-propertize-regexp): Remove.
3142 (ruby-syntax-propertize-function): Split regexp into chunks.
3143 Match following code directly.
3144
85222d44
DG
31452012-04-24 Dmitry Gutov <dgutov@yandex.ru>
3146
51a8ea2a
DG
3147 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
3148 (ruby-syntax-propertize-regexp): New function.
3149 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
3150 by a special keyword.
3151
85222d44
DG
3152 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
3153 (ruby-syntax-general-delimiters-goto-beg)
3154 (ruby-syntax-propertize-general-delimiters): New functions.
3155 (ruby-syntax-propertize-function): Use them to handle GDL.
3156 (ruby-font-lock-keywords): Move old handling of GDL...
3157 (ruby-font-lock-syntactic-keywords): .. to here.
3158 (ruby-calculate-indent): Adjust indentation for GDL.
3159
b613912b
MA
31602012-04-24 Michael Albinus <michael.albinus@gmx.de>
3161
b5380639
MA
3162 * notifications.el (top): Remove unneeded declarations.
3163 (notifications-specification-version): Change to "1.2".
e43042fe 3164 (notifications-interface, notifications-notify-method)
b613912b
MA
3165 (notifications-close-notification-method): Fix docstring.
3166 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
3167 (notifications-notify): Add :action-items, :resident and
3168 :transient hints. Change "image_data" to "image-data" and
3169 "image_path" to "image-path".
b613912b
MA
3170 (notifications-get-capabilities): New defun.
3171
257440aa
LL
31722012-04-24 Leo Liu <sdl.web@gmail.com>
3173
3174 * progmodes/python.el: Move hideshow setup to the end.
3175
b1bac16e
MR
31762012-04-24 Martin Rudalics <rudalics@gmx.at>
3177
3178 * window.el (handle-select-window): Clear echo area since this is
3179 no more done by read_char (Bug#11304).
3180
d81bd059
SM
31812012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3182
3183 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
3184 and `/ M' to filter-derived-mode.
3185 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
3186 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
3187 (ibuffer-mark-by-mode): Use default rather than initial-input.
3188 (ibuffer-filter-by-derived-mode): Autoload and require-match.
3189
c4cf6d91
IA
31902012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
3191
3192 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
3193 (ibuffer-filter-by-derived-mode): New filter.
3194 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
3195
7511ded8
CY
31962012-04-23 Andreas Politz <politza@fh-trier.de>
3197
3198 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
3199
775c916b
CY
32002012-04-23 Chong Yidong <cyd@gnu.org>
3201
3202 * cus-edit.el (customize-apropos, customize-apropos-options):
3203 Disable matching of non-option variables (Bug#11176).
3204 (customize-option, customize-option-other-window)
3205 (customize-changed-options): Doc fix.
3206 (customize-apropos-options, customize-apropos-faces)
3207 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
3208
3209 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 3210 Fix word list splitting (Bug#11132).
46c71e23
CY
3211 (apropos-symbol, apropos-keybinding, apropos-label)
3212 (apropos-property, apropos-function-button)
3213 (apropos-variable-button, apropos-misc-button): New faces.
3214 (apropos-symbol-face, apropos-keybinding-face)
3215 (apropos-label-face, apropos-property-face, apropos-match-face):
3216 Variables removed (Bug#8396).
3217 (apropos-library-button, apropos-format-plist, apropos-print)
3218 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 3219
2df41f9c
MA
32202012-04-23 Michael Albinus <michael.albinus@gmx.de>
3221
3222 * net/xesam.el (xesam-mode-map): Use let-bound map in
3223 initialization. (Bug#11292)
3224
da00640a
AM
32252012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3226
3227 Preserve ispell session localwords when switching back to
3228 original buffer.
3229
3230 * ispell.el (ispell-buffer-session-localwords): New buffer-local
3231 variable to hold buffer session localwords.
3232 (ispell-kill-ispell): add option 'clear to delete session
3233 localwords.
3234 (ispell-command-loop, ispell-change-dictionary)
3235 (ispell-buffer-local-words): Preserve session localwords when
3236 needed.
3237
3238 * flyspell.el (flyspell-process-localwords, flyspell-do-correct):
3239 Preserve session localwords when needed.
3240
f621ccf5
AM
32412012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3242
3243 * ispell.el (ispell-insert-word) Remove unneeded function using
3244 obsolete `translation-table-for-input'.
ef24141c
SM
3245 (ispell-word, ispell-process-line, ispell-complete-word):
3246 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 3247
c2d1019e
CY
32482012-04-22 Chong Yidong <cyd@gnu.org>
3249
3250 * cus-edit.el (custom-variable-menu)
3251 (custom-variable-reset-saved, custom-face-menu)
3252 (custom-face-reset-saved): If there is no saved value, make the
3253 "reset-saved" operation bring back the default (Bug#9509).
3254 (custom-face-state): Properly detect themed faces.
3255
eeddc531
CY
3256 * faces.el (face-spec-set): Stop supporting deprecated form of
3257 third arg.
3258
dcbf5805
MA
32592012-04-22 Michael Albinus <michael.albinus@gmx.de>
3260
3261 Move functions from C to Lisp. Make non-blocking method calls
3262 the default. Implement further D-Bus standard interfaces.
3263
ef24141c
SM
3264 * net/dbus.el (dbus-message-internal): Declare function.
3265 Remove unneeded function declarations.
dcbf5805
MA
3266 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
3267 (dbus-message-type-method-return, dbus-message-type-error)
3268 (dbus-message-type-signal): Declare variables. Remove local
3269 definitions.
3270 (dbus-interface-dbus, dbus-interface-peer)
3271 (dbus-interface-introspectable, dbus-interface-properties)
3272 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
3273 Adapt docstring.
3274 (dbus-interface-objectmanager): New defconst.
3275 (dbus-call-method, dbus-call-method-asynchronously)
3276 (dbus-send-signal, dbus-method-return-internal)
3277 (dbus-method-error-internal, dbus-register-service)
3278 (dbus-register-signal, dbus-register-method): New defuns, moved
3279 from dbusbind.c
3280 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
3281 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
3282 New defuns.
dcbf5805
MA
3283 (dbus-call-method-non-blocking): Make it an obsolete function.
3284 (dbus-unregister-object, dbus-unregister-service)
3285 (dbus-handle-event, dbus-register-property)
3286 (dbus-property-handler): Obey the new structure of
3287 `bus-registered-objects'.
3288 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
3289 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
3290 Use `dbus-call-method'.
3291
cf20dee0
CY
32922012-04-22 Chong Yidong <cyd@gnu.org>
3293
3294 * cus-edit.el (custom-commands, custom-reset-menu)
3295 (Custom-reset-standard): Tweak labels.
3296 (custom-reset-button-menu): Change default to t.
3297 (custom-buffer-create-internal): For the custom-reset-button-menu
3298 case, put the revert button first.
3299 (custom-group-subtitle): New face.
3300 (custom-group-value-create): Align docstring to a specific column.
3301
3302 * wid-edit.el (widget-documentation-link-add): Don't handle
3303 indentation in this function.
3304 (widget-documentation-string-indent-to): New function.
3305 (widget-documentation-string-value-create): Use it.
3306
3307 * autorevert.el (auto-revert):
3308 * epg-config.el (epg):
3309 * ibuffer.el (ibuffer):
3310 * mpc.el (mpc):
3311 * ses.el (ses):
3312 * eshell/eshell.el (eshell):
3313 * net/ange-ftp.el (ange-ftp):
3314 * progmodes/ebnf2ps.el (postscript):
3315 * progmodes/flymake.el (flymake):
3316 * progmodes/prolog.el (prolog):
3317 * progmodes/verilog-mode.el (verilog-mode):
3318 * progmodes/which-func.el (which-func):
3319 * term/xterm.el (xterm):
3320 * textmodes/picture.el (picture):
3321 * textmodes/tildify.el (tildify):
3322 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
3323 customization buffers.
3324
583e23bd
AM
33252012-04-22 Alan Mackenzie <acm@muc.de>
3326
3327 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
3328 Adding a ) can hide the resulting (..) from searches. Fix it.
3329 Bound the backward search to the position of the existing (.
3330
7dd51bf1
JB
33312012-04-21 Juanma Barranquero <lekktu@gmail.com>
3332
3333 * progmodes/verilog-mode.el (verilog-mode): Check whether
3334 which-func-modes is t before adding verilog-mode.
3335 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
3336
d64a438f
LL
33372012-04-21 Leo Liu <sdl.web@gmail.com>
3338
7dd51bf1 3339 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 3340
081e8d65
MV
33412012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
3342
3343 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
3344 filling of the last column of a table (Bug#5635).
3345 (woman-find-next-control-line): New arg, specifying an additional
3346 regexp component for the control line.
3347 (woman2-roff-buffer): Use it.
3348 (woman-break-table): New function.
3349 (woman2-TS): Use it.
3350
33512012-04-21 Chong Yidong <cyd@gnu.org>
3352
3353 * woman.el (woman-set-buffer-display-table, woman-decode-region)
3354 (woman-horizontal-escapes, woman-negative-vertical-space)
3355 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
3356 (WoMan-warn-ignored): Use ?\s instead of ?\ .
3357
ed571ccb
SM
33582012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3359
3360 * minibuffer.el (completion-file-name-table): Complete user names.
3361
39773899
LL
33622012-04-20 Leo Liu <sdl.web@gmail.com>
3363
3364 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
3365 and pcase-let*.
3366
de6ff46d
CY
33672012-04-20 Chong Yidong <cyd@gnu.org>
3368
3369 * server.el (server-execute): Respect initial-buffer-choice if it
3370 is a string and there are no files to open (Bug#2825).
3371 (server-create-window-system-frame, server-create-tty-frame):
3372 Don't switch buffers here.
2d0e8e61
CY
3373 (server-process-filter): Only try to open a window system frame if
3374 compiled with graphical support (Bug#8314).
de6ff46d 3375
54071013
DN
33762012-04-20 Dan Nicolaescu <dann@gnu.org>
3377
3378 * battery.el (battery-echo-area-format): Display remaining time
3379 for sysfs backend too (Bug#11269).
3380 (battery-linux-sysfs): Fix conditional for the charge.
3381
f30d612a
CY
33822012-04-20 Chong Yidong <cyd@gnu.org>
3383
c07a4c0b 3384 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
3385 (gdb-inferior-io--init-proc): New function.
3386 (gdb-init-1): Use it.
3387 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
3388 responsible for allocating a new pty and hooking it to gdb when
3389 the old pty gets an EIO due to process exit.
3390 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
3391 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
3392 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
3393
2116e93c
EZ
33942012-04-20 Eli Zaretskii <eliz@gnu.org>
3395
3396 * window.el (window-min-size, window-sizable, window-min-delta)
3397 (window-max-delta, window--resizable, window-resizable)
3398 (window-total-size, window-full-height-p, window-full-width-p)
3399 (window-in-direction, window--resize-mini-window, window-resize)
3400 (window--resize-child-windows-normal)
3401 (window--resize-child-windows, window--resize-siblings)
3402 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 3403 (enlarge-window, shrink-window): Doc fixes.
2116e93c 3404
c07a4c0b 34052012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 3406
ef24141c
SM
3407 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
3408 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
3409 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
3410 pty process (Bug#11273).
3411 (gdb-update): New arg to suppress talking to the gdb process.
3412 (gdb-done-or-error): Use it.
3413 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
3414 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
3415 sentinel not being called.
3416
3417 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
3418
d02766ab
CY
3419 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
3420
c07a4c0b 34212012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
3422
3423 * net/network-stream.el (open-network-stream): Doc fix.
3424
c07a4c0b 34252012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
3426
3427 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
3428
c07a4c0b 34292012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
3430
3431 Ensure searching for keywords is case sensitive.
3432
3433 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
3434 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
3435 (c-defun-name, c-mark-function, c-cpp-define-name)
3436 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 3437 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 3438
ef24141c
SM
3439 * progmodes/cc-mode.el (c-font-lock-fontify-region):
3440 Bind case-fold-search to nil.
f0f6bc35 3441
c07a4c0b 34422012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
3443
3444 * mail/sendmail.el (mail-bury): Call return action with the right
3445 Rmail buffer (Bug#11242).
3446
9a864fa2
CY
3447 * server.el (server-process-filter): Handle corner case where both
3448 tty and nowait options are present (Bug#11102).
3449
539aa513
EZ
34502012-04-20 Eli Zaretskii <eliz@gnu.org>
3451
3452 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
3453 (top level): Put into the executable the ident-style '$Id:' tag on
3454 windows-nt as well.
539aa513 3455
cfc7d5da
SM
34562012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3457
3458 * electric.el (electric-indent-post-self-insert-function): Check that
3459 electric-indent-mode is enabled in current buffer.
3460
5b01685c
JB
34612012-04-19 Juanma Barranquero <lekktu@gmail.com>
3462
3463 * imenu.el (imenu-progress-message): Restore; it is "used" in
3464 erc/erc-imenu.el and net/snmp-mode.el.
3465
4d6769e1
JB
34662012-04-19 Juanma Barranquero <lekktu@gmail.com>
3467
3468 * avoid.el (mouse-avoidance-mode): Mark unused arg.
3469 (mouse-avoidance-nudge-mouse): Remove unused binding.
3470
3471 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
3472
3473 * descr-text.el (describe-char):
3474 * progmodes/python.el (python-describe-symbol):
3475 Don't call `toggle-read-only', set `buffer-read-only'.
3476
3477 * imenu.el (imenu-default-goto-function): Mark unused args.
3478 (imenu-progress-message): Remove obsolete macro; all callers changed.
3479
3480 * subr.el (keymap-canonicalize): Remove unused binding.
3481 (read-passwd): Mark unused arg.
3482
3483 * tutorial.el (tutorial--display-changes): Remove unused binding.
3484 (tutorial--save-tutorial-to): Remove unused variable.
3485
3486 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
3487 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
3488 (package-generate-autoloads, package-menu--generate)
3489 (package-menu--find-upgrades): Remove unused bindings.
3490
3491 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
3492 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
3493 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
3494 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
3495 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
3496 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
3497 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
3498 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
3499 (cua-delete-char-rectangle): Mark unused args.
3500 (cua-align-rectangle): Remove unused binding.
3501
3502 * mail/rmail.el (compilation--message->loc)
3503 (epa--find-coding-system-for-mime-charset): Declare.
3504
3505 * net/dbus.el (dbus-register-service): Declare.
3506 (dbus-name-owner-changed-handler): Remove unused binding.
3507
3508 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
3509 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
3510 (nxml-scan-backward-within): Mark unused arg.
3511 (nxml-dynamic-markup-word): Remove unused binding.
3512
3513 * mouse.el (mouse-menu-major-mode-map):
3514 * emacs-lisp/authors.el (authors-scan-change-log)
3515 (authors-add-to-author-list):
3516 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
3517 * emacs-lisp/smie.el (smie-auto-fill):
3518 * mail/sendmail.el (mail-bury):
3519 * mail/unrmail.el (unrmail):
3520 * net/tls.el (open-tls-stream):
3521 * textmodes/picture.el (picture-mouse-set-point):
3522 Remove unused bindings.
3523
8c8fc5df
MA
35242012-04-19 Michael Albinus <michael.albinus@gmx.de>
3525
3526 * net/tramp.el (tramp-action-password): Let-bind
3527 `enable-recursive-minibuffers' to t.
3528
a77b0ac9
SS
35292012-04-18 Sam Steingold <sds@gnu.org>
3530
3531 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
3532 instead of 'string to accommodate values like [f11].
3533 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
3534 * progmodes/gdb-mi.el: Likewise.
3535
12a106a9
LL
35362012-04-18 Leo Liu <sdl.web@gmail.com>
3537
3538 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
3539 current buffer.
3540 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
3541 LOCAL is nil.
3542
bc6494ef
CY
35432012-04-18 Chong Yidong <cyd@gnu.org>
3544
3545 * simple.el (line-move): Use forward-line if in batch mode
3546 (Bug#11053).
3547
c09c46b2
CS
35482012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
3549
3550 * files.el (after-find-file): Do not try to add a final newline if
3551 the buffer is read-only (Bug#11156).
3552
5f6530ea
RS
35532012-04-17 Richard Stallman <rms@gnu.org>
3554
3555 * mail/rmail.el (rmail-start-mail):
3556 Pass (rmail-mail-return...) for the return-action.
3557 Pass (rmail-yank-current-message...) for the yank-action.
3558 (rmail-yank-current-message): New function.
3559 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
3560 (rmail-reply): Likewise.
3561 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
3562
3563 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 3564 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
3565 buffer, not newbuf.
3566
197b6f3c
JB
35672012-04-17 Juanma Barranquero <lekktu@gmail.com>
3568
3569 * server.el (server-ensure-safe-dir): Simplify.
3570
2311d8e5 35712012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 3572
2311d8e5
GM
3573 * emacs-lisp/smie.el: Provide smarter auto-filling.
3574 (smie-auto-fill): New function.
3575 (smie-setup): Use it.
98fb480e 3576
2311d8e5
GM
3577 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
3578
35792012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
3580
3581 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
3582 (comment-indent): Use it.
3583
2311d8e5 35842012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
3585
3586 * ses.el: The overall change is to add cell renaming, that is
3587 setting fancy names for cell symbols other than name matching
3588 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 3589 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 3590 (ses-create-cell-variable): New defun.
2311d8e5 3591 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
3592 (ses-relocate-formula): Relocate formulas only for cells the
3593 symbols of which are not renamed, i.e. symbols whose names do not
3594 match regexp "\\`[A-Z]+[0-9]+\\'".
3595 (ses-relocate-all): Relocate values only for cells the symbols of
3596 which are not renamed.
3597 (ses-load): Create cells variables as the (ses-cell ...) are read,
3598 in order to check row col consistency with cell symbol name only
3599 for cells that are not renamed.
3600 (ses-replace-name-in-formula): New defun.
3601 (ses-rename-cell): New defun.
4bdf2ad2 3602
fc72b15c
PO
36032012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
3604
3605 * progmodes/perl-mode.el (perl-indent-parens-as-block):
3606 New option (bug#11118).
3607 (perl-calculate-indent): Respect it.
3608
12e10e61
GM
36092012-04-17 Glenn Morris <rgm@gnu.org>
3610
3611 * dired-aux.el (dired-mark-read-string): Doc fix.
3612
30009afd
DA
36132012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
3614
3615 * dired-aux.el (dired-mark-read-string): Offer optional completion.
3616 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
3617
41f03f4d
GM
36182012-04-17 Glenn Morris <rgm@gnu.org>
3619
3620 * mouse.el (mouse-drag-track):
3621 * speedbar.el (speedbar-frame-mode):
3622 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
3623
f45f90f3
LL
36242012-04-16 Leo Liu <sdl.web@gmail.com>
3625
3626 * progmodes/python.el: Trivial cleanup.
3627
94ee8db5
GM
36282012-04-16 Glenn Morris <rgm@gnu.org>
3629
121b8917
GM
3630 * vc/vc.el (vc-string-prefix-p):
3631 * vc/pcvs-util.el (cvs-string-prefix-p):
3632 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
3633 * mpc.el (mpc-string-prefix-p):
3634 Make all of these into obsolete aliases for string-prefix-p.
3635 Update callers.
3636 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
3637
1197ecfa
GM
3638 * textmodes/two-column.el: Move custom options to the start.
3639 (frame-width): Remove compat definition.
3640 (2C-associate-buffer, 2C-dissociate):
3641 Use with-current-buffer rather than save-excursion.
3642 (2C-dissociate): Force a mode-line update.
3643 (2C-autoscroll): Use ignore-errors.
3644
099e7202
GM
3645 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
3646 Autoload trivia.
3647
bf350d6a
GM
3648 * emacs-lisp/cl-extra.el (*random-state*):
3649 Remove unnecessary declaration.
3650
0e829eab
GM
3651 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
3652
e3ad7552
GM
3653 * play/cookie1.el (cookie-snarf):
3654 Give an explicit error if input file cannot be read.
3655
68892d27
GM
3656 * play/yow.el (yow-file): Use expand-file-name rather than concat.
3657
20f0c46d
GM
3658 * progmodes/perl-mode.el (c-macro-expand):
3659 Remove unnecessary autoload (it is in loaddefs.el).
3660
5a0978ce
GM
3661 * textmodes/picture.el (picture-desired-column)
3662 (picture-update-desired-column): Convert comments to doc-strings.
3663 (picture-substitute): Remove function.
3664 (picture-mode-map): Initialize in the defvar.
3665
6b955486
GM
3666 * woman.el: Remove eval-after-load for tar-mode.
3667 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
3668 (woman-tar-extract-file): Autoload it.
3669
94ee8db5
GM
3670 * frame.el (automatic-hscrolling): Make this alias obsolete.
3671
177eca34
AM
36722012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3673
3674 * ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 3675 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
3676 (ispell-dictionary-base-alist): Revert to original XEmacs
3677 friendly version for default. [:alpha:] will be added in
3678 `ispell-set-spellchecker-params' if needed
177eca34 3679
c505aaeb
CY
36802012-04-16 Chong Yidong <cyd@gnu.org>
3681
3682 * image.el (imagemagick--extension-regexp): New variable.
3683 (imagemagick-register-types): Use it.
3684 (imagemagick-types-inhibit): Add :set function. Allow new value
3685 of t to inhibit all types.
3686
3687 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
3688 so we can preload it.
3689
3690 * loadup.el (fboundp): Preload regexp-opt, needed by
3691 imagemagick-register-types.
3692
60efac0f
CY
36932012-04-15 Chong Yidong <cyd@gnu.org>
3694
3695 * frame.el (scrolling): Remove nearly unused customization group.
3696
3697 * scroll-all.el (scroll-all-mode): Move to windows group.
3698
5dd1713e
CY
36992012-04-15 Chong Yidong <cyd@gnu.org>
3700
3701 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
3702
e6fd457e
CY
37032012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3704
3705 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 3706 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 3707
e153c136
GM
37082012-04-15 Glenn Morris <rgm@gnu.org>
3709
3710 * simple.el (process-file-side-effects): Doc fix.
3711
e6fd457e 37122012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
3713
3714 * international/mule-cmds.el (set-language-environment): Doc fix.
3715
3603c3b1
JB
37162012-04-14 Juanma Barranquero <lekktu@gmail.com>
3717
3718 * server.el (server-auth-key, server-generate-key): Doc fixes.
3719 (server-get-auth-key): Doc fix. Use `string-match-p'.
3720 (server-start): Reflow docstring.
3721
e6de100c
LI
37222012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
3723
3724 * server.el (server-generate-key): `called-interactively-p'
3725 requires a parameter.
3726
29734c21
MN
37272012-04-14 Michal Nazarewicz <mina86@mina86.com>
3728
3729 * server.el (server-auth-key): New variable.
75f1671a 3730 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
3731 (server-start): Use the new variable and functions to allow
3732 setting a permanent server key (bug#9423).
3733
d65c9521
LL
37342012-04-14 Leo Liu <sdl.web@gmail.com>
3735
3736 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
3737
5ae255c7
PE
37382012-04-14 Paul Eggert <eggert@cs.ucla.edu>
3739
3740 Spelling fixes.
3741 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
3742 Emacs uses American spelling.
3743
d5e6342e
JB
37442012-04-14 Juanma Barranquero <lekktu@gmail.com>
3745
3746 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
3747 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
3748 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
3749 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
3750
ab036cd7
SM
37512012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3752
3753 * progmodes/which-func.el (which-func-modes): Change default.
3754
35dc09a1 37552012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
3756
3757 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
3758 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
3759
35dc09a1 37602012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
3761
3762 * custom.el (custom-theme-set-variables): Doc fix.
3763
35dc09a1 37642012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
3765
3766 * international/mule.el (set-auto-coding-for-load): Doc fix.
3767
35dc09a1 37682012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 3769
35dc09a1
GM
3770 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
3771 imenu work again for Objective C Mode. Correct the *-index values,
3772 these having been disturbed by a previous change in 2011-08.
57f845ee 3773
0de3da9f
AM
3774 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
3775 Correct two search limits.
3776
35dc09a1 37772012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
3778
3779 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
3780
35dc09a1 37812012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
3782
3783 * international/characters.el: Fix sorting.
3784
35dc09a1 37852012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
3786
3787 * international/characters.el: Add more missing Latin case pairs.
3788
35dc09a1 37892012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
3790
3791 * files.el (dir-locals-set-class-variables): Doc fix.
3792
35dc09a1 37932012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 3794
3f1b5bf8
EZ
3795 * international/characters.el: Add set-case-syntax-pair call for
3796 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
3797 counterpart. (Bug#11209)
3798
9f847f41
EZ
3799 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
3800
35dc09a1 38012012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
3802
3803 * calendar/holidays.el (calendar-check-holidays): Doc fix.
3804
35dc09a1 38052012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 3806
35dc09a1
GM
3807 * textmodes/ispell.el (ispell-dictionary-base-alist):
3808 Add data for Hebrew.
e2627d21 3809
35dc09a1 38102012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 3811
35dc09a1
GM
3812 * net/rcirc.el (rcirc-cmd-quit):
3813 Revert 2012-03-18 change (Bug#11192).
5c14e333 3814
35dc09a1 38152012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
3816
3817 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
3818
35dc09a1 38192012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 3820
4517fe3a
SM
3821 * minibuffer.el (completion-in-region-mode-map):
3822 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 3823
b472a594
VD
38242012-04-13 Vivek Dasmohapatra <vivek@etla.org>
3825
3826 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
3827
09b95ce3
MY
38282012-04-13 Masatake YAMATO <yamato@redhat.com>
3829
3830 * minibuffer.el (minibuffer-local-filename-syntax): New variable
3831 to allow `C-M-f' and `C-M-b' to move to the nearest path
3832 separator (bug#9511).
3833
4b63a9ca
LI
38342012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
3835
3836 * avoid.el: Require cl when compiling. And also move the
3837 `provide' to the end.
3838
7b55b8bf
TV
38392012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3840
3841 * avoid.el (mouse-avoidance-banish-position): New variable.
3842 (mouse-avoidance-banish-destination): Use it (bug#10165).
3843
adedaa1f
LL
38442012-04-13 Leo Liu <sdl.web@gmail.com>
3845
3846 * progmodes/which-func.el (which-func-modes): Add objc-mode.
3847
70e74021
KB
38482012-04-13 Ken Brown <kbrown@cornell.edu>
3849
3850 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 3851 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
3852 (browse-url-filename-alist): For the same reason, don't modify
3853 file:// URLs on Cygwin.
3854
e75e89ba
SM
38552012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3856
3857 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
3858 the region on shift if the binding is already shifted (bug#11221).
3859
82f289a4
GM
38602012-04-12 Glenn Morris <rgm@gnu.org>
3861
3862 * mail/mailpost.el: Move to obsolete/.
3863
d333dc4c
DA
38642012-04-12 Drew Adams <drew.adams@oracle.com>
3865
3866 * imenu.el (imenu--generic-function): Ignore invisible definitions
3867 (bug#10123).
3868
0d15b5ba
VD
38692012-04-12 Vivek Dasmohapatra <vivek@etla.org>
3870
3871 * hexl.el (hexl-bits): New variable.
3872 (hexl-options): Mention the variable in the doc string.
75f1671a 3873 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 3874 (hexl-mode): Mention the new variable.
75f1671a
JB
3875 (hexl-mode, hexl-current-address, hexl-current-address):
3876 Use the displen.
0d15b5ba
VD
3877 (hexl-ascii-start-column): New function.
3878 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
3879 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
3880
64a440db
AM
38812012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3882
3883 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
3884 '("-i" ENCODING), in 2 separate command-line arguments, to specify
3885 the encoding, as expected by hunspell.
3886
6decb6c2
SM
38872012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3888
3889 * battery.el (battery--linux-sysfs-regexp): New const.
3890 (battery-status-function): Use it. Remove yeeloong special case.
3891 (battery-yeeloong-sysfs): Remove.
3892 (battery-echo-area-format): Remove yeeloong special case.
3893
088be6fb
SM
38942012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3895
6622e416
SM
3896 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
3897 Reported by Noah Friedman.
3898
088be6fb
SM
3899 * subr.el (read-passwd): Use read-string.
3900
b49f886e
LMI
39012012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3902
3903 * vcursor.el (vcursor-move): Increase the priority of the overlay
3904 (bug#9663).
3905
a63067fc
DD
39062012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3907
3908 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
3909 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
3910
ac3cf14a
WS
39112012-04-11 William Stevenson <yhvh2000@gmail.com>
3912
3913 * textmodes/artist.el (artist-mode): Convert artist-mode to use
3914 define-minor-mode (bug#10760).
3915
c4fc691b 39162012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 3917
4d6769e1 3918 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
3919 that directories matching `grep-find-ignored-files' won't be
3920 pruned (bug#10351).
3921
af23e2e5
CY
39222012-04-11 Chong Yidong <cyd@gnu.org>
3923
3924 * startup.el (command-line): Remove support for long-obsolete
3925 variable font-lock-face-attributes.
3926
ab7ce8c1
GM
39272012-04-11 Glenn Morris <rgm@gnu.org>
3928
3929 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
3930
de8c03dc
SM
39312012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3932
3933 * window.el (window--state-get-1): Obey window-point-insertion-type.
3934
050cc68b
LB
39352012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
3936
3937 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
3938 to previous function when point is on the first character of a
75f1671a 3939 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 3940
a38c310c
GM
39412012-04-11 Glenn Morris <rgm@gnu.org>
3942
effed0c2
GM
3943 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
3944 not just file-errors.
3945
a38c310c
GM
3946 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
3947 (vc-bzr-sha1): Use internal sha1.
3948
0221e323
SM
39492012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3950
3951 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
3952
43956923
SG
39532012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
3954
3955 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
3956 that start in the middle of the line (bug#10496).
3957
6a8c9eaf
DN
39582012-04-10 Dan Nicolaescu <dann@gnu.org>
3959
3960 * battery.el (battery-linux-proc-acpi): Only one battery is
3961 discharged at a time, but that seems to confuse battery.el when
3962 computing `rate-type' for the battery not being discharged
3963 (bug#10332).
3964
1930bf5d
SM
39652012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3966
2a718f6f
SM
3967 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
3968
599430d0
SM
3969 * international/quail.el: Use dolist and simplify.
3970 (quail-define-package, quail-update-keyboard-layout)
3971 (quail-define-rules): Use dolist.
3972 (quail-insert-kbd-layout, quail-get-translation): CSE.
3973
a2754b6c
SM
3974 * tmm.el: Use dolist, remove left over hook.
3975 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
3976 Use dolist.
3977 (calendar-load-hook): Don't mess with it.
3978
1930bf5d
SM
3979 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
3980 Use derived-mode-p. Run the diff asynchronously.
3981
9f67961c
LMI
39822012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3983
3984 * obsolete/mouse-sel.el: Add an Obsolete-since header.
3985
2a8ce227
JB
39862012-04-10 Juanma Barranquero <lekktu@gmail.com>
3987
3988 * misc.el: Display absolute path of loaded DLLs (bug#10424).
3989 (list-dynamic-libraries--loaded): New function.
3990 (list-dynamic-libraries--refresh): Use it.
3991
8f33b5f8
NW
39922012-04-10 Nathan Weizenbaum <nweiz@google.com>
3993
1930bf5d
SM
3994 * progmodes/python.el (python-fill-paragraph):
3995 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
3996 disabled (bug#7018).
3997
b12f0439
L
39982012-04-10 Laimonas VÄ—bra <laimonas.vebra@gmail.com> (tiny change)
3999
1930bf5d 4000 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
4001 DOS/MS Windows for the Baltic languages. There are still plenty
4002 of texts written in this encoding/codepage (bug#6519).
b12f0439 4003
57c3bd01
GM
40042012-04-10 Glenn Morris <rgm@gnu.org>
4005
4006 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
4007 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
4008
6c3eab30
FA
40092012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
4010
1930bf5d 4011 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
4012 next-line "n" and previous-line "p" in order to make recentf more
4013 consistent with ibuffer, dired or org-mode (bug#9387).
4014
24d78a88
LMI
40152012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4016
bc72b5d9
LMI
4017 * image.el (put-image): Return the overlay created instead of the
4018 optional input string (bug#7834). Note that this may break code
4019 that is (for some reason or other) depending on `put-image'
4020 returning the string.
4021
bd2dba5a
LMI
4022 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
4023
74beb59f
LMI
4024 * simple.el (zap-to-char): Allow zapping using input methods
4025 (bug#1580).
4026
24d78a88
LMI
4027 * textmodes/fill.el (fill-region): Leave point and mark where they
4028 were before filling (bug#5399).
4029
263f20cd
GM
40302012-04-09 Glenn Morris <rgm@gnu.org>
4031
4032 * version.el (emacs-bzr-get-version):
4033 Handle lightweight checkouts of local branches.
4034
58d1f797
AS
40352012-04-09 Andreas Schwab <schwab@linux-m68k.org>
4036
263f20cd 4037 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 4038
b4d3bc10
CY
40392012-04-09 Chong Yidong <cyd@gnu.org>
4040
4041 * custom.el (custom-variable-p): Return nil for non-symbol
4042 arguments instead of signaling an error.
4043 (user-variable-p): Obsolete alias for custom-variable-p.
4044
4045 * apropos.el (apropos-variable):
4046 * files-x.el (read-file-local-variable):
4047 * simple.el (set-variable):
4048 * woman.el (woman-mini-help):
4049 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
4050
fd06db5d
GM
40512012-04-09 Glenn Morris <rgm@gnu.org>
4052
e5fcdb5e
GM
4053 * startup.el (normal-top-level): Don't look for leim-list.el
4054 in places where it will not be found. (Bug#910)
4055
fd06db5d
GM
4056 * international/mule-cmds.el (set-default-coding-systems):
4057 * files.el (normal-mode):
4058 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
4059 This function was removed with ucs-tables.el in 2008.
4060
b39bb7e1
EZ
40612012-04-08 Eli Zaretskii <eliz@gnu.org>
4062
4063 * textmodes/ispell.el (ispell-check-version): For hunspell, set
4064 ispell-encoding8-command to "-i", without a trailing space.
4065 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
4066 separate command-line arguments, to specify the encoding, since
4067 that's how hunspell expects it.
4068
5c5b8e23
GM
40692012-04-08 Glenn Morris <rgm@gnu.org>
4070
4071 * loadup.el: Load bindings before cus-start.
4072 This reduces somewhat the number of "rogue" settings in emacs -Q.
4073
a1ed8b05
GM
40742012-04-07 Glenn Morris <rgm@gnu.org>
4075
4076 * version.el (emacs-bzr-get-version): New function.
dfae128a 4077 (emacs-bzr-version): New variable.
a1ed8b05
GM
4078 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
4079 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
4080
b142f158
EZ
40812012-04-07 Eli Zaretskii <eliz@gnu.org>
4082
dfae128a
GM
4083 * international/uni-bidi.el, international/uni-category.el:
4084 * international/uni-combining.el, international/uni-decimal.el:
4085 * international/uni-decomposition.el, international/uni-digit.el:
4086 * international/uni-lowercase.el, international/uni-mirrored.el:
4087 * international/uni-name.el, international/uni-numeric.el:
4088 * international/uni-titlecase.el, international/uni-uppercase.el:
4089 Update for Unicode 6.1.
b142f158 4090
9078ead6
EZ
40912012-04-07 Eli Zaretskii <eliz@gnu.org>
4092
4093 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
4094
f23d2c7d
LMI
40952012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4096
4097 * window.el (shrink-window): Mention the `window-min-height'
4098 variable in the doc string.
4099
0a0a3573
BG
41002012-04-05 Bastien Guerry <bzg@altern.org>
4101
4102 * color.el (color-lighten-name): Fix typo.
4103
e5248ac9
SM
41042012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4105
4106 * server.el (server--on-display-p): New function.
4107 (server--on-display-p): Use it.
4108
b4243e22
GV
41092012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
4110
4111 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
4112 (bug#11145).
4113
305d9f44
SM
41142012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4115
4116 * comint.el (comint--common-quoted-suffix): Check string boundary
4117 before comparing (bug#11158).
4118 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
4119
3d439cd1
CY
41202012-04-04 Chong Yidong <cyd@gnu.org>
4121
321cc491
CY
4122 * minibuffer.el (completion-extra-properties): Doc fix.
4123
3d439cd1
CY
4124 * subr.el (delayed-warnings-hook): Doc fix.
4125
2d562c0f
DU
41262012-04-04 Daiki Ueno <ueno@unixuser.org>
4127
4128 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
4129 selection (Bug#11159).
4130 (epa-insert-keys): Inform that the default public key will be
4131 exported if no key is selected.
4132
4443f204
RS
41332012-04-04 Richard Stallman <rms@gnu.org>
4134
4135 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
4136
529c06b6
CY
41372012-04-03 Chong Yidong <cyd@gnu.org>
4138
4139 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
4140 mail-insert-file, not its obsolete alias mail-attach-file.
4141
66b907dc
MA
41422012-04-03 Michael Albinus <michael.albinus@gmx.de>
4143
4144 * notifications.el (notifications-notify): Fix docstring.
4145
c0ea195d
GM
41462012-04-02 Glenn Morris <rgm@gnu.org>
4147
4148 * emacs-lisp/authors.el (authors-aliases): Another addition.
4149
5ca64e00
MA
41502012-04-02 Michael Albinus <michael.albinus@gmx.de>
4151
4152 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
4153 `tramp-compat-call-process' instead of `tramp-local-call-process'.
4154 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
4155
42ee526b
CY
41562012-04-01 Chong Yidong <cyd@gnu.org>
4157
4158 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
4159 Handle root directory properly.
4160 (copy-directory): Caller changed.
4161
4162 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
4163 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
4164
0b021094
GM
41652012-03-31 Glenn Morris <rgm@gnu.org>
4166
40f86458
GM
4167 * term/xterm.el (xterm-extra-capabilities): Doc fix.
4168
7019c177
GM
4169 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
4170
a1daddd6
GM
4171 * calendar/calendar.el (calendar-window-list)
4172 (calendar-hide-window): Restore. (Bug#11140)
4173 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
4174
0b021094
GM
4175 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
4176
40311efc
TV
41772012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4178
4179 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
4180 Check if file is a symlink (Bug#10489).
4181
4182 * files.el (copy-directory): Likewise.
4183
5319014e
CY
41842012-03-30 Chong Yidong <cyd@gnu.org>
4185
4186 * image.el (imagemagick-types-inhibit)
4187 (imagemagick-register-types): Doc fix.
4188
935d1290
AM
41892012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4190
ef24141c
SM
4191 * ispell.el (ispell-get-extended-character-mode):
4192 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 4193 and treats ~word as ordinary words in pipe mode.
935d1290 4194
61c6e8fd
GM
41952012-03-30 Glenn Morris <rgm@gnu.org>
4196
4197 * tutorial.el (help-with-tutorial): Ensure local variables don't
4198 happen to make the buffer read-only. (Bug#11127)
4199
81fdff00
SM
42002012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
4201
4202 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
4203 (perl-calculate-indent): Return `noindent' in strings.
4204
6e7a6ec0
SS
42052012-03-28 Sam Steingold <sds@gnu.org>
4206
4207 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
4208 instead of the broken adhockery which does not prevent calendar
4209 buffers from being displayed at random after exit.
4210 (calendar-window-list, calendar-hide-window): Remove the broken
4211 adhockery.
4212
fee88ca0
GM
42132012-03-28 Glenn Morris <rgm@gnu.org>
4214
4215 * replace.el (query-replace-map): Doc fix.
4216
38de3354
AS
42172012-03-28 Andreas Schwab <schwab@linux-m68k.org>
4218
4219 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
4220 contents. (Bug#11109)
4221
b973155e
SM
42222012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4223
4224 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
4225 (bug#11077).
4226 (avl-tree--check, avl-tree--check-node): New funs.
4227
dcb6e7b3
MR
42282012-03-27 Martin Rudalics <rudalics@gmx.at>
4229
4230 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
4231 (switch-to-prev-buffer, switch-to-next-buffer):
4232 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
4233 showing a buffer already is done on the same frame.
4234
b4fa35fa
GM
42352012-03-27 Glenn Morris <rgm@gnu.org>
4236
4237 * startup.el (mail-host-address): Doc fix.
4238
f9210e18
SM
42392012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4240
4241 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
4242 than 197 variables.
4243
c0bf7753
AF
42442012-03-26 Ami Fischman <ami@fischman.org>
4245
4246 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
4247
33da7b16
GM
42482012-03-26 Glenn Morris <rgm@gnu.org>
4249
02243d9d
GM
4250 * files.el (save-buffers-kill-emacs): Doc fix.
4251
33da7b16
GM
4252 * startup.el (normal-top-level, command-line, command-line-1):
4253 Give them doc strings.
4254
e5a69fd0
EZ
42552012-03-25 Eli Zaretskii <eliz@gnu.org>
4256
4257 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 4258 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 4259
9a69676a
CY
42602012-03-25 Chong Yidong <cyd@gnu.org>
4261
4125cb8b
CY
4262 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
4263 theme if it was previously enabled before (Bug#11031).
4264
dd470960
CY
4265 * cus-theme.el (custom-theme-write-faces): Retrieve current face
4266 spec with custom-face-get-current-spec if its :shown-value is not
4267 determined yet (Bug#9337).
4125cb8b 4268 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 4269
9a69676a
CY
4270 * button.el (button-at): Minor addition to docstring.
4271
6e7e90fa
SL
42722012-03-24 Simon Leinen <simon.leinen@gmail.com>
4273
4274 * vc/vc.el (vc-merge): Fix a prompt.
4275
f06e2758
CY
42762012-03-24 Chong Yidong <cyd@gnu.org>
4277
4278 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
4279 point (Bug#9623).
4280
6e7e90fa
SL
4281 * button.el (button-at): Minor addition to docstring.
4282
b9d0879b
SM
42832012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4284
4285 * newcomment.el (comment-choose-indent): No space after BOL.
4286
e71cebb3
SS
42872012-03-22 Sam Steingold <sds@gnu.org>
4288
4289 * window.el (switch-to-prev-buffer): Revert last patch because the
4290 bug turned out to be an advertised feature (Elisp manual 28.14).
4291
335aff35
GM
42922012-03-22 Glenn Morris <rgm@gnu.org>
4293
4294 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
4295 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
4296
c676576a
LMI
42972012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4298
4299 * net/network-stream.el (network-stream-open-starttls): Make error
4300 message under Windows be less misleading.
4301
126f3d39
LW
43022012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
4303
4304 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
4305 understands (bug#9942).
4306
64fee311
CY
43072012-03-22 Chong Yidong <cyd@gnu.org>
4308
4309 * simple.el (end-of-visible-line): Handle return value of
4310 next-single-property-change properly (Bug#9371).
4311
a640d29a
KH
43122012-03-22 Kenichi Handa <handa@m17n.org>
4313
4314 * international/quail.el (quail-insert-kbd-layout): Fix previous
4315 change. To avoid unwanted bidi reordering, use
4316 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
4317
39675016
DG
43182012-03-21 Dmitry Gutov <dgutov@yandex.ru>
4319
4320 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
4321 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
4322 (ruby-beginning-of-indent): Be more careful with the difference
4323 between word-boundary and symbol boundary.
4324 (ruby-mode-syntax-table): Make : a symbol constituent.
4325
0a6934fc 43262012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 4327
3d008e4f
SM
4328 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
4329
0a6934fc
SM
43302012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4331
af67c9d7
SM
4332 * progmodes/etags.el (tags-completion-at-point-function):
4333 Improve last fix.
4334
1acad97c
SM
4335 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
4336
e298b5da
SS
43372012-03-21 Sam Steingold <sds@gnu.org>
4338
4339 * progmodes/etags.el (tags-completion-at-point-function):
4340 Avoid the error when point is inside the pattern.
4341
91d82a70
JY
43422012-03-21 John Yates <john@yates-sheets.org> (tiny change)
4343
4344 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
4345 line (Bug#10855).
4346
69188b79
CY
43472012-03-21 Drew Adams <drew.adams@oracle.com>
4348
4349 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
4350
99fc91fe
AK
43512012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
4352
4353 * ido.el (ido-set-current-directory, ido-read-internal)
4354 (ido-choose-completion-string, ido-completion-help): Handle nil
4355 value of ido-completion-buffer (Bug#11008).
4356
087bbb4c
SS
43572012-03-21 Sam Steingold <sds@gnu.org>
4358
4359 * window.el (switch-to-prev-buffer): Do not switch to a visible
4360 window previous buffer, just like with the frame previous buffers.
4361
fb5b8aca
CY
43622012-03-21 Chong Yidong <cyd@gnu.org>
4363
4364 * faces.el (make-face, make-empty-face, copy-face):
4365 * face-remap.el (face-remap-add-relative, face-remap-set-base):
4366 Doc fixes.
4367
dc9924b8
SM
43682012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4369
4370 * wid-edit.el (widget-complete-field): Remove (bug#11051).
4371 (widget-complete): Remove broken use of it.
4372
f0bcceb9
CY
43732012-03-20 Chong Yidong <cyd@gnu.org>
4374
dc9924b8
SM
4375 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
4376 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
4377 characters.
4378
ee52ebf3
TH
43792012-03-20 Tassilo Horn <tassilo@member.fsf.org>
4380
4381 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
4382 to draw rectangles, not squares. (Regression introduced by revno
4383 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
4384
4c5779ab
CY
43852012-03-18 Chong Yidong <cyd@gnu.org>
4386
4387 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
4388 it is not yet defined (for temacs).
4389
15360934
LL
43902012-03-18 Leo Liu <sdl.web@gmail.com>
4391
dc9924b8 4392 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 4393
d9a8eb66
EZ
43942012-03-17 Eli Zaretskii <eliz@gnu.org>
4395
4396 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
4397 (ispell-choices-win-default-height, ispell-silently-savep)
4398 (ispell-dictionary-alist, ispell-encoding8-command)
4399 (ispell-check-version, ispell-aspell-find-dictionary)
4400 (ispell-valid-dictionary-list, ispell-words-keyword)
4401 (ispell-get-word, ispell-internal-change-dictionary)
4402 (ispell-region, ispell-skip-region-list)
4403 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
4404 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
4405 (ispell-message-text-end, ispell-message)
4406 (ispell-buffer-local-parsing): Doc fix.
4407
f02ff80d
J
44082012-03-13 Jambunathan K <kjambunathan@gmail.com>
4409
4410 * htmlfontify.el: Add support for code block fontification for ODT
4411 export (Bug #9914).
4412 (hfy-optimisations): Define new option
4413 `body-text-only'
4414 (hfy-fontify-buffer): Honor above setting.
4415 (hfy-begin-span, hfy-end-span): New routines factored out form
4416 `hfy-fontify-buffer'.
4417 (hfy-begin-span-handler, hfy-end-span-handler): New variables
4418 that permit insertion of custom tags.
4419 (hfy-fontify-buffer): Use above handlers.
4420 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
4421 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 4422 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 4423 over multiple runs. This is made possible by having the caller let
f02ff80d
J
4424 bind a special variable `hfy-user-sheet-assoc'.
4425 (htmlfontify-string): New defun.
4426 (hfy-compile-face-map): Make sure that the last char in the
4427 buffer is correctly fontified.
4428 (hfy-face-resolve-face): Whitespace only change.
4429
9ac7a13f
EZ
44302012-03-17 Eli Zaretskii <eliz@gnu.org>
4431
4432 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
4433 message more clear.
4434
e2b5bdd7
LL
44352012-03-16 Leo Liu <sdl.web@gmail.com>
4436
4437 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
4438
2e492df3
AM
44392012-03-16 Alan Mackenzie <acm@muc.de>
4440
4441 Further optimise the handling of large macros.
4442
4443 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
4444 limit to a call of `c-literal-limits'.
4445 (c-determine-+ve-limit): New function.
dc9924b8
SM
4446 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
4447 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
4448 In CASE 5B, restrict a search limit to 500.
4449 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
4450
4451 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
4452 Restrict macro bounds to +-500 from after-change's BEG END.
4453
50e94f0c
LL
44542012-03-16 Leo Liu <sdl.web@gmail.com>
4455
4456 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
4457
6f09f6ed
AH
44582012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
4459
4460 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 4461 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 4462
c7e73d51
GM
44632012-03-16 Glenn Morris <rgm@gnu.org>
4464
da986230
GM
4465 * view.el (view-buffer, view-buffer-other-window)
4466 (view-buffer-other-frame): Doc fixes re special mode-class.
4467
0835f01e
GM
4468 * subr.el (eval-after-load): If named feature is provided not from
4469 a file, run after-load forms. (Bug#10946)
4470
c7e73d51
GM
4471 * calendar/calendar.el (calendar-insert-at-column):
4472 Handle non-unit-width characters a bit better. (Bug#10978)
4473
3f2eafd1
CY
44742012-03-15 Chong Yidong <cyd@gnu.org>
4475
4476 * emacs-lisp/ring.el (ring-extend): New function.
4477 (ring-insert+extend): Extend the ring correctly (Bug#11019).
4478
4479 * comint.el (comint-read-input-ring)
4480 (comint-add-to-input-history): Grow comint-input-ring lazily.
4481
103af3fe
SM
44822012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4483
663b1677
SM
4484 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
4485 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
4486
103af3fe
SM
4487 * imenu.el: Fix multiple inheritance breakage (bug#9199).
4488 (imenu-add-to-menubar): Don't add a redundant index.
4489 (imenu-update-menubar): Handle a dynamically composed keymap.
4490
899cb7cb
KY
44912012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
4492
4493 * mail/sendmail.el (mail-encode-header):
4494 Bind rfc2047-encode-encoded-words to nil.
4495
3809f91d
GM
44962012-03-13 Glenn Morris <rgm@gnu.org>
4497
4498 * calendar/calendar.el (calendar-string-spread):
4499 Handle non-unit-width characters a bit better. (Bug#10978)
4500
9e345a01
LL
45012012-03-13 Leo Liu <sdl.web@gmail.com>
4502
4503 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
4504 directory and file as argument (Bug#10822).
4505
4a07df36
KS
45062012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
4507
4508 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
4509 For dynamically generated code, follow $PC.
4510 (gdb-disassembly-handler-custom): Handle no function name case.
4511
4aaa9356
TL
45122012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
4513
4514 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
4515 * emulation/ws-mode.el (ws-query-replace):
4516 * sort.el (sort-regexp-fields):
4517 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
4518
225979da
SM
45192012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4520
4521 * dabbrev.el: Fix cycle completion order (bug#10963).
4522 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
4523 (dabbrev-completion): Don't use an obarray; provide
4524 a cycle-sort-function.
4525
e2f1fdab
LL
45262012-03-12 Leo Liu <sdl.web@gmail.com>
4527
dc9924b8 4528 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
4529 (kill-do-not-save-duplicates): Doc fix.
4530
b19490ed
SM
45312012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4532
4533 * dabbrev.el: Fix cycle completion (bug#10963).
4534 Use lexical binding and wrap to 80 columns.
4535 (dabbrev-completion): Delay computing the list of completions.
4536
4b05d722
KH
45372012-03-12 Kenichi Handa <handa@m17n.org>
4538
4539 * international/quail.el (quail-insert-kbd-layout): Surround each
4540 row by LRO and PDF instead of inserting many LRMs. Pad the left
4541 and right of each non-spacing marks. Insert invisible space
4542 between lower and upper characters to prevent composition.
4543
dbbc2e69
SM
45442012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4545
4546 * minibuffer.el (minibuffer-complete): Don't get confused when the
4547 function is run twice via different commands (bug#10958).
4548 (complete-with-action): Fix docstring.
4549
292112ed
CY
45502012-03-12 Chong Yidong <cyd@gnu.org>
4551
5d1ac394
CY
4552 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
4553 (nxml-completion-at-point-function): New function.
4554 (nxml-mode): Use it.
4555 (nxml-bind-meta-tab-to-complete-flag): Default to t.
4556
292112ed
CY
4557 * emacs-lisp/package.el (package-unpack, package-unpack-single):
4558 Load generated autoloads file before byte compiling (Bug#10970).
4559 (package--make-autoloads-and-compile): New helper fun.
4560
4098f8f7
CS
45612012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
4562
4563 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
4564
8f754691
MA
45652012-03-11 Michael Albinus <michael.albinus@gmx.de>
4566
4567 * autorevert.el (auto-revert-handler): Ensure, that
4568 file-readable-p is applied only for local files or in
4569 auto-revert-tail-mode.
4570
e29ab36b
AS
45712012-03-11 Andreas Schwab <schwab@linux-m68k.org>
4572
dbbc2e69
SM
4573 * server.el (server-eval-at): Handle non-tcp connections.
4574 Decode result string.
ad0bf5b6 4575
e29ab36b
AS
4576 * server.el (server-msg-size): New constant.
4577 (server-reply-print): New function.
4578 (server-eval-and-print): Use it.
4579 (server-eval-at): Use server-quote-arg and server-unquote-arg.
4580 Handle -print-nonl.
4581
de5939ba
CS
45822012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
4583
4584 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
4585 (Bug#10987).
4586
0c93eabf
CY
45872012-03-11 Chong Yidong <cyd@gnu.org>
4588
397a688f
CY
4589 * simple.el (goto-line): Doc fix (Bug#9938).
4590
2cc775f9
CY
4591 * subr.el (save-window-excursion): Doc fix (Bug#9979).
4592
0c93eabf
CY
4593 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
4594 when finished (Bug#10963).
4595
c491fa41
MR
45962012-03-11 Martin Rudalics <rudalics@gmx.at>
4597
4598 * window.el (split-window-below): Fix bug in case where
4599 split-window-keep-point is nil (Bug#10971).
4600
300e8fa5
JL
46012012-03-11 Juri Linkov <juri@jurta.org>
4602
4603 * replace.el (replace-highlight): Set isearch-word to nil
4604 unconditionally. (Bug#10887)
4605
dbf6c5a1
EZ
46062012-03-10 Eli Zaretskii <eliz@gnu.org>
4607
4608 * net/mairix.el (mairix-replace-invalid-chars): Rename from
4609 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 4610 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
4611 (mairix-widget-create-query): Add usage information about mairix
4612 search forms: negating words, searching for substrings, etc.
4613
b9e501de
JP
46142012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
4615
4616 * international/fontset.el (font-encoding-alist): Add an entry for
4617 ksx1001 (Bug#5667).
4618
92795c91
RS
46192012-03-10 Richard Stallman <rms@gnu.org>
4620
1694e6c1
RS
4621 * mail/sendmail.el (mail-encode-header):
4622 Set rfc2047-encode-encoded-words.
4623
607e8555
RS
4624 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
4625
de3bc99a
RS
4626 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
4627 view buffer means not swapped.
4628 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
4629 (rmail-write-region-annotate): Error if real text has disappeared.
4630
92795c91
RS
4631 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
4632
699bd04e
CY
46332012-03-10 Chong Yidong <cyd@gnu.org>
4634
4635 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
4636 * emulation/cua-base.el (cua--init-keymaps):
4637 Add delete-forward-char to remappings (Bug#9666).
699bd04e 4638
570a1714
MR
46392012-03-10 Martin Rudalics <rudalics@gmx.at>
4640
dbbc2e69
SM
4641 * speedbar.el (speedbar-unhighlight-one-tag-line):
4642 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 4643
82dcf4e4
CY
46442012-03-10 Chong Yidong <cyd@gnu.org>
4645
7a2c7ca7
CY
4646 * minibuffer.el (completion-in-region, completion-help-at-point):
4647 Give the completion field overlay a high priority (Bug#6830).
4648
82dcf4e4
CY
4649 * dired.el (dired-goto-file): Recognize absolute file name
4650 listings (Bug#7126).
4651 (dired-goto-file-1): New helper function.
4652 (dired-toggle-read-only): Inhibit warnings.
4653
052e28ac
MA
46542012-03-09 Michael Albinus <michael.albinus@gmx.de>
4655
75f1671a 4656 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
4657 there are no properties.
4658
95d5e396
LL
46592012-03-09 Leo Liu <sdl.web@gmail.com>
4660
4661 * savehist.el (savehist-printable): Stricter check for string
4662 value (Bug#10937).
4663
3f018d6d
EZ
46642012-03-09 Eli Zaretskii <eliz@gnu.org>
4665
dbbc2e69
SM
4666 * mail/smtpmail.el (smtpmail-send-it):
4667 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
4668 valid mbox format.
4669
f7fd3d79
GM
46702012-03-09 Glenn Morris <rgm@gnu.org>
4671
4672 * files.el (dir-locals-find-file):
4673 Don't check result is regular, readable.
4674 (dir-locals-read-from-file): Demote errors.
4675
6ff6e72f
EZ
46762012-03-08 Eli Zaretskii <eliz@gnu.org>
4677
dbbc2e69
SM
4678 * international/quail.el (quail-insert-kbd-layout):
4679 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
4680 layout cell, to prevent their reordering by bidi display engine.
4681 For details, see the discussion in
4682 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
4683
9cec7834
AM
46842012-03-08 Alan Mackenzie <acm@muc.de>
4685
4686 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
4687 the starting position; make it extend the marked region when
4688 invoked repeatedly - all under appropriate circumstances.
4689 Fixes bugs #5525, #10906.
4690
9a40b8d4
GM
46912012-03-08 Glenn Morris <rgm@gnu.org>
4692
4693 * files.el (locate-dominating-file, dir-locals-find-file):
4694 Undo 2012-03-06 change.
4695
7a08ed35
EZ
46962012-03-07 Eli Zaretskii <eliz@gnu.org>
4697
dbbc2e69
SM
4698 * international/quail.el (quail-help):
4699 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
4700 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
4701 for the reason.
4702
5aca4f71 47032012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
4704
4705 Avoid superfluous registering of signals. (Bug#10807)
4706
4707 * notifications.el (notifications-on-action-object)
4708 (notifications-on-close-object): New defvars.
4709 (notifications-on-action-signal, notifications-on-closed-signal):
4710 Unregister the signal if not needed any longer.
4711 (notifications-notify): Register `notifications-action-signal' or
4712 `notifications-closed-signal', if :on-action or :on-close has been
4713 passed as argument.
4714
78e8b10a
CY
47152012-03-07 Chong Yidong <cyd@gnu.org>
4716
4717 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
4718 non-X platforms.
4719
69481eb8
GM
47202012-03-06 Glenn Morris <rgm@gnu.org>
4721
4722 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
4723 (x-disown-selection-internal, x-get-selection-internal):
4724 Doc fix (add arglist signatures). (Bug#10783)
4725
133b8e11
KS
47262012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
4727
4728 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
4729 Handle breakpoints with no "type".
4730
99a83064
GM
47312012-03-06 Glenn Morris <rgm@gnu.org>
4732
4733 * files.el (locate-dominating-file): Add optional predicate argument.
4734 (dir-locals-find-file): Make use of above change.
4735
17798e78
TTN
47362012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
4737
4738 * info.el (Info-insert-dir): Also try "dir.gz".
4739
eb182446
GM
47402012-03-06 Glenn Morris <rgm@gnu.org>
4741
8f2114ee
GM
4742 * files.el (dir-locals-find-file):
4743 Ignore non-readable or non-regular files. (Bug#10928)
4744
eb182446
GM
4745 * files.el (locate-dominating-file): Doc fix.
4746
24679323
AS
47472012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
4748
4749 * calendar/calendar.el (calendar-set-mode-line):
4750 `getenv' returns a string. (Bug#10951)
4751
01d972a9
LL
47522012-03-05 Leo Liu <sdl.web@gmail.com>
4753
109aa8a9
LL
4754 * simple.el (backward-delete-char-untabify): Constrain point to
4755 field (Bug#10939).
4756
01d972a9
LL
4757 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
4758
10607bea
CY
47592012-03-05 Chong Yidong <cyd@gnu.org>
4760
4761 * simple.el (count-words): If called from Lisp, return the word
4762 count, for symmetry with `count-lines'. Arglist changed.
4763 (count-words--message): Args changed. Consolidate counting code
4764 from count-words and count-words-region.
4765 (count-words-region): Caller changed.
4766 (count-lines-region): Make it an obsolete alias.
4767
5dd11cfe
TH
47682012-03-04 Tassilo Horn <tassilo@member.fsf.org>
4769
4770 * saveplace.el (save-place-to-alist)
4771 (save-place-ignore-files-regexp): Allow value nil to disable this
4772 feature.
4773
c349f4e6
CY
47742012-03-04 Chong Yidong <cyd@gnu.org>
4775
4776 * faces.el (face-spec-reset-face): For the default face, reset the
4777 attributes to default values (Bug#10748).
4778
e627be4c
LMI
47792012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4780
4781 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
4782 previous patch: Check `message-send-mail-function', and not the
4783 default function (bug#10897).
4784
ebeabff4
MA
47852012-03-04 Michael Albinus <michael.albinus@gmx.de>
4786
a41a6cf4
MA
4787 * notifications.el (notifications-on-action-signal)
4788 (notifications-on-closed-signal): Check for unique service name of
4789 incoming event. Fix error in removing entry.
ebeabff4 4790 (top): Register for signals with wildcard service name.
a41a6cf4 4791 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 4792
c1ca42b4
CY
47932012-03-04 Chong Yidong <cyd@gnu.org>
4794
dc9924b8 4795 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 4796
ea16568d
GM
47972012-03-04 Glenn Morris <rgm@gnu.org>
4798
4799 * abbrev.el (copy-abbrev-table, abbrev-table-p)
4800 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
4801 (expand-abbrev, define-abbrev-table): Doc fixes.
4802
fbae4637
LMI
48032012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4804
4805 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
4806 `message-default-send-mail-function' and not `send-mail-function'
4807 when doing the prompting for `sendmail-query-once' before sending
4808 in Message buffers (bug#10897).
4809
a1e7225c
LMI
4810 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
4811 This is inconsistent with all the other stream functions, which leave
4812 the setting up to the higher levels (if so wanted) (bug#10931).
4813
56d093a9
AM
48142012-03-02 Alan Mackenzie <acm@muc.de>
4815
4816 Depessimize the handling of very large macros.
4817
4818 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
4819 (c-macro-cache-syntactic): New variables to implement a one
4820 element macro cache.
4821 (c-invalidate-macro-cache): New function.
4822 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
4823 Adapt to use the new cache.
4824 (c-state-safe-place): Use better the cache of safe positions.
4825 (c-state-semi-nonlit-pos-cache)
4826 (c-state-semi-nonlit-pos-cache-limit):
4827 New variables for...
4828 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
4829 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
4830 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
4831 Use c-state-semi-safe-place.
56d093a9 4832
dbbc2e69
SM
4833 * progmodes/cc-langs.el (c-get-state-before-change-functions):
4834 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 4835
817e5c3d
MA
48362012-03-02 Michael Albinus <michael.albinus@gmx.de>
4837
dbbc2e69
SM
4838 * jka-compr.el (jka-compr-call-process):
4839 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
4840 not remote.
4841
a032a702
MA
48422012-03-01 Michael Albinus <michael.albinus@gmx.de>
4843
4844 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
4845 access of FILE2, if FILE1 does not exist.
4846
99a54f21
MA
4847 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
4848 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
4849
4850 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
4851 Add "PAGER=" to `process-environment'.
4852
f6561e1f
MM
48532012-03-01 Michael R. Mauger <mmaug@yahoo.com>
4854
4855 * progmodes/sql.el: Bug fix
4856 (sql-get-login-ext): Save login values in globals.
4857 (sql-get-login): Use new version of `sql-get-login-ext'.
4858 (sql-interactive-mode): Set global `sql-connection' to nil.
4859 (sql-connect): Set global values for connection.
4860 (sql-product-interactive): Save global values as buffer local.
4861
2d44d9cc
LL
48622012-02-29 Leo Liu <sdl.web@gmail.com>
4863
4864 * abbrev.el (define-abbrevs): Reset sys to nil.
4865
96b49301 48662012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4867
bf7f9bc5
JB
4868 * files.el (file-equal-p): Rename from `files-equal-p'.
4869 Return nil when one or both files don't exist.
96b49301 4870 (file-subdir-of-p): Now only top directory must exists,
4871 return nil if it doesn't.
bf7f9bc5
JB
4872 (copy-directory): No need to test with `file-subdir-of-p' after
4873 creating dir.
4874 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
4875 to `file-equal-p'.
96b49301 4876
44e97401
GM
48772012-02-28 Glenn Morris <rgm@gnu.org>
4878
4879 * shell.el (shell-mode):
4880 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
4881 * play/landmark.el (landmark-font-lock-face-O):
4882 * play/handwrite.el (handwrite):
4883 * play/gomoku.el (gomoku-O):
4884 * net/browse-url.el (browse-url-browser-display):
4885 * international/mule.el (define-charset):
4886 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
4887 * filesets.el (filesets-find-file-delay):
4888 * eshell/em-xtra.el (eshell-xtra):
4889 * eshell/em-unix.el (eshell-grep):
4890 * emulation/viper.el (viper-mode):
4891 * emacs-lisp/regexp-opt.el (regexp-opt-group):
4892 * emacs-lisp/easymenu.el (easy-menu-define):
4893 * calendar/timeclock.el (timeclock-use-display-time):
4894 * bs.el (bs-mode):
4895 * bookmark.el (bookmark-save-flag):
4896 Doc fix (standardize possessive apostrophe usage).
4897
c98c6276
CY
48982012-02-27 Chong Yidong <cyd@gnu.org>
4899
bf7f9bc5
JB
4900 * emulation/viper-cmd.el (viper-intercept-ESC-key):
4901 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 4902
c98c6276
CY
4903 * font-lock.el (font-lock-specified-p): Rename from
4904 font-lock-spec-present. Callers changed.
4905
9c62cd04 49062012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 4907
bf7f9bc5
JB
4908 * emacs-lisp/package.el (package-compute-transaction):
4909 Handle holding a package version to t in package-load-list.
8ac9e529 4910
530739c9
MA
49112012-02-26 Michael Albinus <michael.albinus@gmx.de>
4912
4913 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
4914 (tramp-get-inode, tramp-get-device): Use cached values.
4915
487915d7
AM
49162012-02-26 Alan Mackenzie <acm@muc.de>
4917
4918 Check there is a font-lock specification before doing initial
4919 fontification.
4920
4921 * font-core.el (font-lock-mode): Move the conditional from
4922 :after-hook to font-lock-initial-fontify.
4923 (font-lock-default-function): Move the check for a specification
4924 to font-lock-spec-present.
4925
dc9924b8 4926 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
4927 (font-lock-spec-present): New function.
4928
4fd96557
JB
49292012-02-26 Jim Blandy <jimb@red-bean.com>
4930
4931 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
4932 (gdb-send): Apply it to the operand of the '-interpreter-exec
4933 console' command, so that we can pass arguments with (say) quotes
4934 in them. Store exact string sent in gdb-debug-log (Bug#10765).
4935
9a4888c0
CY
49362012-02-26 Chong Yidong <cyd@gnu.org>
4937
07498861
CY
4938 * help-fns.el (describe-function-1): Clarify description of
4939 remapping (Bug#10844).
4940
9a4888c0
CY
4941 * files.el (files-equal-p): Doc fix.
4942 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
4943 and quit the loop once a mismatch is found.
4944
ea8fb88d
JB
49452012-02-25 Juanma Barranquero <lekktu@gmail.com>
4946
4947 * bs.el (bs--show-with-configuration): Don't throw an error
4948 if the window cannot be split; otherwise, subsequent calls to
4949 bs-show fail, restoring a stale window config. (Bug#10882)
4950
525795c1
JD
49512012-02-25 Jan Djärv <jan.h.d@swipnet.se>
4952
4953 * term/ns-win.el (global-map): Bind ns-drag-file to
4954 ns-find-file (Bug#5855, Bug#10050).
4955
f008086f
AS
49562012-02-25 Andreas Schwab <schwab@linux-m68k.org>
4957
4958 * calendar/parse-time.el (parse-time-string): Allow extractor to
4959 return nil.
4960
a3fcfa99
MA
49612012-02-25 Michael Albinus <michael.albinus@gmx.de>
4962
91027d08
JB
4963 * net/tramp.el (tramp-file-name-for-operation):
4964 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
4965
4966 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
4967 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
4968 Add COPY-CONTENTS argument.
a3fcfa99 4969
67b0de11
CY
49702012-02-25 Chong Yidong <cyd@gnu.org>
4971
4972 Add custom groups for VC backends, for consistency with vc-bzr.
4973
4974 * vc/vc-arch.el (vc-arch):
4975 * vc/vc-cvs.el (vc-cvs):
4976 * vc/vc-git.el (vc-git):
4977 * vc/vc-hg.el (vc-hg):
4978 * vc/vc-mtn.el (vc-mtn):
4979 * vc/vc-rcs.el (vc-rcs):
4980 * vc/vc-sccs.el (vc-sccs):
4981 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
4982 All relevant defcustoms reassigned.
4983
3c9dfce6
CY
49842012-02-25 Chong Yidong <cyd@gnu.org>
4985
1339bf43
CY
4986 * newcomment.el (comment-styles): Add autoload (Bug#10868).
4987
3c9dfce6
CY
4988 * term/x-win.el (x-initialize-window-system): Reduce default for
4989 x-selection-timeout to 5 seconds (Bug#8869).
4990
25b2e303 49912012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4992
ec70a47d
GM
4993 * files.el (files-equal-p, file-subdir-of-p): New functions.
4994 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 4995 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
4996 * dired-aux.el (dired-copy-file-recursive): Same.
4997 (dired-create-files): Modify destination when source is equal to
4998 dest when copying files.
53a46cd0 4999 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 5000
914260cd
MA
50012012-02-24 Michael Albinus <michael.albinus@gmx.de>
5002
5003 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
5004 (Bug#10874)
5005
2cb228f7
AM
50062012-02-23 Alan Mackenzie <acm@muc.de>
5007
5008 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
5009 parameter "after-hook:" to allow the expansion to run code after
5010 the execution of the mode hooks.
5011
5012 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 5013 from font-lock-mode-internal.
2cb228f7 5014
91027d08 5015 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
5016 :after-hook.
5017
8f0fde21
SM
50182012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5019
3e88618b
SM
5020 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
5021 (completion--cache-all-sorted-completions): New function.
5022 (completion-all-sorted-completions): Use it.
5023 (completion--do-completion, minibuffer-force-complete):
5024 Use it to re-instate the flush hook.
5025
8f0fde21
SM
5026 * icomplete.el (icomplete-completions): Replace last fix with a better
5027 one (bug#10850).
5028
8e911f6f
DG
50292012-02-23 Dmitry Gutov <dgutov@yandex.ru>
5030
5031 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
5032 when it might call us back infinitely (bug#10797).
5033
49fe4321
GM
50342012-02-23 Glenn Morris <rgm@gnu.org>
5035
5036 * minibuffer.el (completion-category-overrides): Doc fix.
5037
b291b572
SM
50382012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5039
5040 * minibuffer.el (completion-table-with-context): Fix inf-loop.
5041 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
5042
31a9ef2e
GM
50432012-02-23 Glenn Morris <rgm@gnu.org>
5044
5e6e6794 5045 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
5046 (authors-obsolete-files-regexps, authors-ignored-files)
5047 (authors-ambiguous-files, authors-renamed-files-alist):
5048 Add more entries.
5049
0bd1e074
JL
50502012-02-23 Juri Linkov <juri@jurta.org>
5051
5052 * isearch.el (isearch-occur): Sync interactive spec with occur's
5053 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
5054
b617673c
JL
5055 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
5056
19e9789e
JL
50572012-02-22 Juri Linkov <juri@jurta.org>
5058
5059 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
5060 (ucs-insert): Doc fix. Check for hex digits in the string.
5061 Don't display `nil' in the error message. (Bug#10857)
5062
f41ce09d
AM
50632012-02-22 Alan Mackenzie <acm@muc.de>
5064
7a71b18d 5065 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 5066
ac2eceee
GM
50672012-02-22 Glenn Morris <rgm@gnu.org>
5068
5069 * ffap.el (ffap-c-path):
5070 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
5071
abd1f678
CY
50722012-02-22 Chong Yidong <cyd@gnu.org>
5073
5074 * custom.el (load-theme): Doc fix.
5075
f25aef2e
GM
50762012-02-22 Glenn Morris <rgm@gnu.org>
5077
5078 * dired-x.el (dired-guess-shell-alist-default):
5079 Remove escape sequences from nroff output. (Bug#172)
5080
5f8dc2ca
GM
50812012-02-21 Glenn Morris <rgm@gnu.org>
5082
6ff86ec4
GM
5083 * vc/emerge.el (emerge-defvar-local):
5084 Set `permanent-local' property rather than unused `preserved'.
5085
be3223a3 5086 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
5087 (picture-mode-map): Use it. (Bug#10860)
5088 (picture-mode): Doc fix.
5089
3fe58f4f
JB
50902012-02-21 Juanma Barranquero <lekktu@gmail.com>
5091
5092 * newcomment.el (uncomment-region-default): Remove unused binding.
5093
f9a998c3
GM
50942012-02-21 Glenn Morris <rgm@gnu.org>
5095
5096 * textmodes/picture.el (picture-motion, picture-motion-reverse)
5097 (picture-self-insert, picture-tab-chars): Doc fix.
5098 (picture-mode-map): Fix C-a, C-e.
5099
c6029348
GM
51002012-02-20 Glenn Morris <rgm@gnu.org>
5101
5102 * emacs-lisp/authors.el (authors-aliases): Add another entry.
5103
ab1ce9d7
LL
51042012-02-20 Leo Liu <sdl.web@gmail.com>
5105
5106 * icomplete.el (icomplete-completions): Check FROM arg before
5107 passing to substring (Bug#10850).
5108
0fd40f89
CY
51092012-02-19 Chong Yidong <cyd@gnu.org>
5110
5111 * comint.el: Require ansi-color.
5112 (comint-output-filter-functions): Add ansi-color-process-output.
5113
5114 * ansi-color.el: Don't set comint-output-filter-functions; it is
5115 now in the initial value defined in comint.el.
5116 (ansi-color-apply-face-function): New variable.
5117 (ansi-color-apply-on-region): Use it.
5118 (ansi-color-apply-overlay-face): New function.
5119
5120 * shell.el (shell): No need to require ansi-color.
5121 (shell-mode): Use ansi-color-apply-face-function to highlight
5122 color escapes using font-lock-face property (Bug#10835).
5123
20af2394
CY
51242012-02-19 Chong Yidong <cyd@gnu.org>
5125
5126 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
5127 mode-line formats (Bug#10839).
5128
e23a3fbe
GM
51292012-02-18 Glenn Morris <rgm@gnu.org>
5130
b474519e
GM
5131 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
5132
5133 * mail/undigest.el (unforward-rmail-message): Doc fix.
5134
e23a3fbe
GM
5135 * saveplace.el (save-place-ignore-files-regexp): Add :version.
5136
57939ff4
EZ
51372012-02-18 Eli Zaretskii <eliz@gnu.org>
5138
5139 * international/characters.el (script-list): Sync with the latest
5140 Unicode Character Database.
5141
0c23686e
AS
51422012-02-18 Andreas Schwab <schwab@linux-m68k.org>
5143
5144 * international/titdic-cnv.el: Remove duplicate coding tag.
5145 * language/cham.el: Likewise.
5146 * language/tai-viet.el: Likewise.
5147
6818b449
GM
51482012-02-18 Glenn Morris <rgm@gnu.org>
5149
5150 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
5151 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
5152 (calendar-bahai-all-holidays-flag, calendar-other-dates):
5153 * calendar/diary-lib.el (diary-abbreviated-year-flag):
5154 * calendar/holidays.el (holiday-bahai-holidays)
5155 (calendar-holidays, list-holidays):
5156 Use utf-8 Bahá'í in doc-strings, menus, etc.
5157
0311a3fc
TH
51582012-02-17 Tassilo Horn <tassilo@member.fsf.org>
5159
5160 * saveplace.el (save-place-ignore-files-regexp): New variable
5161 allowing for excluding files from saving their location of point.
5162 The default value matches the temporary commit message editing
5163 files from Git, SVN, Bazaar, and Mercurial.
5164 (save-place-to-alist): Use it.
5165
eb864a71
LM
51662012-02-17 Lawrence Mitchell <wence@gmx.li>
5167 Stefan Monnier <monnier@iro.umontreal.ca>
5168
5169 * newcomment.el (uncomment-region-default): Don't leave extra space
5170 when an arg is provided (bug#8150).
5171
ee0ce425
TZ
51722012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
5173
eb864a71 5174 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 5175
95ddf442
GM
51762012-02-17 Glenn Morris <rgm@gnu.org>
5177
5178 * net/socks.el: Require network-stream. (Bug#10599)
5179
48dd1e39 51802012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
5181
5182 * international/charprop.el:
5183 * international/uni-name.el:
5184 * international/uni-old-name.el:
5185 * international/uni-comment.el: Regenerate.
5186
d68cd087
GM
51872012-02-16 Glenn Morris <rgm@gnu.org>
5188
5189 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
5190 Interactively in calendar buffer, give an error if not on a date.
5191
13932042
GM
51922012-02-15 Glenn Morris <rgm@gnu.org>
5193
5194 * shell.el (shell-delimiter-argument-list):
5195 Revert 2011-02-17 change. (Bug#8027)
5196
c3a70e2b
CY
51972012-02-15 Chong Yidong <cyd@gnu.org>
5198
60236b0d
CY
5199 * minibuffer.el (completion-at-point-functions): Doc fix.
5200
c3a70e2b
CY
5201 * custom.el (defcustom): Doc fix; note use of defvar.
5202
9f26dc24
GM
52032012-02-15 Glenn Morris <rgm@gnu.org>
5204
5205 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
5206 Doc fixes.
5207
6546b134
GM
52082012-02-14 Glenn Morris <rgm@gnu.org>
5209
5210 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
5211
d29b2b4c
LI
52122012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
5213
5214 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
5215 way the ports list is computed.
835bdcba
LI
5216 (smtpmail-query-smtp-server): Prompt the user for a port number if
5217 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 5218
08dcdbc9
TZ
52192012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
5220
5221 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
5222
2605051a
GM
52232012-02-13 Glenn Morris <rgm@gnu.org>
5224
5225 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
5226
7ee99f32
TZ
52272012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
5228
5229 * net/gnutls.el (gnutls-trustfiles): New variable.
5230 (gnutls-negotiate): Use it.
5231
5f0af64f
LI
52322012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
5233
5234 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
5235 does its stuff if Gnus is running.
5236
c14fcc95
AM
52372012-02-13 Alan Mackenzie <acm@muc.de>
5238
5239 Fix a loop in c-set-fl-decl-start.
5240
7a71b18d 5241 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
5242 c-backward-syntactic-ws actually moves backwards.
5243
142b4d90
LL
52442012-02-13 Leo Liu <sdl.web@gmail.com>
5245
5246 * net/rcirc.el (rcirc-markup-attributes): Move point to the
5247 beginning so that all \C-o chars are removed.
5248
fa9958a6
TZ
52492012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
5250
dc9924b8 5251 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 5252
0bc5886a
AM
52532012-02-12 Alan Mackenzie <acm@muc.de>
5254
5255 Fix infinite loop with long macros.
4d6769e1 5256 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 5257
d4bd55e7
CY
52582012-02-12 Chong Yidong <cyd@gnu.org>
5259
5260 * window.el (display-buffer): Doc fix (Bug#10785).
5261
66f3fe22
GM
52622012-02-12 Glenn Morris <rgm@gnu.org>
5263
bd7da63e
GM
5264 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
5265 (x-disown-selection-internal, x-get-selection-internal):
5266 Sync docs with the xselect.c versions.
5267
66f3fe22
GM
5268 * allout-widgets.el: Add missing license notice.
5269
3e0d2fa7
GM
52702012-02-11 Glenn Morris <rgm@gnu.org>
5271
cfecdf09
GM
5272 * select.el (x-get-selection-internal, x-own-selection-internal)
5273 (x-disown-selection-internal):
5274 * x-dnd.el (x-get-selection-internal): Update declarations.
5275
6d216d7f
GM
5276 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
5277
2bed3f04
GM
5278 * window.el (window-sides-slots):
5279 * tool-bar.el (tool-bar-position):
5280 * term/xterm.el (xterm-extra-capabilities):
5281 * ses.el (ses-self-reference-early-detection):
5282 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
5283 (verilog-auto-wire-type)
5284 (verilog-auto-delete-trailing-whitespace)
5285 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
5286 (verilog-auto-tieoff-declaration):
5287 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
5288 (sql-oracle-statement-starters, sql-oracle-scan-on):
5289 * progmodes/prolog.el (prolog-align-comments-flag)
5290 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
5291 (prolog-left-indent-regexp, prolog-paren-indent-p)
5292 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
5293 (prolog-types, prolog-mode-specificators)
5294 (prolog-determinism-specificators, prolog-directives)
5295 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
5296 (prolog-electric-dot-flag)
5297 (prolog-electric-dot-full-predicate-template)
5298 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
5299 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
5300 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
5301 (prolog-program-switches, prolog-prompt-regexp)
5302 (prolog-debug-on-string, prolog-debug-off-string)
5303 (prolog-trace-on-string, prolog-trace-off-string)
5304 (prolog-zip-on-string, prolog-zip-off-string)
5305 (prolog-use-standard-consult-compile-method-flag)
5306 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
5307 (prolog-imenu-max-lines, prolog-info-predicate-index)
5308 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
5309 (prolog-char-quote-workaround):
5310 * progmodes/cc-vars.el (c-defun-tactic):
5311 * net/tramp.el (tramp-encoding-command-interactive)
5312 (tramp-local-end-of-line):
5313 * net/soap-client.el (soap-client):
5314 * net/netrc.el (netrc-file):
5315 * net/gnutls.el (gnutls):
5316 * minibuffer.el (completion-category-overrides)
5317 (completion-cycle-threshold)
5318 (completion-pcm-complete-word-inserts-delimiters):
5319 * man.el (Man-name-local-regexp):
5320 * mail/feedmail.el (feedmail-display-full-frame):
5321 * international/characters.el (glyphless-char-display-control):
5322 * eshell/em-ls.el (eshell-ls-date-format):
5323 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
5324 (lisp-lambda-list-keyword-parameter-indentation)
5325 (lisp-lambda-list-keyword-parameter-alignment):
5326 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
5327 * dired-x.el (dired-omit-verbose):
5328 * cus-theme.el (custom-theme-allow-multiple-selections):
5329 * calc/calc.el (calc-highlight-selections-with-faces)
5330 (calc-lu-field-reference, calc-lu-power-reference)
5331 (calc-note-threshold):
5332 * battery.el (battery-mode-line-limit):
5333 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
5334 (archive-7z-update):
5335 * allout.el (allout-prefixed-keybindings)
5336 (allout-unprefixed-keybindings)
5337 (allout-inhibit-auto-fill-on-headline)
5338 (allout-flattened-numbering-abbreviation):
5339 * allout-widgets.el (allout-widgets-auto-activation)
5340 (allout-widgets-icons-dark-subdir)
5341 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
5342 (allout-widgets-theme-dark-background)
5343 (allout-widgets-theme-light-background)
5344 (allout-widgets-item-image-properties-emacs)
5345 (allout-widgets-item-image-properties-xemacs)
5346 (allout-widgets-run-unit-tests-on-load)
5347 (allout-widgets-time-decoration-activity)
5348 (allout-widgets-hook-error-post-time)
5349 (allout-widgets-track-decoration):
5350 Add missing :version tags to new defcustoms and defgroups.
5351
5fec1b8e
GM
5352 * progmodes/sql.el (sql-ansi-statement-starters)
5353 (sql-oracle-statement-starters): Add custom type.
5354
3e0d2fa7
GM
5355 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
5356 (prolog-system-version): Give it a type.
5357
90b671e2
EZ
53582012-02-11 Eli Zaretskii <eliz@gnu.org>
5359
5360 * term/pc-win.el (x-select-text, x-selection-owner-p)
5361 (x-own-selection-internal, x-disown-selection-internal)
5362 (x-get-selection-internal): Sync doc strings and argument lists
5363 with xselect.c, common-win.el and x-win.el. (Bug#10783)
5364
5eac0c02
LL
53652012-02-11 Leo Liu <sdl.web@gmail.com>
5366
5367 * progmodes/python.el (python-end-of-statement): Fix infinite
5368 loop. (Bug#10788)
5369
f82cb659
GM
53702012-02-10 Glenn Morris <rgm@gnu.org>
5371
5372 * international/mule-cmds.el (unify-8859-on-encoding-mode)
5373 (unify-8859-on-decoding-mode): Properly mark as obsolete.
5374
cc26d239
LI
53752012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
5376
5377 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
5378 about SMTP before checking the From header.
5379
91027d08 5380 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
5381 into own function for reuse by emacsbug.el.
5382
1be3ca5a
LL
53832012-02-10 Leo Liu <sdl.web@gmail.com>
5384
5385 * subr.el (condition-case-unless-debug): Rename from
5386 condition-case-no-debug. All callers changed.
5387 (with-demoted-errors): Fix caller.
5388
5389 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
5390 * nxml/rng-valid.el (rng-do-some-validation):
5391 * emacs-lisp/package.el (package-refresh-contents)
5392 (package-menu-execute):
5393 * desktop.el (desktop-create-buffer):
91027d08 5394 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 5395
b011fbfe
GM
53962012-02-10 Glenn Morris <rgm@gnu.org>
5397
b2096d72
GM
5398 * textmodes/bibtex.el:
5399 Add missing :version tags for new/changed defcustoms.
5400
b011fbfe
GM
5401 * files.el (remote-file-name-inhibit-cache): Doc fixes.
5402
4c7e65bf
LI
54032012-02-09 Lars Ingebrigtsen <larsi@rusty>
5404
5405 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
5406 (smtpmail-via-smtp): Use it, or fall back on the From address.
5407 (smtpmail-send-it): Ditto.
5408
f3934f6f
SM
54092012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
5410
5411 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
5412 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
5413 (byte-compile-tmp-var): New const.
5414 (byte-compile-defvar): Use it to minimize .elc size.
5415 Just use `defvar' rather than simulate it (bug#10761).
5416
a075a2c5
GM
54172012-02-09 Glenn Morris <rgm@gnu.org>
5418
cf3aa21b
GM
5419 * files.el (rename-uniquely): Doc fix. (Bug#3806)
5420
354998cd
GM
5421 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
5422 Add :version tags.
5423
dc9924b8
SM
5424 * progmodes/compile.el (compilation-error-screen-columns)
5425 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 5426
dab3703d
GM
5427 * vc/log-view.el (log-view-toggle-entry-display):
5428 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
5429
3f88cd72
GM
5430 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
5431 (report-emacs-bug-can-use-xdg-email):
5432 (report-emacs-bug-insert-to-mailer): Doc fixes.
5433 (report-emacs-bug): Message fix.
5434
d95b247d
GM
5435 * net/browse-url.el (browse-url-can-use-xdg-open)
5436 (browse-url-xdg-open): Doc fixes.
5437
a075a2c5
GM
5438 * electric.el (electric-indent-mode, electric-pair-mode)
5439 (electric-layout-rules, electric-layout-mode): Doc fixes.
5440 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
5441
ffb6157e
MR
54422012-02-08 Martin Rudalics <rudalics@gmx.at>
5443
5444 * server.el (server-unselect-display): Don't inadvertently kill
5445 the current buffer. (Bug#10729)
5446
e1ac4066
GM
54472012-02-08 Glenn Morris <rgm@gnu.org>
5448
34e8a2da
GM
5449 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
5450 (sql-list-table): Doc fixes.
5451
b4ac6e8c
GM
5452 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
5453 Comment out (does nothing).
5454
e1ac4066
GM
5455 * completion.el (dynamic-completion-mode):
5456 * dirtrack.el (dirtrack-debug-mode):
5457 * electric.el (electric-layout-mode):
5458 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
5459 * face-remap.el (text-scale-mode, buffer-face-mode):
5460 * iimage.el (iimage-mode):
5461 * image-mode.el (image-transform-mode):
5462 * minibuffer.el (completion-in-region-mode):
5463 * scroll-lock.el (scroll-lock-mode):
5464 * simple.el (next-error-follow-minor-mode):
5465 * tar-mode.el (tar-subfile-mode):
5466 * tooltip.el (tooltip-mode):
5467 * vcursor.el (vcursor-use-vcursor-map):
5468 * wid-browse.el (widget-minor-mode):
5469 * emulation/tpu-edt.el (tpu-edt-mode):
5470 * emulation/tpu-extras.el (tpu-cursor-free-mode):
5471 * international/iso-ascii.el (iso-ascii-mode):
5472 * language/thai-util.el (thai-word-mode):
5473 * mail/supercite.el (sc-minor-mode):
5474 * net/goto-addr.el (goto-address-mode):
5475 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
5476 * progmodes/cwarn.el (cwarn-mode):
5477 * progmodes/flymake.el (flymake-mode):
5478 * progmodes/glasses.el (glasses-mode):
5479 * progmodes/hideshow.el (hs-minor-mode):
5480 * progmodes/pascal.el (pascal-outline-mode):
5481 * textmodes/enriched.el (enriched-mode):
5482 * vc/smerge-mode.el (smerge-mode):
5483 Doc fixes (minor mode argument).
5484
5e0d957f
EZ
54852012-02-07 Eli Zaretskii <eliz@gnu.org>
5486
5487 * ls-lisp.el (ls-lisp-sanitize): New function.
5488 (ls-lisp-insert-directory): Use it to fix or remove any elements
5489 in file-alist with missing attributes. (Bug#4673)
5490
98d7371e
AM
54912012-02-07 Alan Mackenzie <acm@muc.de>
5492
5493 Fix spurious recognition of c-in-knr-argdecl.
5494
5495 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
5496 putative K&R region.
5497
667ced3a
AM
54982012-02-07 Alan Mackenzie <acm@muc.de>
5499
eb864a71
LM
5500 * progmodes/cc-engine.el (c-forward-objc-directive):
5501 Prevent looping in "#pragma mark @implementation".
667ced3a 5502
5b77774d
MA
55032012-02-07 Michael Albinus <michael.albinus@gmx.de>
5504
5505 * notifications.el (notifications-on-closed-signal): Make `reason'
5506 optional. (Bug#10744)
5507
af008560
GM
55082012-02-07 Glenn Morris <rgm@gnu.org>
5509
60d47423
GM
5510 * emacs-lisp/easy-mmode.el (define-minor-mode):
5511 Doc fixes for the macro and the mode it defines.
5512
dd605cc4
GM
5513 * image.el (imagemagick-types-inhibit): Doc fix.
5514
af008560
GM
5515 * cus-start.el (imagemagick-render-type): Add it.
5516
5cc59a37
LI
55172012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
5518
4d6769e1
JB
5519 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
5520 Set the default at load time, too, so that `font-lock-fontify-buffer'
5521 can be called without setting up the entire mode first. This fixes
5522 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 5523
9a6dd747
CY
55242012-02-06 Chong Yidong <cyd@gnu.org>
5525
2d16b285
CY
5526 * simple.el (list-processes--refresh): Delete exited processes
5527 (Bug#8094).
5528
171e9b6e
CY
5529 * comint.el (comint-next-prompt): next-single-char-property-change
5530 and prev-single-char-property-change never return nil (Bug#8657).
5531
9a6dd747
CY
5532 * custom.el (defcustom): Doc fix (Bug#9711).
5533
aa4589a7
CY
55342012-02-05 Chong Yidong <cyd@gnu.org>
5535
5c2a252f
CY
5536 * cus-edit.el (custom-variable-reset-backup): Quote the value
5537 before storing it in the customized-value property (Bug#6712).
4aab9006 5538 (custom-display): Add a customization type tag.
983b9602 5539 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 5540
aa4589a7
CY
5541 * wid-edit.el (widget-field-value-get): New optional arg to
5542 suppress trailing whitespace truncation.
5543 (character): Use it (Bug#2689).
5544
1ff980ae
AS
55452012-02-05 Andreas Schwab <schwab@linux-m68k.org>
5546
5547 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
5548 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
5549
03988c98
CY
55502012-02-05 Chong Yidong <cyd@gnu.org>
5551
eeb6cc88
CY
5552 * cus-edit.el (custom-variable-value-create): For mismatched
5553 types, show the current value (Bug#7600).
5554
03988c98
CY
5555 * custom.el (defcustom): Doc fix.
5556
f8cdeef0
GM
55572012-02-05 Glenn Morris <rgm@gnu.org>
5558
5559 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
5560
0696d255
JB
55612012-02-05 Juanma Barranquero <lekktu@gmail.com>
5562
5563 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
5564 (pp-buffer): Use `ignore-errors', `looking-at-p'.
5565 (pp-last-sexp): Use `looking-at-p'.
5566
34c99998
GM
55672012-02-04 Glenn Morris <rgm@gnu.org>
5568
8f05da42
GM
5569 * files.el (revert-buffer):
5570 Doc fix (mention revert-buffer-in-progress-p).
5571
f160676e
GM
5572 * emacs-lisp/ert-x.el (ert-simulate-command):
5573 Check deferred-action-list (which is obsolete) is bound.
5574
c7291ad9
GM
5575 * subr.el (with-wrapper-hook): Doc fixes.
5576
34c99998
GM
5577 * simple.el (filter-buffer-substring-functions)
5578 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
5579
6283a7d3
LL
55802012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
5581
5582 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
5583 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
5584
e96e3013
LL
55852012-02-04 Leo Liu <sdl.web@gmail.com>
5586
5587 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
5588
8ded50f2
GM
55892012-02-04 Glenn Morris <rgm@gnu.org>
5590
82ff1d13
GM
5591 * image.el (image-extension-data): Add obsolete alias.
5592
987a0a16
GM
5593 * isearch.el (isearch-update): Doc fix.
5594
ea32ef46
GM
5595 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
5596
8ded50f2
GM
5597 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
5598
eea14f31
GM
55992012-02-03 Glenn Morris <rgm@gnu.org>
5600
5601 * image.el (image-animated-p): Doc fix. Use image-animated-types.
5602 (image-animate-timeout): Doc fix.
5603
5604 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
5605
12f381b7
GM
56062012-02-02 Glenn Morris <rgm@gnu.org>
5607
953cebf5
GM
5608 * server.el (server-auth-dir): Doc fix.
5609 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
5610
12f381b7
GM
5611 * subr.el (run-mode-hooks): Doc fix.
5612
953a8c3b
JL
56132012-02-02 Juri Linkov <juri@jurta.org>
5614
5615 * image-mode.el (image-toggle-display-image): Remove tautological
5616 `major-mode' from the `derived-mode-p' test.
5617
c5d3843c
KH
56182012-02-02 Kenichi Handa <handa@m17n.org>
5619
9f6e692e 5620 * composite.el (compose-region): Cancel previous change.
c5d3843c 5621
159462d4 56222012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
5623
5624 * composite.el (compose-region, compose-string): Signal error for
5625 a null string component (Bug#6988).
5626
9f562668
CY
56272012-02-01 Chong Yidong <cyd@gnu.org>
5628
e2cef717
CY
5629 * view.el (view-buffer-other-window, view-buffer-other-frame):
5630 Handle special modes like view-buffer (Bug#10650).
5631 (view-buffer): Simplify.
5632
9f562668
CY
5633 * frame.el (set-frame-font): Tweak meaning of third argument.
5634
9f6e692e
JB
5635 * dynamic-setting.el (font-setting-change-default-font):
5636 Use set-frame-font (Bug#9982).
9f562668 5637
781acb9f
GM
56382012-02-01 Glenn Morris <rgm@gnu.org>
5639
6035be52
GM
5640 * progmodes/compile.el (compilation-internal-error-properties):
5641 Respect compilation-first-column in the "*compilation*" buffer.
5642
781acb9f
GM
5643 * emacs-lisp/easy-mmode.el (define-minor-mode):
5644 Relax :variable's test for a named function.
5645
abbceb00
AM
56462012-01-31 Alan Mackenzie <acm@muc.de>
5647
5648 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
5649 off by one error.
5650
fce3fdeb
CY
56512012-01-31 Chong Yidong <cyd@gnu.org>
5652
5653 * frame.el (set-frame-font): New arg ALL-FRAMES.
5654
5655 * menu-bar.el (menu-set-font): Use set-frame-font.
5656
5657 * faces.el (face-spec-reset-face): Don't apply unspecified
5658 attribute values to the default face.
5659
47893581
JB
56602012-01-31 Juanma Barranquero <lekktu@gmail.com>
5661
5662 * progmodes/cwarn.el (cwarn): Remove dead link.
5663 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
5664 Remove * from defcustom docstrings.
5665 (turn-on-cwarn-mode): Make obsolete.
5666 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
5667 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
5668
e58e988a
GM
56692012-01-31 Glenn Morris <rgm@gnu.org>
5670
60dc2671 5671 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 5672 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 5673 Allow named functions to be used as the cdr of :variable.
e58e988a 5674
7a3f511d
GM
56752012-01-30 Glenn Morris <rgm@gnu.org>
5676
5677 * emacs-lisp/authors.el (authors-fixed-entries):
5678 Remove reference to deleted file rnewspost.el.
5679
cb882333
JB
56802012-01-29 Juanma Barranquero <lekktu@gmail.com>
5681
5682 * window.el (window-with-parameter): Remove unused variable `windows'.
5683 (window--side-check): Remove unused variable `code'.
5684 (window--resize-siblings): Remove unused variable `first'.
5685 (adjust-window-trailing-edge): Remove unused variable `failed'.
5686 (window-deletable-p, window--delete): Remove unused variable `buffer'.
5687 Use `let', not `let*'.
5688 (balance-windows-2): Remove unused variable `found'.
5689 (window--state-put-2): Remove unused variable `splits'.
5690 (window-state-put): Remove unused variable `selected'.
5691 (same-window-p): Use `string-match-p'.
5692 (display-buffer-assq-regexp): Remove unused variable `value'.
5693 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
5694 Mark argument ALIST as ignored.
5695 (pop-to-buffer): Remove unused variable `old-window'.
5696
907201af
EZ
56972012-01-29 Eli Zaretskii <eliz@gnu.org>
5698
5699 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
5700 and .lzma compressed files.
5701
ea162670
CY
57022012-01-29 Chong Yidong <cyd@gnu.org>
5703
5b95ee8a
CY
5704 * frame.el (window-system-default-frame-alist): Doc fix.
5705
ea162670
CY
5706 * dynamic-setting.el (font-setting-change-default-font): Don't
5707 change the default face if SET-FONT argument is non-nil (Bug#9982).
5708
d6e6f4b1
SB
57092012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
5710
5711 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
5712
0f29fa41 57132012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
5714
5715 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
5716 breakpoints in files outside current directory (Bug#6098).
5717
db174434
CY
57182012-01-29 Chong Yidong <cyd@gnu.org>
5719
6b25e4e2
SE
5720 * progmodes/python.el: Require ansi-color at top-level.
5721
6df6ae42
JB
5722 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
5723 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
5724 (lisp-mode-abbrev-table): Add doc.
5725 (lisp-mode-variables): Don't set local-abbrev-table.
5726 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
5727
e70ee681
RW
57282012-01-28 Roland Winkler <winkler@gnu.org>
5729
5730 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
5731
ace88aa2
RW
57322012-01-28 Roland Winkler <winkler@gnu.org>
5733
5734 * textmodes/bibtex.el (bibtex-entry-alist): New function.
5735 (bibtex-set-dialect): Use it. Either set global values of
5736 dialect-dependent variables or bind these variables buffer-locally
5737 (Bug#10254).
5738 (bibtex-mode): Call bibtex-set-dialect via
5739 hack-local-variables-hook.
eb864a71
LM
5740 (bibtex-dialect): Update docstring.
5741 Add safe-local-variable predicate.
ace88aa2
RW
5742 (bibtex-entry-alist, bibtex-field-alist): Initialize via
5743 bibtex-set-dialect.
5744 (bibtex-mode-map): Define menu for each dialect.
5745 (bibtex-entry): Fix docstring.
5746
93376c5b
CY
57472012-01-28 Chong Yidong <cyd@gnu.org>
5748
5749 * eshell/esh-arg.el (eshell-quote-argument): New function.
5750
5751 * eshell/esh-ext.el (eshell-invoke-batch-file):
5752 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
5753 first arg to eshell-parse-command (Bug#10523).
5754
4372494f
DA
57552012-01-28 Drew Adams <drew.adams@oracle.com>
5756
5757 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
5758 `default-directory' is non-nil.
5759
4d4ec1f8
EZ
57602012-01-28 Eli Zaretskii <eliz@gnu.org>
5761
5762 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
5763 line that displays system-configuration-options. (Bug#9924)
5764
7c188927
DA
57652012-01-28 Drew Adams <drew.adams@oracle.com>
5766
5767 * descr-text.el (describe-char): Show information about POS, in
5768 addition to information about the character at POS. Improve and
5769 update the doc string. Change "code point" to "code point in
5770 charset", to avoid confusion with the character's Unicode code
5771 point shown above that. (Bug#10129)
5772
e0da685a
EZ
57732012-01-28 Eli Zaretskii <eliz@gnu.org>
5774
5775 * descr-text.el (describe-char): Show the raw character, not only
5776 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
5777 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
5778 for the reasons.
5779
70550acf
PH
57802012-01-28 Phil Hagelberg <phil@hagelb.org>
5781
eb864a71
LM
5782 * emacs-lisp/package.el (package-install):
5783 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 5784
0ce8e868
CY
57852012-01-28 Chong Yidong <cyd@gnu.org>
5786
cb882333
JB
5787 * emacs-lisp/package.el (package-maybe-load-descriptor):
5788 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
5789 (package-maybe-load-descriptor): Use it.
5790 (package-download-transaction): Fully load required packages
5791 inside the loop, so that `require' calls work (Bug#10593).
5792 (package-install): No need to call package-initialize now.
5793
2e7f3bea
CY
57942012-01-28 Chong Yidong <cyd@gnu.org>
5795
6e9bad14
CY
5796 * simple.el (deactivate-mark): Doc fix (Bug#8614).
5797
f823b8ca
CY
5798 * tooltip.el (tooltip-mode): Doc fix.
5799 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
5800
2680c309
CY
5801 * frame.el (set-cursor-color): Doc fix (Bug#352).
5802
d7a9e63b
CY
5803 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
5804 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
5805
2e7f3bea
CY
5806 * cus-edit.el (custom-buffer-create-internal): Fix search button
5807 action (Bug#10542).
2ae01800 5808 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 5809
fc4f7a23
EW
58102012-01-27 Eduard Wiebe <usenet@pusto.de>
5811
5812 * dired.el (dired-mark-files-regexp):
5813 Include any subdirectory components. (Bug#10445)
5814
7dd37071
ML
58152012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
5816
5817 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
5818 Handle [host]:port syntax. (Bug#10533)
5819
a268160b
AH
58202012-01-27 Alex Harsanyi <harsanyi@mac.com>
5821
5822 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
5823
e43273ef
GM
58242012-01-26 Glenn Morris <rgm@gnu.org>
5825
5826 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
5827 * term.el (term-raw-escape-map): Use Control-X-prefix.
5828 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
5829
1edf595d
MR
58302012-01-25 Martin Rudalics <rudalics@gmx.at>
5831
5832 * window.el (window-state-get, window--state-get-1): Don't deal
5833 with fixed-sizeness of windows. Simplify code.
5834
fa8eafef
JC
58352012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
5836
6df6ae42
JB
5837 * window.el (window--state-get-1, window--state-put-2):
5838 Don't save and restore the mark.
fa8eafef 5839
0b21c100
CY
58402012-01-25 Chong Yidong <cyd@gnu.org>
5841
5842 * custom.el (custom-variable-p): Doc fix.
5843
5ae1a6c8
GM
58442012-01-25 Glenn Morris <rgm@gnu.org>
5845
40047858
GM
5846 * dired.el (dired-goto-file): Handle some of the more common
5847 characters that `ls -b' escapes. (Bug#10596)
5848
5ddce96c
GM
5849 * progmodes/compile.el (compilation-next-error-function):
5850 Respect compilation-first-column in the "*compilation*" buffer.
5851 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
5852
5ae1a6c8
GM
5853 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
5854
b559f1a9
GM
58552012-01-24 Glenn Morris <rgm@gnu.org>
5856
5857 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
5858
6725d21a
JD
58592012-01-24 Julien Danjou <julien@danjou.info>
5860
5861 * color.el (color-rgb-to-hsl): Fix value computing.
5862 (color-hue-to-rgb): New function.
5863 (color-hsl-to-rgb): New function.
5864 (color-clamp, color-saturate-hsl, color-saturate-name)
5865 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
5866 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
5867
70df4bbe
GM
58682012-01-24 Glenn Morris <rgm@gnu.org>
5869
5870 * vc/vc-rcs.el (vc-rcs-create-tag):
5871 * vc/vc-sccs.el (vc-sccs-create-tag):
5872 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
5873
802a2ae2
ML
58742012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
5875
5876 * eshell/esh-util.el (eshell-read-hosts-file):
5877 Skip comment lines. (Bug#10549)
5878
d7128bb1
ML
5879 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
5880
d1a5c3b4
JB
58812012-01-23 Juanma Barranquero <lekktu@gmail.com>
5882
2724d9c7
JB
5883 * subr.el (display-delayed-warnings): Doc fix.
5884 (collapse-delayed-warnings): New function to collapse identical
5885 adjacent warnings.
5886 (delayed-warnings-hook): Add it.
d1a5c3b4 5887
a5509865
MA
58882012-01-22 Michael Albinus <michael.albinus@gmx.de>
5889
5890 * net/tramp.el (tramp-action-login): Set connection property "login-as".
5891
a5509865
MA
5892 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
5893 (tramp-default-user-alist): Don't add "pscp".
5894 (tramp-do-copy-or-rename-file-out-of-band): Use connection
5895 property "login-as", if set. (Bug#10530)
5896
cc6d5805
MA
58972012-01-21 Michael Albinus <michael.albinus@gmx.de>
5898
5899 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
5900 "plink1" and "psftp". (Bug#10530)
5901
59022012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
5903
5904 * international/mule-cmds.el (prefer-coding-system): Show a
5905 warning message if the default value of file-name-coding-system
5906 was not changed.
5907
f0960428
JC
59082012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
5909
cb882333
JB
5910 * windmove.el (windmove-reference-loc):
5911 Fix windmove-reference-loc miscalculation.
f0960428 5912
dd6f2a63
JB
59132012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
5914
5915 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
5916 default unit.
5917
7b447e9b
GM
59182012-01-21 Glenn Morris <rgm@gnu.org>
5919
117a9ea1
GM
5920 * international/mule.el (auto-coding-alist): Add .tbz.
5921
7b447e9b
GM
5922 * files.el (local-enable-local-variables): Doc fix.
5923 (inhibit-local-variables-regexps): Rename from
5924 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
5925 Doc fix. Add some extensions from auto-coding-alist.
5926 (inhibit-local-variables-suffixes):
5927 Rename from inhibit-first-line-modes-suffixes. Doc fix.
5928 (inhibit-local-variables-p):
5929 New function, extracted from set-auto-mode-1.
5930 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
5931 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
5932 (hack-local-variables): Doc fix. Make the mode-only case
5933 respect enable-local-variables and friends.
5934 Respect inhibit-local-variables-regexps for file-locals, but
5935 not for directory-locals.
5936 (set-visited-file-name):
5937 Take account of inhibit-local-variables-regexps.
5938 Whether it applies may change as the file name is changed.
5939 * jka-cmpr-hook.el (jka-compr-install):
5940 * jka-compr.el (jka-compr-uninstall):
5941 Update for inhibit-first-line-modes-suffixes name change.
5942
dd6e3cdd
MR
59432012-01-20 Martin Rudalics <rudalics@gmx.at>
5944
5945 * help-macro.el (make-help-screen): Temporarily restore original
5946 binding for minor-mode-map-alist (Bug#10454).
5947
0d0deb38
JD
59482012-01-19 Julien Danjou <julien@danjou.info>
5949
5950 * color.el (color-name-to-rgb): Use the white color to find the max
5951 color component value and return correctly computed values.
5952 (color-name-to-rgb): Add missing float conversion for max value.
5953
34a02f46
MR
59542012-01-19 Martin Rudalics <rudalics@gmx.at>
5955
5956 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
5957 special state value for window-persistent-parameters.
5958 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
5959 (window--state-put-2): Reset all window parameters to nil before
5960 assigning values of persistent parameters.
5961
606c44c4
AM
59622012-01-18 Alan Mackenzie <acm@muc.de>
5963
5964 Eliminate sluggishness and hangs in fontification of "semicolon
5965 deserts".
5966
cb882333
JB
5967 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
5968 Change value 10000 -> 3000.
606c44c4
AM
5969 (c-state-safe-place): Reformulate so it doesn't stack up an
5970 infinite number of wrong entries in c-state-nonlit-pos-cache.
5971 (c-determine-limit-get-base, c-determine-limit): New functions to
5972 determine backward search limits disregarding literals.
5973 (c-find-decl-spots): Amend commenting.
5974 (c-cheap-inside-bracelist-p): New function which detects "={".
5975
5976 * progmodes/cc-fonts.el
5977 (c-make-font-lock-BO-decl-search-function): Give a limit to a
5978 backward search.
5979 (c-font-lock-declarations): Fix an occurrence of point being
5980 undefined. Check additionally for point being in a bracelist or
5981 near a macro invocation without a semicolon so as to avoid a
5982 fruitless time consuming search for a declarator. Give a more
5983 precise search limit for declarators using the new
5984 c-determine-limit.
5985
f3860cea
GM
59862012-01-18 Glenn Morris <rgm@gnu.org>
5987
5988 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
5989 (set-auto-mode): Doc fixes.
5990
1db03b16
GM
59912012-01-17 Glenn Morris <rgm@gnu.org>
5992
0e6038be
GM
5993 * isearch.el (search-nonincremental-instead): Fix doc typo.
5994
1db03b16
GM
5995 * dired.el (dired-insert-directory): Handle newlines in directory name.
5996 (dired-build-subdir-alist): Unescape newlines in directory name.
5997
4cb0aa75
MA
59982012-01-17 Michael Albinus <michael.albinus@gmx.de>
5999
6000 * net/tramp.el (tramp-local-end-of-line): New defcustom.
6001 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
6002 (tramp-action-terminal): Use it. (Bug#10530)
6003
1d00653d
SM
60042012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
6005
6006 * minibuffer.el (completion--replace): Strip properties (bug#10062).
6007
6a6ee00d
MR
60082012-01-16 Martin Rudalics <rudalics@gmx.at>
6009
6010 * window.el (window-state-ignored-parameters): Remove variable.
6011 (window--state-get-1): Rename argument MARKERS to IGNORE.
6012 Handle persistent window parameters. Make copy of clone-of
6013 parameter only if requested. (Bug#10348)
6014 (window--state-put-2): Install a window parameter only if it has
6015 a non-nil value or an existing parameter shall be overwritten.
6016
97912def
MA
60172012-01-15 Michael Albinus <michael.albinus@gmx.de>
6018
6019 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
6020
688070a5
EZ
60212012-01-14 Eli Zaretskii <eliz@gnu.org>
6022
6023 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
6024 don't pass the (nil) value of `upnode' to string-match.
6025
301afadc
CY
60262012-01-14 Chong Yidong <cyd@gnu.org>
6027
6028 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 6029 Fix values recognized by the cursorBlink resource.
301afadc 6030
9e5788aa
PE
60312012-01-14 Paul Eggert <eggert@cs.ucla.edu>
6032
6033 * epg.el (epg--make-temp-file): Avoid permission race condition
6034 when running on old Emacs versions (bug#10403).
6035
3cdb7f5a
GM
60362012-01-14 Glenn Morris <rgm@gnu.org>
6037
6038 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
6039
8c82b1b4
AM
60402012-01-13 Alan Mackenzie <acm@muc.de>
6041
6042 Fix filling for when filladapt mode is enabled.
6043
6044 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
6045 c-mask-paragraph, pass in `fill-paragraph' rather than
6046 `fill-region-as-paragraph'. (This is a reversion of a previous
6047 change.)
eb864a71
LM
6048 * progmodes/cc-mode.el (c-basic-common-init):
6049 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 6050
e517eda4
GM
60512012-01-13 Glenn Morris <rgm@gnu.org>
6052
1498536e
GM
6053 * dired.el (dired-switches-escape-p): New function.
6054 (dired-insert-directory): Use dired-switches-escape-p.
6055 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
6056
e517eda4
GM
6057 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
6058
328f984d
GM
60592012-01-12 Glenn Morris <rgm@gnu.org>
6060
6061 * mail/sendmail.el (mail-mode): Update paragraph-separate for
6062 changes in adaptive-fill-regexp. (Bug#10276)
6063
2cc769a8
AM
60642012-01-11 Alan Mackenzie <acm@muc.de>
6065
6066 Fix Emacs bug #10463 - put `widen's around the critical spots.
6067
1d00653d 6068 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
6069 widen around each invocation of c-state-pp-to-literal. Remove an
6070 unused let variable.
6071
e52c37fa
GM
60722012-01-11 Glenn Morris <rgm@gnu.org>
6073
6074 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 6075 Doc fix.
e52c37fa 6076
96f8741e
CY
60772012-01-10 Chong Yidong <cyd@gnu.org>
6078
1d00653d
SM
6079 * net/network-stream.el (network-stream-open-starttls):
6080 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
6081 response to the capability command.
6082
b09a806e
GM
60832012-01-10 Glenn Morris <rgm@gnu.org>
6084
6085 * mail/unrmail.el (unrmail): Tweak previous change.
6086
7655cb66
CY
60872012-01-09 Chong Yidong <cyd@gnu.org>
6088
6089 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
6090
9d5a8f0b
AM
60912012-01-08 Alan Mackenzie <acm@muc.de>
6092
6093 Optimise font locking in long enum definitions.
6094
6095 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
6096 arm to a cond form to handle enums.
6097 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
6098 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
6099
9a0115ab 61002012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
6101
6102 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 6103 (Bug#10401)
6bb72cbd 6104
f186bb95
LMI
61052012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6106
29232a68
LMI
6107 * faces.el (set-face-attribute): Clarify the meaning of the nil
6108 frame (bug#10294).
6109
4e5d086d
LMI
6110 * subr.el (with-selected-frame): Mention that the selected frame
6111 is restored (bug#9980).
6112
8e66aebe
LMI
6113 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
6114 (bug#9759).
6115
cd394be1 6116 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
6117 (password-read): Don't autoload unused function.
6118
adf4e762
JB
61192012-01-07 Juanma Barranquero <lekktu@gmail.com>
6120
6121 * progmodes/which-func.el (which-func-mode): Turn into a
6122 non-interactive function and mark as obsolete (bug#10428).
6123
89bd9ccd
CY
61242012-01-06 Chong Yidong <cyd@gnu.org>
6125
6126 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
6127 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
6128 functions, along with 1 and -1.
6129
4afee9d5
EZ
61302012-01-06 Eli Zaretskii <eliz@gnu.org>
6131
6132 * time.el (display-time-load-average)
6133 (display-time-default-load-average): Doc fixes. See the thread
6134 starting at
6135 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
6136 for the details.
6137
536aea70
GM
61382012-01-06 Glenn Morris <rgm@gnu.org>
6139
665ae865
GM
6140 * mail/unrmail.el (unrmail): Give an explicit error if the input file
6141 has no messages. (Bug#10377)
6142
c869783d
GM
6143 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
6144 than Info-edit. (Bug#10385)
6145
2bb4227e
GM
6146 * time.el (display-time-load-average, display-time-next-load-average):
6147 Doc fixes.
6148
7d5944b9
GM
6149 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
6150 local setting of buffer-read-only to the input buffer. (Bug#10419)
6151
536aea70
GM
6152 * calendar/calendar.el (calendar-mode):
6153 Locally set scroll-margin to 0. (Bug#10379)
6154
7dccca16
UM
61552012-01-06 Ulrich Mueller <ulm@gentoo.org>
6156
6157 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
6158
afbb7930
GM
61592012-01-05 Glenn Morris <rgm@gnu.org>
6160
6161 * eshell/em-unix.el (diff-no-select): Autoload it.
6162 (eshell/diff): Use diff-no-select. (Bug#10420)
6163
04482335
CY
61642012-01-05 Chong Yidong <cyd@gnu.org>
6165
7baca3bc
CY
6166 * shell.el (shell-dynamic-complete-functions): Revert last change.
6167 (shell-command-completion-function): New function.
6168 (shell-completion-vars): Use it to implement
6169 shell-completion-execonly (Bug#10417).
6170
04482335
CY
6171 * custom.el (enable-theme): Don't set custom-safe-themes.
6172
1d00653d
SM
6173 * cus-theme.el (custom-theme-merge-theme):
6174 Ignore custom-enabled-themes and custom-safe-themes.
04482335 6175
bb5aa5d6
MM
61762012-01-05 Michael R. Mauger <mmaug@yahoo.com>
6177
6178 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
6179 first prompt in `sql-interacive-mode'.
6180 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 6181 keywords.
6df6ae42 6182 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
6183 (sql-product-interactive): Bug fix: Set `sql-buffer' in
6184 context of original buffer. Invoke `sql-login-hook'.
6185
a7183d7c
EZ
61862012-01-04 Eli Zaretskii <eliz@gnu.org>
6187
6188 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
6189 letters in cite-prefix.
6190
a1eacd1e
LMI
61912012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6192
6193 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
6194
787cdb34
CY
61952012-01-03 Chong Yidong <cyd@gnu.org>
6196
1d00653d
SM
6197 * shell.el (shell-dynamic-complete-functions):
6198 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
6199 comint-filename-completion first (Bug#10417).
6200
30710442
RS
62012012-01-02 Richard Stallman <rms@gnu.org>
6202
6203 * battery.el (battery-status-function):
6204 Detect when to use battery-yeeloong-sysfs.
6205 (battery-echo-area-format): Add string for Yeeloong.
6206 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
6207 (battery-yeeloong-sysfs): New function.
6208
f75bfc33
CY
62092012-01-02 Chong Yidong <cyd@gnu.org>
6210
6211 * dirtrack.el (dirtrack-list): Eliminate unused third element.
6212 (dirtrack): Merge code for handling relative filenames in prompt
6213 from shell-dir-cookie-watcher.
6214 (dirtrack-debug-message): New arg to avoid excess format calls.
6215
6216 * shell.el (shell-dir-cookie-re): Variable deleted.
6217 (shell-dir-cookie-watcher): Function deleted.
6218 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
6219 with dirtrack-mode.
6220
651e947e
EZ
62212012-01-01 Eli Zaretskii <eliz@gnu.org>
6222
1d00653d
SM
6223 * term/w32-win.el (dynamic-library-alist) <gnutls>:
6224 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
6225 libgnutls-26.dll.
6226
94d4c7dc
AS
62272011-12-31 Andreas Schwab <schwab@linux-m68k.org>
6228
6229 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
6230
8d43f3cd
EZ
62312011-12-31 Eli Zaretskii <eliz@gnu.org>
6232
6233 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
6234 headers of non-MIME messages, when rmail-enable-mime is non-nil.
6235
98c8795a
MA
62362011-12-29 Michael Albinus <michael.albinus@gmx.de>
6237
6238 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
6239 also for alternative shells.
6240 (tramp-open-connection-setup-interactive-shell): Check, whether
6241 the shell is a busybox.
6242 (tramp-send-command): Don't suppress multiple prompts for
6243 busyboxes, it hurts.
6244
51281b32
CY
62452011-12-28 Chong Yidong <cyd@gnu.org>
6246
6247 * progmodes/gdb-mi.el (gdb-get-source-file-list)
6248 (gdb-get-source-file): Move mode line update to
6249 gdb-get-source-file (Bug#10087).
6250
2170cb53
CY
62512011-12-25 Chong Yidong <cyd@gnu.org>
6252
6253 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
6254 gud-gdb-marker-filter without taking it as an argument.
6255 (gud-gdb-run-command-fetch-lines): Caller changed.
6256 (gud-gdb-completion-function): New variable.
6257 (gud-gdb-completion-at-point): Use it.
6258 (gud-gdb-completions-1): Split from gud-gdb-completions.
6259
6260 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
6261 function as separate arguments.
6262 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
6263 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
6264 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
6265 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
6266 (gdb-stopped, def-gdb-auto-update-trigger)
6267 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
6268 (gdb-get-changed-registers, gdb-get-main-selected-frame):
6269 Callers changed.
2170cb53
CY
6270 (gud-gdbmi-completions): New function.
6271 (gdb): Use it for generating the completion table.
6272
be8b11bb
AM
62732011-12-24 Alan Mackenzie <acm@muc.de>
6274
6275 Introduce a mechanism to widen the region used in context font
1d00653d 6276 locking. Use this to protect declarations from losing their contexts.
be8b11bb 6277
1d00653d
SM
6278 * progmodes/cc-langs.el (c-before-font-lock-functions):
6279 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 6280 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
6281 functions to be run just before context (etc.) font locking.
6282
6283 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 6284 New, functionality extracted from
be8b11bb 6285 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 6286 (c-in-after-change-fontification): New variable.
be8b11bb
AM
6287 (c-after-change): Set c-in-after-change-fontification.
6288 (c-set-fl-decl-start): Rejig its interface, so it can be called
6289 from both after-change and context fontifying.
b81d40f0
JB
6290 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
6291 New functions.
6292 (c-standard-font-lock-fontify-region-function): New variable.
6293 (c-font-lock-fontify-region): New function.
be8b11bb 6294
341cf6ac
JL
62952011-12-24 Juri Linkov <juri@jurta.org>
6296
6297 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
6298 (Bug#10348)
6299
bffcee0a
MA
63002011-12-23 Michael Albinus <michael.albinus@gmx.de>
6301
6302 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
6303 existence of source file. (Bug#10325)
6304
cb5e207c
AM
63052011-12-23 Alan Mackenzie <acm@muc.de>
6306
6307 Fix unstable fontification inside templates.
6308
b81d40f0
JB
6309 * progmodes/cc-langs.el (c-before-font-lock-functions):
6310 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
6311 additionally has c-set-fl-decl-start. The other languages (apart
6312 from AWK) have that as a single entry.
6313
b81d40f0
JB
6314 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
6315 The functionality for "local" declarations has been extracted to
cb5e207c
AM
6316 c-set-fl-decl-start.
6317
b81d40f0
JB
6318 * progmodes/cc-mode.el (c-common-init, c-after-change):
6319 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
6320 (c-set-fl-decl-start): New function, extracted from
6321 c-font-lock-enclosing-decls and enhanced.
6322
60ff536c
JB
63232011-12-23 Juanma Barranquero <lekktu@gmail.com>
6324
6325 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
6326
1c4757d6
JL
63272011-12-22 Juri Linkov <juri@jurta.org>
6328
6329 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
6330
d031f2c7
CY
63312011-12-22 Chong Yidong <cyd@gnu.org>
6332
6333 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
6334
bace743a
DA
63352011-12-21 Drew Adams <drew.adams@oracle.com>
6336
6337 * files.el (file-remote-p): Fix docstring. (Bug#10319)
6338
728a1f2b
JC
63392011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
6340
6341 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
6342
0d373f73
TZ
63432011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
6344
fec0aaa4
TZ
6345 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
6346 highlighting and support. Fix up comments for capitalization.
6347 (cfengine-mode-debug): New var.
6348 (cfengine3-mode): Change the modeline indicator to "CFE3".
6349 (cfengine3-font-lock-keywords): Improve defun highlighting.
6350 (cfengine2-actions): Rename from `cfengine-actions'.
6351 (cfengine2-font-lock-keywords): Rename from
6352 `cfengine-font-lock-keywords'.
6353 (cfengine2-imenu-expression): Rename from
6354 `cfengine-imenu-expression'.
6355 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
6356 (cfengine2-beginning-of-defun): Rename from
6357 `cfengine-beginning-of-defun'.
6358 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
6359 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
6360 (cfengine2-mode): Rename from `cfengine-mode'. Change the
6361 modeline indicator to "CFE2".
6362 (cfengine-mode): Defalias to `cfengine-auto-mode'.
6363 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 6364
bc86f573
CY
63652011-12-21 Chong Yidong <cyd@gnu.org>
6366
6367 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
6368 filename argument.
6369
d45ba96b
MR
63702011-12-20 Martin Rudalics <rudalics@gmx.at>
6371
6372 * window.el (window-normalize-buffer-to-display): Remove.
6373 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
6374
a6198c90
CY
63752011-12-19 Chong Yidong <cyd@gnu.org>
6376
6377 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
6378 Don't signal an error in a predicate function; return non-nil.
6379 (vc-dir-mark-file): Move the error here.
6380 (vc-dir-mark-unmark): If acting on the region, keep going if one
6381 of the entries cannot be marked/unmarked.
6382 (vc-dir-mark-all-files): If current entry is a directory, mark
6383 only child files, as documented.
6384
34c5fb55
VB
63852011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
6386
6387 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
6388 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
6389 addition.
6390
c803b2b7
JD
63912011-12-18 Jan Djärv <jan.h.d@swipnet.se>
6392
6393 * term/ns-win.el (ns-get-selection-internal)
6394 (ns-store-selection-internal): Declare.
1154d12e
JB
6395 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
6396 Declare as obsolete.
6397 (ns-get-pasteboard, ns-paste-secondary):
6398 Use ns-get-selection-internal.
6399 (ns-set-pasteboard, ns-copy-including-secondary):
6400 Use ns-store-selection-internal.
c803b2b7 6401
9cff91f8 64022011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
6403
6404 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 6405 (vc-deduce-fileset): Doc fix.
99a289d9 6406
f16c898a
AS
64072011-12-16 Andreas Schwab <schwab@linux-m68k.org>
6408
6409 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
6410
763237c4
SS
64112011-12-13 Sam Steingold <sds@gnu.org>
6412
6413 * man.el (Man-getpage-in-background): When running under a
6414 window-system, ignore $MANWIDTH and $COLUMNS.
6415
5fc1c122
KH
64162011-12-15 Kenichi Handa <handa@m17n.org>
6417
6418 * language/ethio-util.el: Change coding tag to utf-8-emacs.
6419 (setup-ethiopic-environment-internal): Comment out key-binding for
6420 ethio-toggle-punctuation.
6421
13d49cbb
AM
64222011-12-13 Alan Mackenzie <acm@muc.de>
6423
898169a2
AM
6424 Add the switch statement to AWK Mode.
6425
7a71b18d 6426 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
6427 "default" to the keywords regexp.
6428
7a71b18d 6429 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 6430 expression as the rest.
1d00653d
SM
6431 (c-nonlabel-token-key): Allow string literals for AWK.
6432 Refactor for the other modes.
898169a2 6433
13d49cbb 6434 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 6435 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
6436 routines. Limit backward searching in c-font-lock-enclosing.decl.
6437
6438 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
6439 pp-state and literal type in addition to the limits.
1d00653d 6440 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 6441 (c-state-literal-at): Use the above new defun.
1d00653d
SM
6442 (c-slow-in-literal, c-fast-in-literal): Remove.
6443 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
6444
6445 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
6446 being in a literal. Add a limit for backward searching.
6447
6448 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
6449 c-slow-in-literal.
6450
15e0efc7
SM
64512011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
6452
6453 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
6454
454592a6
MR
64552011-12-13 Martin Rudalics <rudalics@gmx.at>
6456
6457 * window.el (delete-other-windows): Use correct frame in call to
6458 window-with-parameter.
6459
87393f26
DP
64602011-12-12 Daniel Pfeiffer <occitan@t-online.de>
6461
6462 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
6463 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
6464 (makefile-gmake-statements, makefile-makepp-statements):
6465 Use it and add new makepp keywords.
6466 (makefile-makepp-font-lock-keywords): Add new patterns.
6467 (makefile-match-function-end): Match new [...] and [[...]].
6468
11636b22
JB
64692011-12-11 Juanma Barranquero <lekktu@gmail.com>
6470
6471 * ses.el (ses-call-printer-return, ses-cell-property-get)
6472 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
6473 (ses-create-cell-variable, ses-reset-header-string)
6474 (ses-cell-set-formula, ses-repair-cell-reference-all)
6475 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
6476 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
6477 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
6478 (ses-aset-with-undo, ses-load, ses-truncate-cell)
6479 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
6480 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
6481 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
6482 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
6483 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
6484 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
6485 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
6486 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
6487
cf018193
VB
64882011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
6489
6490 * ses.el: The overall change is to add cell renaming, that is
6491 setting fancy names for cell symbols other than name matching
6492 "\\`[A-Z]+[0-9]+\\'" regexp .
6493 (ses-create-cell-variable): New defun.
6494 (ses-relocate-formula): Relocate formulas only for cells the
6495 symbols of which are not renamed, i.e. symbols whose names do not
6496 match regexp "\\`[A-Z]+[0-9]+\\'".
6497 (ses-relocate-all): Relocate values only for cells the symbols of
6498 which are not renamed.
6499 (ses-load): Create cells variables as the (ses-cell ...) are read,
6500 in order to check row col consistency with cell symbol name only
6501 for cells that are not renamed.
6502 (ses-replace-name-in-formula): New defun.
6503 (ses-rename-cell): New defun.
6504
ee957461
CY
65052011-12-11 Chong Yidong <cyd@gnu.org>
6506
6507 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
6508 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
6509
9a9e9ef0
MR
65102011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
6511
6512 * window.el (other-window): Fix docstring.
6513
92a8eba5
EZ
65142011-12-10 Eli Zaretskii <eliz@gnu.org>
6515
6516 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
6517 `from' or `to' address before taking its substring.
6518 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
6519 encoded name is chopped in the middle of the encoded string, and
6520 thus displayed encoded.
6521
e152e577
JB
65222011-12-10 Juanma Barranquero <lekktu@gmail.com>
6523
6524 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
6525
e5d84bfe
EZ
65262011-12-10 Eli Zaretskii <eliz@gnu.org>
6527
6528 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
6529 to use texinfo-update-node and commands that call it if the
6530 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 6531 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
6532 (texinfo-all-menus-update, texinfo-master-menu)
6533 (texinfo-update-node, texinfo-every-node-update)
6534 (texinfo-multiple-files-update): Doc fix. Warn against updating
6535 all the @node lines.
6536 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
6537 argument is numeric. Explain better in the doc string what the
6538 function really does.
6539 (texinfo-insert-master-menu-list): Improve the error message
6540 displayed if there's no menu in the Top node.
6541 (Bug#2975) See also this thread:
e5d84bfe
EZ
6542 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
6543
1d84e9bb
MG
65442011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
6545
6546 * speedbar.el (speedbar-supported-extension-expressions):
6547 Add .adb and .ads, commonly used for Ada source code (bug#10256).
6548
382c953b
JB
65492011-12-09 Juanma Barranquero <lekktu@gmail.com>
6550
6551 * printing.el (pr-mode-alist):
6552 * simple.el (filter-buffer-substring-functions)
6553 (completion-list-insert-choice-function):
6554 * window.el (window-with-parameter, window-atom-root)
6555 (window-sides-slots, window-size-fixed, window-min-delta)
6556 (window-max-delta, window--resize-mini-window)
6557 (window--resize-child-windows-normal, window-tree)
6558 (delete-other-windows, quit-window, split-window)
6559 (display-buffer-record-window, special-display-buffer-names)
6560 (special-display-regexps, special-display-popup-frame)
6561 (same-window-p, split-window-sensibly)
6562 (display-buffer-overriding-action, display-buffer-alist)
6563 (display-buffer-base-action, display-buffer, switch-to-buffer)
6564 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
6565 (fit-window-to-buffer, recenter-positions)
6566 (mouse-autoselect-window-state, mouse-autoselect-window-select):
6567 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
6568 and remove unneeded backslashes in docstrings.
6569
39c9faef
SM
65702011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
6571
98449af8
SM
6572 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
6573
39c9faef
SM
6574 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
6575 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
6576 end in ".mk".
6577 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
6578 when reading the makefile (bug#10116).
6579
86ed9fdc
SM
65802011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6581
6582 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
6583 (bug#10116).
6584
5580f89d
GM
65852011-12-06 Glenn Morris <rgm@gnu.org>
6586
6587 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
6588
28d3917c
CY
65892011-12-06 Chong Yidong <cyd@gnu.org>
6590
6591 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
6592
a98edce9
JB
65932011-12-06 Juanma Barranquero <lekktu@gmail.com>
6594
6595 * textmodes/table.el (table-shorten-cell): Fix typo.
6596
e65adfac
CG
65972011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
6598
6599 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
6600
71cc0b74
EZ
66012011-12-05 Eli Zaretskii <eliz@gnu.org>
6602
6603 * descr-text.el (describe-char): Fix display of strong
6604 right-to-left characters and directional embeddings and overrides.
6605
6606 * simple.el (what-cursor-position): Fix display of codepoints of
6607 strong right-to-left characters.
6608
315bc30d
CY
66092011-12-05 Chong Yidong <cyd@gnu.org>
6610
6611 * faces.el (read-color): Doc fix.
6612
58a70b94
GM
66132011-12-05 Glenn Morris <rgm@gnu.org>
6614
6615 * align.el (align--set-marker): Add doc-string.
6616 Don't try to move something that is not a marker. (Bug#10216)
6617
5158face
GM
66182011-12-04 Glenn Morris <rgm@gnu.org>
6619
6620 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
6621 overly zealous deletion of trailing whitespace.
6622
520fca41
JB
66232011-12-04 Juanma Barranquero <lekktu@gmail.com>
6624
6625 * server.el (server-delete-client): On Windows, do not try to delete
6626 the only terminal.
6627 (server-process-filter): On Windows, treat requests for a tty frame as
6628 if they were for a GUI frame if the running server is in GUI mode.
6629
5e605a2e
GM
66302011-12-03 Glenn Morris <rgm@gnu.org>
6631
6632 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
6633
5c3fe83f
SM
66342011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
6635
6f5e57e7
SM
6636 * electric.el: Streamline electric-indent's hook.
6637 (electric-indent-chars): Revert to simple list.
6638 (electric-indent-functions): New var.
6639 (electric-indent-post-self-insert-function): Use it.
6640
5c3fe83f
SM
6641 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
6642 there's no inferior buffer (bug#10196).
6643 (prolog-consult-compile): Don't use toggle-read-only.
6644
6bdac736
MA
66452011-12-02 Michael Albinus <michael.albinus@gmx.de>
6646
6647 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
6648 interrupt. (Bug#10187)
6649
6131ba7f
SM
66502011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6651
99c79fee
SM
6652 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
6653 (bug#9160).
6654
6131ba7f
SM
6655 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
6656 (bug#10191).
6657
cb0a02ea
JL
66582011-12-02 Juri Linkov <juri@jurta.org>
6659
6660 * info.el (Info-search): Display "end of manual" when Isearch
6661 reaches the end of single-file Info manual. (Bug#9918)
6662
66e0570c
EZ
66632011-12-02 Eli Zaretskii <eliz@gnu.org>
6664
6665 * isearch.el (isearch-message-prefix): Run the input method part
6666 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
6667
02b16839
JL
66682011-12-02 Juri Linkov <juri@jurta.org>
6669
6670 * isearch.el (isearch-occur): Use `word-search-regexp' for
6671 `isearch-word'.
6672 (isearch-search-and-update): Add condition for `isearch-word' and
6673 call `word-search-regexp'. (Bug#10145)
6674
0b950688
GM
66752011-12-01 Glenn Morris <rgm@gnu.org>
6676
6677 * eshell/em-hist.el (eshell-hist-initialize):
6678 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 6679 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 6680
9505c3c7
SM
66812011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
6682
6683 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
6684
1bbe96b2 66852011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 6686
a1beca85
SM
6687 * progmodes/verilog-mode.el (verilog-pretty-expr):
6688 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
6689 verilog, such as += *= and the like.
6690 (verilog-assignment-operator-re): Regular expression to find the
6691 assigment operator in a verilog assignment.
6692 (verilog-assignment-operation-re): Regular expression to find an
6693 assignment statement for pretty-expr.
6694 (verilog-in-attribute-p): Query returns true if point is in an
6695 attribute context; used to skip these for expression line up from
6696 pretty-expr.
6697 (verilog-in-parameter-p): Query returns true if point is in an
6698 parameter definition context; used to skip these for expression
6699 line up from pretty-expr.
6700 (verilog-in-parenthesis-p): Query returns true if point is in a
6701 parenthetical expression, specifically ( ) but not [ ] or { };
6702 used by pretty-expr.
6703 (verilog-just-one-space): If there is no space, don't add one.
6704 (verilog-get-lineup-indent-2): Specifically skip just attribute
6705 contexts for expression lineup, rather than skipping all
6706 parenthetical expressions.
6707 (verilog-calculate-indent): Fix comment, and fix indent.
6708 (verilog-do-indent): Indent declarations in lists (suggested by
6709 Joachim Lechner).
6710 (verilog-mode-abbrev-table): Populate abbrev mode with the various
6711 skeleton items.
6712 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
6713 by Alain Mellan).
6714
1bbe96b2 67152011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
6716
6717 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
6718 parameters with embedded comments. Reported by Ray Stevens.
6719 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
6720 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
6721 Reported by Tim Holt.
6722 (verilog-auto): Fix AUTOing a upper module then AUTOing module
6723 instantiated by upper module causing wrong expansion until AUTOed a
6724 second time. Reported by K C Buckenmaier.
6725 (verilog-diff-auto): Fix showing .* as a difference when
6726 `verilog-auto-star-save' off. Reported by Dan Dever.
6727 (verilog-auto-reset, verilog-read-always-signals)
6728 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
6729 temporary signals in reset list if
6730 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
6731 style to each signal's assignment type, bug381.
6732 Reported by Thomas Esposito.
6288f0ca
WS
6733 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
6734 (verilog-uvm-statement-re): Support UVM indentation and
6735 highlighting, with old OVM keywords only.
a1beca85 6736 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
6737 Support AUTOTIEOFF creating non-wire data types.
6738 Suggested by Jonathan Greenlaw.
6288f0ca
WS
6739 (verilog-auto-insert-lisp, verilog-delete-to-paren)
6740 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
6741 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
6742 (verilog-read-sub-decls, verilog-read-sub-decls-line):
6743 Fix mismatching parenthesis inside commented out code when deleting
382c953b 6744 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
6745 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
6746 non-numeric vector width. Reported by Alex Reed.
6747 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 6748 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
6749 (verilog-auto-delete-trailing-whitespace):
6750 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
6751 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
6752 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
6753 Fix verilog-scan-cache corruption when running user AUTO expansion
6754 hooks that call indentation routines.
6755 (verilog-simplify-range-expression): Fix typo ignoring lower case
6756 identifiers.
6757 (verilog-delete-auto): Fix delete-autos to also remove user created
6758 automatics, as long as they start with AUTO.
6759 (verilog-batch-diff-auto, verilog-diff-auto)
6760 (verilog-diff-function): Add `verilog-diff-auto' and bind to
6761 "C-c?" to report differences in AUTO expansion, ignoring spaces.
6762 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
6763 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
6764 (verilog-re-search-forward-quick, verilog-syntax-ppss):
6765 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
6766 is disabled and its cache will get corrupt, causing AUTOS not to
6767 expand. Instead use only -quick functions.
6768 (verilog-scan-region): Fix scanning over escaped quotes.
6769 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
6770 (verilog-re-search-backward-quick)
6771 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
6772 related functions now ignore strings, to fix misparsing of strings
6773 with magic comments embedded in them.
a1beca85
SM
6774 (verilog-read-auto-template):
6775 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
6776 Reported by Brad Dobbie.
6777 (verilog-read-auto-template):
6778 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 6779 Reported by Brad Dobbie.
6288f0ca
WS
6780 (verilog-auto-inst, verilog-auto-inst-param)
6781 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
6782 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
6783 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
6784 debugging templates without merge conflicts, bug357.
6785 Reported by Brad Dobbie.
6786 (verilog-read-auto-template):
6787 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
6788 Reported by Brad Dobbie.
6789 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
6790 abbrevs so user won't be asked to save.
6791 (verilog-read-auto-lisp-present): Fix to start at beginning of
6792 buffer in case called outside of verilog-auto.
6793 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
6794 to "X-2". Reported by Matthew Myers.
6795 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
6796 all inputs from module templates. Reported by Leith Johnson.
6797 (verilog-module-inside-filename-p): Fix locating programs as with
6798 modules.
6799 (verilog-auto-inst-port): Fix vl-width expressions when using
6800 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
6801 (verilog-decls-get-regs, verilog-decls-get-signals,
6802 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
6803 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
6804 verilog-read-decls): Combine reg and wire structures into one var
6805 structure to represent SystemVerilog concepts.
6806 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
6807 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
6808 (verilog-auto-wire-type, verilog-insert-definition):
6809 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
6810 SystemVerilog "logic" keyword instead of "wire"/"reg".
6811 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
6812 to declares outputs that also have assignments (presumably in an
a1beca85
SM
6813 ifdef or generate if so there's not a driver conflict).
6814 Reported by Matthew Myers.
6815 (verilog-auto-declare-nettype, verilog-insert-definition):
6816 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
6817 `default_nettype none. Reported by Julian Gorfajn.
6818 (verilog-read-always-signals-recurse, verilog-read-decls)
6819 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
6820 malformed end statement, bug325. Reported by Joshua Wise and
6821 Andrew Drake.
6822 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
6823 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
6824 when expanding .* in interfaces, bug320.
6825 Reported by Pierre-David Pfister.
6288f0ca 6826 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
6827 name and open parenthesis, bug317.
6828 Reported by Pierre-David Pfister.
6288f0ca
WS
6829 (verilog-simplify-range-expression): Fix simplification of
6830 multiplications inside AUTOWIRE connections, bug303.
6831 (verilog-auto-inst-port): Support parameter expansion in
6832 multidimensional arrays.
6833 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
6834 after "assert property". Reported by Julian Gorfajn.
6835 (verilog-simplify-range-expression): Fix "couldn't merge" errors
6836 with multiplication, bug303.
6837 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
6838 Reported by Jan Frode Lonnum.
6839
1bbe96b2
GM
68402011-11-30 Juanma Barranquero <lekktu@gmail.com>
6841
6842 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
6843 (hfy-shell-file-name, hfy-shell):
6844 * international/fontset.el (x-decompose-font-name): Fix typos.
6845
68462011-11-29 Ken Brown <kbrown@cornell.edu>
6847
6848 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
6849 (gdb-version): Remove defvar.
6850 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
6851 (gdb-gud-context-command, gdb-non-stop-handler)
6852 (gdb-current-context-command, gdb-stopped): Use it.
6853 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
6854 (gdb-non-stop-handler): Don't enable pretty-printing here.
6855 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
6856 non-stop mode. Use the following.
6857 (gdb-check-target-async): New defun.
6858 (gud-watch, gdb-stopped): Fix whitespace.
6859 (gdb-get-source-file): Don't try to display the source file if
6860 `gdb-main-file' is nil.
6861
68622011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
6863
6864 * align.el: Try to generate fewer markers (bug#10047).
6865 (align--set-marker): New macro.
6866 (align-region): Use it.
6867
c935221f
SM
68682011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
6869
6870 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
6871
e70b5064
CY
68722011-11-29 Chong Yidong <cyd@gnu.org>
6873
6874 * indent.el (indent-for-tab-command, indent-according-to-mode):
6875 Doc fix.
6876 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
6877
f3af92b7
MA
68782011-11-29 Michael Albinus <michael.albinus@gmx.de>
6879
6880 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
6881 aware of remote file names. (Bug#10124)
6882
ed472be9
CY
68832011-11-29 Chong Yidong <cyd@gnu.org>
6884
6885 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
6886
24510c22
SM
68872011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6888
6889 * files.el (find-file): Don't use force-same-window (bug#10144).
6890 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
6891 use pop-to-buffer if the selected window can't be used.
6892 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
6893
c60c3703
EZ
68942011-11-28 Eli Zaretskii <eliz@gnu.org>
6895
6896 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
6897 special-mode-map.
6898
e95def75
CY
68992011-11-28 Chong Yidong <cyd@gnu.org>
6900
6901 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
6902
c3f1c606
NR
69032011-11-27 Nick Roberts <nickrob@snap.net.nz>
6904
6905 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
6906 gdb-get-source-file-list on gdb-create-source-file-list.
6907
00db469c
EZ
69082011-11-26 Eli Zaretskii <eliz@gnu.org>
6909
6910 * whitespace.el (whitespace-newline): Use a different foreground
6911 color for 16-color light-background displays.
6912
4ad3bc2a
CY
69132011-11-24 Chong Yidong <cyd@gnu.org>
6914
6915 * window.el (display-buffer--special-action): Doc fix.
6916
e9fce1ac
JB
69172011-11-25 Juanma Barranquero <lekktu@gmail.com>
6918
6919 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
6920 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
6921 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
6922 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
6923 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
6924 (avl-tree-stack-first):
6925 * emacs-lisp/cconv.el (cconv--analyse-use):
6926 * net/gnutls.el (gnutls-negotiate): Fix typos.
6927
cb825e5d
GM
69282011-11-24 Glenn Morris <rgm@gnu.org>
6929
3adbe224
GM
6930 * lpr.el (lpr-windows-system, lpr-lp-system):
6931 * mail/binhex.el (binhex-begin-line):
6932 * progmodes/grep.el (grep-history, grep-find-history):
6933 * textmodes/flyspell.el:
6934 * vc/pcvs-defs.el (cvs-global-menu):
6935 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
6936 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
6937 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
6938
321decc8
GM
6939 * net/tls.el: Fix case of "GnuTLS".
6940
420b63ad
GM
6941 * paths.el (rmail-file-name): Format doc-string for make-docfile.
6942
cb825e5d
GM
6943 * version.el (emacs-build-system): Give it a doc-string.
6944
a0649f08
JL
69452011-11-24 Juri Linkov <juri@jurta.org>
6946
6947 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
6948
c0bc0fd4
GM
69492011-11-24 Glenn Morris <rgm@gnu.org>
6950
6951 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
6952 if called on a non-mime message just toggle the headers. (Bug#8006)
6953
20db1522
JB
69542011-11-24 Juanma Barranquero <lekktu@gmail.com>
6955
6956 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
6957 (allout-lead-with-comment-string, allout-structure-deleted-hook)
6958 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
6959 (allout-rebullet-heading, allout-open-sibtopic)
6960 (allout-toggle-current-subtree-encryption)
6961 (allout-toggle-subtree-encryption, allout-encrypt-string)
6962 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
6963 (allout-distinctive-bullets-string, allout-auto-activation):
6964 * window.el (window-normalize-buffer-to-display):
6965 * progmodes/verilog-mode.el (verilog-batch-indent):
6966 * textmodes/bibtex.el (bibtex-field-braces-opt)
6967 (bibtex-field-strings-opt):
6968 * vc/cvs-status.el (cvs-tree-merge):
6969 Fix typos.
6970
7262a87c
MA
69712011-11-23 Michael Albinus <michael.albinus@gmx.de>
6972
6973 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
6974 `non-essential' to t, in order to avoid remote connections.
6975
283430a1
EZ
69762011-11-23 Eli Zaretskii <eliz@gnu.org>
6977
a1beca85
SM
6978 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6979 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
6980 case-insensitively.
6981
d2992a38
ML
69822011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
6983
6984 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
6985
50419064
GM
69862011-11-23 Glenn Morris <rgm@gnu.org>
6987
da94eca1
GM
6988 * paths.el (rmail-file-name): Reformat the doc-string so that it
6989 is picked up.
6990
9aac4de2
GM
6991 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
6992 (rmail-auto-file): Ignore case in the "special" field names,
6993 as mail-fetch-field does for all others.
6994
8038d2d2
GM
6995 * mail/rmail.el (rmail-forward):
6996 * mail/rmailkwd.el (rmail-set-label):
6997 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
6998 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
6999
f3fe222a
GM
7000 * mail/rmail.el (rmail-current-message): Doc fix.
7001
50419064
GM
7002 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
7003
28109f49
SM
70042011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
7005
7006 * server.el (server-eval-and-print): Allow C-g (bug#6585).
7007
394c65f1
GM
70082011-11-22 Glenn Morris <rgm@gnu.org>
7009
7010 * mail/rmailmm.el (test-rmail-mime-handler)
7011 (test-rmail-mime-bulk-handler)
7012 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
7013
f2a0aa3a
JL
70142011-11-21 Juri Linkov <juri@jurta.org>
7015
1154d12e
JB
7016 * calc/calc.el (calc-read-key-sequence):
7017 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 7018
9c34a344
LMI
70192011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7020
7021 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
7022 Tell the caller that the next line needs recomputation, even
7023 though it doesn't start a sexp (bug#10094).
7024
f04a3be9
SM
70252011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7026
7027 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
7028
7978747f
SM
70292011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7030
f04a3be9
SM
7031 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
7032 Use force-same-window.
7978747f 7033
fe7a3057
JB
70342011-11-20 Juanma Barranquero <lekktu@gmail.com>
7035
7036 * descr-text.el (describe-char-unicode-data):
7037 * json.el (json-string-escape):
7038 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
7039 (Footnote-unicode, Footnote-style-p):
7040 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
7041
24901d61
CY
70422011-11-20 Chong Yidong <cyd@gnu.org>
7043
7044 * window.el (replace-buffer-in-windows): Restore interactive spec.
7045
bac7ff22
SM
70462011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7047
24f3d7b9
SM
7048 * electric.el (electric-indent-mode): Fix last change (too optimistic).
7049
bac7ff22
SM
7050 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
7051 (byte-compile-global-not-obsolete-vars): New var.
7052 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
7053 Use it.
7054 (byte-compile-warn-obsolete): Align text with the one in *Help*.
7055
cd1181db
JB
70562011-11-20 Juanma Barranquero <lekktu@gmail.com>
7057
7058 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
7059 * progmodes/pascal.el (electric-pascal-equal):
7060 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
7061 * xml.el (xml-substitute-special): Fix typos.
7062
7fb18e9e
GM
70632011-11-20 Glenn Morris <rgm@gnu.org>
7064
7065 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
7066 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
7067 Doc fixes.
7068 (rmail-decode-mime-charset): Mark as obsolete.
7069
7070 * mail/rmailsum.el (rmail-message-regexp-p-1):
7071 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
7072 Before using mime functions, check they are set. (Bug#10077)
7073
d5a6b3ba
JL
70742011-11-19 Juri Linkov <juri@jurta.org>
7075
7076 * info.el (Info-finder-find-node): Use `package--builtins' instead
7077 of `package-alist'. Use node names formed by the pattern "Keyword "
7078 and the keyword name.
7079
e981b61f
AS
70802011-11-19 Andreas Schwab <schwab@linux-m68k.org>
7081
1d00653d 7082 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 7083
3ffbc301
JL
70842011-11-19 Juri Linkov <juri@jurta.org>
7085
7086 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
7087 that calls `revert-buffer' on all Info buffers. (Bug#9915)
7088 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
7089 `old-history', `old-history-forward'. Add let-binding
7090 `window-selected'. Remove calls to `kill-buffer',
7091 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
7092 before calling `Info-find-node', so `Info-find-node-2' will reread
7093 the Info file. Restore window positions only when `window-selected'
7094 is non-nil.
7095
30c62133
JL
70962011-11-19 Juri Linkov <juri@jurta.org>
7097
7098 * isearch.el (isearch-lazy-highlight-new-loop):
7099 Remove condition `(not isearch-error)'. (Bug#9918)
7100
7101 * misearch.el (multi-isearch-search-fun): Add condition
7102 `(not bound)' to ignore lazy-highlighting search.
7103 Add the search-failed message "end of multi" when the end of
7104 multi-sequence is reached. Uncapitalize the search-failed
7105 message "Repeat for next buffer".
7106
7107 * info.el (Info-search): Add the search-failed message
7108 "end of the manual" when the end of the manual is reached
7109 in Isearch mode.
7110
645ca9cf
JL
71112011-11-19 Juri Linkov <juri@jurta.org>
7112
7113 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
7114 Use non-destructive `remove' instead of `delete' because
7115 `Info-history-list' stored to `Info-isearch-initial-history-list' in
7116 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
7117
df754f66
JL
71182011-11-19 Juri Linkov <juri@jurta.org>
7119
7120 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
7121 to nil instead of binding `search-ring' and `regexp-search-ring'.
7122 (Bug#9185)
7123
0e23d96a
EZ
71242011-11-19 Eli Zaretskii <eliz@gnu.org>
7125
7126 * simple.el (line-move): Force movement by logical lines for any
7127 hscrolled window, not only when auto-hscroll-mode is on.
7128 (line-move-visual): Update doc string to that effect. (Bug#10076)
7129
8a6ccb66
AS
71302011-11-19 Andreas Schwab <schwab@linux-m68k.org>
7131
7132 * language/european.el (macintosh): Define as alias for mac-roman.
7133
49ae5b39
EZ
71342011-11-19 Eli Zaretskii <eliz@gnu.org>
7135
7136 * mail/rmailmm.el (rmail-mime-display-header)
7137 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
7138 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
7139 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
7140 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
7141 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
7142 of a raw aref.
7143 (rmail-mime-entity-segment): To get past the tagline, move forward
7144 2 more lines, to account for the 2 empty lines that precede and
7145 follow the line with the buttons.
7146 (rmail-mime-update-tagline): Move one more line, to get past the
7147 empty line that follows the buttons in the tagline. (Bug#9520)
7148
c56cad4a
MR
71492011-11-19 Martin Rudalics <rudalics@gmx.at>
7150
7151 * window.el (window-max-delta-1, window-min-delta-1)
7152 (window-min-size-1, window-state-get-1, window-state-put-1)
7153 (window-state-put-2): Use "window--" prefix.
7154
cbe71af3
SM
71552011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7156
2ad52c60
SM
7157 * emacs-lisp/smie.el: Improve warnings and conflict detection.
7158 (smie-warning-count): New var.
7159 (smie-set-prec2tab): Use it.
7160 (smie-bnf->prec2): Improve warnings. Add docstring.
7161 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
7162 (smie-bnf--set-class): New function.
7163 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
7164 corner case.
7165
6944dbc1
SM
7166 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
7167 (compilation-error-properties, compilation-move-to-column):
7168 Handle compilation-first-column while in the target buffer.
7169
c400c4d7
SM
7170 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
7171 Don't hardcode point-min==1.
7172
6dbe3e96
SM
7173 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
7174 (eshell-rewrite-for-command): Remove workaround.
7175 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
7176 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
7177 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
7178
cbe71af3
SM
7179 * files-x.el (modify-file-local-variable): Obey commenting conventions.
7180
a8e1496d
GM
71812011-11-17 Glenn Morris <rgm@gnu.org>
7182
7183 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7184 Ignore buffer-local generated-autoload-file if it is the same
7185 as the global value. (Bug#10049)
7186
df85d315
JB
71872011-11-17 Juanma Barranquero <lekktu@gmail.com>
7188
7189 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
7190 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
7191 (reftex-toc-previous-heading, reftex-toc-max-level)
7192 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
7193 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
7194 (reftex-toc-do-promote, reftex-toc-promote-prepare)
7195 (reftex-toc-promote-action, reftex-toc-extract-section-number)
7196 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
7197 (reftex-toc-rename-label, reftex-toc-visit-location)
7198 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
7199 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
7200 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
7201 leaving "*toc*" only for references to the buffer.
7202
a0c2d0ae
MR
72032011-11-17 Martin Rudalics <rudalics@gmx.at>
7204
7205 * window.el (window-resize, delete-window, split-window):
7206 Replace window-splits by window-combination-resize.
1d00653d 7207 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 7208
35c0bac8
GM
72092011-11-17 Glenn Morris <rgm@gnu.org>
7210
7211 * progmodes/sh-script.el (sh-font-lock-keywords-var):
7212 Make bash entry derive from sh entry, not shell entry.
7213
d0c8fc8a
MA
72142011-11-16 Michael Albinus <michael.albinus@gmx.de>
7215
7262a87c
MA
7216 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
7217 local file name.
7218
7877f373
JB
72192011-11-16 Juanma Barranquero <lekktu@gmail.com>
7220
7221 * menu-bar.el (menu-bar-file-menu):
7222 * printing.el (pr-ps-utility):
7223 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
7224 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
7225 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
7226 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
7227 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
7228 (icalendar--convert-cyclic-to-ical)
7229 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
7230 (icalendar--convert-ical-to-diary)
7231 (icalendar--convert-recurring-to-diary)
7232 (icalendar--convert-non-recurring-all-day-to-diary)
7233 (icalendar-import-format-sample):
7234 * progmodes/idlw-shell.el (idlwave-shell-mode):
7235 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
7236 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
7237 (vhdl-ps-print-init): Fix typos.
7238
10649b82
KM
72392011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
7240
9d0cfcd6
GM
7241 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
7242 FSF and collapse date sequence, obscure author/maintainer email address
7243 better, remove extra version line, track relocation of author's webpage.
10649b82 7244
9d0cfcd6
GM
7245 * progmodes/python.el (python-pdbtrack-input-prompt)
7246 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
7247 regular python pdb prompts. Adjustments shamelessly taken exactly as
7248 suggested in EmacsWiki page (tiny change):
7249 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 7250
58179cce
JB
72512011-11-16 Juanma Barranquero <lekktu@gmail.com>
7252
7253 * expand.el (expand-pos, expand-index, expand-point):
7254 Remove redundant info from docstring.
7255 (expand-add-abbrevs): Doc fix.
7256 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
7257 (expand-sample-perl-mode-expand-list): Fix typos.
7258
7259 * net/dbus.el (dbus-event-member-name):
7260 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
7261 * term/pc-win.el (msdos-create-frame-with-faces):
7262 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
7263
b6f67890
MR
72642011-11-16 Martin Rudalics <rudalics@gmx.at>
7265
7266 * window.el (split-window, window-state-get-1)
7267 (window-state-put-1, window-state-put-2): Rename occurrences of
7268 window-nest to window-combination-limit.
1d00653d 7269 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 7270
ce7ddba0
CY
72712011-11-16 Chong Yidong <cyd@gnu.org>
7272
7273 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
7274 regexp (Bug#10033).
7275
3ae704f4
SM
72762011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7277
7278 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
7279 `completing-read' will remove *Completions* and will preserve
7280 current-buffer for us.
7281 (tmm-add-prompt): Users of *Completions* will always (re)set its
7282 major mode.
7283 (tmm-old-comp-map): Remove.
7284
6ad1cdde
GM
72852011-11-16 Glenn Morris <rgm@gnu.org>
7286
7287 * mail/rmailedit.el: Require rmailmm when compiling.
7288 (rmail-old-mime-state): New declaration.
7289 (rmail-edit-current-message): If editing a mime message,
7290 edit the "raw" message from the mbox buffer.
7291 (rmail-cease-edit): Handle mime messages. (Bug#9840)
7292
d20faa20
GM
72932011-11-15 Glenn Morris <rgm@gnu.org>
7294
7295 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
7296 which wasn't being used. Add optional arg to force given state.
7297 (rmail-mime): Add optional arg to force given state.
7298
c7015153
JB
72992011-11-15 Juanma Barranquero <lekktu@gmail.com>
7300
7301 * allout.el (allout-encryption-plaintext-sanitization-regexps):
7302 * frame.el (display-mm-dimensions-alist):
7303 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
7304 (outline-move-subtree-down):
7305 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
7306 (newsticker--treeview-do-get-node):
7307 * net/quickurl.el (quickurl-list-buffer-name):
7308 * progmodes/dcl-mode.el (dcl-mode):
7309 * progmodes/gdb-mi.el (gdb-mapcar*):
7310 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
7311
45261b50
GM
73122011-11-15 Glenn Morris <rgm@gnu.org>
7313
7314 * mail/rmail.el (rmail-file-coding-system): It's only ever used
7315 in a boolean sense, so just make it a boolean, and fix the doc.
7316 (rmail-show-mime-function, rmail-mime-feature)
7317 (rmail-require-mime-maybe): Doc fixes.
7318 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
7319
7320 * mail/rmailmm.el (rmail-show-mime): Doc fix.
7321
0d26e0b6
JB
73222011-11-15 Juanma Barranquero <lekktu@gmail.com>
7323
7324 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
7325 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
7326 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
7327 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
7328
447f30f6
GM
73292011-11-15 Glenn Morris <rgm@gnu.org>
7330
672b871d
GM
7331 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
7332 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
7333 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
7334 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
7335 (rmail-mime, rmail-show-mime): Doc fixes.
7336
f6aa5bb1
GM
7337 * term/ns-win.el (mode-line-frame-identification):
7338 Leave it alone. (Bug#10051)
7339
947cd66b
GM
7340 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
7341
447f30f6
GM
7342 * mail/rmailout.el (rmail-output-to-rmail-buffer):
7343 Handle empty buffers. (Bug#9978)
7344
0b381c7e
JB
73452011-11-14 Juanma Barranquero <lekktu@gmail.com>
7346
7347 * international/mule.el (define-charset):
7348 * mail/rmailmm.el (rmail-mime-find-header-encoding):
7349 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
7350 * progmodes/verilog-mode.el (verilog-backward-token):
7351 * textmodes/ispell.el (lookup-words):
7352 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
7353
71e027ac
GM
73542011-11-14 Glenn Morris <rgm@gnu.org>
7355
56632ce4
GM
7356 * progmodes/executable.el
7357 (executable-make-buffer-file-executable-if-script-p):
7358 Handle file-modes returning nil.
7359
40500957
GM
7360 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
7361 message - not necessary, and causes problems. (Bug#9831)
7362
071c2340
GM
7363 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
7364
d3cfca60
GM
7365 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
7366
71e027ac
GM
7367 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
7368 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
7369 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
7370
89d61221
MR
73712011-11-12 Martin Rudalics <rudalics@gmx.at>
7372
7373 * window.el (window-resize, delete-window): Use window-splits
7374 variable instead of function.
7375 (window-state-get-1, window-state-put-2, window-state-put):
7376 Don't deal with windows' splits status.
7377
98282f6f
GM
73782011-11-12 Glenn Morris <rgm@gnu.org>
7379
7380 * apropos.el (apropos-do-all, apropos-library, apropos-value)
7381 (apropos-documentation): Doc fixes.
7382
40a8bdf6
JB
73832011-11-11 Juanma Barranquero <lekktu@gmail.com>
7384
7385 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
7386 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
7387
65bd19ff
SM
73882011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
7389
7390 * electric.el (electric-indent-post-self-insert-function): Make it
7391 possible for a char to only indent in some circumstances.
7392 (electric-indent-mode): Simplify.
7393
54f9154c
MR
73942011-11-11 Martin Rudalics <rudalics@gmx.at>
7395
7396 * window.el (windows-with-parameter): Remove unused function.
7397 (windows-at-side): Rename to window-at-side-list.
7398 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
7399 (window-side-check, window-size-ignore, window-size-fixed-1)
7400 (window-in-direction-2): Prefix with "window--".
7401 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 7402
68cbc58b
GM
74032011-11-11 Glenn Morris <rgm@gnu.org>
7404
7405 * subr.el (eval-after-load): If FILE is already loaded,
7406 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
7407
b2621720
GM
74082011-11-10 Glenn Morris <rgm@gnu.org>
7409
9a4de110
GM
7410 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
7411 Call svn via vc-svn-command rather than vc-do-command.
7412 (vc-svn-command): Add --non-interactive. (Bug#9993)
7413 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
7414
b2621720
GM
7415 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7416 Add toggle-read-only. (Bug#7292)
7417 * files.el (toggle-read-only): Mention that it should only
7418 be used interactively. (Bug#10006)
7419
1dce7193
SM
74202011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7421
d9ac1a1e
SM
7422 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7423 Adjust regexp for OCaml warnings.
7424
0c325082
SM
7425 * electric.el (electric-pair-post-self-insert-function): Let user
7426 turn it off buffer-locally (bug#9932).
7427
90132c14
SM
7428 * progmodes/python.el (python-beginning-of-statement):
7429 Rewrite (bug#2703).
7430
1dce7193
SM
7431 * progmodes/compile.el: Better handle TABs (bug#9749).
7432 (compilation-internal-error-properties)
7433 (compilation-next-error-function): Obey the target buffer's
7434 compilation-error-screen-columns.
7435
c4e7c63a
JB
74362011-11-09 Juanma Barranquero <lekktu@gmail.com>
7437
7438 * progmodes/meta-mode.el: Remove obsolete comments.
7439 (meta-right-comment-regexp, meta-ignore-comment-regexp):
7440 Fix typos in docstrings.
7441
2cffd681
MR
74422011-11-09 Martin Rudalics <rudalics@gmx.at>
7443
7444 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 7445 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
7446 (window--resizable): New function. Make all callers of
7447 window-resizable call window--resizable instead.
7448 (window-resizable): Rewrite in terms of window--resizable.
7449
0edcba87
GM
74502011-11-08 Glenn Morris <rgm@gnu.org>
7451
7452 * progmodes/delphi.el (delphi-mode-syntax-table):
7453 Let define-derived-mode define a proper syntax table. (Bug#9994)
7454
4b0d61e3
SM
74552011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7456
7457 * window.el: Stay away from defsubst.
7458 (window-list-no-nils): Remove.
7459 (window-state-get-1, window-state-get): Use backquote instead.
7460
cd394be1 74612011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 7462
4b0d61e3 7463 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 7464 Fix incorrect use of default argument in `completing-read'.
7465
e1c2c6f2
MR
74662011-11-08 Martin Rudalics <rudalics@gmx.at>
7467
7468 * window.el (display-buffer-function, special-display-function):
7469 Mention display-buffer-record-window but do not mention
7470 help-setup parameter in doc-strings.
b3f4a882 7471 (window-min-delta): Fix doc-string typo.
e1c2c6f2 7472
105216ed
CY
74732011-11-08 Chong Yidong <cyd@gnu.org>
7474
7475 * window.el (window-total-height, window-total-width): Doc fix.
7476 (window-body-size): Move from C.
7477 (window-body-height, window-body-width): Move to C.
7478
0a9f9ab5
SM
74792011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7480
7481 * window.el: Make special-display like display-buffer-alist (bug#9532).
7482 (display-buffer--special-action): New function, morphed
7483 from display-buffer--special.
7484 (display-buffer): Use it to handle special-display-buffers at higher
7485 priority (just after display-buffer-alist).
7486 (display-buffer-fallback-action, display-buffer--other-frame-action)
7487 (pop-to-buffer-same-window): Remove display-buffer--special.
7488
a769dd15
GM
74892011-11-07 Glenn Morris <rgm@gnu.org>
7490
7491 * calendar/cal-menu.el (cal-menu-set-date-title):
7492 Do nothing if not in a calendar. (Bug#9976)
7493
05a61ee3
SM
74942011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
7495
7496 * files.el (find-file): Always use selected-window.
7497
be7f5545
MR
74982011-11-07 Martin Rudalics <rudalics@gmx.at>
7499
7500 * window.el (window-combinations): Make WINDOW argument
7501 mandatory. Rewrite doc-string.
7502 (walk-window-subtree, window-atom-check, window-min-delta)
7503 (window-max-delta, window--resize-this-window)
7504 (window--resize-root-window-vertically, window-tree)
7505 (balance-windows, window-state-put): Rewrite doc-strings as to
7506 not mention the term "subwindow".
7507 (window--resize-subwindows-skip-p): Rename to
7508 window--resize-child-windows-skip-p.
7509 (window--resize-subwindows-normal): Rename to
7510 window--resize-child-windows-normal.
7511 (window--resize-subwindows): Rename to
7512 window--resize-child-windows.
7513 (window-or-subwindow-p): Rename to window--in-subtree-p.
7514
3c6702ef
ML
75152011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
7516
7517 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
7518 Ensure that mbox format messages end in two newlines (Bug#9974).
7519
49745b39
CY
75202011-11-06 Chong Yidong <cyd@gnu.org>
7521
7522 * window.el (window-combination-p): Function deleted; its
7523 side-effect is not used in any existing code.
7524 (window-combinations, window-combined-p): Call window-*-child
7525 directly.
7526
24300f5f
CY
75272011-11-05 Chong Yidong <cyd@gnu.org>
7528
7529 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
7530 (window-size-ignore, window-state-get): Callers changed.
7531 (window-normalize-window): Rename from window-normalize-any-window.
7532 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 7533 (window-normalize-live-window): Delete.
447f16b8
CY
7534 (window-combination-p, window-combined-p, window-combinations)
7535 (walk-window-subtree, window-atom-root, window-min-size)
7536 (window-sizable, window-sizable-p, window-size-fixed-p)
7537 (window-min-delta, window-max-delta, window-resizable)
7538 (window-resizable-p, window-full-height-p, window-full-width-p)
7539 (window-current-scroll-bars, window-point-1, set-window-point-1)
7540 (window-at-side-p, window-in-direction, window-resize)
7541 (adjust-window-trailing-edge, maximize-window, minimize-window)
7542 (window-deletable-p, delete-window, delete-other-windows)
7543 (record-window-buffer, unrecord-window-buffer)
7544 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
7545 (quit-window, split-window, window-state-put)
7546 (set-window-text-height, fit-window-to-buffer)
7547 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 7548
89bd5ee1
EZ
75492011-11-04 Eli Zaretskii <eliz@gnu.org>
7550
53479029
EZ
7551 * mail/rmail.el (rmail-simplified-subject): Decode subject with
7552 rfc2047-decode-string.
7553 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
7554 warnings.
7555
89bd5ee1
EZ
7556 * window.el (window-body-height, window-body-width): Mention in
7557 the doc string that the return values are in frame's canonical
7558 units. (Bug#9949)
7559
bd17fdee
AM
75602011-11-03 Alan Mackenzie <acm@muc.de>
7561
7562 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
7563 change in cc-engine.el.
7564
acc825c5
SM
75652011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
7566
7567 * window.el (switch-to-buffer): Use `force-same-window' interactively.
7568
1885e5b8
MR
75692011-11-02 Martin Rudalics <rudalics@gmx.at>
7570
7571 * window.el (quit-window): Call unrecord-window-buffer after
7572 showing another buffer in the window. (Bug#9937)
acc825c5 7573 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 7574
ebe06da9
JB
75752011-11-02 Juanma Barranquero <lekktu@gmail.com>
7576
7577 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
7578 Accept status with more than 9 shelves. (Bug#9935)
7579 Reported by Colin D Bennett <colin@gibibit.com>.
7580
4ee88440
MR
75812011-11-01 Martin Rudalics <rudalics@gmx.at>
7582
7583 * help.el (with-help-window): Don't reference
7584 temp-buffer-show-specifiers in doc-string.
7585
08e1d82c
AS
75862011-10-31 Andreas Schwab <schwab@linux-m68k.org>
7587
7588 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
7589 menu-item.
7590
84bd6e9e
VJL
75912011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7592
7593 * whitespace.el: New version 13.2.2.
7594 (whitespace-newline-mode): Disable properly. Reported by Sarah
7595 <EmacsWiki>.
7596
dba0634a
UJ
75972011-10-30 Ulf Jasper <ulf.jasper@web.de>
7598
7599 * net/newst-treeview.el: Remove "Time-stamp".
7600 (newsticker--group-manage-orphan-feeds): Do not call
7601 newsticker--treeview-tree-update.
db22a3c2
JB
7602 (newsticker-treeview-update, newsticker-treeview):
7603 Call newsticker--treeview-tree-update if necessary.
dba0634a 7604
3d8daefe
MR
76052011-10-30 Martin Rudalics <rudalics@gmx.at>
7606
7607 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
7608 (window-iso-combinations): Remove "iso-" infix.
7609 Suggested by Chong Yidong.
3d8daefe
MR
7610 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
7611 (window-max-delta-1, window-resize, window--resize-siblings)
7612 (window--resize-this-window, adjust-window-trailing-edge)
7613 (split-window, balance-windows-1)
7614 (shrink-window-if-larger-than-buffer):
7615 * calendar/calendar.el (calendar-generate-window):
db22a3c2 7616 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 7617
1bc4c3ae
SM
76182011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7619
7620 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
7621 in place (bug#9907).
7622 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
7623 (eshell-rewrite-if-command, eshell-rewrite-for-command)
7624 (eshell-structure-basic-command, eshell-rewrite-while-command)
7625 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
7626 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
7627 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
7628 (eshell-do-pipelines-synchronously, eshell-eval-command):
7629 Use backquotes and prefer setq to set.
7630 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
7631 (eshell-macrop): Use functionp.
c1e2f5fa 7632 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 7633
30b65d9c
CY
76342011-10-30 Chong Yidong <cyd@gnu.org>
7635
7636 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
7637 instead of set-mark (Bug#9810).
7638
2d197ffb
CY
76392011-10-30 Chong Yidong <cyd@gnu.org>
7640
7641 * window.el (split-window-below, split-window-right): Rename from
7642 split-window-above-each-other and split-window-side-by-side
7643 respectively. All callers changed.
7644 (split-window-sensibly, split-window-sensibly): Use them.
7645 (split-window-keep-point): Doc fix.
7646
7647 * isearch.el: Add isearch-scroll property to split-window-below
7648 and split-window-right.
7649
7650 * follow.el (follow-mode):
7651 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
7652 * progmodes/ada-xref.el (ada-gdb-application):
7653 * emulation/vip.el (vip-buffer-in-two-windows):
7654 * image-dired.el (image-dired-dired-with-window-configuration):
7655 * dired-x.el (dired-do-find-marked-files):
7656 * dired.el (dired-pop-to-buffer):
7657 * bs.el (bs--show-with-configuration):
7658 * vc/emerge.el (emerge-setup-windows):
7659 * textmodes/two-column.el (2C-two-columns):
7660 * textmodes/reftex-toc.el (reftex-toc):
7661 * progmodes/gdb-mi.el (gdb-setup-windows):
7662 * progmodes/fortran.el (fortran-window-create):
7663 * net/newst-treeview.el (newsticker--treeview-window-init):
7664 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
7665 * emulation/tpu-edt.el (tpu-gold-map):
7666 * emulation/crisp.el (crisp-mode-map):
7667 * calendar/calendar.el (calendar-basic-setup): Callers changed.
7668
38bb2ca8
CY
76692011-10-29 Chong Yidong <cyd@gnu.org>
7670
aa4de341
CY
7671 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
7672
e1eb5385
CY
7673 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
7674
5d2ece3c
CY
7675 * textmodes/flyspell.el (flyspell-word): Fix char offset for
7676 forged Ispell output (Bug#7904).
7677
38bb2ca8
CY
7678 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
7679
d0af9f77
SM
76802011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7681
7682 * doc-view.el: Avoid ugly errors about not finding nil.
7683 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
7684 (doc-view-dvipdf-program, doc-view-unoconv-program)
7685 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
7686 Avoid nil or absolute file name as default value.
7687 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
7688
52bedd34
AM
76892011-10-28 Alan Mackenzie <acm@muc.de>
7690
db22a3c2 7691 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 7692
7e43cfa5
AM
76932011-10-28 Alan Mackenzie <acm@muc.de>
7694
7695 Amend the handling of c-beginning/end-of-defun in nested declaration
7696 scopes.
7697
52bedd34
AM
7698 * progmodes/cc-vars.el (c-defun-tactic): Move here from
7699 cc-langs.el. Change it to a defcustom.
7e43cfa5 7700
52bedd34
AM
7701 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
7702 cc-vars.el.
7e43cfa5 7703
d0af9f77
SM
7704 * progmodes/cc-engine.el (c-beginning-of-statement-1):
7705 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 7706
52bedd34 7707 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 7708 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
7709 (c-widen-to-enclosing-decl-scope): New function.
7710 (c-while-widening-to-decl-block): New macro.
7711 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
7712 outward for defun boundaries, and correspondingly change symbol
7713 `respect-enclosure' to `go-outward'.
7714 (c-declaration-limits): Change algorithm to report only the "innermost"
7715 defun's boundaries.
7716
1a2ce9ee
DD
77172011-10-28 Deniz Dogan <deniz@dogan.se>
7718
7719 * net/rcirc.el (rcirc-mode): Use hard newlines.
7720
bc97a826
AM
77212011-10-28 Alan Mackenzie <acm@muc.de>
7722
7723 Amend to indent and fontify macros "which include their own semicolon"
7724 correctly, using the "virtual semicolon" mechanism.
7725
52bedd34 7726 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 7727
d0af9f77 7728 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 7729 Recode to scan one line at a time rather than having \n and \r
58179cce 7730 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 7731 (c-forward-label): Amend for virtual semicolons.
58179cce 7732 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 7733
52bedd34
AM
7734 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
7735 of the new C macros.
bc97a826 7736
52bedd34 7737 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
7738 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
7739 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
7740 (c-opt-cpp-macro-define): Make into a full language variable.
7741 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
7742 AWK Mode (including \n, \r) removed, no longer needed.
7743
d0af9f77
SM
7744 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
7745 Invoke c-make-macro-with-semi-re.
bc97a826 7746
52bedd34
AM
7747 * progmodes/cc-vars.el (c-macro-with-semi-re):
7748 (c-macro-names-with-semicolon): New variables.
58179cce 7749 (c-make-macro-with-semi-re): New function.
bc97a826 7750
7a6c0941
SM
77512011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7752
7753 * vc/log-edit.el: Fill empty field rather than adding new one.
7754 (log-edit-add-field): New function.
7755 (log-edit-insert-changelog): Use it.
7756
b0c4cdcf
ML
77572011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
7758
7759 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
7760
ee1f1da9
SM
77612011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7762
7763 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
7764 (gdb--check-interpreter): New function.
7765 (gdb): Use it.
7766
51bc5f8b
GM
77672011-10-27 Glenn Morris <rgm@gnu.org>
7768
416a2c45
GM
7769 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
7770 (least-positive-float, least-negative-float)
7771 (least-positive-normalized-float, least-negative-normalized-float)
7772 (float-epsilon, float-negative-epsilon):
7773 Remove unnecessary declarations.
7774
7775 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
7776 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
7777 (least-positive-float, least-negative-float)
7778 (least-positive-normalized-float, least-negative-normalized-float)
7779 (float-epsilon, float-negative-epsilon): Add doc-strings,
7780 based on those in cl.texi.
7781
51bc5f8b
GM
7782 * files.el (set-visited-file-name): If the major-mode changed,
7783 reload the local variables. (Bug#9796)
7784
15de15c6
CY
77852011-10-27 Chong Yidong <cyd@gnu.org>
7786
7787 * subr.el (change-major-mode-after-body-hook): New hook.
7788 (run-mode-hooks): Run it.
7789
ee1f1da9
SM
7790 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7791 Use change-major-mode-before-body-hook.
15de15c6
CY
7792
7793 * simple.el (fundamental-mode):
7794 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
7795 change introducing fundamental-mode-hook.
7796
5430d399
JB
77972011-10-26 Juanma Barranquero <lekktu@gmail.com>
7798
acc825c5 7799 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 7800
ad74a69e
MA
78012011-10-26 Michael Albinus <michael.albinus@gmx.de>
7802
7803 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 7804 tramp.el explicitly. (Bug#7583)
ad74a69e 7805
71d4c2a5
SM
78062011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
7807
7808 * progmodes/octave-mod.el:
7809 * progmodes/octave-inf.el: Update maintainer.
7810
b1f6fa26
CY
78112011-10-26 Chong Yidong <cyd@gnu.org>
7812
7813 * subr.el (with-wrapper-hook): Rewrite doc.
7814
3f04efd6
MA
78152011-10-25 Michael Albinus <michael.albinus@gmx.de>
7816
7817 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 7818 filenames "/method:foo:". (Bug#9793)
3f04efd6 7819
410488d3
SM
78202011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7821
7822 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
7823 (bug#9865).
7824
c1ebb47e
GM
78252011-10-24 Glenn Morris <rgm@gnu.org>
7826
7827 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
7828
7f5c46c7
MA
78292011-10-24 Michael Albinus <michael.albinus@gmx.de>
7830
7831 * notifications.el: Add the requirement of a running D-Bus session
7832 bus to the Commentary.
7833
db2440b6
JL
78342011-10-24 Juri Linkov <juri@jurta.org>
7835
7836 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
7837 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
7838 (Bug#9364)
7839
feecf435
JL
78402011-10-24 Juri Linkov <juri@jurta.org>
7841
7842 * info.el (Info-following-node-name-re): Add newline to the list
7843 of allowed characters for leading space. (Bug#9824)
7844
a3839de2
SM
78452011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7846
acc825c5
SM
7847 * progmodes/octave-inf.el (inferior-octave-mode-map):
7848 Fix C-c C-h binding.
a3839de2
SM
7849 * progmodes/octave-mod.el (octave-help): Remove.
7850
09388e76
MA
78512011-10-23 Michael Albinus <michael.albinus@gmx.de>
7852
7853 Sync with Tramp 2.2.3.
7854
7855 * net/tramp-cache.el (top): Pacify byte-compiler using
7856 `init-file-user' and `site-run-file'.
7857
7858 * net/trampver.el: Update release number.
7859
86c60681
CY
78602011-10-23 Chong Yidong <cyd@gnu.org>
7861
7862 * files.el (toggle-read-only): Remove obsolete comment about
7863 version control.
7864
7865 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
7866 for toggle-read-only. Note that this hasn't called vc-next-action
7867 since 2008-05-02, though it wasn't documented at the time.
7868
a3839de2
SM
7869 * vc/ediff-init.el (ediff-toggle-read-only-function):
7870 Use toggle-read-only.
86c60681 7871
cd5495ff
AM
78722011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
7873
7874 Fix bug #9560, sporadic wrong indentation; improve instrumentation
7875 of c-parse-state.
7876
00b77525 7877 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 7878 correct faulty logical expression.
cd5495ff
AM
7879 (c-parse-state-state, c-record-parse-state-state):
7880 (c-replay-parse-state-state): New defvar/defuns.
7881 (c-debug-parse-state): Use new functions.
7882
42ee24ed
MR
78832011-10-22 Martin Rudalics <rudalics@gmx.at>
7884
7885 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 7886 last fix. Use window-in-direction correctly.
42ee24ed 7887
a7dee7e7
CY
78882011-10-21 Chong Yidong <cyd@gnu.org>
7889
7890 * progmodes/idlwave.el (idlwave-mode):
7891 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
7892 require-final-newline; that's done in prog-mode.
7893 Suggested by Stefan Monnier.
a7dee7e7 7894
e07b9a6d
MR
78952011-10-21 Martin Rudalics <rudalics@gmx.at>
7896
7897 * mouse.el (mouse-drag-window-above)
7898 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
7899 (mouse-drag-mode-line-1, mouse-drag-header-line)
7900 (mouse-drag-vertical-line-rightward-window): Remove.
7901 (mouse-drag-line): New function.
7902 (mouse-drag-mode-line, mouse-drag-header-line)
7903 (mouse-drag-vertical-line): Call mouse-drag-line.
7904 * window.el (window-at-side-p, windows-at-side): New functions.
7905
7e1361d9
UM
79062011-10-21 Ulrich Mueller <ulm@gentoo.org>
7907
7908 * tar-mode.el (tar-grind-file-mode):
7909 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
7910
30fcaf3a
CY
79112011-10-21 Chong Yidong <cyd@gnu.org>
7912
7913 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
7914 * progmodes/vera-mode.el (vera-mode):
7915 Use mode-require-final-newline.
30fcaf3a 7916
516eddb0
GM
79172011-10-20 Glenn Morris <rgm@gnu.org>
7918
db22a3c2 7919 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 7920
10d5f513
CS
79212011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
7922
7923 * emulation/cua-base.el (cua-set-mark): Fix case of string.
7924
ac6c8639
CY
79252011-10-20 Chong Yidong <cyd@gnu.org>
7926
7927 * emulation/cua-base.el (cua-mode):
7928 * mail/footnote.el (footnote-mode):
7929 * mail/mailabbrev.el (mail-abbrevs-mode):
7930 * net/xesam.el (xesam-minor-mode):
7931 * progmodes/bug-reference.el (bug-reference-mode):
7932 * progmodes/cap-words.el (capitalized-words-mode):
7933 * progmodes/compile.el (compilation-minor-mode)
7934 (compilation-shell-minor-mode):
7935 * progmodes/gud.el (gud-tooltip-mode):
7936 * progmodes/hideif.el (hide-ifdef-mode):
7937 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
7938 * progmodes/subword.el (subword-mode):
7939 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
7940 * progmodes/which-func.el (which-function-mode):
7941 * term/tvi970.el (tvi970-set-keypad-mode):
7942 * term/vt100.el (vt100-wide-mode):
7943 * textmodes/flyspell.el (flyspell-mode):
7944 * textmodes/ispell.el (ispell-minor-mode):
7945 * textmodes/nroff-mode.el (nroff-electric-mode):
7946 * textmodes/paragraphs.el (use-hard-newlines):
7947 * textmodes/refill.el (refill-mode):
7948 * textmodes/reftex.el (reftex-mode):
7949 * textmodes/rst.el (rst-minor-mode):
7950 * textmodes/sgml-mode.el (html-autoview-mode)
7951 (sgml-electric-tag-pair-mode):
7952 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
7953 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
7954 * emulation/crisp.el (crisp-mode):
7955 * emacs-lisp/eldoc.el (eldoc-mode):
7956 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
7957 minor mode behavior.
7958
aa42ab43
JL
79592011-10-19 Juri Linkov <juri@jurta.org>
7960
7961 * descr-text.el (describe-char): Add #x2010 and #x2011 to
7962 the list of hard-coded chars with escape-glyph face.
7963
89400f1d
SM
79642011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7965
7966 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
7967
305c07f6
MA
79682011-10-19 Michael Albinus <michael.albinus@gmx.de>
7969
7970 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
7971 running process.
7972
13754b54
GM
79732011-10-19 Glenn Morris <rgm@gnu.org>
7974
7975 * vc/vc-bzr.el (vc-bzr-after-dir-status):
7976 Ignore ignored files. (Bug#9726)
7977
06e21633
CY
79782011-10-19 Chong Yidong <cyd@gnu.org>
7979
7980 Doc fix for minor modes, stating that an omitted argument enables
7981 the mode unconditionally when called from Lisp.
7982
7983 * abbrev.el (abbrev-mode):
7984 * allout.el (allout-mode):
7985 * autoinsert.el (auto-insert-mode):
7986 * autoarg.el (autoarg-mode, autoarg-kp-mode):
7987 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
7988 (global-auto-revert-mode):
7989 * battery.el (display-battery-mode):
7990 * composite.el (global-auto-composition-mode)
7991 (auto-composition-mode):
7992 * delsel.el (delete-selection-mode):
7993 * desktop.el (desktop-save-mode):
7994 * dired-x.el (dired-omit-mode):
7995 * dirtrack.el (dirtrack-mode):
7996 * doc-view.el (doc-view-minor-mode):
7997 * double.el (double-mode):
7998 * electric.el (electric-indent-mode, electric-pair-mode):
7999 * emacs-lock.el (emacs-lock-mode):
8000 * epa-hook.el (auto-encryption-mode):
8001 * follow.el (follow-mode):
8002 * font-core.el (font-lock-mode):
8003 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
8004 * help.el (temp-buffer-resize-mode):
8005 * hilit-chg.el (highlight-changes-mode)
8006 (highlight-changes-visible-mode):
8007 * hi-lock.el (hi-lock-mode):
8008 * hl-line.el (hl-line-mode, global-hl-line-mode):
8009 * icomplete.el (icomplete-mode):
8010 * ido.el (ido-everywhere):
8011 * image-file.el (auto-image-file-mode):
8012 * image-mode.el (image-minor-mode):
8013 * iswitchb.el (iswitchb-mode):
8014 * jka-cmpr-hook.el (auto-compression-mode):
8015 * linum.el (linum-mode):
8016 * longlines.el (longlines-mode):
8017 * master.el (master-mode):
8018 * mb-depth.el (minibuffer-depth-indicate-mode):
8019 * menu-bar.el (menu-bar-mode):
8020 * minibuf-eldef.el (minibuffer-electric-default-mode):
8021 * mouse-sel.el (mouse-sel-mode):
8022 * msb.el (msb-mode):
8023 * mwheel.el (mouse-wheel-mode):
8024 * outline.el (outline-minor-mode):
8025 * paren.el (show-paren-mode):
8026 * recentf.el (recentf-mode):
8027 * reveal.el (reveal-mode, global-reveal-mode):
8028 * rfn-eshadow.el (file-name-shadow-mode):
8029 * ruler-mode.el (ruler-mode):
8030 * savehist.el (savehist-mode):
8031 * scroll-all.el (scroll-all-mode):
8032 * scroll-bar.el (scroll-bar-mode):
8033 * server.el (server-mode):
8034 * shell.el (shell-dirtrack-mode):
8035 * simple.el (auto-fill-mode, transient-mark-mode)
8036 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
8037 (line-number-mode, column-number-mode, size-indication-mode)
8038 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
8039 * strokes.el (strokes-mode):
8040 * time.el (display-time-mode):
8041 * t-mouse.el (gpm-mouse-mode):
8042 * tool-bar.el (tool-bar-mode):
8043 * tooltip.el (tooltip-mode):
8044 * type-break.el (type-break-mode-line-message-mode)
8045 (type-break-query-mode):
8046 * view.el (view-mode):
8047 * whitespace.el (whitespace-mode, whitespace-newline-mode)
8048 (global-whitespace-mode, global-whitespace-newline-mode):
8049 * xt-mouse.el (xterm-mouse-mode): Doc fix.
8050
a3839de2
SM
8051 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8052 Fix autogenerated docstring.
06e21633 8053
5214e501
JL
80542011-10-19 Juri Linkov <juri@jurta.org>
8055
8056 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
8057 by checking environment variables "DESKTOP_SESSION" and
8058 "XDG_CURRENT_DESKTOP". (Bug#9779)
8059
195f8db9
JL
80602011-10-19 Juri Linkov <juri@jurta.org>
8061
8062 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
8063 (browse-url-chromium-program, browse-url-chromium-arguments):
8064 New defcustoms.
8065 (browse-url-default-browser): Check for `browse-url-chromium' and
8066 call `browse-url-chromium-program'.
8067 (browse-url-chromium): New command. (Bug#9779)
8068
343a34ff
JB
80692011-10-18 Juanma Barranquero <lekktu@gmail.com>
8070
8071 * facemenu.el (list-colors-duplicates): On Windows, detect more
8072 duplicates by assuming that only colors matching "^System" are
8073 special "system colors". (Bug#9722)
8074
6978a151
SM
80752011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
8076
8077 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
8078 to distinguish the author from the committer.
8079
6a80b297
MA
80802011-10-18 Michael Albinus <michael.albinus@gmx.de>
8081
8082 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
8083
b31a5677
JK
80842011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
8085
8086 * international/mule.el (sgml-html-meta-auto-coding-function):
8087 Add support for detecting encoding in HTML5 specified only as
8088 <meta charset="UTF-8">. Implementation just makes http-equiv and
8089 content-type parts from HTML4 encoding string optional. (Bug#9716)
8090
80c6d77f
GM
80912011-10-18 Glenn Morris <rgm@gnu.org>
8092
8093 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
8094
08b0fee8
CY
80952011-10-18 Chong Yidong <cyd@gnu.org>
8096
8097 * faces.el (cursor): Doc fix.
8098
67e729a5
CY
80992011-10-17 Chong Yidong <cyd@gnu.org>
8100
8101 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
8102
343a34ff 81032011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
8104
8105 * dirtrack.el (dirtrack): Support shell buffers with path
8106 prefixes, e.g. tramp-based remote shells. (Bug#9647)
8107
0bc06380
TZ
81082011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
8109
8110 * json.el: Bump version to 1.3 and note change in History.
8111 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
8112
8b79f3e0
SM
81132011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8114
5a7c536b
SM
8115 * comint.el (comint-insert-input, comint-send-input)
8116 (comint-get-old-input-default, comint-backward-matching-input)
8117 (comint-next-prompt): Use nil instead of `input' for field property of
8118 past user input (bug#114).
8119
96a8a0df
SM
8120 * minibuffer.el (completion--replace): Inherit surrounding properties
8121 (bug#114).
8122 (minibuffer-complete-and-exit): Use it.
8123
8b79f3e0
SM
8124 * comint.el (comint--table-subvert): Quote the all-completions output
8125 (bug#9160).
8126
b8f7ff0d
MR
81272011-10-17 Martin Rudalics <rudalics@gmx.at>
8128
8b79f3e0 8129 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 8130
b8f7ff0d 8131 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 8132 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
8133 entries and separate them from frame entries.
8134
c235b555
GM
81352011-10-15 Glenn Morris <rgm@gnu.org>
8136
8137 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
8138 Doc fixes.
8139
6bbfa6e1
CY
81402011-10-15 Chong Yidong <cyd@stupidchicken.com>
8141
8b79f3e0
SM
8142 * net/network-stream.el (network-stream-open-starttls):
8143 Improve detection of failure due to lack of TLS support.
ec5c990d 8144
6bbfa6e1
CY
8145 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
8146 putting the input text in front and in bold.
8147
98488977
SM
81482011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
8149
3d1337be
SM
8150 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
8151
ee0b45e4
SM
8152 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
8153 empty buffer.
8154
98488977
SM
8155 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
8156 unread-command-events rather than pushing yet-another event.
8157
186f4720
EZ
81582011-10-14 Eli Zaretskii <eliz@gnu.org>
8159
8160 * mail/sendmail.el (sendmail-query-once): Improve the wording of
8161 the explanation of the possible choices. Make the options passed
8162 to completing-read shorter.
8163
8b7a997c
AM
81642011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8165
8166 * textmodes/flyspell.el (flyspell-large-region): Make sure
8167 extended character mode is used if defined (Bug#1339).
8168
12587bbb
EZ
81692011-10-13 Eli Zaretskii <eliz@gnu.org>
8170
8171 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
8172 character info for LRE, LRO, RLE, and RLO characters by appending
8173 an invisible PDF.
12587bbb 8174
bad41229
SM
81752011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
8176
8177 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
8178 even in case of error; add debug spec; simplify data flow.
8179 (with-timeout-handler): Remove.
8180
28dbc92f
MA
81812011-10-12 Michael Albinus <michael.albinus@gmx.de>
8182
8183 Fix Bug#6019, Bug#9315.
8184
8185 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
8186 complete `buffer-file-name', the local file name part could look
8187 remotely (for example on VMS).
8188
8189 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
8190 `tramp-run-real-handler'.
8191 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
8192 already quoted by '"'.
8193
8194 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
8195 Let `file-name-handler-alist' be nil, the local file name part
8196 could look remotely (for example on VMS).
8197
e1b0b23a
SM
81982011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8199
8200 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
8201 from here...
8202 (flyspell-post-command-hook): ...to here.
8203
a120bde9
SM
82042011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8205
8206 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
8207 if not needed.
8208 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
8209 using completion. Protect against "slow" callers.
8210 Remove the "message hack".
8211
7ce7717b
JL
82122011-10-11 Juri Linkov <juri@jurta.org>
8213
8214 * isearch.el (isearch-lazy-highlight-word): New variable.
8215 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8216 Use it. (Bug#9727)
8217
c02ee9d6
GM
82182011-10-11 Glenn Morris <rgm@gnu.org>
8219
8220 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
8221 like f90-previous-statement does.
8222
93e616fd 82232011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8224
1f190e73 8225 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
8226 only in interactive use, to avoid error.
8227
af7b6078
SM
82282011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8229
8230 * minibuffer.el (completion-file-name-table): Fix last change,
8231 i.e. ignore normal errors but not the other ones.
8232
0563dae9
MR
82332011-10-10 Martin Rudalics <rudalics@gmx.at>
8234
8235 * window.el (special-display-buffer-names)
8236 (special-display-regexps): Remove some remnants of earlier
8237 changes from doc-strings.
366ca7f3
MR
8238 (quit-windows-on): New function.
8239
8240 * vc/vc.el (vc-revert, vc-rollback):
8241 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
8242 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 8243 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 8244
49677495
MR
82452011-10-09 Martin Rudalics <rudalics@gmx.at>
8246
8247 * window.el (frame-auto-hide-function): Add version tag.
8248 (Bug#9699)
8249
56f2d1e1
MA
82502011-10-09 Michael Albinus <michael.albinus@gmx.de>
8251
8252 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
8253 condition.
8254
112a6592
LL
82552011-10-09 Leo Liu <sdl.web@gmail.com>
8256
8257 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
8258 (Bug#9701)
8259
0812589b
GM
82602011-10-08 Glenn Morris <rgm@gnu.org>
8261
8262 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
8263 before the first code statement zero indent. (Bug#9690)
8264
b2b0776e
CY
82652011-10-08 Chong Yidong <cyd@stupidchicken.com>
8266
8267 * simple.el (count-words-region): Always count in the region.
8268 Report the number of lines and characters too.
8269 (count-words): New command, which counts in the buffer if the
8270 region is inactive, as count-words-region used to.
8271 (count-words--message): New function. Handle plurals.
8272 (count-lines-region): Make it an alias for count-words-region.
8273
8274 * bindings.el (esc-map): Replace count-lines-region with
8275 count-words-region.
8276
c557cd6b
MR
82772011-10-08 Martin Rudalics <rudalics@gmx.at>
8278
8279 * window.el (window--delete): Delete dedicated frame
8280 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 8281 (switch-to-buffer): Fix doc-string typo.
c557cd6b 8282
61a57ef4 82832011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8284
3a7d293b 8285 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 8286
c3833279
CY
82872011-10-07 Chong Yidong <cyd@stupidchicken.com>
8288
8289 * bindings.el ([M-left],[M-right]): Bind to left-word and
8290 right-word respectively.
8291
21ce8245
GM
82922011-10-07 Glenn Morris <rgm@gnu.org>
8293
8294 * cus-start.el (debug-on-quit): Fix custom type.
8295
6d823bb2
LMI
82962011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8297
0181e193
LMI
8298 * subr.el (define-key-after): Clarify that the function is not
8299 useful for non-menu keymaps.
8300
6d823bb2
LMI
8301 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
8302
8e3459ce 83032011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8304
21ce8245 8305 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 8306 in current minibuffer (Fix bug with recursive minibuffers).
8307
a1c2d21e
CY
83082011-10-06 Chong Yidong <cyd@stupidchicken.com>
8309
8310 * progmodes/gdb-mi.el (gdb): Doc fix.
8311
5a4cf282
MR
83122011-10-05 Martin Rudalics <rudalics@gmx.at>
8313
8314 * window.el (frame-auto-hide-function): New option replacing
8315 frame-auto-delete. Suggested by Stefan Monnier.
8316 (window--delete): Call frame-auto-hide-function instead of
8317 investigating frame-auto-delete.
c96111ea
MR
8318 (window-point-1, set-window-point-1): New functions.
8319 (window-in-direction, record-window-buffer, window-state-get-1)
8320 (display-buffer-record-window): Use window-point-1 instead of
8321 window-point.
8322 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 8323
9854542e
SM
83242011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8325
8326 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
8327
8943cfb0
GM
83282011-10-05 Glenn Morris <rgm@gnu.org>
8329
8330 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
8331 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
8332
647ab967
LL
83332011-10-05 Leo Liu <sdl.web@gmail.com>
8334
8335 * subr.el (read-char-choice): Fix argument to buffer-live-p which
8336 works with buffer object.
8337
3ddfbced
SM
83382011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8339
8340 * mpc.el (mpc-tool-bar-map): Add labels.
8341
bdfa5dd2
GM
83422011-10-04 Glenn Morris <rgm@gnu.org>
8343
8344 * calendar/holidays.el (calendar-check-holidays): Doc fix.
8345
0e2070b5
MR
83462011-10-04 Martin Rudalics <rudalics@gmx.at>
8347
8348 * window.el (window--delete): New function.
8349 (frame-auto-delete): Resuscitate option.
8350 (bury-buffer, replace-buffer-in-windows)
8351 (quit-window): Rewrite using window--delete.
8352 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
8353 Pass display-buffer-mark-dedicated to window--display-buffer-2
8354 (Bug#9639).
8355
3dc61a09
SM
83562011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8357
915a9b64
SM
8358 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
8359 returns a list (bug#9554). Add remote file name completion.
8360 * comint.el (comint--table-subvert): Curry and get quote&unquote
8361 functions as arguments.
8362 (comint--complete-file-name-data): Adjust call accordingly.
8363 * pcomplete.el (pcomplete--table-subvert): Remove.
8364 (pcomplete-completions-at-point): Use comint--table-subvert instead.
8365
3dc61a09
SM
8366 * minibuffer.el (completion-table-case-fold): Use currying.
8367 (completion--styles-type, completion--cycling-threshold-type):
8368 New constants.
8369 (completion-styles, completion-category-overrides)
8370 (completion-cycle-threshold): Use them.
8371 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
8372 completion-table-case-fold.
8373
8ea0a993
SB
83742011-10-03 Stephen Berman <stephen.berman@gmx.net>
8375
8376 * minibuffer.el (completion-category-overrides): Fix type of styles
8377 and add more user friendly tags (bug#9660).
8378
8c24b7f6
SM
83792011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8380
8381 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
8382 (mule-input-method-string): New widget.
8383 (default-input-method, language-info-custom-alist): Use it.
8384
428fe61a
SM
83852011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8386
32c1fffd
SM
8387 * pcomplete.el: Require comint.
8388 (pcomplete--common-suffix): Remove.
8389 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
8390 (pcomplete--table-subvert): Sync with comint--table-subvert.
8391 (pcomplete--entries): Use comint-completion-file-name-table.
8392 * comint.el (comint-unquote-filename): Simplify.
8393 (comint-completion-file-name-table): New function (bug#9616).
8394 (comint--complete-file-name-data): Use it.
8395
428fe61a
SM
8396 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
8397 (pcmpl-gnu-tar-buffer): Remove.
8398 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
8399 around. Make sure pcomplete-suffix-list is only changed temporarily.
8400 Don't look inside the tar's file if it's too large.
428fe61a 8401
04c52e2f
CY
84022011-10-01 Chong Yidong <cyd@stupidchicken.com>
8403
ce3cefcc
CY
8404 * cus-edit.el (custom-mode-map):
8405 * epa.el (epa-key-list-mode-map):
8406 * man.el (Man-mode-map):
8407 * startup.el (splash-screen-keymap):
8408 * simple.el (special-mode-map): Use scroll-up-command and
8409 scroll-down-command.
8410
8411 * progmodes/idlw-help.el (idlwave-help-mode-map):
8412 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
8413 * net/newst-plainview.el (newsticker-mode-map):
8414 * emulation/ws-mode.el (wordstar-mode-map):
8415 * emulation/vi.el (vi-com-map):
8416 * calc/calc-graph.el (calc-graph-show-dumb):
8417 * term/sun.el (terminal-init-sun):
8418 * term/ns-win.el (global-map):
8419 * progmodes/grep.el (grep-mode-map):
8420 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
8421 * mail/rmail.el (rmail-mode-map):
8422 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
8423
04c52e2f
CY
8424 * custom.el (custom-safe-themes, load-theme): Treat value of t for
8425 custom-safe-themes as special.
8426
79adf8c8
JD
84272011-10-01 Julien Danjou <julien@danjou.info>
8428
8429 * notifications.el (notifications-notify): Fix docstring.
8430
63bd50d3
PS
84312011-10-01 Per Starbäck <per@starback.se>
8432
8433 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
8434
199e4c7e
MR
84352011-09-30 Martin Rudalics <rudalics@gmx.at>
8436
8437 * startup.el (command-line-1): Fix last fix by inserting
8438 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 8439 (Bug#9605) and (Bug#9636)
199e4c7e 8440
fe5f08dd
EZ
84412011-09-29 Eli Zaretskii <eliz@gnu.org>
8442
8443 * simple.el (line-move): If auto-hscroll-mode is disabled and the
8444 window is hscrolled, move by logical lines. (Bug#9607)
8445 (line-move-visual): Update the doc string to the above effect.
8446
b5516bbd
MR
84472011-09-29 Martin Rudalics <rudalics@gmx.at>
8448
ccee00c0
MR
8449 * window.el (display-buffer-record-window): When WINDOW is the
8450 selected window use `point' instead of `window-point'. (Bug#9626)
8451
b5516bbd
MR
8452 * startup.el (command-line-1): Use insert-before-markers when
8453 inserting initial-scratch-message. (Bug#9605)
ccee00c0 8454
b5516bbd
MR
8455 * help.el (help-window): Remove variable.
8456
52aa0014
GM
84572011-09-29 Glenn Morris <rgm@gnu.org>
8458
8459 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
8460
df9a7357
JB
84612011-09-29 Juanma Barranquero <lekktu@gmail.com>
8462
8463 * descr-text.el (describe-char-categories): Accept category
8464 descriptions more than one line long.
8465
a8406c20
SM
84662011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8467
88d9610c
SM
8468 * simple.el (delete-trailing-whitespace): Fix last change.
8469
a5daf810
SM
8470 * progmodes/perl-mode.el (perl-syntax-propertize-function):
8471 Don't confuse "y => 3" as the beginning of a `y' operation.
8472
a8406c20
SM
8473 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
8474 object has more than 4 slots (bug#9613).
8475
a239d4e9
JB
84762011-09-28 Juanma Barranquero <lekktu@gmail.com>
8477
8478 * subr.el (with-output-to-temp-buffer):
8479 * net/quickurl.el (quickurl, quickurl-browse-url):
8480 Fix typos in docstrings.
8481
693fbdb6
EZ
84822011-09-27 Eli Zaretskii <eliz@gnu.org>
8483
8484 * minibuffer.el (completion-styles)
8485 (completion-category-overrides): Cross reference each other in doc
8486 strings.
8487
8b457e28
GM
84882011-09-27 Glenn Morris <rgm@gnu.org>
8489
8490 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
8491 to split-string. (Bug#9606)
8492
85a16208
LMI
84932011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8494
8495 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
8496 (bug#9615).
8497
502f9ebd
CY
84982011-09-27 Chong Yidong <cyd@stupidchicken.com>
8499
8500 * emacs-lisp/package.el (list-packages): Fix echo area message.
8501
7690bdea
LL
85022011-09-27 Leo Liu <sdl.web@gmail.com>
8503
8504 * ido.el (ido-read-internal): Accept cons cell HIST arg.
8505
e2ee6f30
MA
85062011-09-25 Michael Albinus <michael.albinus@gmx.de>
8507
8508 * net/dbus.el (dbus-unregister-object): Don't release services for
8509 registered signals. (Bug#9581)
8510
f3f98342
TZ
85112011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
8512
8513 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
8514 function that picks between cfengine 2 and 3 support
8515 automatically. Update docs accordingly.
8516
dd7aa8dd
KH
85172011-09-22 Kenichi Handa <handa@m17n.org>
8518
8519 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
8520 ZERO.
8521 (indian-itrans-v5-table-for-tamil): New variable.
8522 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
8523
3f2b07f8
KM
85242011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
8525
8526 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
8527 that's true if the current command involved collapsing of text.
8528 It's reset to false at the beginning of the next command.
8529 (allout-post-command-business): Move the cursor to the beginning
8530 of entry if the cursor is hidden and collapsing activity just
8531 happened.
8532
371d6a61
CY
85332011-09-24 Chong Yidong <cyd@stupidchicken.com>
8534
8535 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
8536 tracking (Bug#9541).
8537
2ac2721a
UJ
85382011-09-24 Ulf Jasper <ulf.jasper@web.de>
8539
8540 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
8541 (newsticker-show-news): Automatically load html rendering package
8542 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
8543 because w3m-fill-column is let-bound" and the error "Symbol's value
8544 as variable is void: w3m-fill-column".
2ac2721a 8545
fac7ae53
MA
85462011-09-24 Michael Albinus <michael.albinus@gmx.de>
8547
8548 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
8549 Release services only if they are defined. (Bug#9581)
8550
e08b633b
RS
85512011-09-23 Richard Stallman <rms@gnu.org>
8552
e488d29c
RS
8553 * textmodes/paragraphs.el (forward-sentence): For backwards case,
8554 distinguish start of paragraph from start of its text.
8555
19c38752
RS
8556 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
8557
e08b633b
RS
8558 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
8559 (rmail-generate-viewer-buffer): Put that hook on view buffer.
8560 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
8561
0a39f27e
AS
85622011-09-23 Andreas Schwab <schwab@linux-m68k.org>
8563
8564 * international/mule-diag.el (mule-diag): Insert a newline after
8565 each fontset description.
8566
db4e950d
SM
85672011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8568
8569 * simple.el (delete-trailing-whitespace):
8570 Document last change; simplify.
8571
eca3f3ea
PW
85722011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
8573
d68e189a
PW
8574 * simple.el (delete-trailing-whitespace): Also delete
8575 extra newlines at the end of the buffer.
8576
eca3f3ea
PW
8577 * textmodes/picture.el: Make motion commands obey shift-select-mode.
8578 (picture-newline): Use forward-line so as to ignore fields.
8579
01c157cc
SM
85802011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8581
8582 * subr.el (with-wrapper-hook): Fix edebug spec.
8583
022de23e
LMI
85842011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8585
8586 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
8587 (bug#4538).
8588
91683089
MA
85892011-09-23 Michael Albinus <michael.albinus@gmx.de>
8590
eca3f3ea
PW
8591 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
8592 Fix nasty bug using wrong cached values.
91683089 8593
5bdd6fa4
AM
85942011-09-23 Alan Mackenzie <acm@muc.de>
8595
8596 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
8597
97adfb97
CY
85982011-09-23 Chong Yidong <cyd@stupidchicken.com>
8599
8600 * window.el (pop-to-buffer): Ensure right window is selected if we
8601 chose another frame.
8602
d4ef2b50
EZ
86032011-09-22 Eli Zaretskii <eliz@gnu.org>
8604
8605 * simple.el (what-cursor-position): Use get-char-property-change
8606 and next-single-char-property-change, to be able to show display
8607 properties that come from overlays as well as text properties.
8608
72258fe5
CY
86092011-09-22 Chong Yidong <cyd@stupidchicken.com>
8610
8611 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
8612
8613 * cmuscheme.el (run-scheme, switch-to-scheme):
8614 * cus-edit.el (customize-group, custom-buffer-create)
8615 (customize-browse):
8616 * info.el (info):
8617 * shell.el (shell):
8618 * mail/sendmail.el (mail):
8619 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
8620
8f098516
RS
86212011-09-22 Richard Stallman <rms@gnu.org>
8622
8623 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
8624 move back only to line beg, don't move back over blank lines.
8625
e74f1bb6
MA
86262011-09-22 Michael Albinus <michael.albinus@gmx.de>
8627
8628 * files.el (copy-directory): Set directory attributes only in case
8629 they could be retrieved from the source directory. (Bug#9565)
8630
bfeef8b6
DK
86312011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
8632
8633 * progmodes/hideshow.el (hs-looking-at-block-start-p)
8634 (hs-find-block-beginning, hs-hide-level-recursive):
8635 Ignore strings as well as comments. (Bug#9502)
8636
7e423bb8
AS
86372011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
8638
8639 * progmodes/sql.el (sql-comint-postgres):
8640 Convert port number to a string. (Bug#9566)
8641
b4d72fcf
MR
86422011-09-22 Martin Rudalics <rudalics@gmx.at>
8643
8644 * window.el (quit-window): Undedicate window when switching to
8645 previous buffer. Reported by Thierry Volpiatto
8646 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
8647 (special-display-popup-frame): When popping up a new frame reset
8648 its previous buffers to nil. Simplify code.
b4d72fcf 8649
a7b88dc6
MA
86502011-09-21 Michael Albinus <michael.albinus@gmx.de>
8651
8652 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
8653 and process filter, as done also in `shell-command'.
8654
cf4eacfd
MR
86552011-09-21 Martin Rudalics <rudalics@gmx.at>
8656
eca3f3ea 8657 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
8658 Call set-window-start with NOFORCE argument t.
8659 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
8660 (quit-window): Reword doc-string. Handle new format of
8661 quit-restore parameter. Don't delete window if it has a
8662 previous buffer we can show instead of the present one.
8663 (display-buffer-record-window): Rewrite using a new format for
8664 the quit-restore window parameter
8665 (special-display-popup-frame, display-buffer-same-window)
8666 (display-buffer-reuse-window, display-buffer-pop-up-frame)
8667 (display-buffer-pop-up-window, display-buffer-use-some-window):
8668 Adapt symbol passed to display-buffer-record-window.
8669 * help.el (help-window-setup): Handle new format of quit-restore
8670 parameter.
8671
8d28cb95
SM
86722011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8673
94ab793f
SM
8674 * faces.el (face-list): Fix docstring (bug#9564).
8675
8d28cb95
SM
8676 * window.el (display-buffer--action-function-custom-type):
8677 Don't include internal functions in the Custom interface.
8678
3820edeb
JL
86792011-09-20 Juri Linkov <juri@jurta.org>
8680
8681 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
8682 (Info-forward-node, Info-backward-node, Info-next-preorder)
8683 (Info-last-preorder): Use it. (Bug#9528)
8684
5147931d
JL
86852011-09-20 Juri Linkov <juri@jurta.org>
8686
8687 * info.el (Info-last-preorder): Visit last menu item only when
8688 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
8689
cf499a1a
JD
86902011-09-20 Julien Danjou <julien@danjou.info>
8691
8692 * password-cache.el (password-cache-remove): Remove entries even if the
8693 value is nil, so that password with a nil value (negative caching) is
8694 possible to invalidate.
8695
f84e2fe2
LM
86962011-09-20 Lawrence Mitchell <wence@gmx.li>
8697
8698 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
8699 all whitespace around breakpoint. (Bug#9553)
8700 (f90-find-breakpoint): Only break at whitespace inside a comment.
8701
78054a46
SM
87022011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8703
8704 * minibuffer.el (completion-file-name-table): Keep track of errors.
8705 (completion-table-with-predicate): Handle the case where pred1 is nil.
8706 * pcomplete.el (pcomplete-completions-at-point): Simplify.
8707
345083b2
SM
87082011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8709
e24e27be
SM
8710 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
8711 (debugger-return-value): Signal an error if the debugging context does
8712 not await any return value.
8713
345083b2
SM
8714 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
8715 * image-mode.el (image-toggle-display-text)
8716 (image-toggle-display-image): Stay away from evil `intangible'.
8717
08d355e3
LL
87182011-09-19 Leo Liu <sdl.web@gmail.com>
8719
8720 * replace.el (occur-revert-arguments): Make it permanent-local.
8721 (occur-mode): Don't call font-lock-defontify.
8722
f01da43f
CY
87232011-09-19 Chong Yidong <cyd@stupidchicken.com>
8724
8725 * net/ldap.el (ldap-search-internal): Don't push empty search
8726 result (Bug#9508).
8727
b6072fa6
SM
87282011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8729
8730 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
8731
443d6696
MA
87322011-09-19 Michael Albinus <michael.albinus@gmx.de>
8733
8734 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
8735 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
8736
7cc6e154
JL
87372011-09-18 Juri Linkov <juri@jurta.org>
8738
8739 * buff-menu.el (Buffer-menu-mode-map):
8740 * dired.el (dired-mode-map):
8741 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
8742 (lisp-interaction-mode-map):
8743 * emacs-lisp/package.el (package-menu-mode-map):
8744 * epa.el (epa-key-list-mode-map):
8745 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
8746 (menu-bar-options-menu):
8747 * outline.el (outline-mode-menu-bar-map):
8748 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
8749 * vc/vc-dir.el (vc-dir-menu-map):
8750 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
8751 Capitalize non-function content words in menu item strings.
8752
8753 * dired.el (dired-mode-map): Add menu item for
8754 `image-dired-dired-toggle-marked-thumbs'.
8755
80302a81
JL
87562011-09-18 Juri Linkov <juri@jurta.org>
8757
8758 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
8759 to `isearch-case-fold-search' and restore its original value
8760 after the `isearch-mode' call.
8761
46c5cf66
JL
87622011-09-18 Juri Linkov <juri@jurta.org>
8763
8764 * progmodes/grep.el (grep-process-setup): Don't check code for 1
8765 because `zgrep' returns 1 for successful matches (bug#9226).
8766
d18b513b
JL
87672011-09-18 Juri Linkov <juri@jurta.org>
8768
8769 * info.el (Info-extract-menu-node-name): Check the second match
8770 for empty string (second test-case of bug#9528).
8771 (Info-last-preorder): Let-bind `Info-history' to nil to not add
8772 intermediate nodes to the history (first test-case of bug#9528).
8773
72753f87
JL
87742011-09-18 Juri Linkov <juri@jurta.org>
8775
8776 * info.el (Info-mode-syntax-table): New variable.
1154d12e 8777 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 8778
c9384295
JL
87792011-09-18 Juri Linkov <juri@jurta.org>
8780
1154d12e
JB
8781 * info.el (Info-file-supports-index-cookies):
8782 Increment line-beginning-position's arg from 3 to 4 because makeinfo
8783 outputs one more line for long file names (bug#4142).
c9384295 8784
d473dce8
CY
87852011-09-18 Chong Yidong <cyd@stupidchicken.com>
8786
8787 * newcomment.el (comment-normalize-vars): If prompting for
8788 comment-start, set comment-start-skip too (Bug#8424).
8789
2176854d
JB
87902011-09-18 Johan Bockgård <bojohan@gnu.org>
8791
8792 * icomplete.el: Fix previous fix of Bug#5849.
8793 (icomplete-mode): Don't set completion-show-inline-help.
8794 (icomplete-minibuffer-setup): Set completion-show-inline-help
8795 locally during icompletion.
8796
3aace4e4
CY
87972011-09-18 Chong Yidong <cyd@stupidchicken.com>
8798
c940224f
CY
8799 * woman.el (woman2-process-escapes): Don't delete unrecognized
8800 escapes (Bug#7843).
8801
3aace4e4
CY
8802 * files.el (inhibit-first-line-modes-regexps): Add image files.
8803 (hack-local-variables-prop-line): Return nil for malformed
8804 prop-lines (Bug#9044).
8805
710dec63
MA
88062011-09-18 Michael Albinus <michael.albinus@gmx.de>
8807
8808 * net/tramp.el (top): Don't require 'shell.
8809 (tramp-methods): Fix docstring.
8810 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
8811 Return complete remote file name. Handle "smb" case.
8812 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
8813 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
8814
8815 * net/tramp-compat.el (top): Require 'shell.
8816
8817 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
8818 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
8819 `tramp-current-host'.
8820 (tramp-get-remote-tmpdir): Remove.
8821
8822 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
8823 `tramp-tmpdir' entries.
8824 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
8825 (tramp-smb-handle-file-attributes): Ignore errors.
8826 (tramp-smb-wait-for-output): Check also for process end.
8827
5d5ac8ec
LMI
88282011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8829
8830 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
8831 when sending QUIT (bug#9312).
8832
8c0f49f0
CY
88332011-09-17 Chong Yidong <cyd@stupidchicken.com>
8834
8835 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
8836 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
8837 occur-mode-display-occurrence.
8838 (occur-edit-mode): Add usage message.
8839 (occur-cease-edit): New command.
8840 (occur-after-change-function): Use text properties to find the
8841 position of the prefix text.
8842 (occur-engine): Set stickiness of prefix text properties.
8843
8f1383f7
GM
88442011-09-17 Glenn Morris <rgm@gnu.org>
8845
8846 * progmodes/etags.el (complete-tag):
8847 Fix call to completion-in-region. (Bug#9526)
8848
744ba0e3
JL
88492011-09-17 Juri Linkov <juri@jurta.org>
8850
8851 * textmodes/ispell.el (ispell-word): Add to the error message
8852 the word, ispell program name and current dictionary (bug#9121).
8853 (ispell-tex-arg-end): Capitalize "error" in the error message.
8854
d9bbf400
AS
88552011-09-17 Andreas Schwab <schwab@linux-m68k.org>
8856
8857 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
8858 check. (Bug#4251)
8859
8da11505
JL
88602011-09-17 Juri Linkov <juri@jurta.org>
8861
8862 * window.el (window-safe-min-height, window-safe-min-width):
8863 Fix typos (followup to bug#9522).
8864
a91adc7e
SJ
88652011-09-17 Sven Joachim <svenjoac@gmx.de>
8866
8867 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
8868
064f328a
EZ
88692011-09-16 Eli Zaretskii <eliz@gnu.org>
8870
8871 * simple.el (line-move): If goal-column is set, move by logical
8872 lines, not by display lines. (Bug#971)
8873 (next-line, previous-line, goal-column, line-move-visual): Doc fix
8874 to reflect the above change.
8875
e69df516
SM
88762011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8877
8878 * image.el (imagemagick-register-types): Use regexp-opt.
8879
cbb0f9ab
CY
88802011-09-15 Chong Yidong <cyd@stupidchicken.com>
8881
8882 * window.el (display-buffer-base-action): Rename from
8883 display-buffer-default-action. Make default value empty.
8884 (display-buffer-overriding-action): Convert to defvar.
8885 (display-buffer-fallback-action): New var.
8886
25322144
CY
88872011-09-15 Chong Yidong <cyd@stupidchicken.com>
8888
8889 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
8890 declaration.
8891 (package--add-to-archive-contents): If there is a duplicate entry
8892 with an older version, remove it.
8893 (package-menu-mark-delete, package-menu-mark-install)
8894 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
8895 (package-menu-mark-obsolete-for-deletion):
8896 Use package-menu-get-status instead of a regexp search.
25322144
CY
8897 (package-menu-get-status): Use tabulated-list-entry.
8898 (package-menu-mark-upgrades): New command.
d770725a 8899 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
8900 (package-menu-execute): Do installation before deletion.
8901 (package-menu-refresh, package-menu-execute): Use derived-mode-p
8902 instead of checking major-mode.
8903 (package-menu--find-upgrades): New function.
8904
7520339c
LMI
89052011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8906
8907 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
8908 passwords in the log buffer.
65a046c4
LMI
8909 (smtpmail-process-filter): Update the process marker so that the
8910 "broken by peer" status message is inserted in the right place.
7520339c 8911
d3c30954
SM
89122011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8913
3fe48822
SM
8914 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
8915 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
8916 bibtex-completion-at-point-function.
8917 (bibtex-completion-at-point-function): Use them.
8918
1b8b3954
SM
8919 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
8920
d3c30954
SM
8921 * mpc.el (mpc-constraints-tag-lookup): New function.
8922 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
8923 also to browser "album|playlist".
8924
72779976
JL
89252011-09-14 Juri Linkov <juri@jurta.org>
8926
8927 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
8928 (isearch-edit-string): Use length of `isearch-string' when
8929 `isearch-fail-pos' returns nil.
8930 (isearch-message): Remove duplicate code and call
8931 `isearch-fail-pos' with arg `t'.
8932
a0bf2bcd
CY
89332011-09-14 Chong Yidong <cyd@stupidchicken.com>
8934
17bb0a2d
CY
8935 * replace.el (occur-mode-goto-occurrence): Don't force using other
8936 window (Bug#9499).
8937
a0bf2bcd
CY
8938 * dired-aux.el (dired-do-chmod): Don't provide initial input.
8939
f678e0b6
MR
89402011-09-14 Martin Rudalics <rudalics@gmx.at>
8941
8942 * window.el (display-buffer-window): Remove.
8943 (display-buffer-record-window): Use help-setup window parameter
8944 instead of variable display-buffer-window.
8945 (display-buffer-function, special-display-buffer-names)
8946 (special-display-function): Mention help-setup parameter instead
8947 of display-buffer-window in doc-string.
d3c30954
SM
8948 * help.el (help-window-setup): New argument help-window.
8949 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
8950 Reword some messages.
8951 (with-help-window): Pass window used for displaying the buffer
8952 to help-window-setup. Don't set display-buffer-window.
8953
8e39b2e8
GM
89542011-09-13 Glenn Morris <rgm@gnu.org>
8955
8956 * emacs-lisp/debug.el (debugger-make-xrefs):
8957 Preserve point. (Bug#9462)
8958
85e9c04b
CY
89592011-09-13 Chong Yidong <cyd@stupidchicken.com>
8960
8961 * window.el (window-deletable-p): Use next-frame.
8962
1b36ed6a
MR
89632011-09-13 Martin Rudalics <rudalics@gmx.at>
8964
8965 * window.el (window-auto-delete): Remove.
8966 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 8967 dedication and previous buffers.
1b36ed6a
MR
8968 (switch-to-prev-buffer): Don't delete window.
8969 (delete-windows-on): Delete a window's frame if and only if the
8970 window is dedicated.
8971 (replace-buffer-in-windows): Delete buffer's window or frame if
8972 and only if window is dedicated.
8973 (quit-window): Handle quit-restore as before last change.
4d61f28d 8974 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 8975
ef8ef9fb
CY
89762011-09-13 Chong Yidong <cyd@stupidchicken.com>
8977
8978 * window.el (window-deletable-p): Never delete the last frame on a
8979 given terminal.
8980
b2cba41e
GM
89812011-09-13 Glenn Morris <rgm@gnu.org>
8982
8983 * help.el (describe-key-briefly): Copy previous standard-output change.
8984
51553db6 89852011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
8986
8987 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
8988
b7556719
GM
89892011-09-13 Glenn Morris <rgm@gnu.org>
8990
8991 * emacs-lisp/lisp-mode.el (lisp-indent-function):
8992 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
8993
64b51947
CY
89942011-09-12 Chong Yidong <cyd@stupidchicken.com>
8995
8996 * dired-aux.el (dired-mark-read-string): Don't return default
8997 value on empty input (Bug#9361).
8998 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
8999 Omit initial minibuffer contents.
9000 (dired-do-chmod): Signal an error on empty input.
9001 (dired-mark-read-string): Don't return default on empty input.
9002
9003 * files.el (file-modes-symbolic-to-number): Doc fix.
9004
393a301e
SM
90052011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9006
9007 * international/mule-cmds.el (ucs-completions): Remove.
9008 (read-char-by-name): Use complete-with-action instead; add metadata.
9009
fa5660f9
CY
90102011-09-11 Chong Yidong <cyd@stupidchicken.com>
9011
9012 * window.el (display-buffer--action-function-custom-type)
9013 (display-buffer--action-custom-type): New vars.
9014 (display-buffer-alist, display-buffer-default-action)
9015 (display-buffer-overriding-action): Add defcustom types.
9016
4a592f66
CY
9017 * frame.el (delete-other-frames): Doc fix (Bug#276).
9018
73d56dbd
LMI
90192011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9020
9021 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
9022
37ac18a3
CY
90232011-09-11 Chong Yidong <cyd@stupidchicken.com>
9024
9025 Change modes that used same-window-* vars to use switch-to-buffer.
9026
9027 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
9028 Use switch-to-buffer.
9029
9030 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
9031 (customize-browse, custom-buffer-create-other-window):
9032 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
9033
9034 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
9035 (Info-prev, Info-up, Info-speedbar-goto-node)
9036 (info-display-manual): Use switch-to-buffer.
9037 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
9038
9039 * mail/sendmail.el (mail): Use switch-to-buffer.
9040 (mail-recover): Use switch-to-buffer-other-window.
9041
9042 * cmuscheme.el (run-scheme, switch-to-scheme):
9043 * ielm.el (ielm):
9044 * shell.el (shell):
9045 * net/rlogin.el (rlogin):
9046 * net/telnet.el (telnet, rsh):
9047 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
9048
10195bd6
AS
90492011-09-11 Andreas Schwab <schwab@linux-m68k.org>
9050
9051 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
9052
b322f63a
LMI
90532011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9054
39d7fed6
LMI
9055 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
9056 so don't mention it (bug#9301).
ba5a81f1 9057 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 9058
ee0e9f11
LMI
9059 * faces.el (face-spec-set-match-display): Make `(type graphic)'
9060 match `x', `w32' and `ns', like the manual says (bug#9029).
9061
0b1c89c1 9062 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
9063 (process-kill-buffer-query-function): Mention the buffer name in
9064 the query.
0b1c89c1 9065
77549ea8
LMI
9066 * image-mode.el (image-next-line): The line parameter is mandatory
9067 (bug#9258).
9068
803ef892
LMI
9069 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
9070 which can be useful (bug#9301).
9071
12980837
LMI
9072 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
9073
91054f8f
LMI
9074 * subr.el (match-string): Mention that the current buffer should
9075 be the same as the search was done in (bug#9282).
9076
b322f63a
LMI
9077 * facemenu.el: Disable the remove-* commands if the mark isn't
9078 active (bug#9162).
9079
3199b96f
CY
90802011-09-10 Chong Yidong <cyd@stupidchicken.com>
9081
9082 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
9083 of display-buffer.
9084 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
9085
9086 * replace.el (occur-mode-goto-occurrence)
9087 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
9088 and display-buffer.
9089
9090 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
9091 display-buffer.
9092
9093 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
9094 special-display and same-window variables.
9095 (mail-other-window): Use switch-to-buffer-other-window.
9096 (mail-other-frame): USe switch-to-buffer-other-frame.
9097
393a301e
SM
9098 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
9099 Use display-buffer-other-frame.
3199b96f
CY
9100 (gdb-display-gdb-buffer): Use pop-to-buffer.
9101
9102 * progmodes/gud.el (gud-goto-info): Use info-other-window.
9103
9104 * progmodes/python.el: Don't set same-window-buffer-names.
9105
9106 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
9107
9108 * window.el (display-buffer-alist): Add *Python*.
9109
8319e0bf
CY
91102011-09-10 Chong Yidong <cyd@stupidchicken.com>
9111
9112 * window.el (display-buffer-alist): Add entry for buffers
9113 previously handled same-window-*.
9114 (display-buffer-alist, display-buffer-default-action)
9115 (display-buffer-overriding-action): Mark as risky.
9116 (display-buffer-alist): Document action function changes.
9117 (display-buffer--same-window-action)
9118 (display-buffer--other-frame-action): New variables.
9119 (switch-to-buffer, display-buffer-other-frame): Use them.
9120 (display-buffer): Rename reuse-frame entry to reusable-frames.
9121 (display-buffer-reuse-selected-window): Function deleted.
9122 (display-buffer-reuse-window): Handle reusable-frames alist entry.
9123 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
9124 (display-buffer-special): New function.
9125 (display-buffer--maybe-pop-up-frame-or-window): Rename from
9126 display-buffer-reuse-or-pop-window. Split off special-display
9127 part into display-buffer-special.
9128 (display-buffer-use-some-window): Don't perform any special
9129 pop-up-frames handling.
9130 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 9131 (display-buffer--maybe-same-window): Rename from
0d3ff375 9132 display-buffer-maybe-same-window.
8319e0bf 9133
919a69aa
CY
9134 * info.el: Don't set same-window-regexps.
9135 (info-setup): New function.
9136 (info-other-window, info): Call it.
9137
9138 * cus-edit.el: Don't set same-window-regexps.
9139 (customize-group): New argument.
9140 (customize-group-other-window): Use it.
9141 (customize-face, customize-face-other-window): Likewise.
9142 (custom-buffer-create-other-window): Use pop-to-buffer directly.
9143
8319e0bf
CY
9144 * net/rlogin.el:
9145 * net/telnet.el:
9146 * progmodes/gud.el: Don't set same-window-regexps.
9147
9148 * cmuscheme.el:
9149 * ielm.el:
9150 * shell.el:
9151 * mail/sendmail.el:
9152 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
9153
25173000
JL
91542011-09-10 Juri Linkov <juri@jurta.org>
9155
9156 * isearch.el (isearch-edit-string): Remove obsolete mention of
9157 `C-w' (`isearch-yank-word-or-char') from docstring.
9158 (isearch-query-replace): Fix typo in docstring (bug#9466).
9159
056e44ef
JL
91602011-09-10 Juri Linkov <juri@jurta.org>
9161
9162 * paren.el (show-paren-function): Don't show escaped parens.
9163 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
9164
c3760c17
EZ
91652011-09-10 Eli Zaretskii <eliz@gnu.org>
9166
9167 * mail/sendmail.el (mml-to-mime, mml-attach-file)
9168 (mm-default-file-encoding): Remove autoload forms, they are
9169 replaced with autoload cookies in mml.el and mm-encode.el.
9170 (mail-add-attachment): New command.
9171 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
9172 (mail-mode): Mention mail-insert-file and mail-add-attachment in
9173 the doc string.
9174 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
9175
fece895e
RT
91762011-09-10 Reuben Thomas <rrt@sc3d.org>
9177
e69df516
SM
9178 * simple.el (count-words-region): Use buffer if there's no region
9179 (bug#9429).
fece895e 9180
5e68ce4a
JL
91812011-09-09 Juri Linkov <juri@jurta.org>
9182
9183 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
9184 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
9185 (wdired-isearch-filter-read-only): New function. (Bug#6362)
9186
0a6b9622
AM
91872011-09-09 Alan Mackenzie <acm@muc.de>
9188
9189 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
9190 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
9191
14a29deb
EZ
91922011-09-09 Eli Zaretskii <eliz@gnu.org>
9193
9194 Fix for Savannah bug#9392.
9195 * simple.el (mail-encode-mml): New defvar.
9196
9197 * mail/rmail.el (mail-encode-mml): Add a defvar.
9198 (rmail-enable-mime-composing): Default to t.
9199 (rmail-forward): Use MIME method of forwarding only if both
9200 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
9201 Set mail-encode-mml non-nil if the MIME method was used.
9202
9203 * mail/sendmail.el (mml-to-mime): Add autoload form.
9204 (mail-encode-mml): Add a defvar.
9205 (mail-mode): Make mail-encode-mml buffer-local and initialize it
9206 to nil.
9207 (mail-send): If mail-encode-mml is non-nil, run the outgoing
9208 message through mml-to-mime, and reset mail-encode-mml to nil.
9209
28c45130
GM
92102011-09-09 Glenn Morris <rgm@gnu.org>
9211
9212 * woman.el (woman-if-body): When processing an .el block,
9213 do not delete the next .el block as well. (Bug#9447)
69f4b618 9214 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 9215
9b1c252e
MR
92162011-09-08 Martin Rudalics <rudalics@gmx.at>
9217
9218 * window.el (window-deletable-p): Make sure window is live before
9219 invoking window-prev-buffers.
9220
567457e3
LL
92212011-09-08 Leo Liu <sdl.web@gmail.com>
9222
9223 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
9224
97f05794
JL
92252011-09-08 Juri Linkov <juri@jurta.org>
9226
9227 * progmodes/compile.el (compilation-environment): Make it
9228 a defcustom (bug#8340).
9229
8b0874b5
MR
92302011-09-08 Martin Rudalics <rudalics@gmx.at>
9231
9232 * window.el (frame-auto-delete): Rename to window-auto-delete.
9233 Make it control auto-deletion of windows and/or frames.
9234 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 9235 for deleting window/frame. (Bug#9419)
8b0874b5
MR
9236 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
9237 Rewrite handling of case when window/frame can be deleted.
9238 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 9239 argument t. (Bug#9456)
8b0874b5 9240
4feb6e73
CY
92412011-09-07 Chong Yidong <cyd@stupidchicken.com>
9242
9243 * help-mode.el (help-mode): Restore autoload.
9244
91ab9c13
JL
92452011-09-07 Juri Linkov <juri@jurta.org>
9246
9247 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
9248 `compilation-environment'. Set buffer-local
9249 `compilation-environment' to `thisenv' later after (funcall mode).
9250 (Bug#8340)
9251
9252 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
9253 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
9254 instead of replacing its value. (Bug#8340)
9255
0527e251
JL
92562011-09-07 Juri Linkov <juri@jurta.org>
9257
9258 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
9259 based on text properties put by `grep-filter' instead of matching
9260 escape sequences.
9261 (grep-mode): Set buffer-local `compilation-error-screen-columns'
9262 to the value of `grep-error-screen-columns' (bug#9438).
9263
249f792c
JL
92642011-09-07 Juri Linkov <juri@jurta.org>
9265
9266 * simple.el (next-error-highlight, next-error-highlight-no-select):
9267 Doc fix (bug#9432).
9268
ff7271b9
OT
92692011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
9270
9271 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
9272 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
9273
183fc730
LL
92742011-09-07 Leo Liu <sdl.web@gmail.com>
9275
9276 * net/rcirc.el (rcirc-mode): Conditionally initialize
9277 rcirc-input-ring.
9278
77694924
SM
92792011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9280
9281 * emacs-lisp/find-func.el (find-function-C-source): Only set
9282 find-function-C-source-directory after checking that we found a source
9283 file there (bug#9440).
9284
d809b8eb
AM
92852011-09-06 Alan Mackenzie <acm@muc.de>
9286
9287 * isearch.el (isearch-other-meta-char): Wherever a key list is
9288 unread, "unread" the prefix arg, too. This fixes bug #8901.
9289
453de99f
OG
92902011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
9291
9292 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
9293
90439906
JL
92942011-09-05 Juri Linkov <juri@jurta.org>
9295
9296 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
9297
f62bd846
JL
92982011-09-05 Juri Linkov <juri@jurta.org>
9299
9300 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
9301 keeping point where processing of grep matches begins, and
9302 continue to delete remaining escape sequences from the same point.
9303 (grep-filter): Make leading zero optional in "0?1;31m" because
9304 git-grep emits "\033[1;31m" escape sequences unlike expected
9305 "\033[01;31m" as GNU Grep does (bug#9408).
9306 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
9307
045820ec
JL
93082011-09-05 Juri Linkov <juri@jurta.org>
9309
9310 * subr.el (y-or-n-p): Capitalize "yes".
9311
f5e29b9b
MA
93122011-09-04 Michael Albinus <michael.albinus@gmx.de>
9313
9314 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
9315 `tramp-cache-unload-hook' where appropriate.
9316 (tramp-methods): Rename `tramp-remote-sh' to
9317 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
9318 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
9319
9320 * net/tramp-sh.el (top): Don't require 'shell.
9321 (tramp-methods): Add `tramp-remote-shell' and
9322 `tramp-remote-shell-args' entries.
9323 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
9324 (tramp-sh-handle-shell-command): Remove.
9325 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9326 Use `tramp-remote-shell'.
9327
2784c434
CY
93282011-09-03 Chong Yidong <cyd@stupidchicken.com>
9329
393a301e 9330 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
9331 (sendmail-query-once): Save directly to send-mail-function.
9332 Update message-send-mail-function too.
9333
9334 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
9335
464cdf56
CS
93362011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
9337
9338 * progmodes/python.el (python-mode-map): Use correct function to
9339 start python interpreter from menu-bar (as reported by Geert
9340 Kloosterman).
9341 (inferior-python-mode-map): Fix typo.
393a301e 9342 (python-shell-map): Remove.
464cdf56 9343
d37e5c87
DD
93442011-09-03 Deniz Dogan <deniz@dogan.se>
9345
9346 * net/rcirc.el (rcirc-print): Simplify code for
9347 rcirc-scroll-show-maximum-output. There is no need to walk
9348 through all windows to find the right one.
9349
f3ada0ee
CS
93502011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
9351
9352 * help.el (help-return-method): Doc fix.
9353
1f3c99ca
MR
93542011-09-03 Martin Rudalics <rudalics@gmx.at>
9355
9356 * window.el (window-deletable-p): Don't return a non-nil value
9357 when there's a buffer that was shown in the window before.
9358 (Bug#9419)
393a301e
SM
9359 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9360 Set window's previous buffers to nil.
1f3c99ca 9361
a3cf097f
EZ
93622011-09-03 Eli Zaretskii <eliz@gnu.org>
9363
9364 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
9365 newline before and after the tag line, so it doesn't interfere
9366 with determining the paragraph direction of bidirectional text.
9367
3d03de90
LL
93682011-09-03 Leo Liu <sdl.web@gmail.com>
9369
9370 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
9371
c3313451
CY
93722011-09-02 Chong Yidong <cyd@stupidchicken.com>
9373
393a301e 9374 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
9375 (pop-to-buffer): Change interactive spec. Pass second argument
9376 directly to display-buffer.
9377 (display-buffer): Fix interactive spec. Use functionp to
9378 distinguish between a function and a list of functions.
9379
9380 * abbrev.el (edit-abbrevs):
9381 * arc-mode.el (archive-extract):
9382 * autoinsert.el (auto-insert):
9383 * bookmark.el (bookmark-bmenu-list):
9384 * files.el (find-file):
9385 * view.el (view-buffer):
9386 * progmodes/compile.el (compilation-goto-locus):
9387 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
9388
89894cd8
CY
93892011-09-02 Chong Yidong <cyd@stupidchicken.com>
9390
9391 * window.el (display-buffer-alist): Doc fix.
9392 (display-buffer): Add docstring. Don't treat
9393 display-buffer-default specially.
9394 (display-buffer-reuse-selected-window)
9395 (display-buffer-same-window, display-buffer-maybe-same-window)
9396 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9397 (display-buffer-pop-up-window)
9398 (display-buffer-reuse-or-pop-window)
9399 (display-buffer-use-some-window): New functions.
9400 (display-buffer-default-action): Use them.
393a301e 9401 (display-buffer-default): Delete.
89894cd8
CY
9402 (pop-to-buffer-1): Fix choice of actions.
9403
ae0bc9fb
SM
94042011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
9405
9406 * minibuffer.el (completion--insert-strings): Don't get confused by
9407 completion entries that end with an LF char.
9408
e9d90883
EZ
94092011-09-01 Eli Zaretskii <eliz@gnu.org>
9410
9411 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
9412
437014c8
CY
94132011-09-01 Chong Yidong <cyd@stupidchicken.com>
9414
9415 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
9416 (display-buffer-same-window, display-buffer-other-window):
9417 New functions.
437014c8
CY
9418 (pop-to-buffer-1): New function. Use the above.
9419 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 9420 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
9421
9422 * view.el (view-buffer-other-window, view-buffer-other-frame):
9423 Just use pop-to-buffer.
9424
a5e063d5
TV
94252011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9426
9427 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
9428
793d32bb
WH
94292011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
9430
9431 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
9432
d65e4c15
RS
94332011-08-31 Richard Stallman <rms@gnu.org>
9434
9435 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
9436 of the separation of rmail-view-buffer from rmail-buffer.
9437 If you say no to "replace original", the decrypt is in the
9438 view buffer. If you say yes, the decrypt goes into the
9439 rmail buffer also.
9440
f818cd2a
MR
94412011-08-31 Martin Rudalics <rudalics@gmx.at>
9442
9443 * window.el (display-buffer-window): Rewrite doc-string.
9444 (display-buffer-record-window): New function.
9445 (display-buffer-macro-specifiers)
9446 (display-buffer-even-window-sizes, display-buffer-set-height)
9447 (display-buffer-set-width, display-buffer-in-window)
9448 (display-buffer-reuse-window, display-buffer-split-specifiers)
9449 (display-buffer-side-specifiers, display-buffer-split-window-1)
9450 (display-buffer-split-window, display-buffer-split-atom-window)
9451 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
9452 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
9453 (display-buffer-other-window-means-other-frame)
9454 (display-buffer-normalize-special)
9455 (display-buffer-normalize-default)
9456 (display-buffer-normalize-argument)
9457 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
9458 (display-buffer-normalize-specifiers, display-buffer-frame)
9459 (display-buffer-same-window, display-buffer-same-frame)
9460 (display-buffer-other-window)
9461 (display-buffer-same-frame-other-window)
9462 (display-buffer-other-frame, pop-to-buffer-same-window)
9463 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
9464 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
9465 (switch-to-buffer-same-frame)
9466 (switch-to-buffer-other-window-same-frame)
9467 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
9468 (display-buffer-alist-set-1, display-buffer-alist-set-2)
9469 (display-buffer-alist-set): Remove.
9470 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
9471 (special-display-regexps, special-display-function):
9472 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
9473 parameter.
9474 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
9475 (special-display-frame-alist, special-display-popup-frame)
9476 (same-window-buffer-names, same-window-regexps, same-window-p)
9477 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
9478 (split-window-preferred-function, split-height-threshold)
9479 (split-width-threshold, window-splittable-p)
9480 (split-window-sensibly, window--try-to-split-window)
9481 (window--frame-usable-p, even-window-heights)
9482 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
9483 (window--display-buffer-2, display-buffer-other-frame):
9484 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
9485 (display-buffer-default, display-buffer-assq-regexp): New functions.
9486 (display-buffer-alist): Rewrite doc-string.
9487 (display-buffer-default-action)
9488 (display-buffer-overriding-action): New variables.
9489 (display-buffer, switch-to-buffer): Rewrite.
9490 (pop-to-buffer): Restore Emacs 23 behavior but use
9491 window-normalize-buffer-to-display.
9492 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
9493 Restore Emacs 23 behavior but use
9494 window-normalize-buffer-to-switch-to.
9495 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
9496 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
9497 Rewrite using Emacs 23 options.
f818cd2a 9498
5bc3b51d
MA
94992011-08-31 Michael Albinus <michael.albinus@gmx.de>
9500
9501 * net/tramp.el (tramp-root-regexp): Remove.
9502 (tramp-completion-file-name-regexp-unified)
9503 (tramp-completion-file-name-regexp-separate)
9504 (tramp-completion-file-name-regexp-url): Don't use leading volume
9505 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
9506 (tramp-drop-volume-letter): Simplify definition.
9507 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 9508
b1a4f8e1
SM
95092011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9510
9511 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
9512 (bug#9356).
9513
5664fa7b
RT
95142011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
9515
b1a4f8e1 9516 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 9517
9a45d6c3
JL
95182011-08-29 Juri Linkov <juri@jurta.org>
9519
9520 * isearch.el (isearch-done): Don't display message "Mark saved"
9521 when arg `edit' is non-nil to prevent its flicker in the echo area.
9522
fb87e0fb
CY
95232011-08-28 Chong Yidong <cyd@stupidchicken.com>
9524
9525 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
9526 obsolete packages for deletion.
9527
09ac1c2a
CS
95282011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
9529
9530 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 9531 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
9532 view-mode from help-mode.
9533 (help-xref-override-view-map): Remove.
9534 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
9535 view-mode is not used anymore.
9536
7a1ff57f
CY
95372011-08-28 Chong Yidong <cyd@stupidchicken.com>
9538
9539 * server.el (server-port): Doc fix.
9540
b9696605
CY
9541 * cus-theme.el (custom-theme-choose-mode): Inherit from
9542 special-mode (Bug#9124).
9543 (custom-theme-choose-mode-map): Add special-mode to parent.
9544
ef8cdf8c
AM
95452011-08-28 Alan Mackenzie <acm@muc.de>
9546
9547 * progmodes/cc-fonts.el
9548 (c-make-font-lock-BO-decl-search-function): New function.
9549 (c-basic-matchers-after - "Fontify the clauses after various
9550 keywords"): Extract the three keyword lists for the 3 erroneous
9551 constructs from the list of four, and use the new function above
9552 in place of an old one.
9553
27de4e20
DD
95542011-08-28 Deniz Dogan <deniz@dogan.se>
9555
9556 * net/rcirc.el (rcirc-insert-prev-input)
9557 (rcirc-insert-next-input): Remove unused argument.
9558
356a3681
SM
95592011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9560
9561 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
9562
3fc9b218
AM
95632011-08-27 Alan Mackenzie <acm@muc.de>
9564
9565 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
9566 handle function pointer parameters properly.
9567
538a061c
MR
95682011-08-27 Martin Rudalics <rudalics@gmx.at>
9569
9570 * window.el (display-buffer-reuse-window): Fix case where
9571 selected window was reused with non-nil OTHER-WINDOW argument.
9572 (Bug#9381)
9573
35b1c40c
DD
95742011-08-27 Deniz Dogan <deniz@dogan.se>
9575
9576 * net/rcirc.el (rcirc-check-auth-status): Adding support for
9577 oftc's NickServ messages.
9578
2f6a3e79
GM
95792011-08-27 Glenn Morris <rgm@gnu.org>
9580
9581 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
9582
7254299e
CY
95832011-08-26 Chong Yidong <cyd@stupidchicken.com>
9584
9585 * emacs-lisp/package.el (package-install): Call package-initialize
9586 if called interactively.
9587
f8ccf167
LL
95882011-08-26 Leo Liu <sdl.web@gmail.com>
9589
9590 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
9591
3e8cd5ce
JL
95922011-08-25 Juri Linkov <juri@jurta.org>
9593
9594 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
9595 `search-whitespace-regexp' (bug#9364).
9596
93eb7113
JL
95972011-08-25 Juri Linkov <juri@jurta.org>
9598
9599 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
9600 `regexp-search-ring' to their global values to protect from
9601 updating by `read-from-minibuffer' (bug#9185).
9602
f65d1611
JL
96032011-08-25 Juri Linkov <juri@jurta.org>
9604
9605 * textmodes/ispell.el (ispell-command-loop): Add newline
9606 at the end of the "Use option `i'..." line.
9607
f1cf7a31
JL
96082011-08-25 Juri Linkov <juri@jurta.org>
9609
9610 * battery.el (display-battery-mode): If `battery-status-function'
9611 or `battery-mode-line-format' is nil, display the message and set
9612 `display-battery-mode' to nil (bug#9363).
9613
0c95fcf7
EZ
96142011-08-25 Eli Zaretskii <eliz@gnu.org>
9615
9616 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
9617 bidi-string-mark-left-to-right; they are unnecessary now.
9618
a2ebe600
DD
96192011-08-25 Deniz Dogan <deniz@dogan.se>
9620
9621 * net/quickurl.el: Documentation typo fixes.
9622
e4ed06f1
CY
96232011-08-25 Chong Yidong <cyd@stupidchicken.com>
9624
9625 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
9626
e5f1c99e
GM
96272011-08-25 Glenn Morris <rgm@gnu.org>
9628
b2948976
GM
9629 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
9630
e5f1c99e
GM
9631 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
9632 (smtpmail-via-smtp): Handle nil response from smtp.
9633
f22f4808
JL
96342011-08-24 Juri Linkov <juri@jurta.org>
9635
9636 * proced.el (proced-marked): Inherit from `error' instead of
9637 `font-lock-warning-face'.
9638
9639 * ibuffer.el (ibuffer-marked-face): Change default face from
9640 `font-lock-warning-face' to `warning'.
9641 (ibuffer-deletion-face): Change default face from
9642 `font-lock-type-face' to `error'.
9643
9644 * battery.el (battery-update): Use the face `error' instead of
9645 `font-lock-warning-face' (bug#6117).
9646
6a93965e
JL
96472011-08-24 Juri Linkov <juri@jurta.org>
9648
9649 * faces.el (success): Change face color from "Green3" to
9650 "ForestGreen" on light background (bug#9353).
9651
1ed43b09
CY
96522011-08-24 Chong Yidong <cyd@stupidchicken.com>
9653
5664fa7b
RT
9654 * window.el (quit-window): Rename from quit-restore-window.
9655 Use same arglist as old quit-window.
1ed43b09
CY
9656 (frame-auto-delete): Doc fix.
9657
9658 * view.el (view-mode-exit): Use quit-window.
9659
11dcdbb2
JL
96602011-08-24 Juri Linkov <juri@jurta.org>
9661
9662 * isearch.el (isearch-ring-adjust1): Start visiting previous
9663 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
9664 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
9665 for empty search string (when the last search string is reused
9666 automatically) to adjust the isearch ring to the last element and
9667 prepare the correct index for further M-p commands (bug#9185).
9668
de62b4df
KH
96692011-08-24 Kenichi Handa <handa@m17n.org>
9670
9671 * international/ucs-normalize.el: If decomposition property of
9672 CHAR is the default one (i.e. a list of CHAR itself), treat it as
9673 nil.
9674 (nfd, nfkd): Likewise.
9675
963b492b
SM
96762011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9677
9678 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
9679 from process filters aren't reliably transmitted to the surrounding
9680 accept-process-output.
9681 (mpc-proc-check): New function.
9682 (mpc-proc-sync): Use it (bug#8293)
9683
93b6b5e1
SM
96842011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9685
9686 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
9687 Add compatibility functions (bug#9313).
9688
bca633fb
EZ
96892011-08-23 Eli Zaretskii <eliz@gnu.org>
9690
b177498a
EZ
9691 * cus-start.el (all): Add entry for bidi-paragraph-direction.
9692
6df6ae42 9693 * international/uni-bidi.el: Regenerate.
bca633fb 9694
0902a04e
KH
96952011-08-23 Kenichi Handa <handa@m17n.org>
9696
9697 * international/charprop.el:
9698 * international/uni-bidi.el:
9699 * international/uni-category.el:
9700 * international/uni-combining.el:
9701 * international/uni-comment.el:
9702 * international/uni-decimal.el:
9703 * international/uni-decomposition.el:
9704 * international/uni-digit.el:
9705 * international/uni-lowercase.el:
9706 * international/uni-mirrored.el:
9707 * international/uni-name.el:
9708 * international/uni-numeric.el:
9709 * international/uni-old-name.el:
9710 * international/uni-titlecase.el:
9711 * international/uni-uppercase.el: Regenerate.
9712
3bbf23bc
MR
97132011-08-23 Martin Rudalics <rudalics@gmx.at>
9714
9715 * help.el (help-window-setup): Fix message displayed when other
9716 window is reused. (Bug#9341)
9717
b3fd59bd
SM
97182011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9719
1802e444
SM
9720 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
9721 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
9722
b3fd59bd
SM
9723 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
9724 Mark obsolete.
9725 * shell.el (shell-parse-pcomplete-arguments): New function.
9726 (shell-completion-vars): Use it instead (bug#9160).
9727
4eb61348
SM
97282011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
9729
867cab74
SM
9730 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
9731 strings and comments (bug#9333).
9732
4eb61348
SM
9733 * emacs-lisp/debug.el (debug-arglist): New function.
9734 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
9735 (debug-on-entry-1): Handle interpreted closures (bug#9120).
9736
262a1439
JL
97372011-08-22 Juri Linkov <juri@jurta.org>
9738
56ee679c
JL
9739 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9740 Revert regexp that highlights output switches to its old
9741 pre-2010-10-28 value and remove one `?' from it (bug#9319).
9742
262a1439
JL
9743 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
9744 to check for empty output (bug#9226).
9745
f13f86fb
CY
97462011-08-22 Chong Yidong <cyd@stupidchicken.com>
9747
9748 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
9749 symbol-constituent as the default, as that stops font-lock from
9750 working properly (Bug#8843).
9751
c65c9622
LMI
97522011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9753
9754 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
9755 `coding-system-for-*' around the process open call to avoid
9756 auth-source side effects.
e7f2c178 9757 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
9758 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
9759 probe hangs.
c65c9622 9760
23a8a5ab
CY
97612011-08-21 Chong Yidong <cyd@stupidchicken.com>
9762
ff98b2dd
CY
9763 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
9764
23a8a5ab
CY
9765 * emacs-lisp/find-func.el (find-function-noselect): New arg
9766 lisp-only.
9767
9768 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
9769 signal an error for built-in functions (Bug#6664).
9770
f5e3c598
LMI
97712011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9772
9773 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
9774 (smtpmail-try-auth-methods): Use it.
9775
a3f2468a
CY
97762011-08-21 Chong Yidong <cyd@stupidchicken.com>
9777
2c34e8da
CY
9778 * font-lock.el (font-lock-fontify-region)
9779 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
9780 (font-lock-default-unfontify-buffer)
9781 (font-lock-default-fontify-region)
9782 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
9783
b3fd59bd
SM
9784 * progmodes/compile.el (compilation-error-properties):
9785 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
9786 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
9787 `ant' regexp.
ee31aabc 9788
a3f2468a
CY
9789 * net/browse-url.el (browse-url-firefox): Don't call
9790 browse-url-firefox-sentinel unless using -remote (Bug#9328).
9791
8e999f70
GM
97922011-08-20 Glenn Morris <rgm@gnu.org>
9793
c21a496a
GM
9794 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
9795
59ee0542
GM
9796 * tutorial.el (tutorial--default-keys): Update some default bindings.
9797
8e999f70
GM
9798 * files.el (hack-local-variables): Fully ignore case for "mode:".
9799
e3715033
AM
98002011-08-20 Alan Mackenzie <acm@muc.de>
9801
9802 Resolve invalid use of a regexp in regexp-opt.
9803
4d61f28d
JB
9804 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
9805 detection for a java annotation.
e3715033 9806
4d61f28d 9807 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
9808 detection for a java annotation.
9809
4d61f28d
JB
9810 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
9811 handling for java.
e3715033
AM
9812 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
9813
04ed2e9c
CY
98142011-08-20 Chong Yidong <cyd@stupidchicken.com>
9815
9816 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
9817 (Bug#9274).
9818
826cee64
AM
98192011-08-20 Alan Mackenzie <acm@muc.de>
9820
58179cce 9821 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
9822 such a construct. Mainly for when jit-lock etc. starts a chunk
9823 here.
9824
58179cce 9825 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 9826 variable.
58179cce 9827 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
9828 c-make-font-lock-search-function.
9829 (c-make-font-lock-search-function): Use the above function.
9830 (c-make-font-lock-context-search-function): New function.
9831 (c-cpp-matchers): Enhance the preprocessor expression case with
9832 the above function
9833 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
9834 which takes an expression.
9835
9836 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
9837
13009bd8
MR
98382011-08-20 Martin Rudalics <rudalics@gmx.at>
9839
9840 * window.el (display-buffer-reuse-window)
9841 (display-buffer-pop-up-window): Don't reuse or split a side
9842 window.
9843
9234ff7f
GM
98442011-08-19 Glenn Morris <rgm@gnu.org>
9845
9846 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 9847 Downcase "Mode:". (Bug#9331)
9234ff7f 9848
f635daa1
CY
98492011-08-18 Chong Yidong <cyd@stupidchicken.com>
9850
9851 * international/characters.el: Add L and R categories.
9852
9853 * subr.el (bidi-string-mark-left-to-right): Rename from
9854 string-mark-left-to-right. Use category search.
9855
9856 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
9857
bc987f8b
JL
98582011-08-18 Juri Linkov <juri@jurta.org>
9859
9860 * faces.el (error, warning, success): New faces with definitions
9861 copied from old default values of `font-lock-warning-face',
9862 `compilation-warning', `compilation-info' (bug#6117).
9863
9864 * font-lock.el (font-lock-warning-face): Inherit from `error'.
9865
9866 * progmodes/compile.el (compilation-error): Inherit from `error'.
9867 (compilation-warning): Inherit from `warning'.
9868 (compilation-info): Inherit from `success'.
9869
9870 * dired.el (dired-marked): Inherit from `warning'.
9871 (dired-flagged): Inherit from `error'.
9872
57173b96
LMI
98732011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9874
3e79eb87
LMI
9875 * mail/smtpmail.el (auth-source): Require to avoid problems with
9876 binding variables (bug#9298). Also clean up some unused
9877 autoloads.
9878
b3fd59bd
SM
9879 * net/network-stream.el (network-stream-open-starttls):
9880 Support using starttls.el without using gnutls-cli.
57173b96 9881
02b404de
JL
98822011-08-17 Juri Linkov <juri@jurta.org>
9883
9884 * progmodes/grep.el (rgrep): Handle the case when
9885 `grep-find-command' is a cons cell (bug#9278).
9886
8c9177f2
MR
98872011-08-17 Martin Rudalics <rudalics@gmx.at>
9888
9889 * window.el (display-buffer-pop-up-frame): Run frame creation
9890 function with BUFFER current (as special-display-popup-frame
9891 does). Reported by Drew Adams.
9892
3644a0ab
DU
98932011-08-17 Daiki Ueno <ueno@unixuser.org>
9894
9895 * epa-mail.el: Simplify GnuPG group expansion using
9896 epg-expand-group.
9897 (epa-mail-group-alist, epa-mail-group-modtime)
9898 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
9899 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
9900 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
9901 Remove.
9902
5e617bc2 99032011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
9904
9905 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
9906
9c4aeabf
AM
99072011-08-16 Alan Mackenzie <acm@muc.de>
9908
9909 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
9910 Correct, to avoid the inside of macros.
9911
3a99bf64
RS
99122011-08-16 Richard Stallman <rms@gnu.org>
9913
04963aa8
RS
9914 * epa-mail.el: Handle GnuPG group definitions.
9915 (epa-mail-group-alist, epa-mail-group-modtime)
9916 (epa-mail-gnupg-conf-file): New variables.
9917 (epa-mail-parse-groups, epa-mail-sync-groups)
9918 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
9919 (epa-mail-expand-recipients): New functions.
9920 (epa-mail-encrypt): Call epa-mail-expand-recipients.
9921
177549d0
RS
9922 * mail/rmail.el (rmail-epa-decrypt): New command.
9923
fe38beef
RS
9924 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
9925 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
9926 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
9927 (epa-decrypt-armor-in-region): Make error message clearer.
9928
934eacb9
SM
99292011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
9930
9931 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
9932 and "a2b" to "ab" for `prefix'.
9933
d024fb4e
CY
99342011-08-14 Chong Yidong <cyd@stupidchicken.com>
9935
9936 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
9937 filter groups.
de148fee
CY
9938 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
9939 Fourquet (Bug#8804).
d024fb4e 9940
62f1ca49
JB
99412011-08-12 Juanma Barranquero <lekktu@gmail.com>
9942
9943 * startup.el (argi): Declare as global variable (bug#9275).
9944
9ccaaa4b
CY
99452011-08-12 Chong Yidong <cyd@stupidchicken.com>
9946
9947 * subr.el (string-mark-left-to-right): Search the entire string
9948 for RTL script, not just the terminating character. Doc fix.
9949
a3dae87a
SM
99502011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
9951
6cd18349
SM
9952 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
9953 New function.
9954 (js--regexp-literal, js-syntax-propertize-function): Remove.
9955 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
9956 (js-mode-map): Don't rebind electric keys.
9957 (js-insert-and-indent): Remove.
9958 (js-mode): Setup electric-layout and electric-indent instead.
9959
a3dae87a
SM
9960 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
9961
9d5cb631
DU
99622011-08-12 Daiki Ueno <ueno@unixuser.org>
9963
9964 * epa.el (epa-progress-callback-function): Fix the logic of
9965 displaying progress.
9966 * epa-file.el (epa-file-insert-file-contents): Make progress
9967 display more user-friendly.
9968 (epa-file-write-region): Ditto.
9969
3e26a4a2
CY
99702011-08-10 Chong Yidong <cyd@stupidchicken.com>
9971
9972 * subr.el (string-mark-left-to-right): New function.
9973
9974 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
9975 Use string-mark-left-to-right.
9976 (list-buffers-noselect): Caller changed.
9977
a3dae87a
SM
9978 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
9979 Use string-mark-left-to-right.
3e26a4a2
CY
9980 (tabulated-list-print): Recenter after moving point.
9981
ac8cf6e6
JL
99822011-08-10 Juri Linkov <juri@jurta.org>
9983
9984 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
9985 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
9986 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
9987
8d96c9a4
CY
99882011-08-09 Chong Yidong <cyd@stupidchicken.com>
9989
9990 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
9991 (Bug#7554).
9992
7be1c708 99932011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
9994
9995 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
9996 character. (Bug#6594)
9997
37e11a63
CY
99982011-08-08 Chong Yidong <cyd@stupidchicken.com>
9999
839dde57
CY
10000 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
10001 (image-dired--with-db-file): New macro.
10002 (image-dired-write-tags, image-dired-remove-tag)
10003 (image-dired-create-gallery-lists, image-dired-write-comments)
10004 (image-dired-get-comment, image-dired-mark-tagged-files)
10005 (image-dired-list-tags, image-dired-gallery-generate): Use it.
10006 (image-dired-gallery-generate): Use insert-file-contents.
10007
37e11a63
CY
10008 * time.el (display-time-world-list, display-time-world-display):
10009 * time-stamp.el (time-stamp-string):
10010 * vc/add-log.el (add-change-log-entry): Use setenv instead of
10011 set-time-zone-rule (Bug#7337).
10012
0b4946c4
DU
100132011-08-08 Daiki Ueno <ueno@unixuser.org>
10014
10015 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
10016 (epg-error-to-string, epg-errors-to-string): New function.
10017 (epg-wait-for-completion): Reverse errors list.
10018 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
10019 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
10020 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
10021 (epg-sign-keys, epg-generate-key-from-file)
10022 (epg-generate-key-from-string): Format errors by using
10023 epg-errors-to-string (bug#9255).
10024 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
10025
75bfc667
JL
100262011-08-07 Juri Linkov <juri@jurta.org>
10027
10028 * faces.el (list-faces-display): Remove extra angle bracket
10029 from `help-mode-map'.
10030
10031 * info.el (Info-history-toc-nodes): Doc fix.
10032
10033 * longlines.el (longlines-mode): Doc fix.
10034
673e08bb
SM
100352011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
10036
4640dd88
SM
10037 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
10038 of statements and in a few more cases (bug#9183).
10039
673e08bb
SM
10040 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
10041 New functions.
10042 (cl-transform-lambda): Use them (bug#9239).
10043
89b3f019
MR
100442011-08-05 Martin Rudalics <rudalics@gmx.at>
10045
10046 * window.el (display-buffer-same-window)
10047 (display-buffer-same-frame, display-buffer-other-window)
10048 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
10049 (pop-to-buffer-other-window)
10050 (pop-to-buffer-same-frame-other-window)
10051 (pop-to-buffer-other-frame): Make them defuns.
10052 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
10053
640c8776
SM
100542011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10055
10056 * subr.el (make-composed-keymap): Move from C. Change calling
10057 convention, and improve docstring to bring attention to a subtle point.
10058 * minibuffer.el (completing-read-default): Adjust accordingly.
10059
63648a95
MA
100602011-08-03 Michael Albinus <michael.albinus@gmx.de>
10061
10062 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
10063 (tramp-open-shell): Use `tramp-shell-quote-argument'.
10064
10065 * net/trampver.el: Update release number.
10066
b796c9b7
SM
100672011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10068
10069 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
10070 "in" (bug#9190).
10071
2239d7d5
LMI
100722011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10073
e07dd7c3
LMI
10074 * mail/sendmail.el (sendmail-query-once): Restore the current
10075 buffer after querying (bug#9074).
10076
0e6a2bd7
LMI
10077 * dired.el (dired-flagged): Use different faces for marked and
10078 flagged files (bug#6117).
10079
ce887515
LMI
10080 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
10081 (bug#4433).
10082
92f2affc
LMI
10083 * ido.el (ido-mode): Switch off the message if called
10084 non-interactively.
10085
57d5aff0
LMI
10086 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
10087 before 587, since it appears that that's more likely to work for
10088 more people.
10089
98cd6c18 10090 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 10091 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
10092 exist.
10093
b96dec83
LMI
10094 * info.el: Remove the `Info-beginning-of-buffer' function
10095 (bug#8325).
10096
b796c9b7
SM
10097 * net/network-stream.el (network-stream-open-starttls):
10098 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 10099
d90e2ea0
MR
101002011-08-01 Martin Rudalics <rudalics@gmx.at>
10101
10102 * window.el (display-buffer-in-window): Don't set dedicated status
10103 of window here (Bug#9215).
10104 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
10105 (display-buffer-pop-up-side-window)
b796c9b7 10106 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 10107
cca09170
SM
101082011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
10109
10110 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
10111 before binding generated-autoload-file.
10112
027b979c
DD
101132011-08-01 Deniz Dogan <deniz@dogan.se>
10114
10115 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
10116
3c7ee4f3
MA
101172011-07-30 Michael Albinus <michael.albinus@gmx.de>
10118
10119 Sync with Tramp 2.2.2.
10120
10121 * net/trampver.el: Update release number.
10122
2cc8e51a
JL
101232011-07-30 Juri Linkov <juri@jurta.org>
10124
10125 * dired-aux.el (dired-touch-initial): Remove function.
10126 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
10127 current time, and `default' to the last modification time of the
10128 current marked file (bug#6887).
10129
a514d856
JM
101302011-07-28 Jose E. Marchesi <jemarch@gnu.org>
10131
10132 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 10133 numeric argument to read-number (bug#9163).
a514d856 10134
8a7eddd7
MA
101352011-07-27 Michael Albinus <michael.albinus@gmx.de>
10136
10137 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
10138 connection process, it could be nil.
10139
1ddd96f5
LL
101402011-07-27 Leo Liu <sdl.web@gmail.com>
10141
10142 Simplify url handling in rcirc-mode.
10143
10144 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
10145 (rcirc-browse-url-at-mouse): Remove.
10146 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
10147
b248a85d
AM
101482011-07-26 Alan Mackenzie <acm@muc.de>
10149
10150 Fontify bitfield declarations properly.
10151
10152 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
10153 (c-symbol-chars): Now exported as a lang variable.
10154 (c-not-primitive-type-keywords): New lang variable.
10155
10156 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
10157 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 10158 parsed as a bitfield declaration.
b248a85d 10159
b796c9b7
SM
10160 * progmodes/cc-engine.el (c-beginning-of-statement-1):
10161 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
10162 (c-punctuation-in): New function.
10163 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
10164 declarations properly.
10165
68575ab0
UJ
101662011-07-26 Ulf Jasper <ulf.jasper@web.de>
10167
10168 * calendar/icalendar.el (icalendar--all-events): Take care of
10169 multiple vcalendars in a single file.
b796c9b7 10170 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 10171
0f0a88b9
DD
101722011-07-25 Deniz Dogan <deniz@dogan.se>
10173
10174 * image.el (insert-image): Clarifying docstring.
10175
0b3f36df
MA
101762011-07-24 Michael Albinus <michael.albinus@gmx.de>
10177
10178 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
10179 `tramp-send-command-and-check' if there is no error.
10180 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
10181
a9901f61
AM
101822011-07-22 Alan Mackenzie <acm@muc.de>
10183
10184 Prevent cc-langs.elc being loaded at run time.
10185
10186 * progmodes/cc-mode.el: Remove two autoload forms which loaded
10187 cc-langs.
10188
4d61f28d 10189 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
10190 "(require 'cc-langs)". Quote a form so it will evaluate at
10191 (cc-mode's) compilation time.
10192
11d074b2
MA
101932011-07-22 Michael Albinus <michael.albinus@gmx.de>
10194
10195 * net/tramp.el (tramp-file-name-handler): Avoid recursive
10196 loading. (Bug#9114)
10197
938b94c8
MR
101982011-07-21 Martin Rudalics <rudalics@gmx.at>
10199
10200 * window.el (display-buffer-pop-up-window)
10201 (display-buffer-pop-up-side-window)
10202 (display-buffer-in-side-window): Call display-buffer-set-height
10203 and display-buffer-set-width after setting the new window's
b796c9b7 10204 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 10205
bfa4f190
SS
102062011-07-20 Sam Steingold <sds@gnu.org>
10207
10208 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
10209 (etags-tags-included-tables): Call `convert-standard-filename' on
10210 the file names contained in TAGS so that windows Emacs can handle
10211 TAGS files created by cygwin ctags.
10212
8ca42262
LMI
102132011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10214
10215 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
10216 which apparently didn't work.
10217
5db2afd2 102182011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 10219
5db2afd2
RW
10220 * proced.el (proced-send-signal): For *Marked Processes* buffer
10221 put point at beginning of buffer.
10222
92e15d10
SB
102232011-07-19 Stephen Berman <stephen.berman@gmx.net>
10224
10225 * proced.el (proced-format): Make header lines align with the text
10226 (bug#1779).
10227
1bfd59e5
LMI
102282011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10229
10230 * view.el (view-buffer): Allow running in `special' modes if we're
10231 visiting a file (bug#8615).
10232
f5aae37c
MR
102332011-07-19 Martin Rudalics <rudalics@gmx.at>
10234
10235 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
10236 (display-buffer-alist-set-1, display-buffer-alist-set-2):
10237 New functions.
f5aae37c
MR
10238 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
10239 more accurately.
10240
bf2c1571
AM
102412011-07-18 Alan Mackenzie <acm@muc.de>
10242
10243 Fontify declarators properly when, e.g., a jit-lock chunk begins
10244 inside a declaration.
10245
10246 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
10247
b796c9b7
SM
10248 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
10249 New function.
bf2c1571
AM
10250 (c-complex-decl-matchers): Insert reference to
10251 c-font-lock-enclosing-decls.
10252
10253 * progmodes/cc-engine.el (c-backward-single-comment):
10254 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
10255 to nil around calls to (forward-comment -1).
10256
4e190b80
LMI
102572011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10258
12dc863d
LMI
10259 * image.el (put-image): Doc typo fix.
10260
a762e966
LMI
10261 * progmodes/etags.el (tags-search): Doc typo fix.
10262
4e190b80
LMI
10263 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
10264 password if we get errors 550 to 554.
10265
f019fb21
LMI
102662011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10267
b796c9b7 10268 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 10269
81746738
LMI
10270 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
10271 indentation character (bug#6380).
10272
3ee3a1b5
LMI
10273 * files.el (buffer-offer-save): Made permanently local (bug#6241).
10274
c82f64de
LMI
10275 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
10276 to clarify what the problem is (bug#4291).
10277
f019fb21
LMI
10278 * simple.el (current-kill): Clarify what
10279 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
10280 (auto-fill-mode): Document `auto-fill-function' in relation to
10281 `auto-fill-mode' (bug#2470).
f019fb21 10282
0794775d
LM
102832011-07-16 Lawrence Mitchell <wence@gmx.li>
10284
10285 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
10286 method if slot is read-only (bug#9035).
10287
be39b8cc
MR
102882011-07-16 Martin Rudalics <rudalics@gmx.at>
10289
b796c9b7 10290 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 10291 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
10292 selected before, see discussion of (Bug#8615), (Bug#6954).
10293 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 10294
6ccf7859
GM
102952011-07-15 Glenn Morris <rgm@gnu.org>
10296
10297 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 10298 Respect help-form.
6ccf7859 10299
87e86684
LM
103002011-07-09 Lawrence Mitchell <wence@gmx.li>
10301
10302 * net/gnutls.el (gnutls-min-prime-bits): New variable.
10303 (gnutls-negotiate): Use it.
10304
d6066239
LMI
103052011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10306
b796c9b7
SM
10307 * net/gnutls.el (gnutls-negotiate):
10308 Upcase `gnutls-algorithm-priority'.
d6066239 10309
bd23ebc0
GM
103102011-07-15 Glenn Morris <rgm@gnu.org>
10311
c65bca65
GM
10312 * jka-compr.el (jka-compr-verbose): Move from here...
10313 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
10314 Add missing :version tag.
10315 * info.el: No need to require jka-compr when compiling.
bd23ebc0 10316
478615cc
LMI
103172011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10318
7b41decb
LMI
10319 * net/gnutls.el (gnutls-algorithm-priority): New variable.
10320 (gnutls-negotiate): Use it.
10321
dbc44fcd
LMI
10322 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
10323
06789f97
LMI
10324 * info.el (Info-beginning-of-buffer): New command.
10325 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
10326 announcing `b' as the key (bug#8325).
ab896c37 10327 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 10328
c39da690
LMI
10329 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
10330
3aa5f34b
LMI
10331 * international/mule-cmds.el
10332 (describe-specified-language-support): Make the error message
10333 clearer (bug#8905).
10334
4bf0979f
LMI
10335 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
10336
478615cc
LMI
10337 * isearch.el (isearch-barrier): Add a doc string, since it's
10338 mentioned in a function doc string (bug#8678).
10339
75c68aa1
MR
103402011-07-15 Martin Rudalics <rudalics@gmx.at>
10341
10342 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
10343 buffer argument (Bug#9083) and self-identifying label argument.
10344
a7c33da2
GM
103452011-07-15 Glenn Morris <rgm@gnu.org>
10346
10347 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
10348
2f5c6024
LMI
103492011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10350
10351 * man.el (Man-fontify-manpage): Fix message when formatting the
10352 man page (bug#7929).
10353
0bb23927 103542011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
10355
10356 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
10357 argument LRM; if non-nil, append an invisible LRM character to the
10358 buffer name.
10359 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
10360 last argument non-nil, when formatting buffer names.
0bb23927
EZ
10361 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
10362 paragraph direction.
cce4b0a7 10363
621ef9ab
LMI
103642011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10365
d1583c48
LMI
10366 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
10367 the man page name (bug#7929).
10368
6a57fb5f
LMI
10369 * image.el (put-image): Mention the `put-image' overlay property
10370 (bug#7834).
10371
d7956b14
LMI
10372 * scroll-bar.el (set-scroll-bar-mode): Mention that
10373 `scroll-bar-mode' lists the values (bug#7772).
10374
5b2d4a66
LMI
10375 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
10376 command (bug#7729).
10377
7509a874
LMI
10378 * rect.el (apply-on-rectangle): Return the point after the last
10379 operation.
10380 (string-rectangle): Go to the point after the last operation
10381 (bug#7522).
10382
4fe74b19
LMI
10383 * printing.el (pr-toggle-region): Clarify the documentation
10384 slightly (bug#7493).
10385
b796c9b7
SM
10386 * time.el (display-time-update):
10387 Allow `display-time-mail-function' to return nil (bug#7158).
10388 Fix suggested by Detlev Zundel.
ab283561 10389
fc233c9d
LMI
10390 * vc/diff.el (diff): Clarify the order the file names are read
10391 (bug#7111).
10392
43f5740b
LMI
10393 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
10394 the doc string (bug#7015).
10395
f2182a76
LMI
10396 * font-lock.el (font-lock-maximum-decoration): Mention what
10397 numeric levels mean (bug#6935).
10398
621ef9ab
LMI
10399 * startup.el (initial-buffer-choice): Don't mention the `none'
10400 selection, which is against policy.
10401
adc47434
MR
104022011-07-14 Martin Rudalics <rudalics@gmx.at>
10403
b796c9b7
SM
10404 * window.el (display-buffer-normalize-special):
10405 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 10406
7e5bfb8f
EZ
104072011-07-14 Eli Zaretskii <eliz@gnu.org>
10408
10409 * subr.el (version<, version<=, version=): Mention "-CVS" and
10410 "-12345" alpha version numbers.
10411
27fa387a
CY
104122011-07-14 Chong Yidong <cyd@stupidchicken.com>
10413
10414 * bindings.el: Add advertised binding for set-mark-command
10415 (Bug#5772).
10416
8bdfa064
CY
104172011-07-14 Chong Yidong <cyd@stupidchicken.com>
10418
10419 * bindings.el (mode-line-other-buffer):
10420 * bookmark.el (bookmark-bmenu-2-window):
10421 * bs.el (bs-cycle-next, bs-cycle-previous):
10422 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
10423 switch-to-buffer.
10424
10425 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 10426 Delete.
8bdfa064 10427
5eba16a3
JB
104282011-07-14 Juanma Barranquero <lekktu@gmail.com>
10429
10430 * follow.el (follow-debug-message, follow-redisplay):
10431 * jka-cmpr-hook.el (with-auto-compression-mode):
10432 Fix typos in docstrings.
10433
15853710
LMI
104342011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10435
a28e4607
LMI
10436 * subr.el (with-silent-modifications): Clarify somewhat what the
10437 macro inhibits (bug#6525).
10438
15853710
LMI
10439 * simple.el (eval-expression): Note what it does if called
10440 interactively (bug#6495).
10441
bee0fcef
CY
104422011-07-13 Chong Yidong <cyd@stupidchicken.com>
10443
b796c9b7
SM
10444 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
10445 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
10446
10447 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10448 Remove switch-to-buffer.
10449
58274504
LMI
104502011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10451
bd2fcc8d
LMI
10452 * files.el (make-directory): Clarify that an error will be raised
10453 if there's an error (bug#6397).
10454
0f04b32c
LMI
10455 * startup.el (initial-buffer-choice): Add `none' as a choice
10456 (bug#6234).
10457
465c5fc8
LMI
10458 * subr.el (add-hook): Clarify section about buffer-local hooks
10459 (bug#6218).
10460
58274504
LMI
10461 * dired.el (dired-flagged): Clarify doc string (bug#6117).
10462
bead9a43
JB
104632011-07-13 Juanma Barranquero <lekktu@gmail.com>
10464
10465 * tabify.el (untabify): Preserve the current column so that point
10466 doesn't move (bug#6032).
10467
3af98a7b
LMI
104682011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10469
b796c9b7
SM
10470 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
10471 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 10472
6240145a
GM
104732011-07-13 Glenn Morris <rgm@gnu.org>
10474
10475 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
10476 (dired-insert-directory): Give a message the first time
10477 if ls is found not to support --dired.
10478
1d8c2ccc
LMI
104792011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10480
10481 * simple.el (toggle-truncate-lines): Clarify what is toggled
10482 (bug#5580). Text by Drew Adams.
10483
5fc4038e
CY
104842011-07-13 Chong Yidong <cyd@stupidchicken.com>
10485
10486 * simple.el (blink-matching-open): Make the error message from the
10487 last change less verbose.
10488
bf6012e5
DN
104892011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
10490
10491 * font-lock.el (font-lock-comment-face): Use the high contrast
10492 "yellow" color for font-lock-comment-face on low color terminals
10493 using a dark background color (bug#4221).
10494
343c3b5a
LMI
104952011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10496
7e9505c5
LMI
10497 * dired.el (dired-insert-set-properties): Make the doc string
10498 reflect what it does now (bug#5325).
10499
c26fdcf5
LMI
10500 * simple.el (blink-matching-open): Say that we were unable to find
10501 the match within the limit, if we're limited (bug#5122).
10502
bb388cc5
LMI
10503 * international/mule-cmds.el (prefer-coding-system): Add an
10504 example (bug#4869).
10505
343c3b5a
LMI
10506 * progmodes/etags.el (tags-search): Document `file-list-form'
10507 (bug#4731).
10508
2a517d45
LM
105092011-07-13 Lawrence Mitchell <wence@gmx.li>
10510
10511 * net/browse-url.el (browse-url-default-browser)
10512 (browse-url-browser-function): Make the default browser choice a
10513 bit more logical (bug#4300). Also clean up the doc string.
10514
b6c78ef2
JB
105152011-07-13 Juanma Barranquero <lekktu@gmail.com>
10516
10517 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
10518 binary endings (bug#4440).
10519
1c4dd947
LMI
105202011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10521
a2014063
LMI
10522 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
10523 which can be pretty annoying (bug#8971).
10524
9c9c2d88
LMI
10525 * jka-compr.el (jka-compr-verbose): New variable, and use
10526 throughout (bug#8971).
10527
1c4dd947
LMI
10528 * info.el (Info-find-file): Fall back on the installation
10529 directory if we can't find the info node anywhere else.
10530
a1c9f41b
SO
105312011-07-13 Sergei Organov <osv@javad.com> (tiny change)
10532
10533 * vc/vc.el (vc-revert-file):
10534 Don't set file time-stamp in the past. (Bug#5181)
10535
536f3d36
LMI
105362011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10537
7152b011
LMI
10538 * files.el (after-find-file): Give a better error message when
10539 trying to find a symlink that points to a file that doesn't exist
10540 (bug#4398).
10541
536f3d36
LMI
10542 * progmodes/cc-vars.el: Remove (probably) misleading comment
10543 (bug#4396).
10544
460c0fba
JB
105452011-07-12 Johan Bockgård <bojohan@gnu.org>
10546
10547 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
10548
7a6bda45
CY
105492011-07-12 Chong Yidong <cyd@stupidchicken.com>
10550
10551 * mouse-sel.el: Hack restoring functionality, while keeping
10552 compatibility with 2010-07-03 changes to mouse selection.
10553 (mouse-sel-primary-overlay): New var.
10554 (mouse-sel-selection-alist): Use it.
10555 (mouse-sel-mode): Doc fix; remove points that are default features
10556 of mouse.el.
10557
c79598ef
JB
105582011-07-12 Johan Bockgård <bojohan@gnu.org>
10559
10560 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10561 Fix previous fix (bug#2490).
10562
ff8be6ef
RW
105632011-07-12 Roland Winkler <winkler@gnu.org>
10564
b796c9b7
SM
10565 * textmodes/bibtex.el (bibtex-initialize):
10566 Use pop-to-buffer-same-window.
ff8be6ef
RW
10567 (bibtex-search-entries): Fix interactive call.
10568
296ba3ee
LMI
105692011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10570
f5242a02 10571 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
10572 Fontise bytecomp Error lines more correctly (bug#2490).
10573 Fix suggested by Johan Bockgård.
f5242a02 10574
296ba3ee
LMI
10575 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
10576
10577 * dired-x.el (dired-guess-default): Use `delete-dups'.
10578
f69fd0d2
CY
105792011-07-12 Chong Yidong <cyd@stupidchicken.com>
10580
10581 * dired.el (dired-mark-prompt):
10582 * dired-aux.el (dired-read-shell-command): Doc fix.
10583
eab5dc07
LMI
105842011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10585
b796c9b7
SM
10586 * mail/sendmail.el (sendmail-query-once):
10587 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
10588 emacs -Q.
10589
10590 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
10591
eab5dc07
LMI
10592 * cus-edit.el (custom-file): Take an optional no-error variable.
10593 (customize-save-variable): Set the variable, and give a warning if
10594 running under "emacs -q".
10595
a1e65d42
JB
105962011-07-11 Juanma Barranquero <lekktu@gmail.com>
10597
10598 * loadhist.el (unload-feature-special-hooks):
10599 Add `auto-coding-functions', `fill-nobreak-predicate' and
10600 `find-directory-functions' (bug#5327).
10601
1d52da10
LMI
106022011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10603
be958f1d
LMI
10604 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
10605
5bedb26c
LMI
10606 * cus-edit.el (custom-guess-name-alist): -alist variables should
10607 use the `alist' type (bug#3120). Suggested by Drew Adams.
10608
1d52da10
LMI
10609 * printing.el: Add documentation to all the `pr-toggle-' commands.
10610
cd394be1 106112011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
10612
10613 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
10614 backends where it makes sense (bug#2623).
10615
dcc88d8a
LMI
106162011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10617
c3de9feb
LMI
10618 * dired-x.el (dired-guess-default): Remove duplicate shell command
10619 entries (bug#2028).
8a93078b 10620 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 10621 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 10622
dcc88d8a
LMI
10623 * subr.el (remove-duplicates): New conveniency function.
10624
505e3645
LMI
106252011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10626
10627 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
10628 (bug#1526).
10629
106302011-07-10 Martin Rudalics <rudalics@gmx.at>
10631
10632 * window.el (display-buffer-normalize-default): Don't invert
10633 meaning of even-window-heights. Reported by Eli Zaretskii
10634 <eliz@gnu.org>.
10635
455e4fa1
BR
106362011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
10637
10638 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
10639
8e0bc3e9
CY
106402011-07-10 Chong Yidong <cyd@stupidchicken.com>
10641
10642 * window.el (display-buffer): Fix arguments to
10643 display-buffer-reuse-window in last change.
10644
fa7c3228
CY
10645 * faces.el (link): Use a less saturated blue on light backgrounds.
10646
10647 * startup.el (fancy-startup-text, fancy-about-text)
10648 (fancy-startup-tail): Use font-lock faces, for background safety.
10649
c0a7f300
BN
106502011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
10651
b796c9b7
SM
10652 * emulation/viper-cmd.el (viper-change-state-to-vi):
10653 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 10654
4dc2a129
MR
106552011-07-09 Martin Rudalics <rudalics@gmx.at>
10656
10657 * window.el (display-buffer-default-specifiers): Remove.
10658 (display-buffer-macro-specifiers): Remove default specifiers.
10659 (display-buffer-alist): Default to nil.
b796c9b7 10660 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
10661 (display-buffer-pop-up-window): Allow splitting internal
10662 windows. Check whether a live window was created.
10663 (display-buffer-other-window-means-other-frame)
10664 (display-buffer-normalize-arguments): Rename to
10665 display-buffer-normalize-argument and rewrite. Set the
10666 other-window specifier.
10667 (display-buffer-normalize-special): New function.
10668 (display-buffer-normalize-options): Rename to
10669 display-buffer-normalize-default and rewrite.
10670 (display-buffer-normalize-options-inhibit): Remove.
10671 (display-buffer-normalize-specifiers): Rewrite.
10672 (display-buffer): Process other-window specifier and call
10673 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
10674 more faithfully.
b796c9b7 10675 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 10676 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
10677 (display-buffer-in-window, display-buffer-alist-set):
10678 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
10679 <tassilo@member.fsf.org>.
10680
2d43b8c9
LL
106812011-07-09 Leo Liu <sdl.web@gmail.com>
10682
10683 * register.el (insert-register): Restore accidental change on
10684 2011-06-26. (Bug#9028)
10685
7f9b7c53
GM
106862011-07-09 Glenn Morris <rgm@gnu.org>
10687
10688 * subr.el (remq): Handle the empty list. (Bug#9024)
10689
f042cfd8
AS
106902011-07-08 Andreas Schwab <schwab@linux-m68k.org>
10691
10692 * mail/sendmail.el (send-mail-function): No longer delay custom
10693 initialization.
10694 * custom.el (custom-initialize-delay): Doc fix.
10695
856b2f11
SM
106962011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
10697
10698 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
10699
afae1d68
MA
107002011-07-08 Michael Albinus <michael.albinus@gmx.de>
10701
10702 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
10703 human-friendly prompt.
10704
0757af94
SM
107052011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
10706
10707 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
10708 provided by a particular plugin.
10709
d760b731
LMI
107102011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
10711
10712 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
10713 save customizations (with "emacs -Q"), just set the variable
10714 instead of erroring out.
10715
10716 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
10717
cd79ce90
JL
107182011-07-08 Juri Linkov <juri@jurta.org>
10719
10720 * arc-mode.el (archive-zip-expunge, archive-zip-update)
10721 (archive-zip-update-case): Use 7z if found by `executable-find'.
10722 The order of searching the available programs is the same as in
10723 `archive-zip-extract' (bug#8968).
10724
14cc04aa
CY
107252011-07-07 Chong Yidong <cyd@stupidchicken.com>
10726
10727 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
10728 (menu-bar-options-menu): Tweak descriptions.
10729
0a1848ec
LMI
107302011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
10731
10732 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
10733 menu items into verb phrases (bug#1421). Also refill to fit under
10734 80 columns.
10735
f5bd0689
CY
107362011-07-07 Chong Yidong <cyd@stupidchicken.com>
10737
538e85c6
CY
10738 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
10739 (Info-read-node-name): Doc fix (Bug#1084).
10740
f5bd0689
CY
10741 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
10742 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
10743 (end-of-sexp, beginning-of-sexp)
10744 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
10745 (forward-symbol, forward-same-syntax, word-at-point)
10746 (sentence-at-point): Doc fix (Bug#1144).
10747
56ec5115
LMI
107482011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
10749
f3f8e37f
LMI
10750 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
10751 should cover it (bug#1281).
10752
0757af94 10753 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 10754
e9fce1ac 10755 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
10756 negotiation fails, then possibly try again with a non-encrypted
10757 connection (bug#9017).
10758
56ec5115
LMI
10759 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
10760 be used.
10761
c2f9aec8
RS
107622011-07-07 Richard Stallman <rms@gnu.org>
10763
10764 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
10765 property, and handle its changed format.
10766 Look for the correct line number.
10767 Use file's line contents (but not past first =) to find
10768 correct line in message.
10769
ef7b981d 107702011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
10771
10772 * international/characters.el (build-unicode-category-table):
10773 Delete it.
0757af94 10774 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 10775
0757af94 10776 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
10777 to src/chartab.c.
10778 (get-char-code-property): Call unicode-property-table-internal to
10779 load a file. Call get-unicode-property-internal where necessary.
10780 (put-char-code-property): Call unicode-property-table-internal to
10781 load a file. Call put-unicode-property-internal where necessary.
10782 put-unicode-property-internal where necessary.
0757af94
SM
10783 (char-code-property-description):
10784 Call unicode-property-table-internal to load a file.
c805dec0
KH
10785
10786 * international/charprop.el:
10787 * international/uni-bidi.el:
10788 * international/uni-category.el:
10789 * international/uni-combining.el:
10790 * international/uni-comment.el:
10791 * international/uni-decimal.el:
10792 * international/uni-decomposition.el:
10793 * international/uni-digit.el:
10794 * international/uni-lowercase.el:
10795 * international/uni-mirrored.el:
10796 * international/uni-name.el:
10797 * international/uni-numeric.el:
10798 * international/uni-old-name.el:
10799 * international/uni-titlecase.el:
10800 * international/uni-uppercase.el: Regenerate.
10801
10802 * loadup.el: Load international/charprop.el before
10803 international/characters.
10804
e14b388a
CY
108052011-07-07 Chong Yidong <cyd@stupidchicken.com>
10806
10807 * window.el (next-buffer, previous-buffer): Signal an error if
10808 called from a minibuffer window.
10809
10810 * bindings.el: Revert 2011-07-04 change.
10811
354cf0ba
RS
108122011-07-06 Richard Stallman <rms@gnu.org>
10813
10814 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
10815 (rmail-mime-insert-bulk, rmail-mime-insert-text):
10816 Treat markers like ints.
10817 (rmail-mime-entity): Doc fix.
10818
a48868a7
LMI
108192011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10820
4906cd3d
LMI
10821 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
10822 defcustom again for backwards compatibility.
10823
e0457abe
LMI
10824 * simple.el (shell-command-on-region): Fill.
10825
d67f7e1f
LMI
10826 * dired-aux.el (dired-kill-line): Add a doc string.
10827
fe204702
LMI
10828 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
10829 to "\\sw\\|\\s_" (bug#358).
10830
a48868a7
LMI
10831 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
10832 (dired-unmark-backward): Ditto.
10833 (dired-flag-backup-files): Ditto.
10834
10835 * dired-x.el (dired-mark-sexp): Ditto.
10836
aa8a705c
RS
108372011-07-06 Richard Stallman <rms@gnu.org>
10838
10839 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
10840 (rmail-mime-entity): New arg TRUNCATED.
10841 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
10842 New functions.
10843 (rmail-mime-save): Warn if entity is truncated.
10844 (rmail-mime-toggle-hidden): Likewise, for showing.
10845 (rmail-mime-process-multipart): Record when an entity is truncated.
10846
a9a936b9
RS
10847 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
10848 if ENTITY is a string.
10849
1f2b92cb
LMI
108502011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10851
f4f73198 10852 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
10853 of faces when `M-C-x'-ing their definitions (bug#8378).
10854 Also clean up the code slightly.
f4f73198 10855
12b16734 10856 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 10857 because that makes the colors go away.
12b16734 10858
f0691d22
LMI
10859 * mail/sendmail.el (send-mail-function): Change the default to
10860 `sendmail-query-once'.
9e87df06 10861 (sendmail-query-once): Add an autoload cookie.
f0691d22 10862
1f2b92cb
LMI
10863 * net/network-stream.el (network-stream-open-starttls): Try using
10864 a plain connection even if the server offered STARTTLS, and we
10865 kinda wanted to use it, if Emacs doesn't have any STARTTLS
10866 capability. This should make smtpmail.el work in slightly more
10867 configurations.
10868
1cdd2a1b
MA
108692011-07-06 Michael Albinus <michael.albinus@gmx.de>
10870
10871 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
10872 New defun.
10873 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
10874
fbcc67e2
MM
108752011-07-06 Michael R. Mauger <mmaug@yahoo.com>
10876
10877 * progmodes/sql.el: Version 3.0
0757af94 10878 (sql-product-alist): Add product :completion-object,
fbcc67e2 10879 :completion-column, and :statement attributes.
0757af94 10880 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 10881 (sql-mode-syntax-table): Mark all punctuation.
0757af94 10882 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
10883 ansi keywords.
10884 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 10885 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
10886 (sql-oracle-show-reserved-words): New function for development.
10887 (sql-product-font-lock): Simplify for source code buffers.
10888 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
10889 New functions.
10890 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
10891 (sql-mode-map): Add statement movement functions.
10892 (sql-ansi-statement-starters, sql-oracle-statement-starters):
10893 New variable.
fbcc67e2
MM
10894 (sql-statement-regexp, sql-beginning-of-statement)
10895 (sql-end-of-statement, sql-signum): New functions.
0757af94 10896 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
10897 (sql-show-sqli-buffer): Bug fix.
10898 (sql-interactive-mode): Store connection data as buffer local.
0757af94 10899 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
10900 with sql-interactive-mode.
10901 (sql-save-connection): Save buffer local settings.
0757af94 10902 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
10903 (sql-product-interactive): Bug fix.
10904 (sql-preoutput-hold): New variable.
10905 (sql-interactive-remove-continuation-prompt): Bug fixes.
10906 (sql-debug-redirect): New variable.
10907 (sql-str-literal): New function.
10908 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 10909 Redesign.
fbcc67e2
MM
10910 (sql-oracle-save-settings, sql-oracle-restore-settings)
10911 (sql-oracle-list-all, sql-oracle-list-table): New functions.
10912 (sql-completion-object, sql-completion-column)
10913 (sql-completion-sqlbuf): New variables.
10914 (sql-build-completions-1, sql-build-completions)
10915 (sql-try-completion): New functions.
10916 (sql-read-table-name): Use them.
10917 (sql-contains-names): New buffer local variable.
10918 (sql-list-all, sql-list-table): Use it.
10919 (sql-oracle-completion-types): New variable.
10920 (sql-oracle-completion-object, sql-sqlite-completion-object)
10921 (sql-postgres-completion-object): New functions.
10922
d4eaeab1
GM
109232011-07-06 Glenn Morris <rgm@gnu.org>
10924
10925 * window.el (pop-to-buffer): Doc fix.
10926
322b7dab 109272011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
10928
10929 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
10930
322b7dab 109312011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 10932
322b7dab 10933 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 10934
322b7dab 10935 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 10936
605dd5bf
CY
109372011-07-05 Chong Yidong <cyd@stupidchicken.com>
10938
10939 * button.el (button): Inherit from link face. Suggested by Dan
10940 Nicolaescu.
10941
7dbfa719
SM
109422011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10943
3db614b0
SM
10944 * progmodes/gdb-mi.el: Fit in 80 columns.
10945 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
10946 switch-to-buffer.
10947
7dbfa719
SM
10948 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
10949 if imenu is simply not configured (bug#8941).
10950
919d884a
KM
109512011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
10952
10953 * allout.el (allout-post-undo-hook): New allout outline-change
10954 event hook to signal undo activity.
10955 (allout-post-command-business): Run allout-post-undo-hook if an
10956 undo just occurred.
7dbfa719
SM
10957 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
10958 * allout-widgets.el (allout-widgets-after-undo-function):
10959 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
10960 in the vicinity of an undo.
10961 (allout-widgets-mode): Include allout-widgets-after-undo-function
10962 on the new allout-post-undo-hook.
10963
450a0f09
SM
109642011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10965
10966 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
10967 Let define-derived-mode define it.
10968 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
10969 cycles of abbrev-table inheritance (bug#8998).
10970
2de69e00
RW
109712011-07-05 Roland Winkler <winkler@gnu.org>
10972
10973 * textmodes/bibtex.el: Add support for biblatex.
10974 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
10975 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
10976 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
10977 (bibtex-entry-alist, bibtex-field-alist): New variables.
10978 (bibtex-entry-field-alist): Obsolete alias for
10979 bibtex-BibTeX-entry-alist.
10980 (bibtex-entry-alist, bibtex-field-alist): New widgets.
10981 (bibtex-set-dialect): New command.
10982 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
10983 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
10984 Bind via bibtex-set-dialect.
2de69e00
RW
10985 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
10986 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
10987 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
10988 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
10989 Define via bibtex-set-dialect.
450a0f09
SM
10990 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
10991 Obey bibtex-no-opt-remove-re.
2de69e00
RW
10992 (bibtex-vec-push, bibtex-vec-incr): New functions.
10993 (bibtex-format-entry, bibtex-field-list)
10994 (bibtex-print-help-message, bibtex-validate)
10995 (bibtex-search-entries): Use new format of bibtex-entry-alist.
10996
2dcdbdd9
SM
109972011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10998
10999 * progmodes/compile.el (compilation-goto-locus):
11000 * net/tramp-cmds.el (tramp-append-tramp-buffers):
11001 * bs.el (bs-cycle-next, bs-cycle-previous):
11002 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
11003 * bindings.el (mode-line-other-buffer):
11004 * autoinsert.el (auto-insert):
11005 * arc-mode.el (archive-extract):
11006 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
11007
b27640fe
JB
110082011-07-05 Juanma Barranquero <lekktu@gmail.com>
11009
11010 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
11011 Fix check of `emacs-lock-unlockable-modes'.
11012 Coerce true values of `emacs-lock--try-unlocking' to t.
11013
53bbe3ad
JB
110142011-07-05 Juanma Barranquero <lekktu@gmail.com>
11015
11016 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
11017 * emacs-lock.el: New file.
11018
1d3cdbc7
JD
110192011-07-05 Julien Danjou <julien@danjou.info>
11020
11021 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
11022 than `boundp' to check if face is set.
11023
9173deec
JB
110242011-07-05 Juanma Barranquero <lekktu@gmail.com>
11025
11026 * register.el (registerv-make):
11027 * window.el (window-min-height): Fix typos in docstrings.
11028
869795d6
JD
110292011-07-05 Jan Djärv <jan.h.d@swipnet.se>
11030
9173deec 11031 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
11032 Update doc string.
11033
b768cdcd
JB
110342011-07-04 Juanma Barranquero <lekktu@gmail.com>
11035
11036 * server.el (server-execute): Catch quit and call
11037 `server-return-error' to pass the error back to emacsclient and
11038 close the connection (bug#8942).
11039
13aa217b
KM
110402011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
11041
11042 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
11043 insecure exception for current topic. Also note that auto-saves
11044 are handled differently.
11045
5d3385a0 11046 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
11047 State variables for tracking auto-save inhibition situation.
11048
11049 (allout-write-contents-hook-handler): Rename from
11050 'allout-write-file-hook-handler', and describe how it depends on
11051 write-contents-functions sensitivity to non-nil value to prevent
11052 file write.
11053
11054 (allout-auto-save-hook-handler): Remove. auto-save does not check
11055 this in individual buffers, only in the starting buffer, so this
11056 is not the right way for us to inhibit auto-save in a buffer
11057 according to its condition.
11058
11059 (allout-mode): Use new allout-write-contents-hook-handler, and
11060 only with write-contents-functions. Remove auto-save provisions -
11061 they're implemented elsewhere.
11062
11063 (allout-before-change-handler): If undo is in progress, note that
11064 for attention of allout-post-command-business.
11065
11066 (allout-post-command-business): If the command we're following was
11067 an undo, check for change in the status of encrypted items and
11068 adjust auto-save inhibitions accordingly.
11069
11070 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
11071 according to whether there are or aren't any plain-text topics
11072 pending encryption.
11073
2dcdbdd9 11074 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
11075 Adjust buffer-saved-size and some allout state to inhibit auto-saves
11076 if there are plain-text topics pending encryption.
13aa217b
KM
11077
11078 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
11079 buffer-saved-size and some allout state to not inhibit auto-saves
11080 if there are no longer any plain-text topics pending encryption.
11081
0757af94
SM
11082 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
11083 No longer provide for exemption of the current topic.
13aa217b 11084
ac89b32c
JL
110852011-07-04 Juri Linkov <juri@jurta.org>
11086
11087 Add 7z operations to delete and save changed members (bug#8968).
11088 * arc-mode.el (archive-7z-expunge, archive-7z-update):
11089 New defcustoms.
11090 (archive-7z-write-file-member): New function.
11091 (archive-7z-summarize): Fix the number of dashes in the
11092 listing output.
11093
8fa39615
SM
110942011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11095
11096 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
11097 (bug#8958).
11098
2f11b3f1
CY
110992011-07-04 Chong Yidong <cyd@stupidchicken.com>
11100
d66fef2b
CY
11101 * bindings.el: Ignore next-buffer and previous-buffer in
11102 minibuffer-local-map.
11103
2f11b3f1
CY
11104 * font-lock.el (font-lock-builtin-face): Change light background
11105 color to dark slate blue (Bug#6693).
11106
f932a347
WD
111072011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
11108
11109 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
11110
c8af70e1
SM
111112011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11112
11113 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
11114 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11115 Add switch-to-buffer.
11116
f158badc
LMI
111172011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11118
11119 * isearch.el (isearch-search-fun-function): Clarify further the
11120 meaning of the function returned.
11121
6d95bd46
MA
111222011-07-04 Michael Albinus <michael.albinus@gmx.de>
11123
11124 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
11125
11126 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
11127 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
11128 Use it.
11129 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
11130 `tramp-default-remote-path' does not exist.
11131 (tramp-send-command-and-read): New optional argument NOERROR.
11132 (tramp-open-connection-setup-interactive-shell)
11133 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
11134 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
11135 (tramp-process-sentinel): Flush also process' connection property.
11136 (tramp-sh-handle-start-file-process): Do not set process
11137 sentinel. It is done now ...
11138 (tramp-maybe-open-connection): ... here. (Bug#8929)
11139
909e6b67
MK
111402011-07-04 MON KEY <monkey@sandpframing.com>
11141
11142 * play/animate.el (animate-string): Doc fixes and allow changing
11143 the buffer name (bug#5417).
11144
111452011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11146
c8af70e1 11147 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 11148
f34755dc
PE
111492011-07-04 Paul Eggert <eggert@cs.ucla.edu>
11150
396cec72
PE
11151 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
11152 This is simpler and helps future-proof the code.
11153 (timer-until): Use time-subtract and float-time.
08235028 11154 (timer--time-less-p): Use time-less-p.
f34755dc 11155
56e6cc31
JB
111562011-07-04 Juanma Barranquero <lekktu@gmail.com>
11157
3abb79e5
JB
11158 * type-break.el (timep): Use the value of `float-time' to avoid a
11159 byte-compiler warning.
11160
56e6cc31
JB
11161 * server.el (server-eval-and-print): Return any result, even nil.
11162
7b9430b4
PE
111632011-07-03 Paul Eggert <eggert@cs.ucla.edu>
11164
11165 * type-break.el: Accept time formats that the builtins accept.
11166 (timep, type-break-time-difference): Accept any format that
11167 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
11168 This is simpler and helps future-proof the code.
11169 (type-break-time-difference): Round rather than ignoring
11170 subseconds components.
11171
3034e9e7
LMI
111722011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11173
11174 * info.el (Info-apropos-matches): Make non-interactive, since it
11175 doesn't seem to do anything useful as a command (bug#8829).
11176
1485f4c0
CY
111772011-07-03 Chong Yidong <cyd@stupidchicken.com>
11178
11179 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 11180 Move from faces.el.
1485f4c0
CY
11181 (frame-default-terminal-background): New function.
11182
11183 * custom.el (custom-push-theme): Don't record faces in `changed'
11184 theme; this doesn't work correctly for per-frame face settings.
11185 (disable-theme): Use face-set-after-frame-default to reset faces.
11186 (custom--frame-color-default): New function.
11187
9fa3dd45
LMI
111882011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11189
c8af70e1 11190 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
11191 (bug#8769).
11192
6cbbc20c
KR
111932011-03-29 Kevin Ryde <user42@zip.com.au>
11194
11195 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11196 `perl-Test2' extend to match possible "fail #N" rep count
11197 (bug#8377).
11198
c7f98048
LMI
111992011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11200
65676592
LMI
11201 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
11202 `smtpmail-via-smtp' now returns the error instead of nil.
11203
c7f98048
LMI
11204 * isearch.el (isearch-search-fun-function): Clarify the doc string
11205 (bug#8101).
11206
56e6cc31 112072011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
11208
11209 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
11210 unnecessary spaces (bug#8987).
11211
2b216704
LMI
112122011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11213
11214 * net/network-stream.el (open-network-stream): Use the
11215 :end-of-capability command thoughout.
11216
112172011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11218
11219 * net/network-stream.el (open-network-stream): Add the
11220 :end-of-capability command parameter, used by pop3.el.
11221
36adf6ce
LMI
112222011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11223
1ca0da0e
LMI
11224 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
11225
fc00f69c
LMI
11226 * fringe.el (fringe-query-style): Remove redundant text " (type ?
11227 for list)" (bug#6475).
11228
28fd8759 11229 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 11230 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
11231 an error (bug#6297).
11232
0dd8b6da
LMI
11233 * man.el (Man-reference-regexp): Allow matching possible
11234 word-wrapped references (bug#6289).
11235
ce1438d6
LMI
11236 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
11237 for consistency with the other vc buffers (bug#6197).
11238 (vc-checkin): Ditto.
11239
11240 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
11241
36adf6ce
LMI
11242 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
11243
e83cc1f7
LMI
112442011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11245
8a20ca4c
LMI
11246 * custom.el (defcustom): Clarify that :set is only used in the
11247 Customize user interface (bug#6089).
11248
83319045
LMI
11249 * progmodes/flymake.el (flymake-mode): If the buffer isn't
11250 associated with a file, refuse to run instead of erroring out
11251 (bug#6084).
11252
a8392169
LMI
11253 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
11254 the doc string, since it appears that using `fill-column' always
11255 controls the width (bug#7845).
11256
e83cc1f7
LMI
11257 * simple.el (shell-command-on-region): Say where the error output
11258 went if `shell-command-default-error-buffer' is set (bug#6857).
11259
e47ca23b
KM
112602011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
11261
11262 * allout.el (allout-yank-processing): Adjust cursor position for
11263 backwards-deleted space.
11264
11265 (allout-rebullet-heading): Register changes with
11266 allout-exposure-changed-hook, so the modified topic is properly
11267 decorated.
11268
5cf56143
LMI
112692011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11270
08549772
LMI
11271 * minibuffer.el (completion-in-region): Document PREDICATE
11272 (bug#7136).
11273
48e96771
LMI
11274 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
11275 of keyword/argument pairs (bug#6904).
11276
c8af70e1
SM
11277 * replace.el (multi-occur):
11278 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 11279
e17d05e2
LMI
112802011-07-02 Drew Adams <drew.adams@oracle.com>
11281
11282 * dired.el (dired-mark-if): Make the message about whether it's
11283 marking or unmarking clearer (bug#8523).
11284
063b0e45
LMI
112852011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11286
11287 * disp-table.el (display-table-print-array): New function.
11288 (describe-display-table): Use it to print the vectors more pretty
11289 (Bug#8859).
11290
28545e04
MR
112912011-07-02 Martin Rudalics <rudalics@gmx.at>
11292
11293 * window.el (window-state-get-1): Don't assign clone numbers.
11294 Add clone-of item to list of window parameters.
11295 (window-state-put-2): Don't process clone numbers.
11296 (display-buffer-alist): Fix doc-string.
11297
3349e122
SM
112982011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
11299
11300 * subr.el (remq): Don't allocate if it's not needed.
11301 (keymap--menu-item-binding, keymap--menu-item-with-binding)
11302 (keymap--merge-bindings): New functions.
11303 (keymap-canonicalize): Use them to refine the canonicalization.
11304 * minibuffer.el (minibuffer-local-completion-map)
11305 (minibuffer-local-must-match-map): Move initialization from C.
11306 (minibuffer-local-filename-completion-map): Move initialization from C;
11307 don't inherit from anything here.
11308 (minibuffer-local-filename-must-match-map): Make obsolete.
11309 (completing-read-default): Use make-composed-keymap to combine
11310 minibuffer-local-filename-completion-map with either
11311 minibuffer-local-must-match-map or
11312 minibuffer-local-filename-completion-map.
11313
d224ac83
GM
113142011-07-01 Glenn Morris <rgm@gnu.org>
11315
3de63bf8
GM
11316 * type-break.el (type-break-time-sum): Use dolist.
11317
d224ac83
GM
11318 * textmodes/flyspell.el (flyspell-word-search-backward):
11319 Replace CL function.
11320
1a1e3f32
SM
113212011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11322
fe3f64d5
SM
11323 * mouse.el (mouse--strip-first-event): New function.
11324 (function-key-map): Use it to map fringe clicks to normal clicks
11325 by default.
11326
eb604e34
SM
11327 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
11328 (vc-bzr-revision-completion-table): Add support for annotate and date.
11329
1a1e3f32
SM
11330 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
11331 inherit from parent.
11332
5bd35902
LMI
113332011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11334
ace6c69c 11335 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 11336 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 11337
191e2bed
LMI
11338 * dired.el (dired-mode): Fix up the doc string as suggested by
11339 Drew Adams (bug#8817).
11340
5bd35902
LMI
11341 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
11342 cookie, since the manual says that it should be possible to add
11343 this function to `find-file-hook' (bug#8709).
11344
eee8207a
TZ
113452011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
11346
11347 * progmodes/cfengine.el: Moved all cfengine3.el functionality
11348 here. Noted Ted Zlatanov as the maintainer.
11349 (cfengine-common-settings, cfengine-common-syntax): New functions
11350 to set up common things between `cfengine-mode' and
11351 `cfengine3-mode'.
11352 (cfengine3-mode): New mode.
11353 (cfengine3-defuns cfengine3-defuns-regex
11354 (cfengine3-class-selector-regex cfengine3-category-regex)
11355 (cfengine3-vartypes cfengine3-font-lock-keywords)
11356 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 11357 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 11358
36b148cf
MA
113592011-07-01 Michael Albinus <michael.albinus@gmx.de>
11360
11361 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
11362
11363 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
11364
0bf4ba9a
MR
113652011-07-01 Martin Rudalics <rudalics@gmx.at>
11366
11367 * window.el (same-window-buffer-names, same-window-regexps)
11368 (same-window-p, special-display-frame-alist)
11369 (special-display-popup-frame, special-display-function)
11370 (special-display-buffer-names, special-display-regexps)
11371 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
11372 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
11373 (split-window-preferred-function, split-height-threshold)
11374 (split-width-threshold, even-window-heights)
11375 (display-buffer-mark-dedicated, window-splittable-p)
11376 (split-window-sensibly, window-safely-shrinkable-p):
11377 Un-obsolete.
11378 (display-buffer): Don't spread args with function specifier
11379 because special-display-popup-frame won't like it.
11380
35837f51
PE
113812011-07-01 Paul Eggert <eggert@cs.ucla.edu>
11382
d0672f86
PE
11383 Time-stamp simplifications and fixes.
11384 These improve accuracy slightly, and future-proof the code
11385 against some potential changes to current-time format.
11386
b9444d97
PE
11387 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
11388 by using time-since and float-time.
11389
0ef923dc
PE
11390 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
11391 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
11392 + NNN microseconds".
11393
2f81380d
PE
11394 * type-break.el (type-break-time-sum): Rewrite using time-add.
11395
845b5c3e
PE
11396 * play/hanoi.el (hanoi-current-time-float): Remove.
11397 All uses replaced by float-time.
11398
ee6f1be0
PE
11399 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
11400 This yields a more-accurate answer.
11401 (rng-time-to-float): Remove; no longer needed.
11402
fe955043
PE
11403 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
11404
5777162a
PE
11405 * calendar/timeclock.el (timeclock-seconds-to-time):
11406 Defalias to seconds-to-time, since they're the same thing.
11407
3103f8b6 11408 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 11409 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
11410 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
11411
0e61a35f
SM
114122011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11413
11414 * window.el (bury-buffer): Don't iconify the only frame.
11415 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
11416 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
11417
ddd63a1e
CY
114182011-07-01 Chong Yidong <cyd@stupidchicken.com>
11419
0e61a35f
SM
11420 * eshell/em-smart.el (eshell-smart-display-navigate-list):
11421 Add mouse-yank-primary.
ddd63a1e 11422
055f4923
TZ
114232011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
11424
11425 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
11426
6a2fb145
SM
114272011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11428
11429 * emacs-lisp/find-func.el (find-library--load-name): New fun.
11430 (find-library-name): Use it to find relative load names when provided
11431 absolute file name (bug#8803).
11432
fd4983f2
LMI
114332011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11434
887d14ad
LMI
11435 * textmodes/flyspell.el (flyspell-word): Consider words that
11436 differ only in case as potential doublons (bug#5687).
11437
c53dc7fc
LMI
11438 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
11439 Remove two rather uninteresting debugging-like messages to make
11440 debbugs.el more silent.
11441
fd4983f2
LMI
11442 * comint.el (comint-password-prompt-regexp): Accept "Response" as
11443 a password-like phrase.
11444
7a71b18d 114452011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
11446
11447 * progmodes/cc-guess.el: New file.
11448
6a2fb145 11449 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
11450
11451 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
11452 derived from `c-basic-common-init'.
11453
11454 * progmodes/cc-mode.el (top-level): Require cc-guess.
11455 (c-basic-common-init): Use `cc-choose-style-for-mode'.
11456
1fa280a3
LM
114572011-06-30 Lawrence Mitchell <wence@gmx.li>
11458
11459 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
11460
e6597158
AM
114612011-06-30 Alan Mackenzie <acm@muc.de>
11462
1fa280a3
LM
11463 * progmodes/cc-engine.el (c-guess-continued-construct):
11464 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
11465 lock is disabled. Name this case as "CASE G".
11466
68ba37fb
KM
114672011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
11468
11469 * allout.el (allout-yank-processing): Fix injection of extra space
11470 between bullet and non-whitespace character in first topic when
11471 pasting, ensuring that the actual spacing in the pasted topic
11472 following the bullet char is preserved. This extra space was
11473 causing pasted encrypted topics to get a decrypted status even
11474 when the content was actually still encrypted. Now the decryption
11475 status from before the paste is preserved.
11476
11477 (allout-flag-region): Set all allout overlays so they evaporate
11478 when reduced to zero length (evanescent), to prevent overlay
11479 leakage.
11480
887a0b34
GM
114812011-06-30 Glenn Morris <rgm@gnu.org>
11482
94b9acce
GM
11483 * w32-fns.el (w32-charset-info-alist): Declare.
11484
1d9b46d4
GM
11485 * find-dired.el (find-grep-options): Simplify.
11486
cc232200
GM
11487 * term/ns-win.el (ns-set-resource): Declare.
11488
28e77c46
GM
11489 * ses.el (row, col): Declare dynamic variables honestly.
11490
887a0b34
GM
11491 * textmodes/reftex-parse.el (index-tags): Declare.
11492
658d8eb8
CY
114932011-06-30 Chong Yidong <cyd@stupidchicken.com>
11494
11495 * cus-edit.el (customize-push-and-save): New function.
11496
11497 * files.el (hack-local-variables-confirm): Use it.
11498
1fa280a3
LM
11499 * custom.el (load-theme): New arg NO-CONFIRM.
11500 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
11501 (custom-enabled-themes): Doc fix.
11502
11503 * cus-theme.el (customize-create-theme)
11504 (custom-theme-merge-theme): Callers to load-theme changed.
11505
bb617717
LMI
115062011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11507
d61bdd5d
LMI
11508 * thingatpt.el (thing-at-point-short-url-regexp): Require that
11509 short URLs have at least one dot in them (bug #7614).
11510
bb617717
LMI
11511 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
11512 nil, because using a pty is apparently too slow (bug #895).
11513
2f31f37a
LMI
115142011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
11515
11516 * mail/sendmail.el (sendmail-query-once): New function.
11517 (sendmail-query-once-function): New variable.
11518
3076b24e
GM
115192011-06-29 Glenn Morris <rgm@gnu.org>
11520
faf2a174
GM
11521 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
11522
3076b24e
GM
11523 * ses.el (top-level): Require cl when compiling.
11524 (ses-set-localvars): Fix error statement.
11525 Call it at compile time to silence a storm of warnings.
11526
5386012d
MR
115272011-06-29 Martin Rudalics <rudalics@gmx.at>
11528
11529 * window.el (normalize-live-buffer): Rename to
11530 window-normalize-buffer.
11531 (normalize-live-frame): Rename to window-normalize-frame.
11532 (normalize-any-window): Rename to window-normalize-any-window.
11533 (normalize-live-window): Rename to window-normalize-live-window.
11534 (make-window-atom): Rename to window-make-atom.
11535 (window-resize-reset): Rename to window--resize-reset.
11536 (window-resize-reset-1): Rename to window--resize-reset-1.
11537 (resize-mini-window): Rename to window--resize-mini-window.
11538 (resize-subwindows-skip-p): Rename to
11539 window--resize-subwindows-skip-p.
11540 (resize-subwindows-normal): Rename to
11541 window--resize-subwindows-normal.
11542 (resize-subwindows): Rename to window--resize-subwindows.
11543 (resize-other-windows): Rename to window--resize-siblings.
11544 (resize-this-window): Rename to window--resize-this-window.
11545 (resize-root-window): Rename to window--resize-root-window.
11546 (resize-root-window-vertically): Rename to
11547 window--resize-root-window-vertically.
11548 (normalize-buffer-to-display): Rename to
11549 window-normalize-buffer-to-display.
11550 (normalize-buffer-to-switch-to): Rename to
11551 window-normalize-buffer-to-switch-to.
11552 Correspondingly update all callers of the functions listed
11553 above.
11554 (display-buffer-alist, display-buffer-normalize-arguments)
11555 (display-buffer-normalize-options, display-buffer)
11556 (display-buffer-alist-set): Use "function" instead of
11557 "fun-with-args".
11558
1176868d
CY
115592011-06-28 Chong Yidong <cyd@stupidchicken.com>
11560
11561 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
11562 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
11563 debbugs.gnu.org. Mention acknowledgment email.
11564
20a7a65f
LMI
115652011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
11566
11567 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
11568 buffer multibyteness, since it shouldn't matter.
11569
5f45cca5
MR
115702011-06-28 Martin Rudalics <rudalics@gmx.at>
11571
11572 * window.el (display-buffer-in-side-window): Handle dedicated
11573 windows as in display-buffer-reuse-window.
11574 (display-buffer-normalize-alist): Use value of override
11575 specifier.
11576 (display-buffer-normalize-specifiers): Use value of
11577 other-window-means-other-frame specifier.
11578 (display-buffer-alist): Rewrite some texts in widgets.
11579 (display-buffer): Spread arguments when calling function
11580 specified by fun-with-args.
11581
ad85fe1f
DD
115822011-06-28 Deniz Dogan <deniz@dogan.se>
11583
1fa280a3
LM
11584 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
11585 Unnest `let'.
da68c4c8 11586
ad85fe1f
DD
11587 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
11588 selectors (Bug#5732).
ec49bd31 11589 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 11590
a08cc025
JA
115912011-06-27 Jari Aalto <jari.aalto@cante.net>
11592
11593 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
11594 (eshell-ls-date-format): New defcustom.
11595 (eshell-ls-file): Use it.
11596
e2b551c5
SM
115972011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
11598
11599 * help-fns.el (describe-variable): Fix message for terminal-local vars.
11600
8982b231
KY
116012011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
11602
11603 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
11604 (ange-ftp-make-tmp-name): New arg.
11605 (ange-ftp-file-local-copy): Use it.
11606
36c9fa27
J
116072011-06-27 Jambunathan K <kjambunathan@gmail.com>
11608
11609 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
11610 no-conversion (Bug#8870).
11611
d68443dc
MR
116122011-06-27 Martin Rudalics <rudalics@gmx.at>
11613
11614 * window.el (window-right, window-left, window-child)
11615 (window-child-count, window-last-child)
11616 (window-iso-combination-p, walk-window-tree-1)
11617 (window-atom-check-1, window-tree-1, delete-window)
11618 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
11619 new naming conventions - window-vchild, window-hchild,
11620 window-next and window-prev are now called window-top-child,
11621 window-left-child, window-next-sibling and window-prev-sibling
11622 respectively.
d615d6d2
MR
11623 (resize-window-reset): Rename to window-resize-reset.
11624 (resize-window-reset-1): Rename to window-resize-reset-1.
11625 (resize-window): Rename to window-resize.
11626 (window-min-height, window-min-width)
11627 (resize-mini-window, resize-this-window, resize-root-window)
11628 (resize-root-window-vertically, adjust-window-trailing-edge)
11629 (enlarge-window, shrink-window, maximize-window)
11630 (minimize-window, delete-window, quit-restore-window)
11631 (split-window, balance-windows, balance-windows-area-adjust)
11632 (balance-windows-area, window-state-put-2)
11633 (display-buffer-even-window-sizes, display-buffer-set-height)
11634 (display-buffer-set-width, set-window-text-height)
11635 (fit-window-to-buffer): Rename all "resize-window" prefixed
11636 calls to use the "window-resize" prefix convention.
11637 (display-buffer-alist): Fix symbol for label specifier.
11638 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
11639 corresponding specifier.
11640 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 11641
b6458526
VB
116422011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
11643
11644 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
11645 convention.
11646 (ses-call-printer): Does not pass an empty string to formatter when the
11647 cell is empty to keep from barking printer Calc math-format-value.
11648
d31fd9ac
RS
116492011-06-27 Richard Stallman <rms@gnu.org>
11650
43d5bf84
RS
11651 * battery.el (battery-mode-line-limit): New variable.
11652 (battery-update): Handle it.
11653
d31fd9ac
RS
11654 * mail/rmailmm.el (rmail-mime-process-multipart):
11655 Handle truncated messages.
11656
819a6054
GM
116572011-06-27 Glenn Morris <rgm@gnu.org>
11658
11659 * progmodes/flymake.el (flymake-err-line-patterns):
11660 Allow for column numbers in the ant/javac pattern. (Bug#8866)
11661
cedc73f2
VB
116622011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
11663
819a6054 11664 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
11665 (ses--clean-!, ses--clean-_): New functions.
11666 (ses-range): Add configurability of readout order, and conversion
11667 to Calc vector.
11668
5e5d49b6
VB
11669 * ses.el (ses-repair-cell-reference-all): New function.
11670 (ses-cell-symbol): Set macro as safe, so that it can be used in
11671 formulas.
11672
56e6cc31 11673 * ses.el: Update cycle detection algorithm.
90ca8b49 11674 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 11675 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
11676 (ses-set-localvars): New function.
11677 (ses-make-cell): Add property-list as a cell element.
11678 (ses-cell-property-get-fun, ses-cell-property-get)
11679 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
11680 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
11681 New functions.
90ca8b49
VB
11682 (ses-cell-property-set, ses-cell-property-pop)
11683 (ses-cell-property-get-handle): New macro.
11684 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
11685 New aliases, used for code readability.
11686 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
11687 cycle detection.
11688 (ses-self-reference-early-detection): New defcustom.
fac916bf 11689 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
11690 (ses-mode): Use ses-set-localvars.
11691 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
11692 before lauching the update processing.
11693 (ses-initialize-Dijkstra-attempt): New function.
11694 (ses-recalculate-cell): Update for cycle detection based on
11695 Dijkstra algorithm.
11696
2bb63e81
VB
11697 * ses.el: Fix commenting and indenting convention.
11698
c9d29fb8
SM
116992011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
11700
11701 * bs.el (bs-cycle-next): Complete last change.
11702
d8e4b68b
JB
117032011-06-27 Drew Adams <drew.adams@oracle.com>
11704
11705 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
11706
40098786
LMI
117072011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
11708
c9d29fb8
SM
11709 * net/network-stream.el (network-stream-open-starttls):
11710 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
11711 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
11712
40098786
LMI
11713 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
11714 to binary to possibly avoid line encoding issues on Windows (among
11715 other things).
11716
468d09d4
LMI
117172011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
11718
11719 * net/network-stream.el (open-network-stream): Return an :error
11720 saying what the problem was, if possible.
11721
11722 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
11723 server.
11724
11725 * net/network-stream.el (network-stream-open-starttls): If we
11726 wanted to use STARTTLS, and the server offered it, but we weren't
11727 able to because we had no STARTTLS support, then close the connection.
11728 (open-network-stream): Return an :error element, if present.
11729
16f07dd7
CY
117302011-06-26 Chong Yidong <cyd@stupidchicken.com>
11731
88821ca0
CY
11732 * hl-line.el (hl-line-sticky-flag): Doc fix.
11733 (global-hl-line-sticky-flag): New option (Bug#8323).
11734 (global-hl-line-highlight): Obey it.
11735
16f07dd7
CY
11736 * vc/vc.el (vc-revert-show-diff): Default to t.
11737
6b5ccddf
KM
117382011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
11739
c9d29fb8
SM
11740 * allout-widgets.el (allout-widgets-post-command-business):
11741 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
11742 undecorated when an isearch is continued past, and isearch
11743 automatically collapses them. This leads to "widget leaks", where
11744 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
11745 hidden widgets can slow down cursor travel, substantially.
11746 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
11747 so we're doing without this nicety.
11748
11749 (allout-widgets-tally-string): Don't try to do a hash-table-count
11750 of allout-widgets-tally when it's nil. This eliminates spurious "Error
11751 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
11752 *Messages* when allout-widgets-maintain-tally is t.
11753
355f2e07
MR
117542011-06-26 Martin Rudalics <rudalics@gmx.at>
11755
11756 * window.el (display-buffer-normalize-argument): Rename to
11757 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
11758 LABEL argument. Respect special-display-function when popping up
11759 a new frame. Fix code searching for a window showing the buffer
11760 on another frame.
c9d29fb8
SM
11761 (display-buffer-normalize-specifiers):
11762 Call display-buffer-normalize-arguments.
355f2e07
MR
11763 (display-buffer-in-window): Don't undedicate the window if its
11764 buffer remains the same.
11765 Reported by Drew Adams <drew.adams@oracle.com>.
11766 (display-buffer-alist): Add choice for same-window macro
11767 specfier.
11768 (display-buffer): Mention special meaning of LABEL argument in
11769 doc-string. Fix quoting. Don't pop up a new frame even as
11770 fallback.
11771
7ca8fc42
JB
117722011-06-26 Juanma Barranquero <lekktu@gmail.com>
11773
11774 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
11775 avoid deleting the current window in some cases (bug#8911).
11776
bc312254
AS
117772011-06-26 Andreas Schwab <schwab@linux-m68k.org>
11778
11779 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
11780 (Bug#8934)
11781
2db18f3f
LMI
117822011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
11783
c9d29fb8
SM
11784 * net/network-stream.el (network-stream-open-starttls):
11785 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
11786 (network-stream-open-tls): Ditto.
11787
6302e0d3
LL
117882011-06-26 Leo Liu <sdl.web@gmail.com>
11789
11790 * register.el (registerv): New struct.
11791 (registerv-make): New function.
c9d29fb8
SM
11792 (jump-to-register, describe-register-1, insert-register):
11793 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
11794 struct. (Bug#8415)
11795
5fdd4046
CY
117962011-06-26 Chong Yidong <cyd@stupidchicken.com>
11797
2afef60a
CY
11798 * vc/vc.el (vc-revert-show-diff): New defcustom.
11799 (vc-diff-internal): New arg specifying diff buffer.
11800 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
11801 reuse an existing *vc-diff* buffer (Bug#8927).
11802
5fdd4046
CY
11803 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
11804
e93db24a
GM
118052011-06-26 Glenn Morris <rgm@gnu.org>
11806
11807 * progmodes/f90.el (f90-critical-indent): New option.
11808 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
11809 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
11810 (f90-mode): Doc fix.
11811 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
11812 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
11813 (f90-beginning-of-block, f90-next-block, f90-indent-region)
11814 (f90-match-end): Handle block, critical.
11815
eefff499
GM
118162011-06-25 Glenn Morris <rgm@gnu.org>
11817
f6ba4cc9
GM
11818 * calendar/diary-lib.el (diary-included-files): Doc fix.
11819 (diary-include-files): New function, extracted from
11820 diary-include-other-diary-files and diary-mark-included-diary-files.
11821 (diary-include-other-diary-files, diary-mark-included-diary-files):
11822 Just call diary-include-files.
11823 (diary-mark-entries): Reset diary-included-files on first call.
11824
16712304
GM
11825 * calendar/diary-lib.el (diary-mark-entries)
11826 (diary-mark-included-diary-files):
11827 Visit included diary-files in temp buffers.
11828
5d8e0d43
GM
11829 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
11830 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
11831 (f90-start-block-re, f90-imenu-generic-expression)
11832 (f90-looking-at-program-block-start, f90-no-block-limit):
11833 Add support for submodules.
11834
ccf7a5d5
GM
11835 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
11836 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 11837
11fdef7d 118382011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
11839
11840 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
11841 buffer-file-type before setting its value, to avoid disastrous
eefff499 11842 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 11843
74f53697
JB
118442011-06-25 Juanma Barranquero <lekktu@gmail.com>
11845
11846 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
11847
11848 * ses.el (ses-unload-function):
11849 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
11850
11851 * proced.el (proced-unload-function):
11852 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
11853
18a4ce5e
AR
118542011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
11855
11856 * server.el (server-create-window-system-frame): Add parameters arg.
11857 (server-process-filter): Doc fix. Handle frame-parameters.
11858
519d22cc
JB
118592011-06-25 Juanma Barranquero <lekktu@gmail.com>
11860
11861 Fix bug#8730, bug#8781.
11862
11863 * loadhist.el (unload--set-major-mode): New function.
11864 (unload-feature): Use it.
11865
11866 * progmodes/python.el (python-after-info-look): Add autoload cookie.
11867 (python-unload-function): New function.
11868
c206f5b0
SM
118692011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11870
11871 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
11872
f9ad64f3
GS
118732011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
11874
11875 * net/browse-url.el (browse-url-firefox-program): Add icecat to
11876 the candidates list.
11877
7d0da90e
JB
118782011-06-24 Juanma Barranquero <lekktu@gmail.com>
11879
11880 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
11881
14b4e83d
RS
118822011-06-23 Richard Stallman <rms@gnu.org>
11883
11884 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
11885 (rmail-variables): Set next-error-move-function.
11886 (rmail-what-message): Take argument POS.
11887 (rmail-next-error-move): New function.
11888
273d2baf
SM
118892011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
11890
11891 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
11892 messages for adjacent non-terminals.
11893
56c2cc9a
RS
118942011-06-23 Richard Stallman <rms@gnu.org>
11895
11896 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 11897 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
11898 (rmail-start-mail): Don't specify use of rmail-mail-return;
11899 that's done by mail-bury now.
11900 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 11901
d59eb518
MA
119022011-06-23 Michael Albinus <michael.albinus@gmx.de>
11903
11904 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
11905 SIZE is a number.
11906
02cfc6d6
MR
119072011-06-23 Martin Rudalics <rudalics@gmx.at>
11908
11909 * window.el (get-lru-window, get-mru-window)
11910 (get-largest-window): Never return a minibuffer window.
11911 (display-buffer-pop-up-window): Fix a bug that could lead to
11912 reusing the minibuffer window.
11913 (display-buffer): Pass original specifier argument to
11914 display-buffer-function instead of the normalized one.
11915 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
11916
4e323265
LL
119172011-06-22 Leo Liu <sdl.web@gmail.com>
11918
11919 * minibuffer.el (completing-read-function)
11920 (completing-read-default): Move from minibuf.c
11921
7a70468f
RS
119222011-06-22 Richard Stallman <rms@gnu.org>
11923
50718fc2
RS
11924 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
11925 to Rmail even if not started by a special Rmail command.
11926
7a70468f
RS
11927 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
11928 Copy the buffer currently showing just one message.
11929
297dde5a
RW
119302011-06-22 Roland Winkler <winkler@gnu.org>
11931
11932 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
11933 (bibtex-clean-entry): First delete the old key so that a
11934 customized algorithm for generating the new key does not get
11935 confused by the old key.
11936 (bibtex-url): Obey regexp of first step.
11937 (bibtex-search-entries): Do not use add-to-list with local
11938 list-var.
11939
97bb1093
LMI
119402011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
11941
11942 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
11943 stored a user name, then query for the password first, instead of
11944 waiting for SMTP to give an error message and the trying again.
11945
1c0f1a19
JD
119462011-06-22 Lawrence Mitchell <wence@gmx.li>
11947
11948 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
11949 BUFFER in call-process.
11950
396f7c9d
LMI
119512011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
11952
11953 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
11954 QUIT twice.
ddb7ffee
LMI
11955 (smtpmail-try-auth-methods): Require user name and password from
11956 auth-source.
396f7c9d 11957
8998d1b3
MR
119582011-06-22 Martin Rudalics <rudalics@gmx.at>
11959
11960 * window.el (display-buffer-default-specifiers)
11961 (display-buffer-alist): Remove entries for pop-up-frame-alist.
11962 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 11963 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
11964
11965 * frame.el (pop-up-frame-alist, pop-up-frame-function)
11966 (special-display-frame-alist, special-display-popup-frame):
11967 Remove duplicate declarations. These are now in window.el.
11968
4ea31e07
LMI
119692011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11970
c9d29fb8
SM
11971 * mail/smtpmail.el (smtpmail-via-smtp):
11972 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
11973 server supports it. SMTP servers that support STARTTLS commonly
11974 require it.
11975
11976 * net/network-stream.el (network-stream-open-starttls): Support
11977 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 11978 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 11979
95f41d9a
LMI
11980 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
11981 upgrades with `open-network-stream', and rely solely on
11982 auth-source for all credentials. Big changes throughout the file,
11983 but in particular:
c9d29fb8
SM
11984 (smtpmail-auth-credentials): Remove.
11985 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
11986 (smtpmail-via-smtp): Check for servers saying they want AUTH after
11987 MAIL FROM, too.
95f41d9a 11988
c9d29fb8
SM
11989 * net/network-stream.el (network-stream-open-starttls):
11990 Provide support for client certificates both for external and built-in
4ea31e07
LMI
11991 STARTTLS.
11992 (auth-source): Require.
11993 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
11994 (network-stream-certificate): Change cert-cert to cert and
11995 cert-key to key.
4ea31e07 11996
065ec2c7
MA
119972011-06-21 Michael Albinus <michael.albinus@gmx.de>
11998
11999 * net/tramp-cache.el (top): Don't load the persistency file when
12000 "emacs -Q" has been called.
12001
cd93b359
DR
120022011-06-21 Tim Harper <timcharper@gmail.com>
12003
d8e4b68b
JB
12004 * term/ns-win.el (ns-initialize-window-system):
12005 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
12006 resource to NO as it is not yet supported by the NS port.
12007
ae9c0411
JB
120082011-06-21 Juanma Barranquero <lekktu@gmail.com>
12009
12010 * misc.el (list-dynamic-libraries--refresh): Compute header here...
12011 (list-dynamic-libraries): ...not here.
12012
7f3f739f
LL
120132011-06-21 Leo Liu <sdl.web@gmail.com>
12014
12015 * subr.el (sha1): Implement sha1 using secure-hash.
12016
327c8fb1
MR
120172011-06-21 Martin Rudalics <rudalics@gmx.at>
12018
12019 * window.el (display-buffer-alist): In default value do not
12020 enforce searching a window on any but the selected frame.
12021 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
12022 (display-buffer-select-window): Remove function.
12023 (display-buffer-in-window): When a window on another frame gets
12024 reused, do not select it any more but just raise its frame if
12025 necessary (Bug#8851) and (Bug#8856).
12026 (display-buffer-normalize-options): Handle pop-up-frames related
12027 options more faithfully.
12028 (pop-to-buffer): Don't rely on `display-buffer' selecting the
12029 window if it is on another frame.
c9d29fb8
SM
12030 (display-buffer-alist, display-buffer-default-specifiers):
12031 Don't make new frame unsplittable by default.
9e9de014
MR
12032 (display-buffer-normalize-argument): Fix doc-string typo and use
12033 'same-frame-other-window instead of 'other-window when associating
12034 with display-buffer-macro-specifiers.
327c8fb1 12035
7cf3f556
VB
120362011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
12037
12038 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
12039 New functions.
12040 (5x5-mode-map, 5x5-mode-menu): Bind them.
12041 (5x5-draw-grid): Tweak the solver's rendering.
12042
60a406cf
SM
120432011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12044
12045 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
12046 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
12047
d8e4b68b 120482011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
12049
12050 * menu-bar.el: Use function variable instead of switch-to-buffer.
12051 (menu-bar-select-buffer-function): New variable.
60a406cf 12052 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 12053
478d6f95
SM
120542011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12055
12056 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
12057 variable's status.
12058
ca530739
JD
120592011-06-20 Jan Djärv <jan.h.d@swipnet.se>
12060
12061 * x-dnd.el (x-dnd-version-from-flags)
12062 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
12063 and long as number (Bug#8899).
12064 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
12065
bcd70d97
SM
120662011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12067
60a406cf 12068 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
12069 (completion-try-completion, completion-all-completions): Compute the
12070 metadata argument if it's missing; make it optional (bug#8795).
12071
60a406cf 12072 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
12073 (widget-complete): Use new :completion-function property.
12074 (widget-completions-at-point): New function.
12075 (default): Use :completion-function instead of :complete.
60a406cf
SM
12076 (widget-default-completions): Rename from widget-default-complete;
12077 Rewrite.
bcd70d97
SM
12078 (widget-string-complete, widget-file-complete, widget-color-complete):
12079 Remove functions.
12080 (file, symbol, function, variable, coding-system, color):
12081 * international/mule-cmds.el (default-input-method, charset)
12082 (language-info-custom-alist):
12083 * cus-edit.el (face): Use new property :completions.
12084
12085 * progmodes/pascal.el (pascal-completions-at-point): New function.
12086 (pascal-mode): Use it.
12087 (pascal-mode-map): Use completion-at-point.
12088 (pascal-toggle-completions): Make obsolete.
12089 (pascal-complete-word, pascal-show-completions):
12090 * progmodes/octave-mod.el (octave-complete-symbol):
12091 Redefine as obsolete alias.
12092 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
12093 Signal absence of completion info for old Octave,
12094 (inferior-octave-complete): Redefine as obsolete alias.
12095 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
12096 (meta-completions-at-point): Rename from meta-complete-symbol and
12097 adapt it for use on completion-at-point-functions.
12098 (meta-common-mode): Use it.
12099 (meta-looking-at-backward, meta-match-buffer): Remove.
12100 (meta-complete-symbol): Redefine as obsolete alias.
12101 (meta-common-mode-map): Use completion-at-point.
12102 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
12103 (makefile-mode-map): Use completion-at-point.
12104 (makefile-completions-at-point): Rename from makefile-complete and
12105 adapt it for use on completion-at-point-functions.
12106 (makefile-mode): Use it.
12107 (makefile-complete): Redefine as obsolete alias.
12108
aebf69c8
DD
121092011-06-20 Deniz Dogan <deniz@dogan.se>
12110
12111 * net/rcirc.el: Delete trailing whitespaces once and for all.
12112
bfbbb27d
DC
121132011-06-20 Daniel Colascione <dan.colascione@gmail.com>
12114
12115 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
12116
d264a46b
CY
121172011-06-19 Chong Yidong <cyd@stupidchicken.com>
12118
4ca009e5
CY
12119 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
12120
d264a46b
CY
12121 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
12122
fbf5b3ce
MR
121232011-06-19 Martin Rudalics <rudalics@gmx.at>
12124
12125 * window.el (display-buffer-other-window-means-other-frame):
12126 Call display-buffer-normalize-alist.
12127 (display-buffer-normalize-specifiers-1): Rename to
12128 display-buffer-normalize-argument. New argument other-frame.
12129 Rewrite.
12130 (display-buffer-normalize-specifiers-2): Rename to
12131 display-buffer-normalize-options.
12132 (display-buffer-normalize-alist-1): New function.
12133 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
12134 display-buffer-normalize-alist.
12135 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
12136 (display-buffer-normalize-options-inhibit): New variable.
12137 (display-buffer-normalize-specifiers): Rewrite calling
12138 display-buffer-normalize-alist,
12139 display-buffer-normalize-argument, and
12140 display-buffer-normalize-options. Don't call the latter if
12141 display-buffer-normalize-options-inhibit is non-nil.
12142 (frame-auto-delete): New option.
12143 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
12144 (window-list-no-nils, window-state-ignored-parameters)
12145 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
12146 (window-state-put-1, window-state-put-2, window-state-put):
12147 New functions.
9a028c23
MR
12148 (display-buffer-normalize-options): Move special-display-p group
12149 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 12150
6d10d800
CY
121512011-06-18 Chong Yidong <cyd@stupidchicken.com>
12152
6420d28b
CY
12153 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
12154 groups (Bug#8776).
12155 (rx-submatch-n): New function.
12156 (rx): Document it.
12157
ddb8b596
CY
12158 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
12159 (Bug#8768).
12160
12161 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
12162
77080289
CY
12163 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
12164
61dfb316
CY
12165 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
12166 anytime existing face settings are present (Bug#8889).
12167
6d10d800
CY
12168 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
12169 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
12170 Remove unused argument.
12171
be3fb2b8
MR
121722011-06-18 Martin Rudalics <rudalics@gmx.at>
12173
bcd70d97
SM
12174 * window.el (display-buffer-default-specifiers):
12175 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
12176 pop-up-window-min-width, and another reuse-window specifier
12177 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
12178 (display-buffer-normalize-specifiers-2):
12179 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
12180 pop-up-windows is unset. Add a reuse-window specifier for the
12181 case popping up a new window fails.
12182 (special-display-popup-frame): Remove double quoting.
28dec25a 12183 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 12184
1c6d8c76
SM
121852011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
12186
12187 * shell.el (shell-completion-vars): Set pcomplete-termination-string
12188 according to comint-completion-addsuffix.
12189
12190 * pcomplete.el: Convert to lexical binding and fix bug#8819.
12191 (pcomplete-suffix-list): Mark as obsolete.
12192 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
12193 pcomplete-seen in the closure.
12194 (pcomplete-comint-setup): Setup completion-at-point as well.
12195 (pcomplete--entries): New function.
12196 (pcomplete--env-regexp): New var.
12197 (pcomplete-entries): Rewrite to work with partial-completion and
12198 without relying on pcomplete-suffix-list.
12199 (pcomplete-pare-list): Remove, unused.
12200
25aef8b8
MR
122012011-06-17 Martin Rudalics <rudalics@gmx.at>
12202
12203 * window.el (display-buffer-alist): Set pop-up-window-min-height
12204 and pop-up-window-min-width in default value. Reported by
12205 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
12206 other-window-means-other-frame.
12207 (display-buffer-macro-specifiers): Comment out entry for
12208 other-window specifier.
12209 (display-buffer-other-window-means-other-frame): New function.
12210 (display-buffer-normalize-specifiers-1): New arguments
12211 buffer-name and label. Treat other-window case specially.
12212 (display-buffer-normalize-specifiers-2): Treat other-window case
12213 specially.
12214 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
12215 (display-buffer-normalize-specifiers):
12216 Call display-buffer-normalize-specifiers-3.
25aef8b8 12217
dbad4f69
MR
122182011-06-17 Martin Rudalics <rudalics@gmx.at>
12219
12220 * window.el (same-window-p): Fix two typos introduced when
12221 adding with-no-warnings.
d1067961
MR
12222 (display-buffer-normalize-specifiers-1): Don't check
12223 pop-up-frames for 'unset initialization.
12224 (display-buffer-normalize-specifiers-2): Major rewrite using
12225 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
12226 (pop-up-frames, display-buffer-reuse-frames)
12227 (display-buffer-mark-dedicated): Don't initialize to 'unset.
12228 Suggested by David Engster <deng@randomsample.de>.
12229 (even-window-heights): Initialize to 'unset.
12230 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
12231 (display-buffer-macro-specifiers): Don't pop up a new frame in the
12232 other window case.
dbad4f69 12233
9b9c9e3a
MR
122342011-06-16 Martin Rudalics <rudalics@gmx.at>
12235
bcd70d97
SM
12236 * window.el (display-buffer-normalize-specifiers-1):
12237 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 12238 second argument of display-buffer (Bug#8865).
981d5c09
MR
12239 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
12240 (switch-to-buffer-other-window-same-frame)
12241 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
12242 Adams (Bug#8875).
9c2755e9
MR
12243 (display-buffer): Don't check noninteractive when calling
12244 display-buffer-pop-up-frame.
12245 (display-buffer-pop-up-frame): Never pop up a frame in
12246 noninteractive mode (Bug#8857).
67222e1d
MR
12247 (enlarge-window, shrink-window): Don't report an error when the
12248 window can't be resized as requested (Bug#8862).
9b9c9e3a 12249
2b75be67
SM
122502011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12251
9ffdd3ba
SM
12252 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
12253
cb581a67
SM
12254 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
12255
2b75be67
SM
12256 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
12257
8c0e3589
AM
122582011-06-15 Alan Mackenzie <acm@muc.de>
12259
cb581a67
SM
12260 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
12261 for declarators, disable knr checking to speed up for normal files.
12262 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 12263
b96e6cde
LMI
122642011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12265
4bba86e6
LMI
12266 * net/network-stream.el (open-network-stream): Add the keyword
12267 :always-query-capabilities for the case where you want to force a
12268 `plain' network connection, but the protocol still requires the
12269 capabilitiy command (i.e., SMTP and EHLO).
12270
2b75be67 12271 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
12272 consistency with other `-live-p' functions.
12273
efdcdbf8
SM
122742011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12275
12276 * window.el (same-window-buffer-names, same-window-regexps)
12277 (special-display-frame-alist, special-display-popup-frame)
12278 (special-display-function, special-display-buffer-names)
12279 (special-display-regexps, pop-up-frame-alist)
12280 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
12281 (pop-up-windows, split-window-preferred-function)
12282 (split-height-threshold, split-width-threshold, even-window-heights)
12283 (display-buffer-mark-dedicated): Don't encourage the use of
12284 display-buffer-alist from Elisp code.
12285
c5cde042
DN
122862011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
12287
12288 * progmodes/python.el (python-mode): Derive from prog-mode.
12289 * progmodes/ps-mode.el (ps-mode):
12290 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 12291 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
12292 * progmodes/ld-script.el (ld-script-mode): Likewise.
12293
baa1c9ab
MR
122942011-06-15 Martin Rudalics <rudalics@gmx.at>
12295
12296 * window.el (display-buffer-alist): Trim default value to avoid
12297 popping up a new frame (Bug#8857) or reusing an arbitrary window
12298 on another frame.
12299 (display-buffer): Do not fall back on popping up a new frame in
12300 batch mode (Bug#8857).
12301
c5dd5a51
CY
123022011-06-14 Chong Yidong <cyd@stupidchicken.com>
12303
12304 * cus-theme.el (describe-theme-1): Use custom-theme-p.
12305 (custom-theme-summary): New function.
12306 (customize-themes): Use it.
12307
d647b7c4
GM
123082011-06-13 Glenn Morris <rgm@gnu.org>
12309
12310 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
12311
9481c002
MR
123122011-06-13 Martin Rudalics <rudalics@gmx.at>
12313
357f93d2
MR
12314 * help.el (help-window): Remove variable.
12315 (help-window-point-marker, temp-buffer-max-height)
12316 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
12317 (help-print-return-message): Don't set help-window.
12318 (resize-temp-buffer-window): Rewrite cod eand doc-string.
12319 (help-window-setup-finish): Remove.
12320 (help-window-display-message, help-window-setup)
12321 (with-help-window): Major rewrite based on new
12322 display-buffer-window variable.
12323
12324 * help-mode.el (help-mode-finish): Remove help-window related
12325 code.
12326
12327 * view.el (view-exits-all-viewing-windows): Remove reference to
12328 view-return-to-alist in doc-string.
12329 (view-return-to-alist): Make obsolete.
12330 (view-buffer): Call pop-to-buffer-same-window and remove
12331 undo-window code.
12332 (view-buffer-other-window): Call pop-to-buffer-other-window and
12333 simplify code. Ignore second argument.
12334 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
12335 simplify code. Ignore second argument.
12336 (view-return-to-alist-update): Make obsolete.
12337 (view-mode-enter): Rename second argument to QUIT-RESTORE.
12338 Rewrite using quit-restore window parameters.
2b75be67
SM
12339 (view-mode-exit): Rename second argument to EXIT-ONLY.
12340 Rewrite using quit-restore-window.
357f93d2
MR
12341 (View-exit, View-exit-and-edit, View-leave, View-quit)
12342 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
12343 appropriate arguments.
12344 (view-end-message): Use quit-restore window parameter.
12345
9481c002
MR
12346 * window.el (display-buffer-function): Rewrite doc-string.
12347 (display-buffer-window, display-buffer-alist): New variables.
12348 (display-buffer-split-specifiers)
12349 (display-buffer-side-specifiers)
12350 (display-buffer-macro-specifiers): New constants.
12351 (display-buffer-even-window-sizes, display-buffer-set-height)
12352 (display-buffer-set-width, display-buffer-select-window)
12353 (display-buffer-in-window, display-buffer-reuse-window)
12354 (display-buffer-split-window-1, display-buffer-split-window)
12355 (display-buffer-split-atom-window, display-buffer-pop-up-window)
12356 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
12357 (display-buffer-in-side-window, normalize-buffer-to-display)
12358 (display-buffer-normalize-specifiers-1)
12359 (display-buffer-normalize-specifiers-2)
2b75be67
SM
12360 (display-buffer-normalize-specifiers, display-buffer-frame):
12361 New functions.
9481c002
MR
12362 (display-buffer): Major rewrite.
12363 (display-buffer-other-window, display-buffer-other-frame)
12364 (pop-to-buffer, switch-to-buffer-other-window)
12365 (switch-to-buffer-other-frame): Rewrite.
12366 (display-buffer-same-window, display-buffer-same-frame)
12367 (display-buffer-same-frame-other-window)
12368 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
12369 (pop-to-buffer-other-window)
12370 (pop-to-buffer-same-frame-other-window)
12371 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
12372 (switch-to-buffer-other-window-same-frame): New functions.
12373 (same-window-p, special-display-p): Rewrite disabling warnings.
12374 Make obsolete.
12375 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
12376 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
12377 Make obsolete
12378 (same-window-buffer-names, same-window-regexps)
12379 (special-display-frame-alist, special-display-popup-frame)
12380 (special-display-function, special-display-buffer-names)
12381 (special-display-regexps, pop-up-frame-alist)
12382 (pop-up-frame-function, split-window-preferred-function)
12383 (split-height-threshold, split-width-threshold)
12384 (even-window-heights): Make obsolete.
12385
9db51aca
GM
123862011-06-12 Glenn Morris <rgm@gnu.org>
12387
12388 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 12389 Misc simplifications.
9db51aca 12390
39cffb44
MR
123912011-06-12 Martin Rudalics <rudalics@gmx.at>
12392
12393 * window.el (window-safely-shrinkable-p): Restore function which
12394 was inadvertently removed in change from 2011-06-11. Declare as
12395 obsolete.
12396
2b75be67
SM
12397 * calendar/calendar.el (calendar-generate-window):
12398 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
12399 window-safely-shrinkable-p.
12400
a8955be7
GM
124012011-06-12 Glenn Morris <rgm@gnu.org>
12402
12403 * progmodes/fortran.el (fortran-mode-syntax-table):
12404 * progmodes/f90.el (f90-mode-syntax-table):
12405 Set % to punctuation. (Bug#8820)
12406 (f90-find-tag-default): Remove, no longer needed.
12407
f0d4059d
DC
124082011-06-12 Daniel Colascione <dan.colascione@gmail.com>
12409
12410 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
12411
1100a63c
CY
124122011-06-11 Chong Yidong <cyd@stupidchicken.com>
12413
12414 * image.el (image-animated-p): Return animation delay in seconds.
12415 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
12416 (image-animate-timeout): Remove DELAY argument. Don't assume
12417 every subimage has the same delay; get it from image-animated-p.
12418 (image-animate): Caller changed.
12419
def722bf
MA
124202011-06-11 Michael Albinus <michael.albinus@gmx.de>
12421
12422 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
12423 to ignored backtrace functions.
12424
0a2bb1a9
GM
124252011-06-11 Glenn Morris <rgm@gnu.org>
12426
12427 * calendar/appt.el (appt-disp-window-function): Doc fix.
12428 (appt-check): Handle overlapping appointments. (Bug#8337)
12429
6198ccd0
MR
124302011-06-11 Martin Rudalics <rudalics@gmx.at>
12431
12432 * window.el (window-tree-1, window-tree): New functions, moving
12433 the latter to window.el.
12434 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
12435 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
12436 (bw-refresh-edges): Remove.
12437 (balance-windows-1, balance-windows-2): New functions.
12438 (balance-windows): Rewrite in terms of window tree functions,
12439 balance-windows-1 and balance-windows-2.
12440 (bw-adjust-window): Remove.
12441 (balance-windows-area-adjust): New function with functionality of
12442 bw-adjust-window but using resize-window.
2b75be67
SM
12443 (set-window-text-height): Rewrite doc-string.
12444 Use normalize-live-window and resize-window.
12445 (enlarge-window-horizontally, shrink-window-horizontally):
12446 Rename argument to DELTA.
6198ccd0
MR
12447 (window-buffer-height): New function.
12448 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
12449 Rewrite using new window resize routines.
2b75be67
SM
12450 (kill-buffer-and-window, mouse-autoselect-window-select):
12451 Use ignore-errors instead of condition-case.
6198ccd0
MR
12452 (quit-window): Call delete-frame instead of delete-windows-on
12453 for the only buffer on frame.
12454
9397e56f
MR
124552011-06-10 Martin Rudalics <rudalics@gmx.at>
12456
12457 * loadup.el (top-level): Load window before files for the sake
12458 of replace-buffer-in-windows.
12459
12460 * files.el (read-buffer-to-switch)
12461 (switch-to-buffer-other-window)
2b75be67
SM
12462 (switch-to-buffer-other-frame, display-buffer-other-frame):
12463 Move to window.el.
9397e56f
MR
12464
12465 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
12466 (previous-buffer): Move to window.el.
12467
12468 * bindings.el (unbury-buffer): Move to window.el.
12469
12470 * window.el (delete-other-windows-vertically): Move after
12471 definition of delete-other-windows.
12472 (other-window, delete-windows-on, replace-buffer-in-windows):
12473 Move here from window.c.
12474 (record-window-buffer, unrecord-window-buffer)
12475 (set-window-buffer-start-and-point, switch-to-prev-buffer)
12476 (switch-to-next-buffer): New functions.
12477 (get-next-valid-buffer, last-buffer, next-buffer): Move here
12478 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
12479 (previous-buffer): Move here from simple.el.
12480 Call switch-to-prev-buffer.
9397e56f
MR
12481 (bury-buffer): Move here from buffer.c. Switch to previous
12482 buffer when window cannot be deleted.
12483 (unbury-buffer): Move here from bindings.el.
12484 (ctl-x-map): Move binding for other-window from window.c to
12485 here.
12486 (read-buffer-to-switch, switch-to-buffer-other-window)
12487 (switch-to-buffer-other-frame): Move here from files.el.
12488 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
12489 (switch-to-buffer): Move here from buffer.c.
12490 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 12491
562dd5e9
MR
124922011-06-10 Martin Rudalics <rudalics@gmx.at>
12493
12494 * window.el (window-min-height, window-min-width): Move here
12495 from window.c. Add defcustoms and rewrite doc-strings.
12496 (resize-mini-window, resize-window): New functions.
12497 (adjust-window-trailing-edge, enlarge-window, shrink-window):
12498 Move here from window.c.
12499 (maximize-window, minimize-window): New functions.
12500 (delete-window, delete-other-windows, split-window): Move here
12501 from window.c.
12502 (window-split-min-size): New function.
12503 (split-window-keep-point): Mention split-window-above-each-other
12504 instead of split-window-vertically.
2b75be67 12505 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
12506 Rename split-window-vertically to split-window-above-each-other
12507 and provide defalias for old definition.
12508 (split-window-side-by-side, split-window-horizontally):
12509 Rename split-window-horizontally to split-window-side-by-side
12510 and provide defalias for the old definition.
562dd5e9
MR
12511 (ctl-x-map): Move bindings for delete-window,
12512 delete-other-windows and enlarge-window here from window.c.
12513 Replace bindings for split-window-vertically and
12514 split-window-horizontally by bindings for
12515 split-window-above-each-other and split-window-side-by-side.
12516
12517 * cus-start.el (all): Remove entries for window-min-height and
12518 window-min-width. Add entries for window-splits and
12519 window-nest.
12520
f0da764a
GM
125212011-06-09 Glenn Morris <rgm@gnu.org>
12522
80675c21
GM
12523 * calendar/appt.el (appt-mode-line): New function.
12524 (appt-check, appt-disp-window): Use it.
12525
f0da764a
GM
12526 * files.el (hack-one-local-variable-eval-safep):
12527 Allow minor-modes with explicit +/-1 arguments.
12528
59f623b7
TZ
125292011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
12530
12531 * term/xterm.el (xterm): Add defgroup.
12532 (xterm-extra-capabilities): Add defcustom to supply known xterm
12533 capabilities, skip querying them, or query them (default).
12534 (terminal-init-xterm): Use it.
12535 (terminal-init-xterm-modify-other-keys): New function to set up
12536 modifyOtherKeys support to simplify `terminal-init-xterm'.
12537
9aab8e0d
MR
125382011-06-09 Martin Rudalics <rudalics@gmx.at>
12539
12540 * window.el (resize-window-reset, resize-window-reset-1)
12541 (resize-subwindows-skip-p, resize-subwindows-normal)
12542 (resize-subwindows, resize-other-windows, resize-this-window)
12543 (resize-root-window, resize-root-window-vertically)
12544 (window-deletable-p, window-or-subwindow-p)
12545 (frame-root-window-p): New functions.
12546
e8b08aee
GM
125472011-06-09 Glenn Morris <rgm@gnu.org>
12548
12549 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
12550 (ange-ftp-get-files): Use it.
12551
254c37a5
AK
125522011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
12553
12554 * mail/sendmail.el (mail-recover-1, mail-recover):
12555 * files.el (recover-file, recover-session):
12556 Handle dired-listing-switches not being just a single short option.
12557
35d7dbd3
GM
125582011-06-09 Glenn Morris <rgm@gnu.org>
12559
12560 * calendar/appt.el (appt-display-message, appt-disp-window):
12561 Handle lists of appointments.
12562
387522b2
MR
125632011-06-08 Martin Rudalics <rudalics@gmx.at>
12564
2b75be67
SM
12565 * window.el (one-window-p): Move down in code.
12566 Rewrite doc-string.
12567 (window-current-scroll-bars): Rewrite doc-string.
12568 Normalize live window argument.
387522b2
MR
12569 (walk-windows, get-window-with-predicate, count-windows):
12570 Rewrite doc-string. Use window-list-1.
12571 (window-in-direction-2, window-in-direction, get-mru-window):
12572 New functions.
12573
d8e4b68b 125742011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
12575
12576 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
12577 Doc fix (Bug#8713).
12578
125792011-06-08 Chong Yidong <cyd@stupidchicken.com>
12580
12581 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
12582
125832011-06-08 Juanma Barranquero <lekktu@gmail.com>
12584
12585 * loadhist.el (unload-feature-special-hooks):
12586 Add `comint-output-filter-functions'.
12587
0de12c52
IK
125882011-06-08 Ivan Kanis <gnu@kanis.fr>
12589
12590 * calendar/appt.el (appt-check): Move some initializations into the let.
12591
f3d1777e
MR
125922011-06-08 Martin Rudalics <rudalics@gmx.at>
12593
12594 * window.el (window-height): Defalias to window-total-height.
12595 (window-width): Defalias to window-body-width.
12596
18af70d0
CY
125972011-06-07 Chong Yidong <cyd@stupidchicken.com>
12598
12599 * image-mode.el (image-toggle-animation): New command.
12600 (image-mode-map): Bind it to RET.
12601 (image-mode): Update message.
12602 (image-toggle-display-image): Avoid a spurious cache flush.
12603 (image-transform-rotation): Doc fix.
12604 (image-transform-properties): Return quickly in the normal case.
12605 (image-animate-loop): Rename from image-animate-max-time.
12606
2b75be67 12607 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
12608 (create-animated-image): Remove unnecessary function.
12609 (image-animate): Rename from image-animate-start. New arg.
2b75be67 12610 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
12611 (image-animate-timer): Use car-safe.
12612 (image-animate-timeout): Rename argument.
12613
190b47e6
MR
126142011-06-07 Martin Rudalics <rudalics@gmx.at>
12615
12616 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
12617 window.c. Rename first argument to ALL-FRAMES.
12618 Rephrase doc-strings.
12619 (get-buffer-window-list): Rewrite using window-list-1.
12620 Rephrase doc-string.
a1511caf
MR
12621 (window-safe-min-height, window-safe-min-width): New constants.
12622 (window-size-ignore, window-min-size, window-min-size-1)
12623 (window-sizable, window-sizable-p, window-size-fixed-1)
12624 (window-size-fixed-p, window-min-delta-1, window-min-delta)
12625 (window-max-delta-1, window-max-delta, window-resizable)
12626 (window-resizable-p, window-total-height, window-total-width)
12627 (window-body-width): New functions.
12628 (window-full-height-p, window-full-width-p): Rewrite using
12629 window-total-size.
12630 (window-body-height): Rewrite using window-body-size.
190b47e6 12631
85cc1f11
MR
126322011-06-06 Martin Rudalics <rudalics@gmx.at>
12633
12634 * window.el (window-right, window-left, window-child)
12635 (window-child-count, window-last-child, window-any-p)
12636 (normalize-live-buffer, normalize-live-frame)
12637 (normalize-any-window, normalize-live-window)
12638 (window-iso-combination-p, window-iso-combined-p)
12639 (window-iso-combinations)
12640 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
12641 (windows-with-parameter, window-with-parameter)
12642 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
12643 (window-atom-check, window-side-check, window-check):
12644 New functions.
85cc1f11
MR
12645 (ignore-window-parameters, window-sides, window-sides-vertical)
12646 (window-sides-slots): New variables.
12647 (window-size-fixed): Move down in code. Minor doc-string fix.
12648
e7156492
AS
126492011-06-05 Andreas Schwab <schwab@linux-m68k.org>
12650
12651 * comint.el (comint-dynamic-complete-as-filename)
12652 (comint-dynamic-complete-filename): Correctly call
12653 completion-in-region.
12654
7e821d0d
DD
126552011-06-05 Deniz Dogan <deniz@dogan.se>
12656
12657 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
12658 in last change.
12659
ac09b8a1
DD
126602011-06-05 Deniz Dogan <deniz@dogan.se>
12661
12662 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
12663 (rcirc): Use it to prompt for encryption.
12664
34699b85
RW
126652011-06-05 Roland Winkler <winkler@gnu.org>
12666
12667 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
12668 (bibtex-search-entries): New command bound to C-c C-a.
12669 (bibtex-display-entries): New function.
12670
004dedd3
RW
126712011-06-05 Roland Winkler <winkler@gnu.org>
12672
12673 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
12674 (bibtex-insert-kill): After yanking insert newline if necessary.
12675 (bibtex-initialize): Call bibtex-string-files-init only once.
12676 (bibtex-mode): Do not call easy-menu-add.
12677 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
12678 (bibtex-yank): Set arg properly if nil.
12679
022fe7ce
RW
126802011-06-05 Roland Winkler <winkler@gnu.org>
12681
2b75be67
SM
12682 * textmodes/bibtex.el (bibtex-search-entry-globally):
12683 New variable.
022fe7ce
RW
12684 (bibtex-search-entry): Use it.
12685
b7c3692a
RW
126862011-06-05 Roland Winkler <winkler@gnu.org>
12687
12688 * textmodes/bibtex.el (bibtex-entry-format): New option
12689 sort-fields.
12690 (bibtex-format-entry, bibtex-reformat): Honor this option.
12691 (bibtex-parse-entry): Return fields in proper order.
12692
8eda563d
JB
126932011-06-05 Juanma Barranquero <lekktu@gmail.com>
12694
12695 * doc-view.el (doc-view-remove-if): Move computation of result out
12696 of `dolist' to silence misleading lexical-binding warning.
12697
7dbe3dbc
CY
126982011-06-04 Chong Yidong <cyd@stupidchicken.com>
12699
12700 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
12701 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
12702
0c33dd17
MA
127032011-06-04 Michael Albinus <michael.albinus@gmx.de>
12704
12705 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
12706 "SunOS 5.10".
12707
f8f91c2b
MA
127082011-06-04 Michael Albinus <michael.albinus@gmx.de>
12709
12710 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
12711 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
12712 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
12713 (tramp-parse-putty):
12714 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
12715 (tramp-completion-function-alist-ssh)
12716 (tramp-completion-function-alist-telnet)
12717 (tramp-completion-function-alist-su)
12718 (tramp-completion-function-alist-putty): Set `tramp-autoload'
12719 cookie.
12720
12721 * net/tramp-ftp.el:
12722 * net/tramp-sh.el:
12723 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
12724 load "tramp.el" `tramp-set-completion-function'.
12725
e17d9003
SM
127262011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
12727
12728 * shell.el: Require and use pcomplete.
12729 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
12730 (shell-completion-vars): Set pcomplete-default-completion-function.
12731
6c4cab03
DD
127322011-06-04 Deniz Dogan <deniz@dogan.se>
12733
12734 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
12735 `memq' (Bug#8799).
12736
ea9fafe0
SM
127372011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
12738
12739 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
12740
b3e945d3
JB
127412011-06-02 Juanma Barranquero <lekktu@gmail.com>
12742
12743 * bs.el (bs--mark-unmark, bs--nth-wrapper):
12744 * mpc.el (mpc-select-extend, mpc-songpointer-context):
12745 * vc/log-view.el (log-view-beginning-of-defun):
12746 * vc/smerge-mode.el (smerge-apply-resolution-patch)
12747 (smerge-refine-forward, smerge-refine-chopup-region):
12748 Silence warning for unused `dotimes' counter variables.
12749
7d520089
SM
127502011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
12751
12752 * net/tramp.el (tramp-with-progress-reporter): Rename from
12753 with-progress-reporter. Use `declare'.
12754 * net/tramp-smb.el:
12755 * net/tramp-sh.el:
12756 * net/tramp-gvfs.el: Update all uses.
12757
a1c2400f
JB
127582011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
12759
12760 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
12761 buffer isn't killed before making it current.
12762
2403c841
SM
127632011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
12764
12765 Silence various byte-compiler warnings.
12766 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
12767 `access-type' and new obsolescence format.
12768 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
12769 new format.
12770 (byte-compile-check-variable): New `access-type' argument.
12771 Only warn if the access-type is obsolete.
12772 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
12773 (byte-compile-variable-set): Adjust callers.
12774 * help-fns.el (describe-variable): Adjust to new obsolescence format.
12775 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
12776 setting it as obsolete.
12777 * simple.el (minibuffer-completing-symbol):
12778 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
12779 access as obsolete.
12780 * minibuffer.el (minibuffer-completing-file-name): Don't make it
12781 obsolete yet.
12782 * international/quail.el (quail-mouse-choose-completion): Remove unused
12783 code referring to obsolete var.
12784 (quail-choose-completion-string): Remove.
12785 * server.el (server-clients-with, server-kill-buffer-query-function)
12786 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
12787 * proced.el (proced-send-signal):
12788 * emacs-lisp/lisp.el (lisp-complete-symbol):
12789 Replace completion-annotate-function with completion-extra-properties.
12790
2462470b
SM
127912011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
12792
fb5b2591
SM
12793 * simple.el (goto-line): Use read-number.
12794 (overriding-map-is-bound): Remove.
12795 (saved-overriding-map): Change default.
12796 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
12797 Take the map as argument.
12798 (universal-argument, negative-argument, digit-argument): Use it.
12799 (restore-overriding-map): Adjust.
12800 (do-auto-fill): Use fill-forward-paragraph.
12801 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
12802
fd6fa53f
SM
12803 * minibuffer.el (minibuffer-inactive-mode-map): New var.
12804 (minibuffer-inactive-mode): New major mode.
12805 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
12806 the *Messages* buffer" hack.
12807 (mouse-popup-menubar): Don't burp if the event is a normal key.
12808
2462470b
SM
12809 Miscellaneous tweaks.
12810 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
12811 lexical scoping as in subr.el's dolist and dotimes.
12812 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
12813 Silence compiler warning.
12814 * thingatpt.el (forward-whitespace): Trivial coding style fix.
12815 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
12816 * international/ccl.el (ccl-compile): Trivial simplification.
12817 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
12818 * emacs-lisp/testcover.el (testcover-end): Remove spurious
12819 `printflag' argument.
12820 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
12821 Purecopy the whole obsolescence data.
12822
108bf785
LL
128232011-06-01 Leo Liu <sdl.web@gmail.com>
12824
12825 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
12826 improve doc-string as suggested by Marco Pessotto
12827 <melmothx@gmail.com>.
12828 (rcirc-print): Fix last change.
12829
30a23501
SM
128302011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12831
12832 * minibuffer.el (complete-with-action): Return nil for the metadata and
12833 boundaries of non-functional tables.
12834 (completion-table-dynamic): Return nil for the metadata.
12835 (completion-table-with-terminator): Add default case, using
12836 complete-with-action.
12837 (completion--metadata): New function.
12838 (completion-all-sorted-completions, minibuffer-completion-help): Use it
12839 to try and avoid pathological performance problems.
12840 (completion--embedded-envvar-table): Return `category' metadata.
12841
bcd54f83
LMI
128422011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
12843
12844 * subr.el (process-alive-p): New tiny convenience function.
12845
e227544d
SM
128462011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12847
12848 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
12849 content but also its previous major mode.
12850
e8296fdc
HE
128512011-05-31 Helmut Eller <eller.helmut@gmail.com>
12852
4d61f28d 12853 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
12854 *Backtrace* buffer when we exit with C-M-c.
12855
620c53a6
SM
128562011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12857
12858 * minibuffer.el: Add metadata method to completion tables.
12859 (completion-category-overrides): New defcustom.
12860 (completion-metadata, completion--field-metadata)
12861 (completion-metadata-get, completion--styles)
12862 (completion--cycle-threshold): New functions.
12863 (completion-try-completion, completion-all-completions):
12864 Add `metadata' argument to choose completion-styles.
12865 (completion--do-completion): Use metadata to choose cycling.
12866 (completion-all-sorted-completions): Use metadata for sorting.
12867 Remove :completion-cycle-penalty which is not needed any more.
12868 (completion--try-word-completion): Add `metadata' argument.
12869 (minibuffer-completion-help): Check metadata for annotation function
12870 and sorting.
12871 (completion-file-name-table): Return `category' metadata.
12872 (minibuffer-completing-file-name): Make obsolete.
12873 * simple.el (minibuffer-completing-symbol): Make obsolete.
12874 * icomplete.el (icomplete-completions): Pass new `metadata' param to
12875 completion-try-completion.
12876
1257e755
SM
128772011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12878
12879 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
12880
3767e706
LL
128812011-05-30 Leo Liu <sdl.web@gmail.com>
12882
12883 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
12884 (rcirc-print): Decode all incoming messages (bug#8744).
12885 (rcirc-decode-coding-system): Allow value nil for automatic coding
12886 system detection.
3767e706 12887
d1a5d56a
GM
128882011-06-01 Glenn Morris <rgm@gnu.org>
12889
12890 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
12891
e8cbec34
CY
128922011-05-29 Chong Yidong <cyd@stupidchicken.com>
12893
12894 * image.el (image-animate-max-time): Allow nil and t values.
12895 Default to nil.
12896 (create-animated-image): Doc fix.
12897 (image-animate-start): Remove second arg; just use
12898 image-animate-max-time.
12899 (image-animate-timeout): Doc fix. Args changed.
12900
12901 * image-mode.el (image-toggle-display-image): Ensure that the
12902 image spec passed to the animate timer is the same object as in
58179cce 12903 the buffer's display property (Bug#6981).
e8cbec34
CY
12904 (image-transform-properties): Doc fix.
12905
12906 * image.el (image-animate-max-time): Default to nil.
12907
159daf87
MR
129082011-05-29 Martin Rudalics <rudalics@gmx.at>
12909
12910 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
12911 entire buffer list (Bug#8184).
12912
d66c4c7c
CY
129132011-05-29 Chong Yidong <cyd@stupidchicken.com>
12914
12915 * image.el (imagemagick-types-inhibit)
12916 (imagemagick-register-types): Doc fix.
12917
80aec780
DD
129182011-05-29 Deniz Dogan <deniz@dogan.se>
12919
12920 * net/rcirc.el (rcirc): Use the user's stored encryption method by
12921 default.
12922
1dd3c2d9
CY
129232011-05-29 Chong Yidong <cyd@stupidchicken.com>
12924
12925 * select.el: Don't perform clipboard-manager saving in hooks;
12926 leave the hooks empty.
12927
60e56523
LL
129282011-05-28 Leo Liu <sdl.web@gmail.com>
12929
12930 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
12931 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
12932 (occur-edit-mode): New major mode (Bug#8463).
12933 (occur-after-change-function): New function.
12934 (occur-engine): Give Occur tags a read-only property.
12935
2b1e1a22
KR
129362011-05-28 Kevin Ryde <user42@zip.com.au>
12937
12938 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
12939
5d344e88
CY
129402011-05-28 Chong Yidong <cyd@stupidchicken.com>
12941
8e6ca83d
CY
12942 * bindings.el (help-echo): Make the initial non-indicator dash
12943 empty on graphical terminals (Bug#7295).
12944
5d344e88
CY
12945 * files.el (auto-mode-alist): Move config rule after the
12946 in-stripping one (Bug#8547).
12947
bfbbace7
CY
12948 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
12949
fbeba6e2
CY
12950 * startup.el (normal-splash-screen): Remove gratuitous mode-line
12951 setting (Bug#8740).
12952
60ed8c72
AA
129532011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
12954
4ac619f0
AA
12955 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
12956 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
12957 (Bug#8539).
60ed8c72 12958
23db196e
CY
129592011-05-28 Chong Yidong <cyd@stupidchicken.com>
12960
12961 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
12962
5012f24c
DK
129632011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
12964
12965 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
12966 (hs-hide-block-at-point, hs-find-block-beginning)
12967 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
12968 (Bug#8279).
12969
6a639b16
GM
129702011-05-28 Glenn Morris <rgm@gnu.org>
12971
12972 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
12973
d43eaf2c
CY
129742011-05-28 Chong Yidong <cyd@stupidchicken.com>
12975
5199bde1
CY
12976 * help-fns.el (describe-function-1): If the function is a derived
12977 major mode, print the parent mode.
12978
d43eaf2c
CY
12979 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
12980 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
12981
423428a8
SM
129822011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12983
0ff8e1ba 12984 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 12985 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
12986 * progmodes/etags.el (tags-completion-at-point-function):
12987 * info-look.el (info-lookup-completions-at-point): Mark as
12988 non-exclusive.
12989 (info-complete): Adjust accordingly.
12990
423428a8
SM
12991 * info-look.el: Convert to lexical-binding and completion-at-point.
12992 (info-lookup-completions-at-point): New function.
12993 (info-complete): Use it and completion-in-region.
12994
b74aa22b
DA
129952011-05-28 Drew Adams <drew.adams@oracle.com>
12996
12997 * isearch.el: Let M-e start with point at the first mismatched char.
12998 (isearch-fail-pos): New function.
12999 (isearch-edit-string): Use it.
13000
66e2e71d
DK
130012011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
13002
13003 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
13004
b1890b0f 130052011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
13006
13007 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
13008 traversal functions for avl-trees.
13009 (avl-tree--stack): New struct.
13010 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
13011 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
13012 (avl-tree--do-enter): Add optional `updatefun' arg.
13013 Change return value.
eb95d01d 13014 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
13015 (avl-tree--do-delete): Add `test' and `nilflag' args.
13016 Change return value.
eb95d01d
TC
13017 (avl-tree-member): Add optional `nilflag'
13018 (avl-tree-member-p): New function.
13019 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
13020 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
13021 (avl-tree-stack-empty-p): New functions.
13022
3769ddcf
TC
13023 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
13024 avl-tree--del-balance1 and make it work both ways.
13025 (avl-tree--del-balance2): Remove.
13026 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
13027 make it work both ways.
13028 (avl-tree--enter-balance2): Remove.
13029 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
13030 New macros.
13031 (avl-tree--mapc, avl-tree-map): Add direction argument.
13032
eb95d01d 130332011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
13034
13035 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
13036
a9f737ee
CY
130372011-05-27 Chong Yidong <cyd@stupidchicken.com>
13038
13039 * select.el: Support clipboard managers with built-in function
13040 x-clipboard-manager-save, via delete-frame-functions and
13041 kill-emacs-hook.
13042 (xselect-convert-to-targets): Add MULTIPLE target to list.
13043 (xselect-convert-to-save-targets): New function.
13044
c92a1e54
KH
130452011-05-27 Kenichi Handa <handa@m17n.org>
13046
13047 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
13048 let-binding rfc2047-encode-encoded-words to nil.
13049
e145f188
GM
130502011-05-27 Glenn Morris <rgm@gnu.org>
13051
5ec8a862
GM
13052 * mail/emacsbug.el: Don't require url-util.
13053
4b29d9fb
GM
13054 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
13055
e145f188
GM
13056 * files.el (set-auto-mode):
13057 Also respect mode: entries at the end of the file. (Bug#8586)
13058
7d15102b
GM
130592011-05-26 Glenn Morris <rgm@gnu.org>
13060
98f593b8
GM
13061 * files.el (hack-local-variables-prop-line, hack-local-variables):
13062 Downcase mode names, as seems to be traditional.
27b48e63 13063 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 13064
7d15102b
GM
13065 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
13066 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
13067
51d5b4ec
JD
130682011-05-25 Julien Danjou <julien@danjou.info>
13069
13070 * textmodes/rst.el (rst-define-level-faces): Do not define face
13071 symbol if it is already defined.
13072
91513f63
VB
130732011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
13074
13075 * play/5x5.el (5x5-new-game, 5x5-randomize):
13076 Reset 5x5-solver-output to nil when a new grid is cast.
13077 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
13078 these debugging traces, as defmacro breaks the compiled code.
13079
4d90d6d0
DK
130802011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
13081
13082 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
13083
e1b90ef6
LL
130842011-05-24 Leo Liu <sdl.web@gmail.com>
13085
13086 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
13087 (vc-bzr-sha1): Adapt.
13088
d8e4b68b 13089 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
13090
13091 * bindings.el: Provide sha1 feature.
13092
db0406bb 130932011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
13094
13095 * mail/sendmail.el: Require `rfc2047'.
13096 (mail-insert-from-field): Do not perform RFC2047 encoding.
13097 (mail-encode-header): New function.
13098 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
13099 buffer to the return value of select-message-coding-system.
13100 Call mail-encode-header.
b8d747b9
KH
13101
13102 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
13103
db0406bb 131042011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 13105
4d90d6d0
DK
13106 * mail/supercite.el (sc-default-cite-frame):
13107 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 13108
eb8a5e9b
GM
131092011-05-24 Glenn Morris <rgm@gnu.org>
13110
f8630703
GM
13111 * progmodes/python.el (brm-menu): Declare.
13112
8831bbed
GM
13113 * emulation/viper.el (viper-set-hooks): Declare.
13114
eb8a5e9b
GM
13115 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
13116 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
13117 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
13118 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
13119 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
13120 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
13121
a2a25d24
SM
131222011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
13123
13124 Add an :exit-function for completion-at-point.
13125
13126 * minibuffer.el (completion--done): New fun.
13127 (completion--do-completion): Use it. New arg `expect-exact'.
13128 (minibuffer-complete, minibuffer-complete-word): Don't output message,
13129 since completion--do-completion does it for us now.
13130 (minibuffer-force-complete): Use completion--done and
13131 completion--replace. Handle sole-completion case with more care.
13132 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
13133 (completion-extra-properties): New var.
13134 (completion-annotate-function): Make obsolete.
13135 (minibuffer-completion-help): Adjust accordingly.
13136 Use completion-list-insert-choice-function.
13137 (completion-at-point, completion-help-at-point):
13138 Bind completion-extra-properties.
13139 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
13140 * simple.el (completion-list-insert-choice-function): New var.
13141 (completion-setup-function): Preserve it.
13142 (choose-completion): Pay attention to it, shuffle the code a bit.
13143 (choose-completion-string): New arg `insert-function'.
13144
13145 * textmodes/bibtex.el: Convert to lexical binding.
13146 (bibtex-mode-map): Use completion-at-point.
13147 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
13148 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
13149 (bibtex-complete): Define as obsolete alias.
13150 (bibtex-complete-internal): Remove.
13151 (bibtex-format-entry): Remove unused sub-group in regexp.
13152 * shell.el (shell--command-completion-data)
13153 (shell-environment-variable-completion):
13154 * pcomplete.el (pcomplete-completions-at-point):
13155 * comint.el (comint--complete-file-name-data): Use :exit-function
13156 instead of completion-table-with-terminator so it also works for
13157 choose-completion.
13158
e44e373d
SM
131592011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13160
4f91a816
SM
13161 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
13162
782fc819
SM
13163 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
13164 (bug#8710).
13165
e44e373d
SM
13166 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
13167
381987c3
KM
131682011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
13169
13170 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
13171 customization variable and implement: If non-nil, auto-fill will
13172 be inhibited while on topic's header line.
13173
b776bc70
VB
131742011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
13175
13176 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 13177 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
13178 always have a solution in grid size = 5 cases.
13179 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
13180 (5x5-solver-output, 5x5-log-buffer): New vars.
13181 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
13182 Make these variables buffer local to achieve 5x5 multi-session-ness.
13183 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
13184 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
13185 (5x5-solve-suggest): New funs.
13186 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
13187 randomize a grid so that we ensure that there is always a solution.
13188 (5x5-make-random-grid): Allow other movement than flipping.
13189
7de88b6e
KR
131902011-05-23 Kevin Ryde <user42@zip.com.au>
13191
13192 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 13193 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
13194 advice and passes PREDICATE.
13195
b1ef1257
SM
131962011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13197
bbca48fe
SM
13198 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
13199 byte-compile-lambda if it's actually a lambda.
13200
b1ef1257
SM
13201 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
13202 Fix function quoting. Use backquote better.
13203
92a9cc65
YS
132042011-05-22 Yuanle Song <sylecn@gmail.com>
13205
13206 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
13207 matching (Bug#8516).
13208
f0fb8059
JA
132092011-01-22 Jari Aalto <jari.aalto@cante.net>
13210
13211 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
13212 different face (Bug#8178).
13213
d5b44c93
CY
132142011-05-22 Chong Yidong <cyd@stupidchicken.com>
13215
13216 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
13217 defface (Bug#8144).
13218
79106a44
SM
132192011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
13220
9c848d8a
SM
13221 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
13222 funcall as well (bug#8712). Warn when performing those conversions.
13223 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
13224
79106a44
SM
13225 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
13226
88dfa756
GM
132272011-05-22 Glenn Morris <rgm@gnu.org>
13228
13229 * files.el (hack-local-variables-prop-line): Small simplifications.
13230 (hack-local-variables, hack-local-variables-prop-line):
13231 If MODE-ONLY, return the mode, rather than just `t'.
13232
b7cf2c79
SM
132332011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
13234
13235 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
13236
3f1a8558
GM
132372011-05-21 Glenn Morris <rgm@gnu.org>
13238
7e4ccca3
GM
13239 * files.el (hack-local-variables-prop-line, hack-local-variables):
13240 If only interested in the mode, don't bother doing the other stuff.
13241
637d46ca
GM
13242 * image-mode.el (image-after-revert-hook):
13243 Redraw all frames on which the image is visible. (Bug#8567)
13244
973d955b
GM
13245 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
13246
3f1a8558
GM
13247 * wid-edit.el (widget-checklist-match-inline):
13248 Fix 2011-04-19 change. (Bug#8649)
13249
96479927
SM
132502011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
13251
1dcf791f
SM
13252 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
13253 Also allow singlespace after single-letter capitals followed by a dot.
13254
96479927
SM
13255 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
13256 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
13257
35fd0881
N
132582011-05-20 Nix <nix@esperi.org.uk>
13259
13260 * files.el (basic-save-buffer-2):
13261 Fix handling of break-hardlink-on-save with non-existent files.
13262
82745640
DD
132632011-05-19 Deniz Dogan <deniz@dogan.se>
13264
13265 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 13266 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 13267
4a720484
GM
132682011-05-19 Glenn Morris <rgm@gnu.org>
13269
d1f21341
GM
13270 * progmodes/f90.el (f90-type-def-re):
13271 Handle "type, bind(c)". (Bug#8691)
13272
4a720484
GM
13273 * emacs-lisp/autoload.el (batch-update-autoloads):
13274 Set autoload-excludes by parsing loadup.el rather than Makefiles.
13275
2fb0a219
MA
132762011-05-18 Michael Albinus <michael.albinus@gmx.de>
13277
13278 * net/tramp.el (tramp-process-actions): Set "first-password-request"
13279 property for the correct connection in case of multihops.
13280
e565dd37
GM
132812011-05-18 Glenn Morris <rgm@gnu.org>
13282
c2571358 13283 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
13284 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
13285
e565dd37
GM
13286 Rationalize calendar handling of day and month abbrev-arrays.
13287 * calendar/calendar.el (calendar-customized-p): New function.
13288 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
13289 (calendar-day-name-array, calendar-month-name-array): Doc fix.
13290 Add :set function.
13291 (calendar-abbrev-length, calendar-day-abbrev-array)
13292 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
13293 (calendar-day-abbrev-array, calendar-month-abbrev-array):
13294 Elements may no longer be nil.
13295 (calendar-day-name, calendar-month-name):
13296 Update for changed nature of abbrev arrays.
13297 * calendar/diary-lib.el (diary-name-pattern):
13298 Update for changed nature of abbrev arrays.
13299 (diary-mark-entries-1): Update calendar-make-alist calls.
13300 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
13301 * calendar/cal-html.el (cal-html-day-abbrev-array):
13302 Simply inherit from calendar-day-abbrev-array.
13303
1d99a745
SM
133042011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13305
13306 * progmodes/grep.el (grep-mode): Disable default
13307 compilation-directory-matcher setting (bug#8684).
13308
7c1d9aa0
MA
133092011-05-17 Michael Albinus <michael.albinus@gmx.de>
13310
13311 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
13312 instead of "head" and "tail". There were problems with SunOS 5.9,
13313 and it performs better.
13314
3952e9d8
GM
133152011-05-17 Glenn Morris <rgm@gnu.org>
13316
2dd12e7f
GM
13317 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
13318
e4157b9c
GM
13319 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
13320 Replace obsolete function.
13321
8e249bbd
GM
13322 * shell.el (pcomplete-parse-arguments-function): Declare.
13323
3952e9d8
GM
13324 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
13325 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
13326 (appt-check): Doc fixes.
13327 (appt-disp-window-function, appt-delete-window-function):
13328 Remove needless special case in custom :type.
13329 (appt-display-count): Default to 0, not nil.
13330 (appt-check): Reset appt-display-count to 0, not nil.
13331
c71a0d48 133322011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 13333
c71a0d48
GM
13334 * progmodes/python.el (python-font-lock-keywords):
13335 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 13336
31d55be9
SM
133372011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
13338
13339 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
13340
3bfacb2f
KR
133412011-05-16 Kevin Ryde <user42@zip.com.au>
13342
13343 * info-look.el (makefile-automake-mode): New setups, looking in
13344 automake manual, then makefile-mode.
13345 (makefile-mode): Remove automake manual, have it just in
13346 makefile-automake-mode since there's various things different or
13347 not relevant to plain make.
13348 (makefile-mode): Remove "other-modes" non-existent automake-mode,
13349 believe a hypothetical automake-mode would go to makefile-mode,
13350 not the other way around.
13351
c8e83751
CY
133522011-05-15 Chong Yidong <cyd@stupidchicken.com>
13353
5e9e35cd
CY
13354 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
13355 hunk-end tags (Bug#8672).
13356
c8e83751
CY
13357 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
13358 vc-annotate-show-diff-revision-at-line (Bug#8671).
13359
50b23e5a
GM
133602011-05-14 Glenn Morris <rgm@gnu.org>
13361
7210a739
GM
13362 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
13363 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
13364 (change-log-font-lock-keywords): Also handle multiple author lines
13365 with leading tabs. (Bug#8644)
7210a739 13366
4691905a
GM
13367 * calendar/appt.el (appt-check): Rename some local variables.
13368 Some simplification/reordering.
13369
50b23e5a
GM
13370 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
13371 (feedmail-sendmail-f-doesnt-sell-me-out)
13372 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
13373 (feedmail-debug-sit-for, feedmail-queue-express-hook)
13374 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
13375 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
13376 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
13377 (feedmail-binmail-gnulinuxish-template):
13378 Rename from feedmail-binmail-linuxish-template.
13379 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
13380 Use insert-buffer-substring.
13381
215cda7c
BC
133822011-05-14 Bill Carpenter <bill@carpenter.org>
13383
13384 * mail/feedmail.el (feedmail-patch-level): Increase.
13385 (feedmail-debug): New custom group.
13386 (feedmail-confirm-outgoing-timeout)
13387 (feedmail-sendmail-f-doesnt-sell-me-out)
13388 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
13389 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
13390 (feedmail-sender-line, feedmail-from-line)
13391 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 13392 (feedmail-spray-this-address)
215cda7c
BC
13393 (feedmail-spray-address-fiddle-plex-list)
13394 (feedmail-queue-use-send-time-for-date)
13395 (feedmail-queue-use-send-time-for-message-id)
13396 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
13397 (feedmail-buffer-eating-function):
13398 Doc fixes.
13399 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
13400 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
13401 (feedmail-message-action-scroll-down): New functions.
13402 (feedmail-queue-directory, feedmail-queue-draft-directory):
13403 Use expand-file-name.
13404 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
13405 Remove C-v help entry.
13406 (feedmail-queue-buffer-file-name): New variable.
13407 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
13408 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
13409 (feedmail-message-action-send-strong, feedmail-message-action-edit)
13410 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
13411 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
13412 (feedmail-message-action-toggle-spray)
13413 (feedmail-run-the-queue-no-prompts)
13414 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
13415 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
13416 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
13417 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
13418 (feedmail-envelope-deducer, feedmail-fiddle-from)
13419 (feedmail-fiddle-sender, feedmail-default-date-generator)
13420 (feedmail-fiddle-date, feedmail-fiddle-message-id)
13421 (feedmail-fiddle-spray-address)
13422 (feedmail-fiddle-list-of-spray-fiddle-plexes)
13423 (feedmail-fiddle-list-of-fiddle-plexes)
13424 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
13425 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
13426 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
13427 Change default. Doc fix.
13428 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
13429 (feedmail-binmail-linuxish-template): New constant.
13430 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
13431 Respect feedmail-sendmail-f-doesnt-sell-me-out.
13432 (feedmail-send-it): Add debug call.
13433 Use feedmail-queue-buffer-file-name, and
13434 feedmail-send-it-immediately-wrapper.
13435 (feedmail-message-action-send): Add debug call.
13436 Use feedmail-send-it-immediately-wrapper.
13437 (feedmail-queue-express-to-queue): Add debug call.
13438 Run feedmail-queue-express-hook.
13439 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
13440 (feedmail-message-action-help-blat):
13441 Rename from feedmail-queue-send-edit-prompt-help-first.
13442 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
13443 Check line-endings. Handle errors better.
13444 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
13445 Doc fix. Add debug call.
13446 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
13447 Use feedmail-queue-send-edit-prompt-inner.
13448 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
13449 (feedmail-queue-send-edit-prompt-inner): New function, extracted
13450 from feedmail-queue-send-edit-prompt.
13451 (feedmail-queue-send-edit-prompt-help)
13452 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
13453 (feedmail-tidy-up-slug): Add debug call.
13454 Respect feedmail-queue-slug-suspect-regexp.
13455 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
13456 (feedmail-dump-message-to-queue): Add debug call.
13457 Expand queue-directory.
13458 (feedmail-dump-message-to-queue): Change message slightly.
13459 Use feedmail-say-chatter.
13460 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
13461 (feedmail-send-it-immediately-wrapper): New function.
13462 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
13463 Insert empty string rather than newline. Handle full-frame case.
13464 Use catch/throw. Use feedmail-say-chatter.
13465 (feedmail-fiddle-from): Try mail-host-address.
13466 (feedmail-default-message-id-generator): Doc fix.
13467 Bind system-time-locale. Handle missing end.
13468 (feedmail-fiddle-x-mailer): Add debug call.
13469 Handle feedmail-x-mailer-line being nil.
13470 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
13471 Add debug call. Use buffer-substring-no-properties.
13472 (feedmail-say-debug, feedmail-say-chatter): New functions.
13473 (feedmail-find-eoh): Give an explicit error.
13474
42c7e61e
UJ
134752011-05-13 Ulf Jasper <ulf.jasper@web.de>
13476
c2571358 13477 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 13478 family from helvetica to sans.
c2571358 13479 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
13480 etc/images/newsticker.
13481
c2571358 13482 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
13483 family from helvetica to sans.
13484
13485 * net/newst-plainview.el (newsticker-new-item-face)
13486 (newsticker-old-item-face, newsticker-immortal-item-face)
13487 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 13488 (newsticker-statistics-face): Change default family from
42c7e61e 13489 helvetica to sans.
c2571358 13490 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
13491 etc/images/newsticker.
13492
5d3385a0
JB
13493 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
13494 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
13495 auto-marking.
13496
8497a297
DV
134972011-05-13 Didier Verna <didier@xemacs.org>
13498
13499 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
13500 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
13501 TODO entries.
8497a297
DV
13502 (lisp-lambda-list-keyword-parameter-indentation)
13503 (lisp-lambda-list-keyword-parameter-alignment)
13504 (lisp-lambda-list-keyword-alignment): New customizable user options.
13505 (lisp-indent-defun-method): Improve docstring.
13506 (extended-loop-p): Fix comment.
13507 (lisp-indent-lambda-list-keywords-regexp): New variable.
13508 (lisp-indent-lambda-list): New function.
13509 (lisp-indent-259): Use it.
13510 (lisp-indent-defmethod): Support for more than one
13511 method qualifier and properly indent methods lambda-lists.
13512 (defgeneric): Provide a missing common-lisp-indent-function property.
13513
f278f87f
SM
135142011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
13515
13516 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
13517 bounds for the empty string (bug#8667).
13518
5233edd7
GM
135192011-05-13 Glenn Morris <rgm@gnu.org>
13520
5237a44f
GM
13521 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
13522
8340026c 13523 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 13524 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 13525
5233edd7 13526 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 13527 (appt-time-msg-list): Doc fix.
a5464014 13528 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 13529
92d10796
AS
135302011-05-12 Andreas Schwab <schwab@linux-m68k.org>
13531
13532 * progmodes/ld-script.el (ld-script-keywords)
13533 (ld-script-builtins): Update keywords list.
13534
914a0ae1
SM
135352011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
13536
c89be45f
SM
13537 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
13538
914a0ae1
SM
13539 * shell.el (shell-completion-vars): New function.
13540 (shell-mode):
13541 * simple.el (read-shell-command): Use it.
13542 (blink-matching-open): No need for " [...]" in minibuffer-message.
13543
98dc3df3
GM
135442011-05-12 Glenn Morris <rgm@gnu.org>
13545
13546 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
13547 (appt-check): Simplify.
13548
d2fc7e3d 135492011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 13550
4d61f28d 13551 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
13552 literal "/dev/null".
13553
d2fc7e3d 135542011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
13555
13556 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
13557 Fix typo.
13558
d2fc7e3d 135592011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 13560
3f254caa
SM
13561 * progmodes/which-func.el (which-function):
13562 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
13563 which might not be defined (Bug#8260).
13564
d45885f7
GM
135652011-05-12 Glenn Morris <rgm@gnu.org>
13566
13567 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
13568 Let byte-compile-initial-macro-environment always take precedence.
13569
488086f4
SM
135702011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
13571
13572 * net/rcirc.el: Add support for SSL/TLS connections.
13573 (rcirc-server-alist): New field `encryption'.
13574 (rcirc): Check `encryption' settings.
13575 (rcirc-connect): New arg `encryption'. Use open-network-stream.
13576 Merge make-local-variable into `set'.
13577 (rcirc--connection-open-p): New function.
13578 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
13579 the process is not a network process (e.g. running gnutls-cli).
13580 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
13581 Make rcirc-(en|de)code-coding-system local here.
13582 (rcirc-mode): Merge make-local-variable into `set'.
13583 (rcirc-parent-buffer): Make permanent buffer-local.
13584 (rcirc-multiline-minor-mode): Don't do it here.
13585 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
13586 there's no server buffer.
13587
7d3b9d44
GM
135882011-05-11 Glenn Morris <rgm@gnu.org>
13589
f64049c6
GM
13590 * newcomment.el (comment-kill): Prefix "unused" local.
13591
93c9df73
GM
13592 * term/w32console.el (get-screen-color): Declare.
13593
7d3b9d44
GM
13594 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
13595 Handle symbol elements of byte-compile-initial-macro-environment.
13596
9e2dd53f
LL
135972011-05-10 Leo Liu <sdl.web@gmail.com>
13598
488086f4
SM
13599 * bookmark.el (bookmark-bmenu-mode-map):
13600 Bind bookmark-bmenu-search to `/'.
8b340240 13601
9e2dd53f 13602 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
13603 (footnote-unicode-string, footnote-unicode-regexp): New variable.
13604 (Footnote-unicode): New function.
13605 (footnote-style-alist): Add unicode style to the list.
13606 (footnote-style): Doc fix.
9e2dd53f 13607
79b70037
GM
136082011-05-10 Jim Meyering <meyering@redhat.com>
13609
13610 Fix doubled-word typos.
13611 * international/quail.el (quail-insert-kbd-layout): and and -> and
13612 * kermit.el: and and -> and
13613 * net/ldap.el (ldap-search-internal): to to -> to
13614 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
13615 * progmodes/js.el (js-mode): and and -> and
13616 * textmodes/artist.el (artist-move-to-xy): at at -> at
13617 (artist-draw-region-trim-line-endings): if if -> if
13618 And Safetyc -> Safety.
13619 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
13620
b8f82dc1 136212011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 13622 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
13623
13624 * files.el (hack-one-local-variable-eval-safep):
13625 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
13626
4f99f44b
GM
136272011-05-10 Glenn Morris <rgm@gnu.org>
13628
13629 * calendar/diary-lib.el (diary-list-entries-hook)
13630 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
13631 (diary-nongregorian-marking-hook, diary-list-entries)
13632 (diary-include-other-diary-files, diary-mark-entries)
13633 (diary-mark-included-diary-files): Doc fixes.
13634
84f29e6b
JB
136352011-05-09 Juanma Barranquero <lekktu@gmail.com>
13636
13637 * misc.el: Require tabulated-list.el during compilation.
13638
9bedd73a
CY
136392011-05-09 Chong Yidong <cyd@stupidchicken.com>
13640
488086f4
SM
13641 * progmodes/compile.el (compilation-start):
13642 Run compilation-filter-hook for the async case too.
9bedd73a
CY
13643 (compilation-filter-hook): Doc fix.
13644
797c735c
DD
136452011-05-09 Deniz Dogan <deniz@dogan.se>
13646
13647 * wdired.el: Remove outdated installation comment. Fix usage
13648 comment.
13649
5f4b1dfe
JB
136502011-05-09 Juanma Barranquero <lekktu@gmail.com>
13651
13652 * misc.el: Implement new command `list-dynamic-libraries'.
13653 (list-dynamic-libraries--loaded-only-p): New variable.
13654 (list-dynamic-libraries--refresh): New function.
13655 (list-dynamic-libraries): New command.
13656
4c44026c
CY
136572011-05-09 Chong Yidong <cyd@stupidchicken.com>
13658
488086f4
SM
13659 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13660 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
13661 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
13662 higher priority to avoid clobbering by gnu.
13663
027f966d
CY
136642011-05-08 Chong Yidong <cyd@stupidchicken.com>
13665
13666 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
13667 if the face has existing theme settings (Bug#8454).
13668
085f5d7d
CY
136692011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
13670
488086f4
SM
13671 * progmodes/perl-mode.el (perl-imenu-generic-expression):
13672 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 13673
2a86a00c
RS
13674 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
13675 special file names `.' and `..' (Bug#8259).
13676
d9c54a06
CY
136772011-05-08 Chong Yidong <cyd@stupidchicken.com>
13678
488086f4
SM
13679 * progmodes/grep.el (grep-mode-font-lock-keywords):
13680 Remove buffer-changing entries.
d9c54a06
CY
13681 (grep-filter): New function.
13682 (grep-mode): Add it to compilation-filter-hook.
13683
13684 * progmodes/compile.el (compilation-filter-hook)
13685 (compilation-filter-start): New defvars.
13686 (compilation-filter): Call compilation-filter-hook prior to
13687 updating the process mark.
13688
c4662635
SM
136892011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13690
13691 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
13692
b0512a1d
EZ
136932011-05-07 Eli Zaretskii <eliz@gnu.org>
13694
605c9376
EZ
13695 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
13696 mailclient-send-it even if window-system is nil. (Bug#8595)
13697
c4662635
SM
13698 * term/w32console.el (terminal-init-w32console):
13699 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
13700 background-mode. (Bug#8597)
13701
d1dc2cc2
SM
137022011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13703
13704 Make bytecomp.el understand that defmethod defines funs (bug#8631).
13705 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
13706 New functions.
13707 (defgeneric, eieio--defmethod): Use them.
13708 (eieio-defgeneric): Remove.
13709 (defmethod): Call defgeneric in a way visible to the byte-compiler.
13710
915d1300
GM
137112011-05-07 Glenn Morris <rgm@gnu.org>
13712
a3961c3e
GM
13713 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
13714 Use let rather than let*.
13715 (timeclock-find-discrep): Remove unused local.
13716
314347b9
GM
13717 * calendar/diary-lib.el (diary-comment-start): Doc fix.
13718
915d1300
GM
13719 * calendar/appt.el (appt-time-msg-list): Doc fix.
13720
275b59b0
NF
137212011-05-06 Noah Friedman <friedman@splode.com>
13722
13723 * apropos.el (apropos-print-doc): Only use
13724 emacs-lisp-docstring-fill-column when it is bound to an integer,
13725 per that variable's documentation.
13726
6c19f744
SM
137272011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13728
13729 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 13730 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 13731
60f884b2
GM
137322011-05-06 Glenn Morris <rgm@gnu.org>
13733
5006e634
GM
13734 * calendar/appt.el (appt-message-warning-time): Doc fix.
13735 (appt-warning-time-regexp): New option.
13736 (appt-make-list): Respect appt-message-warning-time.
13737
548d0a63
GM
13738 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
13739 New options.
13740 (diary-add-to-list): Strip comments from the displayed string.
13741 (diary-mode): Set comment-start and comment-end.
13742
60f884b2
GM
13743 * vc/diff-mode.el (smerge-refine-subst): Declare.
13744 (diff-refine-hunk): Don't require smerge-mode when compiling.
13745
989681bb
JB
137462011-05-06 Juanma Barranquero <lekktu@gmail.com>
13747
13748 * simple.el (list-processes): Return nil as the docstring says.
13749
a6bc05e1
MA
137502011-05-05 Michael Albinus <michael.albinus@gmx.de>
13751
13752 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
13753 to "".
13754 (ange-ftp-write-region, ange-ftp-insert-file-contents)
13755 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
13756 determining of binary transfer. (Bug#7383)
13757
23c22e9a
MA
137582011-05-05 Michael Albinus <michael.albinus@gmx.de>
13759
c4662635
SM
13760 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
13761 Fix port computation bug. (Bug#8618)
23c22e9a 13762
0bff894f
GM
137632011-05-05 Glenn Morris <rgm@gnu.org>
13764
b8296902
GM
13765 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
13766
1f522ce8
GM
13767 * simple.el (shell-dynamic-complete-functions)
13768 (comint-dynamic-complete-functions): Declare.
13769
cf5bee67
GM
13770 * net/network-stream.el (gnutls-negotiate):
13771 * simple.el (tabulated-list-print): Fix declarations.
13772
13773 * progmodes/gud.el (syntax-symbol, syntax-point):
13774 Remove unnecessary and incorrect declarations.
13775
0bff894f
GM
13776 * emacs-lisp/check-declare.el (check-declare-scan):
13777 Handle byte-compile-initial-macro-environment in bytecomp.el
13778
9869b3ae
SM
137792011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13780
13781 Fix earlier half-done eieio-defmethod change (bug#8338).
13782 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
13783 Streamline and change calling convention.
13784 (defmethod): Adjust accordingly and simplify.
13785 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
13786 new eieio--defmethod.
13787 (slot-boundp): Minor CSE simplification.
13788
9c1d5ac5
MZ
137892011-05-05 Milan Zamazal <pdm@zamazal.org>
13790
13791 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
13792 (glasses-make-readable): Use glasses-separate-capital-groups.
13793
455c834e
JB
137942011-05-05 Juanma Barranquero <lekktu@gmail.com>
13795
13796 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
13797 (warning-series): Doc fix.
13798 (display-warning): Don't try to create the buffer if we just found it.
13799
9ed7c8cb
CY
138002011-05-04 Chong Yidong <cyd@stupidchicken.com>
13801
13802 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
13803 (autoload-find-generated-file): New function.
13804 (generate-file-autoloads): Bind generated-autoload-file to
13805 buffer-file-name.
9869b3ae
SM
13806 (update-file-autoloads, update-directory-autoloads):
13807 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
13808 output file (Bug#7989).
13809 (batch-update-autoloads): Doc fix.
13810
0898ca10
JB
138112011-05-04 Juanma Barranquero <lekktu@gmail.com>
13812
13813 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
13814
31dfb76c
GM
138152011-05-04 Glenn Morris <rgm@gnu.org>
13816
f330b642
GM
13817 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
13818 function, so it follows changes in calendar-date-style.
13819 (diary-fancy-date-matcher): New function.
13820 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
13821 (diary-fancy-font-lock-fontify-region-function):
13822 Use diary-fancy-date-pattern as a function.
13823
31dfb76c
GM
13824 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
13825 non-numbers for `year' etc pseudo-variables. (Bug#8583)
13826
48e79d6a
TZ
138272011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
13828
13829 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
13830 instead of positional arguments. Allow :keylist and :crlfiles
13831 arguments.
13832 (open-gnutls-stream): Call it.
13833
13834 * net/network-stream.el (network-stream-open-starttls): Adjust to
13835 call `gnutls-negotiate' with :process and :hostname arguments.
13836
dd5a5ee0
SM
138372011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
13838
ef80fc09
SM
13839 * minibuffer.el (completion--message): New function.
13840 (completion--do-completion, minibuffer-complete)
13841 (minibuffer-force-complete, minibuffer-complete-word): Use it.
13842 (completion--do-completion): Don't ignore completion-auto-help when in
13843 icomplete-mode.
13844
dd5a5ee0
SM
13845 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
13846 internal encoding (e.g. tibetan zero is not whitespace).
13847 (global-whitespace-mode): Prefer save-current-buffer.
13848 (whitespace-trailing-regexp): Remove useless save-match-data.
13849 (whitespace-empty-at-bob-regexp): Minor simplification.
13850
b7d22a83
CY
138512011-05-03 Chong Yidong <cyd@stupidchicken.com>
13852
13853 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
13854
5192af46
AM
138552011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13856
13857 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 13858 Use `concat' to create string for insertion.
5192af46 13859
5767d190
SM
138602011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13861
13862 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
13863 Avoid open-line which runs post-self-insert-hook.
13864 (bibtex-fill-entry): Remove unused `end' var.
13865
bf242939
AM
138662011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
13867
5767d190
SM
13868 * textmodes/ispell.el (ispell-add-per-file-word-list):
13869 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 13870
25666126
LL
138712011-05-03 Leo Liu <sdl.web@gmail.com>
13872
13873 * isearch.el (isearch-yank-pop): New command.
5767d190 13874 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
13875 (isearch-forward): Mention it.
13876
52d3c2d0
SM
138772011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13878
1bcace58
SM
13879 * simple.el (minibuffer-complete-shell-command): Remove.
13880 (minibuffer-local-shell-command-map): Use completion-at-point.
13881 (read-shell-command): Setup completion vars here instead.
13882 (read-expression-map): Bind TAB to symbol completion.
13883
52d3c2d0
SM
13884 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
13885 error directly rather via storing it into `results'.
13886
35813471
LL
138872011-05-02 Leo Liu <sdl.web@gmail.com>
13888
13889 * vc/diff.el: Fix description.
13890
e793a940
LMI
138912011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
13892
13893 * server.el (server-eval-at): New function.
13894
8de66e05
LMI
138952011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13896
13897 * net/network-stream.el (open-network-stream): Take a :nowait
13898 parameter and pass it on to `make-network-process'.
13899 (network-stream-open-plain): Ditto.
13900
dcb79f20
AS
139012011-04-30 Andreas Schwab <schwab@linux-m68k.org>
13902
13903 * faces.el (face-spec-set-match-display): Don't match toolkit
13904 options on terminal frames.
13905
14a7fbd8
SM
139062011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
13907
7eabc1be
SM
13908 * progmodes/pascal.el: Use lexical binding.
13909 (pascal-mode-map): Remove author preferences.
13910
14a7fbd8
SM
13911 * pcomplete.el (pcomplete-std-complete): Don't abuse
13912 completion-at-point.
13913
50f84510
JB
139142011-04-28 Juanma Barranquero <lekktu@gmail.com>
13915
6e087a44
JB
13916 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
13917 removing code that has been dead since 1991 or so.
13918
50f84510
JB
13919 * startup.el (command-line): When warning about "_emacs", use a
13920 delayed warning to allow the user to filter it out.
13921
0ba690bd
DD
139222011-04-28 Deniz Dogan <deniz@dogan.se>
13923
13924 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
13925 user has not joined.
13926
08abfaad
SM
139272011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13928
13929 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
13930 aren't any completions at point.
13931
638f053a
JB
139322011-04-28 Juanma Barranquero <lekktu@gmail.com>
13933
13934 * subr.el (display-delayed-warnings): New function.
13935 (delayed-warnings-hook): New variable.
13936
8fff8daa
SM
139372011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13938
08abfaad
SM
13939 * minibuffer.el (completion-at-point, completion-help-at-point):
13940 Don't presume that a given completion-at-point-function will always
13941 use the same calling convention.
13942
8fff8daa
SM
13943 * pcomplete.el (pcomplete-completions-at-point):
13944 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
13945 pcomplete-seen is non-nil.
13946 (pcomplete-comint-setup): Also recognize the new comint/shell
13947 completion functions.
13948 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
13949 pcomplete-seen is non-nil.
13950
841a1577 139512011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 13952
841a1577 13953 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 13954 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 13955 the first character in the entry. This allows for code to add its
211ec907
UJ
13956 own uid to the entry.
13957 (icalendar--convert-float-to-ical): Add export of
13958 `diary-float'-entries save for those with the optional DAY
13959 argument.
13960
2a782793
DC
139612011-04-27 Daniel Colascione <dan.colascione@gmail.com>
13962
13963 * subr.el (shell-quote-argument): Use alternate escaping strategy
13964 when we spot a variable reference in a string.
13965
0438ce91
DC
139662011-04-26 Daniel Colascione <dan.colascione@gmail.com>
13967
13968 * cus-start.el (all): Define customization for debug-on-event.
13969
841a1577 139702011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
13971
13972 * subr.el (shell-quote-argument): Escape correctly under Windows.
13973
d090ed6c
SM
139742011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13975
13976 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
13977
bfd31217
MA
139782011-04-25 Michael Albinus <michael.albinus@gmx.de>
13979
d090ed6c
SM
13980 * net/tramp.el (tramp-process-actions): Add POS argument.
13981 Delete region between POS and (pos).
bfd31217 13982
d090ed6c
SM
13983 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
13984 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
13985 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
13986
13987 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
13988 position in `tramp-process-actions' call.
13989
13990 * net/trampver.el: Update release number.
13991
e92f3bd3
SM
139922011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13993
850256b5
SM
13994 * custom.el (defcustom): Obey lexical-binding.
13995
e92f3bd3
SM
13996 Fix octave-inf completion problems reported by Alexander Klimov.
13997 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
13998 Inherit from octave-mode-syntax-table.
13999 (inferior-octave-mode): Set info-lookup-mode.
14000 (inferior-octave-completion-at-point): New function.
14001 (inferior-octave-complete): Use it and completion-in-region.
14002 (inferior-octave-dynamic-complete-functions): Use it as well, and use
14003 comint-filename-completion.
14004 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
14005 symbol elements which shouldn't be word elements.
14006 (octave-font-lock-keywords, octave-beginning-of-defun)
14007 (octave-function-header-regexp): Adjust regexps accordingly.
14008 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
14009
cd22b309
JB
140102011-04-25 Juanma Barranquero <lekktu@gmail.com>
14011
14012 * net/gnutls.el (gnutls-errorp): Declare before first use.
14013
8b492194
TZ
140142011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
14015
14016 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
14017 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 14018 default trustfile exists before going to use it. Add missing
5a5fa834 14019 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
14020 Reported by Claudio Bley <claudio.bley@gmail.com>.
14021 (open-gnutls-stream): Add usage example.
14022
14023 * net/network-stream.el (network-stream-open-starttls): Give host
14024 parameter to `gnutls-negotiate'.
14025 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 14026 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 14027
841a1577 140282011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 14029
cd22b309
JB
14030 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
14031 Use correct match group (bug#8438).
05842630 14032
3ba7869c
CY
140332011-04-24 Chong Yidong <cyd@stupidchicken.com>
14034
512e3ae1
CY
14035 * emacs-lisp/package.el (package-built-in-p): Fix typo.
14036 (package-menu--generate): New arg specifying packages to show.
14037 (package-menu-refresh, package-menu-execute, list-packages):
14038 Callers changed.
14039 (package-show-package-list): New function, replacing deleted
14040 package--list-packages (renamed because it is non-internal).
14041
14042 * finder.el (finder-list-matches): Use package-show-package-list
14043 instead of deleted package--list-packages.
14044
e92f3bd3
SM
14045 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
14046 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
14047 (vc-annotate-mode-map): Bind it to RET.
14048
7031be6d
UR
140492011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
14050
14051 * progmodes/etags.el (next-file): Don't use set-buffer to change
14052 buffers (Bug#8478).
14053
4ef177aa
CY
140542011-04-24 Chong Yidong <cyd@stupidchicken.com>
14055
c8d173eb
CY
14056 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
14057
4ef177aa
CY
14058 * apropos.el (apropos-label-face): Avoid variable-pitch face.
14059 (apropos-accumulator): Doc fix.
14060 (apropos-function, apropos-macro, apropos-command)
14061 (apropos-variable, apropos-face, apropos-group, apropos-widget)
14062 (apropos-plist): Add face property.
14063 (apropos-symbols-internal): Fix indentation.
14064 (apropos-print): Simplify help, and recognize apropos-multi-type.
14065 (apropos-print-doc): Use button-type-get to extract the button's
14066 face property. Fill docstring (Bug#8352).
14067
4ffd0d6b 140682011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
14069
14070 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
14071
c6c32125 14072 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 14073 (mpuz-mode-map): Use mapc.
c6c32125
JB
14074 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
14075 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
14076 Fix typos in docstrings.
14077
58d468b4
JB
14078 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
14079 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
14080
6470c3c6
JB
14081 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
14082
4ffd0d6b 140832011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
14084
14085 * minibuffer.el (completion--do-completion): Avoid the "Next char
14086 not unique" prompt if icomplete-mode is enabled (Bug#5849).
14087
3ad8bad0
CY
14088 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
14089 mouse-2 into unread-command-events, it is interpreted correctly.
14090
71d73c9c 14091 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 14092 (image-toggle-display): Doc fix.
71d73c9c 14093
841a1577 140942011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 14095
4ffd0d6b
GM
14096 * textmodes/page.el (what-page): Use line-number-at-pos to
14097 calculate line number (Bug#6825).
6e1dbaa9 14098
c2fb1b60
JB
140992011-04-22 Juanma Barranquero <lekktu@gmail.com>
14100
14101 * eshell/esh-mode.el (find-tag-interactive): Declare function.
14102 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
14103 Pass argument NO-DEFAULT to `find-tag-interactive'.
14104
e02f48d7
JB
141052011-04-22 Juanma Barranquero <lekktu@gmail.com>
14106
14107 Lexical-binding cleanup.
14108
14109 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
14110 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
14111 * progmodes/ada-prj.el (ada-prj-initialize-values)
14112 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
14113 (ada-prj-show-value):
14114 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
14115 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
14116 (antlr-invalidate-context-cache, antlr-options-menu-filter)
14117 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
14118 * progmodes/bug-reference.el (bug-reference-push-button):
14119 * progmodes/fortran.el (fortran-line-length):
14120 * progmodes/glasses.el (glasses-change):
14121 * progmodes/octave-mod.el (octave-fill-paragraph):
14122 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
14123 (python-pdbtrack-grub-for-buffer, python-sentinel):
14124 * progmodes/sql.el (sql-save-connection):
14125 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
14126 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
14127 Mark unused parameters.
14128
14129 * progmodes/compile.el (compilation--flush-directory-cache)
14130 (compilation--flush-parse, compile-internal): Mark unused parameters.
14131 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
14132 (compilation-next-error-function): Remove unused variable `timestamp'.
14133
14134 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
14135 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
14136
14137 * progmodes/dcl-mode.el (dcl-end-of-command):
14138 Remove unused variable `start'.
14139 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
14140 (dcl-option-value-basic, dcl-option-value-offset)
14141 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
14142 Mark unused parameters.
14143 (dcl-save-local-variable): Remove unused variable `val'.
14144 (mode): Declare.
14145
14146 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
14147 Mark unused parameters.
14148 (delphi-ignore-changes): Move before first use.
14149 (delphi-charset-token-at): Remove unused variable `start'.
14150 (delphi-else-start): Remove unused variable `if-count'.
14151 (delphi-comment-block-start, delphi-comment-block-end):
14152 Remove unused variable `kind'.
14153 (delphi-indent-line): Remove unused variable `new-point'.
14154
14155 * progmodes/ebrowse.el (ebrowse-files-list)
14156 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
14157 Mark unused parameters. Don't quote `lambda'.
14158 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
14159 Don't quote `lambda'.
14160 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
14161 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
14162 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
14163 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
14164 Use `ignore-errors'.
14165 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
14166 (ebrowse-view/find-file-and-search-pattern)
14167 (ebrowse-view/find-member-declaration/definition):
14168 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
14169 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
14170 Rename parameter PREFIX-ARG to PREFIX.
14171 (ebrowse-tags-read-name): Remove unused variables `start' and
14172 `member-info'.
14173 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
14174 to `tags-file'.
14175
14176 * progmodes/etags.el (local-find-tag-hook): Declare.
14177 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
14178 Mark unused parameters.
14179
14180 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
14181 (executable-interpret): Mark unused parameter.
14182
14183 * progmodes/flymake.el (flymake-process-sentinel)
14184 (flymake-after-change-function)
14185 (flymake-create-temp-with-folder-structure)
14186 (flymake-get-include-dirs-dot): Mark unused parameters.
14187 (flymake-safe-delete-directory): Remove unused variable `err'.
14188
14189 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
14190 (speedbar-timer-fn, speedbar-line-text)
14191 (speedbar-change-expand-button-char, speedbar-delete-subblock)
14192 (speedbar-center-buffer-smartly): Declare functions.
14193 (gdb-find-watch-expression): Remove unused variable `array'.
14194 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
14195 (gdb-starting): Mark unused parameters.
14196 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
14197 (gdb-table-string): Remove unused variable `res'.
14198 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
14199 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
14200 (gdb-display-buffer): Remove unused variable `cur-size'.
14201
14202 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
14203 allow lexical-binding compilation.
14204 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
14205 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
14206 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
14207 Mark unused parameters.
14208 (gud-gdb-marker-filter): Remove unused variable `match'.
14209 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
14210 lambda expressions and funcall them, instead of using `fset'.
14211
14212 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
14213 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
14214
14215 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
14216 variable `header-beg'; use `let'.
14217
14218 * progmodes/icon.el (indent-icon-exp): Remove unused variables
14219 `restart', `last-sexp' and `at-do'.
14220
14221 * progmodes/js.el (js--debug): Mark unused parameter.
14222 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
14223 (js--splice-into-items): Remove unused variable `item'.
14224 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
14225
14226 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
14227 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
14228 (makefile-complete): Remove unused variable `try'.
14229 (makefile-fill-paragraph, makefile-match-function-end):
14230 Mark unused parameters.
14231
14232 * progmodes/octave-inf.el (inferior-octave-complete):
14233 Remove unused variable `proc'.
14234 (inferior-octave-output-digest): Mark unused parameter.
14235
14236 * progmodes/perl-mode.el (perl-calculate-indent):
14237 Remove unused variable `err'.
14238
14239 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
14240 (prolog-indent-line): Mark unused parameters.
14241 (prolog-indent-line): Remove unused variable `beg'.
14242
14243 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
14244 (reporter-dont-compact-list): Declare.
14245
14246 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
14247 Remove unused variable `char'.
14248 (sh-debug): Mark unused parameter.
14249 (sh-get-indent-info): Remove unused variable `start'.
14250 (sh-calculate-indent): Remove unused variable `var'.
14251
14252 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
14253 (simula-electric-keyword): Remove unused variable `null'.
14254 (simula-search-backward, simula-search-forward): Remove unused
14255 variables `begin' and `end'.
14256
14257 * progmodes/vera-mode.el (vera-guess-basic-syntax):
14258 Remove unused variable `pos'.
14259 (vera-electric-tab, vera-comment-uncomment-region):
14260 Mark unused parameters.
14261 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
14262
7ede3b65
CY
142632011-04-22 Chong Yidong <cyd@stupidchicken.com>
14264
14265 * emacs-lisp/package.el (package--builtins, package-alist)
14266 (package-load-descriptor, package-built-in-p, package-activate)
14267 (define-package, package-installed-p)
14268 (package-compute-transaction, package-buffer-info)
14269 (package--push): Doc fix. Distinguish more clearly between
14270 version strings and version lists.
14271
121656e9
JB
142722011-04-21 Juanma Barranquero <lekktu@gmail.com>
14273
14274 Lexical-binding cleanup.
14275
14276 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
14277 (5x5-make-mutate-best):
14278 * play/fortune.el (fortune-in-buffer):
14279 * play/gomoku.el (gomoku-init-display):
14280 * play/solitaire.el (solitaire, solitaire-do-check):
14281 * play/tetris.el (tetris-default-update-speed-function):
14282 Mark unused parameters.
14283
14284 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
14285 (bubbles--shift): Remove unused variable `char-org'.
14286 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
14287 (bubbles--show-images): Remove unused variable `char'.
14288
14289 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
14290 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
14291 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
14292 (decipher-analyze-buffer): Use ?\s.
14293 (decipher-make-checkpoint): Remove unused variable `mapping'.
14294
14295 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
14296
14297 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
14298 Remove unused variable `result'; use `let'.
14299
14300 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
14301 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
14302 (gametree-children-shown-p, gametree-compute-reduced-score):
14303 Use `ignore-errors'.
14304
14305 * play/handwrite.el (ps-lpr-switches): Declare.
14306 (handwrite): Remove unused variables `pmin' and `lastp'.
14307
14308 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
14309
14310 * play/landmark.el (landmark-init-display)
14311 (landmark-update-naught-weights): Mark unused parameters.
14312 (landmark-y): Remove unused variable `noise'. Simplify.
14313 (landmark-human-plays): Remove unused variable `score'.
14314
14315 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
14316 (mpuz-try-proposal): Remove unused variable `game'.
14317
14318 * play/zone.el (life-patterns): Declare.
14319
80f499c7
JB
143202011-04-20 Juanma Barranquero <lekktu@gmail.com>
14321
14322 * vc/vc.el (ediff-vc-internal): Declare function.
14323
024ff170
SM
143242011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14325
c0a193ea
SM
14326 * shell.el: Use lexical-binding and std completion UI.
14327 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
14328 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
14329 comint-preoutput-filter-functions rather than on
14330 comint-output-filter-functions.
14331 (shell-command-completion, shell--command-completion-data)
14332 (shell-filename-completion, shell-environment-variable-completion)
14333 (shell-c-a-p-replace-by-expanded-directory): New functions.
14334 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
14335 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
14336 (shell-dynamic-complete-environment-variable): Use them.
14337 (shell-dynamic-complete-as-environment-variable)
14338 (shell-dynamic-complete-as-command): Remove.
14339 (shell-match-partial-variable): Match past point.
14340 * comint.el: Clean up use of completion-at-point-functions.
14341 (comint-completion-at-point): New function.
14342 (comint-mode): Use it completion-at-point-functions.
14343 (comint-dynamic-complete): Make it obsolete.
14344 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
14345 (comint-c-a-p-replace-by-expanded-history): New function.
14346 (comint-dynamic-complete-functions)
14347 (comint-replace-by-expanded-history): Use it.
14348 * minibuffer.el (completion-table-with-terminator): Allow dynamic
14349 termination strings. Try harder to avoid second try-completion.
14350 (completion-in-region-mode-map): Disable bindings that don't work yet.
14351
2dbaa080
SM
14352 * comint.el: Use lexical-binding. Require CL.
14353 (comint-dynamic-complete-functions): Use comint-filename-completion.
14354 (comint-completion-addsuffix): Tweak custom type.
14355 (comint-filename-completion, comint--common-suffix)
14356 (comint--common-quoted-suffix, comint--table-subvert)
14357 (comint--complete-file-name-data): New functions.
14358 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
14359 (comint-dynamic-list-filename-completions): Use them.
14360 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 14361
2dbaa080
SM
14362 * minibuffer.el (completion-in-region-mode):
14363 Keep completion-in-region-mode--predicate global.
14364 (completion-in-region--postch):
14365 Assume completion-in-region-mode--predicate is not null.
14366
c79a6f38
SM
14367 * progmodes/flymake.el (flymake-start-syntax-check-process):
14368 Obey `dir'. Simplify.
14369
024ff170
SM
14370 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
14371 we're in VC after all.
14372
1c6c854e
CS
143732011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
14374
14375 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 14376 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
14377 (vc-version-diff): Use vc-diff-build-argument-list-internal.
14378
bed7f140
SM
143792011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14380
332e62ab
SM
14381 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
14382 add sanity check.
14383
bed7f140
SM
14384 * obsolete/erc-hecomplete.el: Make obsolete.
14385 * obsolete/: Standardize obsolescence info in the header.
14386
f195c582
GM
143872011-04-20 Glenn Morris <rgm@gnu.org>
14388
14389 * calendar/solar.el (solar-horizontal-coordinates):
14390 Use the longitude argument rather than `calendar-longitude'.
14391 (solar-date-next-longitude): Remove unused locals.
14392
cb79b8c0
VJL
143932011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14394
14395 * whitespace.el: New version 13.2.1.
14396
143972011-04-20 felix <EmacsWiki> (tiny change)
14398
d8e4b68b 14399 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
14400 switching between major modes on a file.
14401
602ea69d
SM
144022011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
14403
14404 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
14405 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
14406 multi-line comments as well.
14407
06b60517
JB
144082011-04-19 Juanma Barranquero <lekktu@gmail.com>
14409
14410 Lexical-binding cleanup.
14411
14412 * arc-mode.el (archive-mode-revert):
14413 * cmuscheme.el (scheme-interactively-start-process):
14414 * custom.el (custom-initialize-delay):
14415 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
14416 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
14417 * emacs-lock.el (emacs-lock-clear-sentinel):
14418 * ezimage.el (defezimage):
14419 * follow.el (follow-avoid-tail-recenter):
14420 * fringe.el (set-fringe-mode-1):
14421 * generic-x.el (bat-generic-mode-compile):
14422 * help-mode.el (help-info-variable, help-do-xref)
14423 (help-mode-revert-buffer):
14424 * help.el (view-emacs-todo):
14425 * iswitchb.el (iswitchb-completion-help):
14426 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
14427 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
14428 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
14429 * locate.el (locate-update):
14430 * longlines.el (longlines-encode-region)
14431 (longlines-after-change-function):
14432 * outline.el (outline-isearch-open-invisible):
14433 * ps-def.el (declare-function, charset-dimension, char-width)
14434 (encode-char):
14435 * ps-mule.el (ps-mule-plot-string):
14436 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
14437 (recentf-edit-list-select, recentf-edit-list-validate)
14438 (recentf-open-files-action):
14439 * rect.el (delete-whitespace-rectangle-line)
14440 (rectangle-number-line-callback):
14441 * register.el (window-configuration-to-register)
14442 (frame-configuration-to-register):
14443 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
14444 * select.el (xselect-convert-to-string, xselect-convert-to-length)
14445 (xselect-convert-to-targets, xselect-convert-to-delete)
14446 (xselect-convert-to-filename, xselect-convert-to-charpos)
14447 (xselect-convert-to-lineno, xselect-convert-to-colno)
14448 (xselect-convert-to-os, xselect-convert-to-host)
14449 (xselect-convert-to-user, xselect-convert-to-class)
14450 (xselect-convert-to-name, xselect-convert-to-integer)
14451 (xselect-convert-to-atom, xselect-convert-to-identity):
14452 * subr.el (declare, ignore, process-kill-without-query)
14453 (text-clone-maintain):
14454 * terminal.el (te-get-char, te-tic-sentinel):
14455 * tool-bar.el (tool-bar-make-keymap):
14456 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
14457 * type-break.el (type-break-mode, type-break-noninteractive-query):
14458 * view.el (View-back-to-mark):
14459 * wid-browse.el (widget-browse-action, widget-browse-widget)
14460 (widget-browse-widgets, widget-browse-sexp):
14461 * widget.el (define-widget-keywords):
14462 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
14463 Mark unused parameters.
14464
14465 * align.el (align-adjust-col-for-rule): Mark unused parameter.
14466 (align-areas): Remove unused variable `look'.
14467 (align-region): Remove unused variables `real-end' and `pos-list'.
14468
14469 * apropos.el (apropos-score-doc): Remove unused variable `i'.
14470
14471 * bindings.el (mode-line-modified, mode-line-remote):
14472 Mark unused parameters.
14473 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
14474
14475 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
14476 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
14477
14478 * comint.el (comint-history-isearch-pop-state)
14479 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
14480 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
14481 (comint-substitute-in-file-name): Doc fix.
14482
14483 * completion.el (cmpl-statistics-block): Mark unused parameter.
14484 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
14485 (save-completions-to-file, load-completions-from-file):
14486 Remove unused local variable `e'.
14487
14488 * composite.el (compose-chars): Remove unused variable `len'.
14489 (lgstring-insert-glyph): Remove unused variable `g'.
14490 (compose-glyph-string): Remove unused variables `ascent',
14491 `descent', `lbearing' and `rbearing'.
14492 (compose-glyph-string-relative): Remove unused variables
14493 `lbearing', `rbearing' and `wadjust'.
14494 (compose-gstring-for-graphic): Remove unused variables `header',
14495 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
14496 (compose-gstring-for-terminal): Remove unused variables `header'
14497 and `nchars'. Use `let', not `let*'.
14498
14499 * cus-edit.el (Custom-set, Custom-save, custom-reset)
14500 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
14501 (Custom-buffer-done, custom-buffer-create-internal)
14502 (custom-browse-visibility-action, custom-browse-group-tag-action)
14503 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
14504 (widget-magic-mouse-down-action, custom-toggle-parent)
14505 (custom-add-parent-links, custom-toggle-hide-variable)
14506 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
14507 (custom-toggle-hide-face, face, hook, custom-group-link-action)
14508 (custom-face-menu-create, custom-variable-menu-create, get)
14509 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
14510 (custom-reset-standard-save-and-update): Remove unused variable `value'.
14511 (customize-apropos): Remove unused variable `tests'.
14512 (custom-group-value-create): Remove unused variable `hidden-p'.
14513 (sort-fold-case): Declare.
14514
14515 * cus-theme.el (custom-reset-standard-faces-list)
14516 (custom-reset-standard-variables-list): Declare.
14517 (customize-create-theme, custom-theme-revert, custom-theme-write)
14518 (custom-theme-choose-mode, customize-themes, custom-theme-save):
14519 Mark unused parameters.
14520
14521 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
14522
14523 * delim-col.el (delimit-columns-max): Move defvar before first use.
14524
14525 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 14526 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
14527
14528 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
14529 (auto-insert): Declare.
14530 (desktop-restore-file-buffer): Rename desktop-* parameters;
14531 mark unused ones.
14532 (desktop-create-buffer): Rename desktop-* parameters and bind them.
14533 (desktop-buffer): Rename desktop-* parameters.
14534
14535 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
14536 (dframe-reposition-frame-xemacs, dframe-help-echo)
14537 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
14538 Mark unused parameters.
14539
14540 * dired-aux.el (backup-extract-version-start, overwrite-query)
14541 (overwrite-backup-query, rename-regexp-query)
14542 (rename-non-directory-query): Declare.
14543 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
14544 (dired-add-entry): Remove unused variable `orig-file-name'.
14545 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
14546 Use parameter PRESERVE-TIME instead of accessing dynamic variable
14547 `dired-copy-preserve-time' directly.
14548 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
14549 (dired-insert-subdir-newpos): Rename unused variable `pos'.
14550
14551 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
14552 (dired-virtual-revert, dired-make-relative-symlink):
14553 Mark unused parameters.
14554 (manual-program): Declare.
14555 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
14556 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
14557 wrapped in `with-no-warnings' to avoid replacing one warning by another.
14558
14559 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
14560
14561 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
14562
14563 * echistory.el (electric-history-in-progress, Helper-return-blurb):
14564 Declare.
14565
14566 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
14567
14568 * electric.el (Electric-command-loop): Rename parameter
14569 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
14570
14571 * expand.el (expand-in-literal): Remove unused variable `here'.
14572
14573 * facemenu.el (facemenu-add-new-color):
14574 Remove unused variable `docstring'.
14575
14576 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
14577 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
14578 (face-attr-construct): Mark unused parameter. Doc fix.
14579 (read-color): Remove unused variable `hex-string'.
14580
14581 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
14582 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
14583 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
14584 (display-buffer-other-frame): Remove unused variable `old-window'.
14585 (kill-buffer-hook): Declare.
14586 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
14587 Mark unused parameters.
14588 (after-find-file): Pass 1 to `auto-save-mode', not t.
14589
14590 * files-x.el (auto-insert): Declare.
14591 (modify-file-local-variable-prop-line): Remove unused variable `val'.
14592
14593 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 14594 variable `buf'. Mark unused parameter.
06b60517
JB
14595 (find-lisp-insert-directory): Mark unused parameter.
14596
14597 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
14598 (format-encode-region): Remove unused variables `cur-buf' and `result'.
14599 (format-common-tail): Remove, unused.
14600 (format-deannotate-region): Remove unused variable `loc'.
14601 (format-annotate-region): Remove unused variable `p'.
14602 (format-annotate-single-property-change): Remove unused variables
14603 `default' and `tail'.
14604
14605 * forms.el (read-file-filter): Declare.
14606 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
14607
14608 * frame.el (frame-creation-function-alist): Mark unused parameter.
14609 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
14610
14611 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
14612 Remove unused parameters.
14613 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
14614 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
14615
14616 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
14617 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
14618 (hfy-prepare-tag-map): Mark unused parameters.
14619 (htmlfontify-buffer): Use `called-interactively-p'.
14620
14621 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
14622 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
14623 (ibuffer-do-occur): Mark unused parameters.
14624 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
14625 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
14626
14627 * ibuffer.el: Don't quote `lambda'.
14628 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
14629 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
14630 Mark unused parameters.
14631
14632 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
14633 (ido-completing-read): Mark unused parameters.
14634 (ido-copy-current-word): Mark unused parameters;
14635 remove unused variable `name'.
14636 (ido-sort-merged-list): Remove unused parameter `dirs'.
14637
14638 * ielm.el (ielm-input-sender): Mark unused parameter.
14639 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
14640 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
14641 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
14642 `ielm-string' as a dynamic variable accessible from the IELM prompt.
14643 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
14644
14645 * image-dired.el (image-dired-display-thumbs): Remove unused
14646 variables `curr-file' and `count'.
14647 (image-dired-remove-tag): Remove unused variable `start'.
14648 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
14649 variable `curr-file'
14650 (image-dired-rotate-original): Remove unused variable `temp-file'.
14651 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
14652 Remove unused variable `file'.
14653 (image-dired-gallery-generate): Remove unused variable `curr'.
14654 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
14655
14656 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
14657
14658 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
14659
14660 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
14661
14662 * isearch.el (minibuffer-history-symbol): Declare.
14663 (isearch-edit-string): Remove unused variable `err'.
14664 (isearch-message-prefix, isearch-message-suffix):
14665 Mark unused parameters.
14666
14667 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
14668
14669 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
14670
14671 * makesum.el (double-column): Remove unused variable `cnt'.
14672
14673 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
14674 (ido-ignore-item-temp-list): Declare.
14675
14676 * mouse-drag.el (mouse-drag-throw): Remove unused variables
14677 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
14678 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
14679 (mouse-drag-drag): Remove unused variables `mouse-delta' and
14680 `mouse-col-delta'.
14681
14682 * mouse-sel.el (mouse-extend-internal):
14683 Remove unused variable `orig-window-frame'.
14684
14685 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
14686 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
14687 Move declarations before first use.
14688 (pcomplete-opt): Mark unused parameters; doc fix.
14689
14690 * proced.el (proced-revert): Mark unused parameter.
14691 (proced-send-signal): Remove unused variable `err'.
14692
14693 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
14694 Rename parameter PREFIX-ARG to ARG.
14695 (ps-basic-plot-string, ps-basic-plot-whitespace):
14696 Mark unused parameters.
14697
14698 * replace.el (replace-count): Define.
14699 (occur-revert-function): Mark unused parameters.
14700 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
14701 (isearch-case-fold-search, isearch-string): Declare.
14702 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
14703 bind `case-fold-search'. Remove unused variables `beg' and `end',
14704 and simplify.
14705 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
14706 COUNT and bind `replace-count'.
14707 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
14708 to COUNT.
14709
14710 * savehist.el (print-readably, print-string-length): Declare.
14711
14712 * shadowfile.el (shadow-expand-cluster-in-file-name):
14713 Remove unused variable `cluster'.
14714 (shadow-copy-file): Remove unused variable `i'.
14715 (shadow-noquery, shadow-clusters, shadow-site-cluster)
14716 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
14717 (shadow-define-literal-group, shadow-define-regexp-group)
14718 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
14719
14720 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
14721 (shell): Use `called-interactively-p'.
14722 (shell-directory-tracker): Remove unused variable `chdir-failure'.
14723
14724 * simple.el (compilation-context-lines, comint-file-name-quote-list)
14725 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
14726 (delete-backward-char): Remove unused variable `ocol'.
14727 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
14728 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
14729 (event-apply-hyper-modifier, event-apply-shift-modifier)
14730 (event-apply-control-modifier, event-apply-meta-modifier):
14731 Mark unused parameters.
14732 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
14733 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
14734
14735 * speedbar.el (speedbar-ignored-directory-expressions)
14736 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
14737 (speedbar-find-file, speedbar-dir-follow)
14738 (speedbar-directory-buttons-follow, speedbar-tag-find)
14739 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
14740 (speedbar-buffers-line-directory, speedbar-buffer-click):
14741 Mark unused parameters.
14742 (speedbar-tag-file): Remove unused variable `mode'.
14743 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
14744
14745 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
14746
14747 * talk.el (talk): Remove unused variable `display'.
14748
14749 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
14750 (tar-write-region-annotate): Mark unused parameter.
14751
14752 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
14753 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
14754 Declare them, wrapped in `with-no-warnings' to avoid replacing one
14755 warning by another.
14756
14757 * time-stamp.el (time-stamp-string-preprocess):
14758 Remove unused variable `require-padding'.
14759
14760 * tree-widget.el (widget-glyph-enable): Declare.
14761 (tree-widget-action): Mark unused parameter.
14762
14763 * w32-fns.el (x-get-selection): Mark unused parameter.
14764 (autoload-make-program, generated-autoload-file): Declare.
14765
14766 * wdired.el (wdired-revert): Mark unused parameters.
14767 (wdired-xcase-word): Remove unused variable `err'.
14768
14769 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
14770 (whitespace-help-scroll): Remove unused variable `data-help'.
14771
14772 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
14773 (widget-image-insert, widget-after-change, default)
14774 (widget-default-format-handler, widget-default-notify)
14775 (widget-default-prompt-value, widget-info-link-action)
14776 (widget-url-link-action, widget-function-link-action)
14777 (widget-variable-link-action, widget-file-link-action)
14778 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
14779 (widget-field-prompt-internal, widget-field-action, widget-field-match)
14780 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
14781 (widget-insert-button-action, widget-delete-button-action, visibility)
14782 (widget-documentation-link-action, widget-documentation-string-action)
14783 (widget-const-prompt-value, widget-regexp-match, symbol)
14784 (widget-coding-system-prompt-value)
14785 (widget-key-sequence-value-to-external, sexp)
14786 (widget-sexp-value-to-internal, character, vector, cons)
14787 (widget-choice-prompt-value, widget-boolean-prompt-value)
14788 (widget-color--choose-action): Mark unused parameters.
14789 (widget-item-match-inline, widget-choice-match-inline)
14790 (widget-checklist-match, widget-checklist-match-inline)
14791 (widget-group-match): Rename parameter VALUES to VALS.
14792 (widget-field-value-set): Remove unused variable `size'.
14793 (widget-color-action): Remove unused variables `value' and `start'.
14794
14795 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 14796 variable `dir'. Doc fix.
06b60517
JB
14797 (windmove-find-other-window): Don't pass it.
14798
14799 * window.el (count-windows): Mark unused parameter.
14800 (bw-adjust-window): Remove unused variable `err'.
14801
14802 * woman.el (woman-file-name): Remove unused variable `default'.
14803 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
14804 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
14805 (global-font-lock-mode): Declare.
14806 (woman-decode-region): Mark unused parameter.
14807 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
14808
14809 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
14810 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
14811 (x-dnd-handle-moz-url): Remove unused variable `title'.
14812 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
14813
14814 * xml.el (xml-parse-tag, xml-parse-attlist):
14815 Remove unused variable `pos'.
14816
bc4f7f3d
GM
148172011-04-19 Glenn Morris <rgm@gnu.org>
14818
14819 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
14820 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
14821 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
14822 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
14823 * calendar/cal-html.el (cal-html-insert-minical):
14824 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
14825 (calendar-mark-date-pattern):
14826 Prefix "unused" locals.
14827
14828 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
14829 optional argument `style'.
14830
14831 * calendar/appt.el (appt-make-list):
14832 * calendar/cal-china.el (calendar-chinese-date-string):
14833 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
14834 (diary-hebrew-yahrzeit):
14835 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
14836 * calendar/calendar.el (calendar-generate-window):
14837 * calendar/time-date.el (time-to-days):
14838 Remove unused local variables.
14839
16a43933
CY
148402011-04-18 Chong Yidong <cyd@stupidchicken.com>
14841
14842 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
14843 glyphless-char-display table.
14844 (tabulated-list-glyphless-char-display): New var.
14845
7eed1860
SS
148462011-04-18 Sam Steingold <sds@gnu.org>
14847
14848 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
14849 to acknowledgments.
14850
4d2d1ccd
GM
148512011-04-17 Glenn Morris <rgm@gnu.org>
14852
14853 * calendar/diary-lib.el (diary-sexp-entry):
14854 * calendar/holidays.el (holiday-sexp):
14855 Set debug-on-error rather than the removed stack-trace-on-error.
14856
239da61d
GM
148572011-04-16 Glenn Morris <rgm@gnu.org>
14858
14859 * progmodes/f90.el: Use lexical-binding.
14860 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
14861
8b05752a
SM
148622011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14863
daca8ba5
SM
14864 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
14865 (mail-mode): Setup mailalias completion here instead.
14866 * mail/mailalias.el: Use lexical-binding.
14867 (pattern, mailalias-done): Declare dynamic.
14868 (mail-completion-at-point-function): New function, from mail-complete.
14869 (mail-complete): Use it.
14870 (mail-completion-expand): New function.
14871 (mail-get-names): Use it.
14872 (mail-directory, mail-directory-process, mail-directory-stream):
14873 Don't use `pattern' for lexically bound arg.
14874
6f542485
SM
14875 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
14876
037e7c3f
SM
14877 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
14878 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
14879 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
14880
8b05752a
SM
14881 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
14882 (byte-save-window-excursion, byte-temp-output-buffer-setup)
14883 (byte-interactive-p): Define them again, for use when inlining
14884 old code.
14885
49093f60
JB
148862011-04-15 Juanma Barranquero <lekktu@gmail.com>
14887
14888 * loadup.el: Use `string-to-number', not `string-to-int'.
14889
b5b8e7de
SM
148902011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14891
14892 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
14893 gud-gdb-complete-command.
14894 (gud-gdb-completions): New function, from gud-gdb-complete-command.
14895 (gud-gdb-completion-at-point): New function.
14896 (gud-gdb-completions): Remove.
14897
f42efeb5
MA
148982011-04-14 Michael Albinus <michael.albinus@gmx.de>
14899
49093f60
JB
14900 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
14901 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
14902 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
14903 whether `executable-find' is bound.
f42efeb5
MA
14904
14905 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
14906
e240cc21
SM
149072011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14908
14909 * minibuffer.el (completion-in-region-mode-predicate)
14910 (completion-in-region-mode--predicate): New vars.
14911 (completion-in-region, completion-in-region--postch)
14912 (completion-in-region-mode): Use them.
14913 (completion--capf-wrapper): Also return the hook function.
14914 (completion-at-point, completion-help-at-point):
14915 Adjust and provide a predicate.
c2bd2ab0
SM
14916
14917 Preserve arg names for advice of subr and lexical functions (bug#8457).
14918 * help-fns.el (help-function-arglist): Consolidate the subr and
14919 new-byte-code cases. Add argument `preserve-names' to extract names
14920 from the docstring when needed.
14921 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
14922 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
14923 (ad-arglist): Use help-function-arglist's new arg.
14924 (ad-definition-type): Use cond.
14925
c183f693
JB
149262011-04-13 Juanma Barranquero <lekktu@gmail.com>
14927
06641a47
JB
14928 * autorevert.el (auto-revert-handler):
14929 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
14930 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
14931 Don't quote lambda.
14932
c183f693
JB
14933 * image-mode.el (image-transform-set-scale):
14934 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
14935
1e3b6001
G
149362011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
14937
14938 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 14939 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
14940 Upgrades via gnutls-cli are too slow to be done opportunistically.
14941
2d6af8dd
JB
149422011-04-12 Juanma Barranquero <lekktu@gmail.com>
14943
14944 * dframe.el (dframe-current-frame): Remove spurious quote.
14945
c0749a51
GM
149462011-04-12 Glenn Morris <rgm@gnu.org>
14947
088d0d61
GM
14948 * calendar/cal-tex.el (cal-tex-end-document):
14949 Try to automatically use latin1 input if needed.
14950
c0749a51
GM
14951 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
14952 Don't try to cons a mark onto an empty element.
14953
5c90fde0
LL
149542011-04-11 Leo Liu <sdl.web@gmail.com>
14955
14956 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
14957 buffers.
14958 (ido-kill-buffer-at-head): Support killing virtual buffers.
14959
369e974d
CY
149602011-04-10 Chong Yidong <cyd@stupidchicken.com>
14961
14962 * minibuffer.el (completion-show-inline-help): New var.
14963 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
14964 (minibuffer-force-complete, minibuffer-complete-word):
14965 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
14966
14967 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
14968 to avoid interference from inline help (Bug#5849).
14969
37f1c930
LL
149702011-04-10 Leo Liu <sdl.web@gmail.com>
14971
099c39a4
JB
14972 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
14973 Fix typo.
37f1c930 14974
a32d4040
CY
149752011-04-09 Chong Yidong <cyd@stupidchicken.com>
14976
14977 * image-mode.el (image-toggle-display-image): Signal an error if
14978 not in Image mode.
14979 (image-transform-mode, image-transform-resize)
14980 (image-transform-set-rotation): Doc fix.
daca8ba5 14981 (image-transform-set-resize): Delete.
a32d4040
CY
14982 (image-transform-set-scale, image-transform-fit-to-height)
14983 (image-transform-fit-to-width): Handle image-toggle-display-image
14984 and image-transform-resize directly.
14985
099c39a4 149862011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
14987
14988 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
14989 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
14990 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
14991 (doc-view-mode-map): Add bindings for the new functions.
14992
099c39a4 149932011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 14994
4d61f28d 14995 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
14996 Fix typo in docstring.
14997
3726838a
EZ
149982011-04-08 Eli Zaretskii <eliz@gnu.org>
14999
04f33f1e
EZ
15000 * files.el (file-size-human-readable): Produce one digit after
15001 decimal, like "ls -lh" does.
15002
15003 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
15004 the file size representation.
15005
3726838a
EZ
15006 * simple.el (list-processes): If async subprocesses are not
15007 available, error out with a clear error message.
15008
cbb59342
CY
150092011-04-08 Chong Yidong <cyd@stupidchicken.com>
15010
15011 * help.el (help-form-show): New function, to be called from C.
15012 Put help-form output in a buffer named differently than *Help*.
15013
e3971c44
EZ
150142011-04-08 Eli Zaretskii <eliz@gnu.org>
15015
15016 * files.el (file-size-human-readable): New function.
15017
15018 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
15019 computing the representation inline. Don't require `cl'.
15020
12544bbe
GM
150212011-04-08 Glenn Morris <rgm@gnu.org>
15022
a1de6c6a
GM
15023 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
15024
3c4671f4
GM
15025 * net/browse-url.el (browse-url-firefox):
15026 Test system-type, not system-configuration.
15027
b605679c
GM
15028 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
15029 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
15030 Use log-edit-empty-buffer-p. (Bug#7598)
15031
56442f0c
GM
15032 * net/rlogin.el (rlogin-process-connection-type): Simplify.
15033 (rlogin-mode-map): Initialize in the defvar.
15034 (rlogin): Use ignore-errors.
15035
12544bbe
GM
15036 * replace.el (occur-mode-map): Some fixes for menu items.
15037
eb237b0f
AH
150382011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
15039
15040 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
15041
7d668f2c
CY
150422011-04-06 Chong Yidong <cyd@stupidchicken.com>
15043
e67a13ab
CY
15044 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
15045 issuing unused warnings.
15046
15047 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
15048 macro directly.
15049
7d668f2c
CY
15050 * simple.el: Lisp reimplement of list-processes. Based on an
15051 earlier reimplementation by Leo Liu, but using tabulated-list.el.
15052 (process-menu-mode): New major mode.
15053 (list-processes--refresh, list-processes):
15054 (process-menu-visit-buffer): New functions.
15055
15056 * files.el (save-buffers-kill-emacs): Don't assume any return
15057 value of list-processes, which is undocumented anyway.
15058
a83ec3c9
CY
150592011-04-06 Chong Yidong <cyd@stupidchicken.com>
15060
15061 * emacs-lisp/tabulated-list.el: New file.
15062
e91a96fe
CY
15063 * emacs-lisp/package.el: Use Tabulated List mode.
15064 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
15065 (package-menu-mode): Derive from tabulated-list-mode. Set up the
15066 table format using Tabulated List mode variables.
15067 (package--push): New macro, replacing package-list-maybe-add.
15068 (package-menu--generate): Use package--push. Renamed from
15069 package--generate-package-list.
15070 (package-menu-refresh, list-packages): Use it.
daca8ba5 15071 (package-menu--print-info): Rename from package-print-package.
e91a96fe 15072 Return insertion data instead of inserting it directly.
099c39a4
JB
15073 (package-menu-describe-package, package-menu-execute):
15074 Use tabulated-list-get-id.
e91a96fe
CY
15075 (package-menu-mark-delete, package-menu-mark-install)
15076 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
15077 (package-menu-mark-obsolete-for-deletion):
15078 Use tabulated-list-put-tag.
e91a96fe
CY
15079 (package--list-packages, package-menu-revert)
15080 (package-menu-get-package, package-menu-get-version)
15081 (package-menu-sort-by-column): Functions deleted.
15082 (package-menu-package-list, package-menu-sort-key): Vars deleted.
15083 (package-menu--status-predicate, package-menu--version-predicate)
15084 (package-menu--name-predicate)
15085 (package-menu--description-predicate): Handle arguments in the
15086 Tabulated List format.
15087 (package-list-packages-no-fetch): Call list-packages.
15088
3e214b50
JB
150892011-04-06 Juanma Barranquero <lekktu@gmail.com>
15090
15091 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 15092 (after-find-file): Don't bind it.
3e214b50
JB
15093 (revert-buffer-in-progress-p): New variable.
15094 (revert-buffer): Bind it.
15095 Pass nil for `after-find-file-from-revert-buffer'.
15096
15097 * saveplace.el (save-place-find-file-hook): Use new variable
15098 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
15099
3f0f1700
GM
151002011-04-06 Glenn Morris <rgm@gnu.org>
15101
c0274801
GM
15102 * Makefile.in (AUTOGEN_VCS): New variable.
15103 (autoloads): Use $AUTOGEN_VCS.
15104
3f0f1700
GM
15105 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
15106 * calendar/calendar.el (calendar-mode-map):
15107 Check for toolkit scroll bars. (Bug#8305)
15108
41ea9e48
CY
151092011-04-05 Chong Yidong <cyd@stupidchicken.com>
15110
15111 * minibuffer.el (completion-in-region--postch)
15112 (completion-in-region-mode): Remove unnecessary messages.
15113
6194c800
JB
151142011-04-05 Juanma Barranquero <lekktu@gmail.com>
15115
33256f14
JB
15116 * font-lock.el (font-lock-refresh-defaults):
15117 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
15118 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
15119
6194c800
JB
15120 * info.el (Info-directory-list, Info-read-node-name-2)
15121 (Info-split-parameter-string): Doc fixes.
15122 (Info-virtual-nodes): Reflow docstring.
15123 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
15124 (Info-apropos-toc-nodes, info-finder, Info-get-token)
15125 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
15126 Fix typos in docstrings.
15127 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
15128 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
15129 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
15130 (Info-restore-desktop-buffer): Mark unused parameters.
15131 (Info-directory-find-file, Info-directory-find-node)
15132 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
15133 (Info-virtual-index-find-node, Info-apropos-find-file)
15134 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 15135 Mark unused parameters; fix typos in docstrings.
6194c800
JB
15136 (Info-virtual-index): Remove unused local variable `nodename'.
15137
b87a8200 151382011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 15139
b87a8200
DD
15140 * net/rcirc.el: Update my e-mail address.
15141 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 15142
3b2ff876
CY
151432011-04-05 Chong Yidong <cyd@stupidchicken.com>
15144
15145 * startup.el (command-line): Save the cursor's theme-face
15146 directly, instead of using face-override-spec.
15147
15148 * custom.el (load-theme): Minor optimization in assigning faces.
15149
8d17e7ca
JB
151502011-04-04 Juanma Barranquero <lekktu@gmail.com>
15151
15152 * help-fns.el (describe-variable): Complete all variables having
15153 documentation, including keywords.
15154 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
15155
2fbc1934
JB
151562011-04-04 Juanma Barranquero <lekktu@gmail.com>
15157
15158 Convert to lexical-binding.
15159
15160 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
15161 (bs--get-marked-string, bs--get-modified-string)
15162 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
15163 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
15164 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
15165
15166 * ehelp.el (electric-help-execute-extended)
15167 (electric-help-ctrl-x-prefix):
15168 * hexl.el (hexl-revert-buffer-function):
15169 * linum.el (linum-after-change, linum-after-scroll):
15170 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
15171
15172 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
15173
74f50695
DU
151742011-04-04 Daiki Ueno <ueno@unixuser.org>
15175
15176 * epa-dired.el:
15177 * epa-mail.el:
15178 * epa-hook.el:
15179 * epa-file.el:
15180 * epa.el:
15181 * epg.el: Use lexical binding.
15182
c11325f7
CY
151832011-04-03 Chong Yidong <cyd@stupidchicken.com>
15184
0d9e9a12
CY
15185 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
15186
c11325f7 15187 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
15188 dictionary case for flyspell-mark-duplications-exceptions.
15189 Use regexp matching for languages.
c11325f7
CY
15190 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
15191 default dictionary (Bug#7926).
15192
da91b5f2
CY
151932011-04-02 Chong Yidong <cyd@stupidchicken.com>
15194
099c39a4
JB
15195 * emacs-lisp/package.el (package--with-work-buffer):
15196 Recognize https URLs.
da91b5f2 15197
099c39a4
JB
15198 * net/network-stream.el: Move from gnus/proto-stream.el.
15199 Change prefix to network-stream throughout.
da91b5f2
CY
15200 (open-protocol-stream): Merge into open-network-stream, leaving
15201 open-protocol-stream as an alias. Handle nil BUFFER args.
15202
15203 * subr.el (open-network-stream): Move to net/network-stream.el.
15204
afa8e9f6
GM
152052011-04-02 Glenn Morris <rgm@gnu.org>
15206
1d2e369d
GM
15207 * find-dired.el (find-exec-terminator): New option.
15208 (find-ls-option): Test for -ls support.
15209 (find-ls-subdir-switches): Test for -b in find-ls-option.
15210 (find-dired, find-grep-dired): Doc fixes.
15211 (find-dired): Use find-exec-terminator.
15212
8abb7da8 15213 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
15214 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
15215 (find-name-arg): Remove purecopy.
8abb7da8 15216
f3ca7378
GM
15217 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
15218 (grep-compute-defaults): Check for `-exec COMMAND +' support.
15219 Set grep-find-use-xargs, grep-find-command, and grep-find-template
15220 accordingly. Don't add the null-device if not needed.
15221
afa8e9f6
GM
15222 * files.el (save-some-buffers): Doc fix.
15223
35eae264
EZ
152242011-04-02 Eli Zaretskii <eliz@gnu.org>
15225
15226 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
15227
26b51db5
JB
152282011-04-01 Juanma Barranquero <lekktu@gmail.com>
15229
15230 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
15231 Use `dolist' rather than `mapcar'.
15232
7200d79c
SM
152332011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
15234
03408648 15235 Add lexical binding.
7200d79c 15236
03408648
SM
15237 * subr.el (apply-partially): Use new closures rather than CL.
15238 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
15239 (dolist, dotimes): Use slightly different expansion for lexical code.
15240 (functionp): Move to C.
15241 (letrec): New macro.
15242 (with-wrapper-hook): Use it and apply-partially instead of CL.
15243 (eval-after-load): Preserve lexical-binding.
15244 (save-window-excursion, with-output-to-temp-buffer): Turn them
15245 into macros.
7200d79c 15246
03408648
SM
15247 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
15248
15249 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
15250 than the arglist.
15251 (help-add-fundoc-usage): Don't add `Not documented'.
15252 (help-function-arglist): Handle closures, subroutines, and new
15253 byte-code-functions.
15254 (help-make-usage): Remove leading underscores.
15255 (describe-function-1): Handle closures.
15256 (describe-variable): Use special-variable-p for completion.
15257
15258 * files.el (lexical-binding): Declare safe.
f488fb65 15259
03408648
SM
15260 * emacs-lisp/pcase.el: Don't use destructuring-bind.
15261 (pcase--memoize): Rename from pcase-memoize. Change weakness.
15262 (pcase): Add `let' pattern.
15263 Change memoization so it actually works.
15264 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
15265 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
15266 <let>: New case.
f488fb65 15267
03408648
SM
15268 * emacs-lisp/macroexp.el: Use lexical binding.
15269 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
15270 Don't convert ' to #' without checking that it's indeed quoting
15271 a lambda.
15272
15273 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 15274 Use eval-sexp-add-defvars.
03408648
SM
15275 (eval-sexp-add-defvars): New fun.
15276
15277 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
15278
15279 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
15280 Don't autoload.
15281 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
15282 than the internal `byte-compile-lambda'.
15283 (defmethod): Don't hide code under quotes.
15284 (eieio-defmethod): New `code' argument.
15285
15286 * emacs-lisp/eieio-comp.el: Remove.
15287
15288 * emacs-lisp/edebug.el (edebug-eval-defun)
15289 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
15290 (edebug-toggle): Avoid `eval'.
15291
15292 * emacs-lisp/disass.el (disassemble-internal): Handle new
15293 `closure' objects.
15294 (disassemble-1): Handle new byte codes.
15295
15296 * emacs-lisp/cl.el (pushnew): Silence warning.
15297
15298 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
15299 (cl-byte-compile-throw): Remove.
15300 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
15301
15302 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
15303 closures.
15304
15305 * emacs-lisp/cconv.el: New file.
15306
15307 * emacs-lisp/bytecomp.el: Use lexical binding instead of
15308 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
15309 (byte-compile-initial-macro-environment):
15310 Handle declare-function here.
15311 (byte-compile--lexical-environment): New var.
15312 (byte-stack-ref, byte-stack-set, byte-discardN)
15313 (byte-discardN-preserve-tos): New lap codes.
15314 (byte-interactive-p): Don't use any more.
15315 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
15316 New macros.
15317 (byte-compile-lapcode): Use them and handle new lap codes.
15318 (byte-compile-obsolete): Remove.
15319 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
15320 (byte-compile-arglist-warn): Check late def of inlinable funs.
15321 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
15322 since they should have been expanded by now.
15323 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
15324 (byte-compile-from-buffer): Remove unused second arg.
15325 (byte-compile-preprocess): New function.
15326 (byte-compile-toplevel-file-form): New function to distinguish
15327 file-form calls from outside from file-form calls from hunk-handlers.
15328 (byte-compile-file-form): Simplify.
15329 (byte-compile-file-form-defsubst): Remove.
15330 (byte-compile-file-form-defmumble): Simplify now that
15331 byte-compile-lambda always returns a byte-code-function.
15332 (byte-compile): Preprocess.
15333 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
15334 Remove, not used any more.
15335 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
15336 (byte-compile-make-args-desc): New funs.
15337 (byte-compile-lambda): Handle lexical functions. Always return
15338 a byte-code-function.
15339 (byte-compile-reserved-constants): New var, to make up room for
15340 closed-over variables.
15341 (byte-compile-constants-vector): Obey it.
15342 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
15343 (byte-compile-macroexpand-declare-function): New function.
15344 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
15345 byte-code-functions.
15346 (byte-compile-form): Check obsolescence here.
15347 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
15348 (byte-compile-variable-ref): Remove.
15349 (byte-compile-dynamic-variable-op): New fun.
15350 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
15351 (byte-compile-variable-set): New funs.
15352 (byte-compile-discard): Add 2 args.
15353 (byte-compile-stack-ref, byte-compile-stack-set)
15354 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
15355 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
15356 macroexpand-all instead.
15357 (byte-compile-quote-form): Remove.
15358 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
15359 (byte-compile-bind, byte-compile-unbind): New funs.
15360 (byte-compile-let): Handle let* and lexical binding.
15361 (byte-compile-let*): Remove.
15362 (byte-compile-catch, byte-compile-unwind-protect)
15363 (byte-compile-track-mouse, byte-compile-condition-case):
15364 Handle a new :fun-body form, used for lexical scoping.
15365 (byte-compile-save-window-excursion)
15366 (byte-compile-with-output-to-temp-buffer): Remove.
15367 (byte-compile-defun): Simplify.
15368 (byte-compile-stack-adjustment): New fun.
15369 (byte-compile-out): Use it.
15370 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
15371
15372 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
15373 handler any more.
15374
15375 * emacs-lisp/byte-opt.el: Use lexical binding.
15376 (byte-inline-lapcode): Remove (to bytecomp).
15377 (byte-compile-inline-expand): Pay attention to inlining to/from
15378 lexically bound code.
15379 (byte-compile-unfold-lambda): Don't handle byte-code-functions
15380 any more.
15381 (byte-optimize-form-code-walker): Don't handle save-window-excursion
15382 any more and don't call compiler-macros.
15383 (byte-compile-splice-in-already-compiled-code): Remove.
15384 (byte-code): Don't inline any more.
15385 (disassemble-offset): Receive `bytes' as argument rather than via
15386 dynamic scoping.
15387 (byte-compile-tag-number): Declare before first use.
15388 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
15389 `return' even if make-spliceable.
15390 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
15391 obsolete interactive-p.
15392 (byte-optimize-lapcode): Optimize new lap-codes.
15393 Don't trip up on new form of `byte-constant' lap code.
15394
15395 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
15396
15397 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
15398
15399 * custom.el (custom-initialize-default, custom-declare-variable):
15400 Use `defvar'.
15401
15402 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
15403 New variables.
15404 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
15405 (COMPILE_FIRST): Add macroexp and cconv.
15406 * makefile.w32-in: Mirror changes in Makefile.in.
15407
15408 * vc/cvs-status.el:
15409 * vc/diff-mode.el:
15410 * vc/log-edit.el:
15411 * vc/log-view.el:
15412 * vc/smerge-mode.el:
15413 * textmodes/bibtex-style.el:
15414 * textmodes/css.el:
15415 * startup.el:
15416 * uniquify.el:
da91b5f2
CY
15417 * minibuffer.el:
15418 * newcomment.el:
15419 * reveal.el:
15420 * server.el:
15421 * mpc.el:
15422 * emacs-lisp/smie.el:
15423 * doc-view.el:
15424 * dired.el:
03408648
SM
15425 * abbrev.el: Use lexical binding.
15426
0f0c1f27
EZ
154272011-04-01 Eli Zaretskii <eliz@gnu.org>
15428
15429 * info.el (info-display-manual): New function.
15430
c82b2579
SM
154312011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
15432
15433 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
15434
221ddf68
TH
154352011-03-31 Tassilo Horn <tassilo@member.fsf.org>
15436
15437 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 15438 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 15439
cba6e77e
GM
154402011-03-31 Glenn Morris <rgm@gnu.org>
15441
e040639f
GM
15442 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
15443
cba6e77e
GM
15444 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
15445
6d0f1c9e
CS
154462011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
15447
15448 * progmodes/python.el (python-default-interpreter)
15449 (python-python-command-args, python-jython-command-args)
15450 (python-which-shell, python-which-args, python-which-bufname)
15451 (python-file-queue, python-comint-output-filter-function)
15452 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
15453 variables and functions.
15454
3e2d70fd
SM
154552011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
15456
15457 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
15458 (completion-in-region-mode): New minor mode.
15459 (completion-in-region): Use it.
15460 (completion-in-region--data, completion-in-region-mode-map): New vars.
15461 (completion-in-region--postch): New function.
15462 (completion--capf-misbehave-funs, completion--capf-safe-funs):
15463 New vars.
15464 (completion--capf-wrapper): New function.
15465 (completion-at-point): Use it to track well-behavedness of
15466 hook functions.
15467 (completion-help-at-point): New command.
15468
f3e4086c
JM
154692011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
15470
15471 * vc/add-log.el (add-change-log-entry): Don't use whitespace
15472 syntax class to search for whitespace on a single line
15473 (Message-ID: <4D938140.4030905@redhat.com>).
15474
eb7ffc14
LL
154752011-03-30 Leo Liu <sdl.web@gmail.com>
15476
15477 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
15478 New commands.
15479 (edit-abbrevs-map): Bind them here.
15480 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
15481
d806ab68
KM
154822011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
15483
15484 * allout.el (allout-hide-by-annotation, allout-flag-region):
15485 Reduce possibility of overlay leakage by making them volatile.
15486
15487 * allout-widgets.el (allout-widgets-tally): Define as nil so the
15488 hash is not shared between buffers. Mode initialization is
15489 responsible for giving it a useful starting value.
15490 (allout-item-span): Reduce possibility of overlay leakage by
15491 making them volatile.
15492 (allout-widgets-count-buttons-in-region): Add diagnostic function
15493 for tracking down button overlay leaks.
15494
ea622834
LL
154952011-03-29 Leo Liu <sdl.web@gmail.com>
15496
15497 * ido.el (ido-read-internal): Use the default history var
15498 minibuffer-history if no HISTORY is specified.
15499
b62f8267
G
155002011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
15501
03408648
SM
15502 * net/imap.el (imap-shell-open, imap-process-connection-type):
15503 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
15504 Kerberos, SSL, other subprocesses.
15505
947b6566
LL
155062011-03-28 Leo Liu <sdl.web@gmail.com>
15507
15508 * abbrev.el (abbrev-table-empty-p): New function.
15509 (prepare-abbrev-list-buffer): Place empty abbrev tables after
15510 nonempty ones. (Bug#5937)
15511
5ffb62aa
JD
155122011-03-27 Jan Djärv <jan.h.d@swipnet.se>
15513
15514 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
15515
7a097943
LL
155162011-03-27 Leo Liu <sdl.web@gmail.com>
15517
15518 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
15519 for foreground and background colors.
15520 (ansi-color-make-color-map): Adapt.
15521
c5b40130
LL
155222011-03-25 Leo Liu <sdl.web@gmail.com>
15523
1f48f7d2
LL
15524 * midnight.el (midnight-time-float): Remove. Note it calculates
15525 the microsecond component incorrectly and seconds-to-time does the
15526 same job.
625897ec 15527 Remove redundant (require 'timer).
1f48f7d2 15528
c5b40130
LL
15529 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
15530 (ido-completions): Remove unused arguments. (Bug#8329)
15531
d86d2721
SM
155322011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15533
15534 * minibuffer.el (completion--flush-all-sorted-completions):
15535 Remove itself from hook.
15536 (completion-at-point): Let the functions perform the completion
15537 immediately and return nil or t.
15538 * comint.el (comint-dynamic-complete-functions): Now identical to
15539 completion-at-point-functions.
15540 (comint-dynamic-list-input-ring): Remove unused var `index'.
15541 (comint--match-partial-filename, comint--unquote&expand-filename):
15542 New funs, split from comint-match-partial-filename.
15543 (comint-dynamic-complete): Use completion-at-point.
15544 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
15545
e8974c48
DA
155462011-03-24 Drew Adams <drew.adams@oracle.com>
15547
15548 * thingatpt.el: Support `defun'.
15549
def71b5e
LL
155502011-03-23 Leo Liu <sdl.web@gmail.com>
15551
cb5af48e
LL
15552 * abbrevlist.el: Move to obsolete/abbrevlist.el.
15553
def71b5e
LL
15554 * help-mode.el (help-mode-finish): Tweak regexp.
15555
927c53e7
GM
155562011-03-23 Glenn Morris <rgm@gnu.org>
15557
18d05bed
GM
15558 * eshell/esh-opt.el (eshell-eval-using-options):
15559 Do not bind unused local variable `eshell-option-stub'.
15560
927c53e7
GM
15561 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
15562
9d0da923
JB
155632011-03-22 Juanma Barranquero <lekktu@gmail.com>
15564
15565 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
15566 keymap variable in `with-no-warnings' to avoid a warning when the
15567 keymap has been already `defconst'ed.
15568
4b978a67
LL
155692011-03-22 Leo Liu <sdl.web@gmail.com>
15570
15571 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
15572 encode all chars in abbrevs; otherwise use emacs-mule or
15573 utf-8-emacs. (Bug#8308)
15574
5fd62452
JB
155752011-03-22 Juanma Barranquero <lekktu@gmail.com>
15576
0b1596c6
JB
15577 * simple.el (backward-delete-char-untabify):
15578 Avoid warning about using `delete-backward-char'.
15579
5fd62452
JB
15580 * image.el (image-type-file-name-regexps): Make it variable.
15581 `imagemagick-register-types' modifies it, and the user may want
15582 to add new extensions for known image types.
15583 (imagemagick-register-types): Throw error if not using ImageMagick.
15584
0b4e93f1
LL
155852011-03-22 Leo Liu <sdl.web@gmail.com>
15586
15587 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
15588 located before rcirc-prompt-end-marker.
15589 (rcirc-complete): Error if point is not after rcirc prompt.
15590 Handle the case when table is nil.
9882e214 15591 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 15592
fccee4ab
CY
155932011-03-22 Chong Yidong <cyd@stupidchicken.com>
15594
15595 * custom.el (custom--inhibit-theme-enable): Make it affect only
15596 custom-theme-set-variables and custom-theme-set-faces.
15597 (provide-theme): Ignore custom--inhibit-theme-enable.
15598 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
15599 (custom-enabling-themes): Delete variable.
d86d2721
SM
15600 (enable-theme): Accept only loaded themes as arguments.
15601 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
15602 (custom-enabled-themes): Forbid themes from setting this.
15603 Eliminate use of custom-enabling-themes.
15604 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 15605
af896da6
LL
156062011-03-21 Leo Liu <sdl.web@gmail.com>
15607
15608 * ido.el (ido-read-internal): Add ido-selected to history instead
15609 of user input.
15610
78f64af0
SM
156112011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
15612
15613 * subr.el (deferred-action-list, deferred-action-function):
15614 Mark obsolete.
15615
b16ac1ec
LL
156162011-03-21 Leo Liu <sdl.web@gmail.com>
15617
810f7698
LL
15618 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
15619 change on 2011-02-13 (bug#8309).
15620
b16ac1ec
LL
15621 * minibuffer.el (read-file-name-function): Change default value.
15622 (read-file-name--defaults): Rename from read-file-name-defaults.
15623 (read-file-name-default): Rename from read-file-name.
15624 (read-file-name): Call read-file-name-function.
15625
4e05e67e
GM
156262011-03-21 Glenn Morris <rgm@gnu.org>
15627
15628 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
15629 Doc fixes.
15630
4359915b
CY
156312011-03-21 Chong Yidong <cyd@stupidchicken.com>
15632
15633 * cus-theme.el: Add missing provide statement.
15634 (customize-create-theme): Extract theme value correctly.
15635 (custom-theme-visit-theme): Autoload.
15636 (customize-create-theme): Prompt before inserting default faces.
15637
1fe275ee
JB
156382011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
15639
15640 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
15641 units and musical notes.
15642
cd394be1 156432011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
15644
15645 * ido.el (ido-read-internal): Use completing-read-default.
15646 (ido-completing-read): Fix compatibility with completing-read.
15647
7d476bde
CO
156482011-03-20 Christian Ohler <ohler@gnu.org>
15649
15650 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
15651 (ert-delete-all-tests): Use `called-interactively-p' rather than
15652 `interactive-p'.
15653 (ert--make-xrefs-region): Respect END.
15654
fe0fb33e
CY
156552011-03-19 Chong Yidong <cyd@stupidchicken.com>
15656
ff854b0b
CY
15657 * dired-aux.el (dired-create-directory): Signal an error if the
15658 directory already exists (Bug#8246).
15659
fe0fb33e
CY
15660 * facemenu.el (list-colors-display): Call list-faces-display
15661 inside with-help-window.
15662 (list-colors-print): Use display property to align the final
15663 column, instead of checking window-width.
15664
576bce32
EZ
156652011-03-19 Eli Zaretskii <eliz@gnu.org>
15666
4d61f28d 15667 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
15668 windows-nt systems.
15669 (emerge-protect-metachars): Quote correctly for ms-dos and
15670 windows-nt systems.
15671
89c41d68 156722011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
15673
15674 * info.el (info-initialize): Replace all uses of `:' with
15675 path-separator for compatibility with non-Unix systems.
15676 Cache quoting of path-separator. (Bug#8258)
15677
b14e3e21 156782011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
15679
15680 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
15681 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
15682 (mouse-avoidance-mode): Fix typos in docstrings.
15683
4525ce3e
CY
156842011-03-19 Chong Yidong <cyd@stupidchicken.com>
15685
15686 * startup.el (package-subdirectory-regexp): Move from package.el.
15687 Omit \\` and \\', and let callers add them.
15688
15689 * emacs-lisp/package.el (package-strip-version)
15690 (package-load-all-descriptors): Add \\` and \\' to
15691 package-subdirectory-regexp before using it.
15692 (package-untar-buffer): New arg DIR; ensure that file untars only
15693 into this expected directory. Remove superfluous delete-region.
15694 (package-unpack): Caller changed.
15695 (package-tar-file-info): Use package-subdirectory-regexp.
15696
a904a09a 156972011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 15698
a904a09a
SM
15699 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
15700 diff-mode-shared-map (bug#8284).
15701 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
15702
157032011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15704
15705 * calendar/time-date.el (format-seconds): Use assoc instead of
15706 assoc-string, since assoc-string doesn't exist in XEmacs.
15707
171fc304
JB
157082011-03-17 Juanma Barranquero <lekktu@gmail.com>
15709
15710 * custom.el (custom-known-themes): Reflow docstring.
15711 (custom-theme-load-path): Fix typo in docstring.
15712 (load-theme): Fix typo in error message.
15713 (custom-available-themes, custom-variable-theme-value):
15714 Use `let', not `let*'.
15715
d71990a1
JB
157162011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
15717
15718 * calc/README: Mention inclusion of musical notes.
15719
15720 * calc/calc-units.el (calc-lu-quant): Rename from
15721 `calc-logunits-quantity'.
15722 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
15723 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
15724 (calc-db): Rename from `calc-dblevel'.
15725 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
15726 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
15727 (calc-np): Rename from `calc-nplevel'.
15728 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
15729 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
15730 (calc-lu-plus): Rename from `calc-logunits-add'.
15731 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
15732 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
15733 (calc-lu-minus): Rename from `calc-logunits-sub'.
15734 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
15735 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
15736 (calc-lu-times): Rename from `calc-logunits-mul'.
15737 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
15738 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
15739 (calc-lu-divide): Rename from `calc-logunits-div'.
15740 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
15741 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
15742
15743 * calc/calc-ext.el (calc-init-extensions): Update the names of the
15744 functions being autoloaded.
15745
15746 * calc/calc.el (calc-lu-power-reference): Rename from
15747 `calc-logunits-power-reference'.
15748 (calc-lu-field-reference): Rename from
15749 `calc-logunits-field-reference'.
15750
7a71b18d
GM
15751 * calc/calc-help.el (calc-l-prefix-help):
15752 Mention musical note functions.
d71990a1 15753
40c2934b
SM
157542011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
15755
15756 * minibuffer.el (completion-all-sorted-completions):
15757 Use :completion-cycle-penalty text property if present.
15758
b0911414
KM
157592011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
15760
15761 * allout.el (allout-yank-processing): Adjust for new rebulleting
15762 regime so bullet being yanked is used without prompting the user
15763 for a choice.
15764
8a05b668
JB
157652011-03-16 Juanma Barranquero <lekktu@gmail.com>
15766
15767 * startup.el (command-line): Warn the user that _emacs is deprecated.
15768
5ba5fb81
JB
157692011-03-16 Juanma Barranquero <lekktu@gmail.com>
15770
15771 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
15772 (delphi-verbose, delphi-comment-face, delphi-string-face)
15773 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
15774 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
15775 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
15776 (delphi-new-comment-line, delphi-font-lock-defaults)
15777 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
15778 Fix typos in docstrings.
15779
2dab465b
KM
157802011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
15781
5ba5fb81 15782 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
15783 Invert the roles of character and string values for INSTEAD, so a
15784 string is used for the more common case of a defaulting prompt.
15785
0adf5618
SM
157862011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15787
15788 * progmodes/ruby-mode.el (ruby-backward-sexp):
15789 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
15790 * play/gamegrid.el (gamegrid-make-face):
15791 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
15792 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
15793 * notifications.el (notifications-notify):
15794 * net/xesam.el (xesam-search-engines):
15795 * net/quickurl.el (quickurl-list-insert):
15796 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
15797
d72700e5
CY
157982011-03-15 Chong Yidong <cyd@stupidchicken.com>
15799
15800 * startup.el (command-line): Update package subdirectory regexp.
15801
49c5410a
SM
158022011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15803
c6eee9aa
SM
15804 * allout.el (allout-abbreviate-flattened-numbering)
15805 (allout-mode-deactivate-hook): Fix up obsolescence "date".
15806
49c5410a
SM
15807 * subr.el (read-char-choice): Only show the cursor after the prompt,
15808 not after the answer.
15809
047b2bb9
KR
158102011-03-15 Kevin Ryde <user42@zip.com.au>
15811
15812 * help-fns.el (variable-at-point): Skip leading quotes, if any
15813 (bug#8253).
15814
0a57d256
SM
158152011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15816
15817 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
15818 warning message.
15819
77c992bc
MA
158202011-03-14 Michael Albinus <michael.albinus@gmx.de>
15821
15822 * shell.el (shell): When called interactively, offer to change the
15823 shell file name on remote hosts.
15824
eebc475d
TZ
158252011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
15826
15827 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
15828 integration for LDAP parameters. The host, base, user or binddn,
15829 and secret tokens can be specified in a netrc file, for instance.
15830 This is optional because an `auth-source' parameter must be
15831 specified in the search attributes.
15832
9d05d1ba
JB
158332011-03-13 Juanma Barranquero <lekktu@gmail.com>
15834
15835 * help.el (describe-mode): Link to the mode's definition (bug#8185).
15836
09d9db2c
GM
158372011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15838
15839 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
15840 into declaration. Remove redundant and harmful binding.
15841
158422011-03-12 Eli Zaretskii <eliz@gnu.org>
15843
15844 * files.el (file-ownership-preserved-p): Pass `integer' as an
15845 explicit 2nd argument to `file-attributes'. If the file's owner
15846 is the Administrators group on Windows, and the current user is
15847 Administrator, consider that a match.
15848
15849 * server.el (server-ensure-safe-dir): Consider server directory
15850 safe on MS-Windows if its owner is the Administrators group while
15851 the current Emacs user is Administrator. Use `=' to compare
15852 numerical UIDs, since they could be integers or floats.
15853
219bd536
JB
158542011-03-12 Juanma Barranquero <lekktu@gmail.com>
15855
15856 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
15857
f3afd36b
MA
158582011-03-12 Michael Albinus <michael.albinus@gmx.de>
15859
15860 Sync with Tramp 2.2.1.
15861
15862 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
15863
15864 * net/trampver.el: Update release number.
15865
3aaaa6f1
SM
158662011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15867
94642599
SM
15868 * progmodes/compile.el (compilation--previous-directory): Fix up
15869 various nil/dead-marker mismatches (bug#8014).
15870 (compilation-directory-properties, compilation-error-properties):
15871 Don't call it at a position past the one we're about to change.
15872
3aaaa6f1
SM
15873 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
15874 Disable obsolescence warnings in the file that declares it.
15875
14239447
KM
158762011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
15877
099c39a4
JB
15878 * allout-widgets.el (allout-widgets-tally):
15879 Initialize allout-widgets-tally as a hash table rather than nil to
15880 prevent mode-line redisplay warnings. Also, clarify the module
15881 description and fix a comment typo.
14239447 15882
135e287c
JB
158832011-03-11 Juanma Barranquero <lekktu@gmail.com>
15884
15885 * help-fns.el (describe-variable): Don't complete keywords.
15886 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
15887
ffbf300e
CY
158882011-03-10 Chong Yidong <cyd@stupidchicken.com>
15889
ba08b241
CY
15890 * emacs-lisp/package.el (package-version-join): Impose a standard
15891 string representation for pre/alpha/beta version lists.
15892 (package-unpack-single): Standardize the directory name by passing
15893 it through package-version-join.
15894 (package-strip-rcs-id): Accept any version string that does not
15895 signal an error in version-to-list.
ffbf300e 15896
f346fd6b
MA
158972011-03-10 Michael Albinus <michael.albinus@gmx.de>
15898
15899 * simple.el (delete-trailing-whitespace): Return nil for the
15900 benefit of `write-file-functions'.
15901
ccb55d27
GM
159022011-03-10 Glenn Morris <rgm@gnu.org>
15903
5ceaac0c
GM
15904 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
15905
02da65ff
GM
15906 * vc/vc-git.el (vc-git-program): New option.
15907 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
15908 (vc-git--call): Use it.
15909
b2f603cc
GM
15910 * eshell/esh-util.el (eshell-condition-case): Doc fix.
15911
5772caab
GM
15912 * cus-edit.el (Custom-newline): If no button at point, look
15913 for a subgroup button at start-of-line. (Bug#2298)
15914
ccb55d27
GM
15915 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
15916
ec6ecaed
JD
159172011-03-10 Julien Danjou <julien@danjou.info>
15918
15919 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
15920 `cursor-type' is nil.
15921
9d5aa01d
JB
159222011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
15923
15924 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
15925
b6a5875b
KM
159262011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
15927
7a71b18d 15928 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
15929 preserves the existing header prefix, rebulleting it if necessary,
15930 rather than replacing it. This is necessary for proper operation
15931 of cooperative addons like allout-widgets.
1154d12e
JB
15932 (allout-make-topic-prefix, allout-rebullet-heading):
15933 Change SOLICIT arg to INSTEAD, and interpret additionally a string
15934 value as alternate bullet to be used, instead of prompting the user
15935 for a bullet character.
b6a5875b 15936
ee545c35
MA
159372011-03-09 Michael Albinus <michael.albinus@gmx.de>
15938
d86d2721
SM
15939 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
15940 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
15941 `tramp-default-port'.
15942
c47971d7
DD
159432011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
15944
15945 * net/rcirc.el (rcirc-handler-001): Remove useless
15946 with-rcirc-process-buffer.
15947 (rcirc-check-auth-status): Swap arguments to string-match.
15948
13522cb4
GM
159492011-03-09 Glenn Morris <rgm@gnu.org>
15950
0be6f4f1
GM
15951 * shell.el (shell-mode):
15952 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
15953
13522cb4
GM
15954 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
15955 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
15956
515de2e3
CY
159572011-03-08 Chong Yidong <cyd@stupidchicken.com>
15958
15959 * emacs-lisp/package.el (package-refresh-contents)
15960 (package-menu-execute): Use condition-case-no-debug.
15961
b511b994
MA
159622011-03-08 Michael Albinus <michael.albinus@gmx.de>
15963
15964 * simple.el (shell-command-to-string): Use `process-file'.
15965
15966 * emacs-lisp/package.el (package-tar-file-info): Handle also
15967 remote files.
15968
d86d2721
SM
15969 * emacs-lisp/package-x.el (package-upload-buffer-internal):
15970 Use `equal' for upload base check.
b511b994 15971
25bbfb31
AM
159722011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
15973
15974 * textmodes/texinfo.el (texinfo-environments):
15975 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
15976
be996521
GM
159772011-03-08 Glenn Morris <rgm@gnu.org>
15978
e9c8529f
GM
15979 * cus-start.el (cursor-in-non-selected-windows):
15980 Fix :set quoting oddness. (Bug#8192)
15981
be996521
GM
15982 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
15983 in some setf expressions. (Bug#2159)
15984
2bb5649e
CY
159852011-03-08 Chong Yidong <cyd@stupidchicken.com>
15986
15987 * custom.el (custom-available-themes): Return themes in
15988 alphabetical order.
15989
33383987 15990See ChangeLog.15 for earlier changes.
e3d51b27
MR
15991
15992;; Local Variables:
15993;; coding: utf-8
e3d51b27
MR
15994;; End:
15995
acaf905b 15996 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
15997
15998 This file is part of GNU Emacs.
15999
16000 GNU Emacs is free software: you can redistribute it and/or modify
16001 it under the terms of the GNU General Public License as published by
16002 the Free Software Foundation, either version 3 of the License, or
16003 (at your option) any later version.
16004
16005 GNU Emacs is distributed in the hope that it will be useful,
16006 but WITHOUT ANY WARRANTY; without even the implied warranty of
16007 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16008 GNU General Public License for more details.
16009
16010 You should have received a copy of the GNU General Public License
16011 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.