* lisp/net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
3df31c9f
SM
12012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
4 and file-name-absolute-p.
5 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
6 internal calls.
7
e3ac1281
PE
82012-07-02 Paul Eggert <eggert@cs.ucla.edu>
9
10 Spelling fixes.
11 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
12 Rename from byte-compile--refiy-function. All uses changed.
13
fbf2e7ad
CY
142012-07-01 Chong Yidong <cyd@gnu.org>
15
16 * xml.el (xml--parse-buffer): New function. Move most of
17 xml-parse-region here.
18 (xml-parse-region): Copy region into a temporary buffer, since
19 parameter entity substitution requires changing buffer contents.
20 Use xml--parse-buffer.
21 (xml-parse-file): Use xml--parse-buffer.
22 (xml-parse-dtd): Make parameter entity substitution work right.
6fe566a7 23 Use proper regexps for ELEMENT declarations (Bug#7172).
fbf2e7ad 24
9bf0aa15
GM
252012-06-30 Glenn Morris <rgm@gnu.org>
26
bbce2853
GM
27 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
28
9bf0aa15
GM
29 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
30 Remove outdated and unnecessary dbus declarations.
31
0d23c240
EZ
322012-06-30 Eli Zaretskii <eliz@gnu.org>
33
34 * emacs-lisp/timer.el (timer-until): Subtract results of
35 float-time, instead of taking float-time of the result of
36 time-subtract, since float-time signals an error for negative time
37 arguments.
38
b3218de1
CY
392012-06-30 Chong Yidong <cyd@gnu.org>
40
41 * xml.el (xml-*-re): Convert defvars into defconsts, and
42 eval-and-compile them so eval-and-compile works on derivatives.
43 (xml--entity-replacement-text): Use eval-and-comple.
44
a40c87a0
MA
452012-06-30 Michael Albinus <michael.albinus@gmx.de>
46
47 * vc/vc-git.el (vc-git-registered): Use cache property
48 `git-registered'.
49 (vc-git-mode-line-string): Call `vc-working-revision' instead of
50 `vc-git-working-revision' in order to benefit from the cache.
51 (vc-git-root): Use cache property `git-root'.
52
ac87de97
DG
532012-06-30 Dmitry Gutov <dgutov@yandex.ru>
54
55 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
56 removed (likely outside Emacs).
57
ac10fe06
SM
582012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
59
3df31c9f 60 * emacs-lisp/cl-lib.el: Require macroexp.
ac10fe06 61
7f3fbd5d
CY
622012-06-30 Chong Yidong <cyd@gnu.org>
63
64 * xml.el: Implement XML parameter entities.
65 (xml-parameter-entity-alist): New variable.
66 (xml-parse-region, xml-parse-fragment): Preserve previous values
67 of xml-entity-alist and xml-parameter-entity-alist, so that
68 repeated calls on different documents do not change them.
69 (xml-parse-tag): Fix doctype regexp.
70 (xml--entity-replacement-text): New function.
71 (xml-parse-dtd): Use it. Don't handle system entities; doing that
72 properly requires url retrieval which is unimplemented.
73 (xml-escape-string): Doc fix.
74
3cfbebba
SM
752012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
76
77 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
78
2af3565e
DA
792012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
80
81 * fringe.el (fringe-mode): Doc fix.
82
929df0e7
MA
832012-06-29 Michael Albinus <michael.albinus@gmx.de>
84
85 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
86 is non-nil.
87 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
88 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
89
c8d3a25c 902012-06-29 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 91
c8d3a25c
GM
92 * calendar/cal-dst.el (calendar-current-time-zone):
93 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 94
c8d3a25c 952012-06-29 Masatake YAMATO <yamato@redhat.com>
26e8548e
MY
96
97 * progmodes/which-func.el (which-func-format):
98 Add mouse-face. (Bug#11698)
99
c8d3a25c
GM
1002012-06-29 Leo Liu <sdl.web@gmail.com>
101
102 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
103
1042012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
105
106 * minibuffer.el (minibuffer-confirm-exit-commands):
107 Add completion-at-point (bug#11725).
108
1092012-06-29 Glenn Morris <rgm@gnu.org>
110
111 * progmodes/f90.el (f90-font-lock-keywords-2):
112 Add some preprocessor elements. (Bug#10499)
113
1142012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
115
116 * progmodes/cperl-mode.el (cperl-update-syntaxification):
117 Use syntax-propertize (bug#11739).
118
2badeec4
JB
1192012-06-28 Juanma Barranquero <lekktu@gmail.com>
120
121 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
122
ae4969c2
JD
1232012-06-28 Julien Danjou <julien@danjou.info>
124
125 * term.el (term-handle-colors-array): Use a set of new faces to
126 color the terminal. Also uses :inverse-video property.
127 (term-default-fg-color): Set to nil by default, deprecate in favor
128 of `term-face'.
129 (term-default-bg-color): Set to nil by default, deprecate in favor
130 of `term-face'.
131 (term-current-face): Use `term-face' by default.
132 (term-bold-attribute): Variable deleted.
133
1c9bd870
GM
1342012-06-28 Glenn Morris <rgm@gnu.org>
135
136 * simple.el (completion-list-mode-finish):
137 Don't use toggle-read-only. (Since completion-list-mode has
138 a special mode-class, it wasn't doing anything extra anyway.)
139
c207708c
SM
1402012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
141
142 Make inlining of other-mode interpreted functions work (bug#11799).
143 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
144 (byte-compile): Use it to fix compilation of lexical-binding closures.
145 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
146 function, if needed.
147
3fd56834
SM
1482012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
149
04901786
SM
150 * help-mode.el (help-make-xrefs): Don't just withstand
151 cyclic-variable-indirection but any error in documentation-property.
152
1ec4b7b2
SM
153 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
154 memory use.
155 * bindings.el (bindings--define-key): New function.
156 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
157 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
158 * bindings.el: Use it to purecopy define-key bindings.
159
e309e2a5
SM
160 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
161
d5c6faf9
SM
162 * emacs-lisp/cl.el (flet): Mark obsolete.
163 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
164 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
165 * progmodes/js.el (js-c-fill-paragraph):
166 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
167 (ebrowse-switch-member-buffer-to-derived-class):
168 * play/5x5.el (5x5-solver): Use cl-flet.
169
6e9590e2
SM
170 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
171 (cl--symbol-function): New macro.
172 (cl--letf, cl--letf*): Use it.
173
3fd56834
SM
174 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
175 Strip "toggle-" if any.
176
35ff222c
GM
1772012-06-27 Glenn Morris <rgm@gnu.org>
178
1ba6038a
GM
179 * info.el (Info-default-directory-list): Move here from paths.el.
180 * paths.el: Remove file, which is now empty.
181 * loadup.el: No longer load "paths".
182
0ea0e51b
GM
183 * custom.el (custom-initialize-delay): Doc fix.
184
35ff222c
GM
185 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
186 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
187 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
188 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
189 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
190 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
191 * eshell/eshell.el (eshell-defgroup): Remove alias.
192
c89926a5
CY
1932012-06-27 Chong Yidong <cyd@gnu.org>
194
195 * help.el (help-enable-auto-load): New variable.
196
197 * help-fns.el (help-fns--autoloaded-p): New function.
198 (describe-function-1): Refer to a function as "autoloaded" if it
199 was autoloaded at any time in the past. Perform autoloading if
200 help-enable-auto-load is non-nil.
201
cc06e7e7
EZ
2022012-06-26 Eli Zaretskii <eliz@gnu.org>
203
204 * makefile.w32-in (compile, compile-always): Depend on
205 update-subdirs, not on subdirs.el. Otherwise, several different
206 sub-targets of 'bootstrap' running in parallel could
207 simultaneously write to subdirs.el, producing a garbled file.
208
d2c32364
SS
2092012-06-26 Sam Steingold <sds@gnu.org>
210
211 * files.el (file-name-base): New convenience function.
0d14cc21
GM
212 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
213 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
214 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
215 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
216 * textmodes/ispell.el, textmodes/reftex-ref.el:
d2c32364
SS
217 * textmodes/tex-mode.el: Use it.
218 Did not touch cedet and org because they are maintained elsewhere.
219
5cf983b2
MR
2202012-06-26 Martin Rudalics <rudalics@gmx.at>
221
222 * calendar/calendar.el (calendar-exit): Don't try to delete or
223 iconify last frame. See:
224 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
225
8c4f2952
JD
2262012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
227
228 * server.el (server-process-filter): Remember dir in the
229 process's `server-client-directory' properties.
230
772b2e2c
CY
2312012-06-24 Chong Yidong <cyd@gnu.org>
232
233 * xml.el (xml-parse-tag): Correctly handle comment embedded in
234 non-tag text.
235
711b11e1
JB
2362012-06-23 Juanma Barranquero <lekktu@gmail.com>
237
238 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
239
dc5d230c
SM
2402012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
241
242 * help-fns.el (describe-variable): Don't croak when doc is not found.
243 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
244 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
245 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
246 * emacs-lisp/smie.el (smie-next-sexp): CSE.
247 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
248 ((lambda ..) ..).
249 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
250
136e1c1d
CY
2512012-06-23 Chong Yidong <cyd@gnu.org>
252
e8c1cabf
CY
253 * info.el (Info-mouse-follow-link): Accept symbol values of
254 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
136e1c1d
CY
255 (Info-fontify-node): Use Info-link-keymap for all navigation
256 buttons, with link-args property to perform the desired action.
257 (Info-link-keymap): Doc fix.
258 (Info-next-link-keymap, Info-prev-link-keymap)
259 (Info-up-link-keymap): Delete now-unused keymaps.
260
0e9e6c6a
CY
2612012-06-23 Chong Yidong <cyd@gnu.org>
262
05e89fea
CY
263 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
264
0e9e6c6a
CY
265 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
266 system abbrevs.
267
268 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
269
e33c6771
SM
2702012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
271
b68581e2
SM
272 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
273 (bug#11719).
274
e33c6771
SM
275 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
276 the requote function doesn't work properly (bug#11714).
277
7117e105
GM
2782012-06-23 Glenn Morris <rgm@gnu.org>
279
280 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
281
36cec983
SM
2822012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
283
284 Further GV/CL cleanups.
285 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
286 gv-expander.
287 (gv--defun-declaration): New function.
288 (defun-declarations-alist): Use it.
289 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
290 (gv-place): Autoload.
291 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
292 original definition of dotimes and dolist.
293 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
294 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
295 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
296 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
297 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
298 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
299 to the function's definition.
300 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
301 * window.el:
302 * files.el:
303 * faces.el:
304 * env.el: Don't use CL.
305
d35af63c
PE
3062012-06-22 Paul Eggert <eggert@cs.ucla.edu>
307
308 Support higher-resolution time stamps (Bug#9000).
309
310 * calendar/time-date.el (with-decoded-time-value): New arg
311 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
312 (encode-time-value): New optional arg PICO. New type 3.
313 (time-to-seconds) [!float-time]: Support the new picoseconds
314 component if it's used.
315 (seconds-to-time, time-subtract, time-add):
316 Support ps-resolution time stamps as well.
317
318 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
319 (timerp): Timer vectors now have length 9, not 8.
320 (timer--time): Support new-style (4-part) time stamps.
321 (timer-next-integral-multiple-of-time): Time stamps now have
322 picosecond resolution, so take a bit more care about rounding.
323 (timer-relative-time, timer-inc-time): New optional arg psecs.
324 (timer-set-time-with-usecs): Set psecs to 0.
325 (timer--activate): Check psecs component, too.
326
327 * proced.el (proced-time-lessp): Support ps-resolution stamps.
328
ac77b21a
SM
3292012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
330
f143bfe3
SM
331 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
332 Move the non-essential binding to the post/pre-command-hook where it is
333 more obviously correct.
334
ac77b21a
SM
335 * subr.el (read-passwd): Don't use a history at all.
336 * savehist.el (savehist-save): Remove password saved accidentally
337 because of the above bug.
338
76386c5a
BG
3392012-06-22 Bastien Guerry <bzg@gnu.org>
340
341 * files.el (toggle-read-only): Display a message telling whether
342 the buffer is read-only or not (bug#11726).
343
2ee3d7f0
SM
3442012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
345
346 * emacs-lisp/gv.el: New file.
347 * subr.el (push, pop): Extend to generalized variables.
348 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
349 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
350 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
351 gv-define-simple-setter, and gv-define-expander.
352 Remove setf-methods defined in gv. Rename cl-setf -> setf.
353 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
354 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
355 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
356 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
357 gv-letplace.
358 (cl-defstruct): Don't define setf-method any more.
359 * emacs-lisp/cl.el (flet): Don't autoload.
360 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
361 (define-setf-expander, defsetf, define-modify-macro)
362 (cl-struct-setf-expander): Move from cl-lib.el.
363 * emacs-lisp/syntax.el:
364 * emacs-lisp/ewoc.el:
365 * emacs-lisp/smie.el:
366 * emacs-lisp/cconv.el:
367 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
368 (timer--time): Use gv-define-simple-setter.
369 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
370 to avoid coding-system problems in subr.el. Adjust all users.
371 (macroexp--maxsize, macroexp-small-p): New functions.
372 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
373 * scroll-bar.el (scroll-bar-mode):
374 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
375 (normal-erase-is-backspace-mode): Don't use the `eq' place.
376 * winner.el (winner-configuration, winner-make-point-alist)
377 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
378 * files.el (locate-file-completion-table): Avoid list*.
379
c5695d1d
CY
3802012-06-22 Chong Yidong <cyd@gnu.org>
381
382 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
383 (dired-create-files): Doc fix (Bug#11329).
384 (dired-do-copy): Doc fix (Bug#11334).
385 (dired-mark-read-string): Doc fix (Bug#11553).
386
2ee3d7f0
SM
387 * dired.el (dired-recursive-copies, dired-recursive-deletes):
388 Doc fix (Bug#11326).
c5695d1d
CY
389 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
390 (dired-dwim-target): Doc fix.
391
392 * wdired.el (wdired-mode): Doc fix.
393
89b5595a
GM
3942012-06-22 Glenn Morris <rgm@gnu.org>
395
575db3f1
GM
396 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
397 (pcmpl-rpm-cache-stamp-file): New constant.
398 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
399 (pcmpl-rpm-packages): Optionally cache list of packages.
400
a4c8dd51
GM
401 * pcmpl-rpm.el (pcmpl-rpm): New group.
402 (pcmpl-rpm-query-options): New option.
403 (pcmpl-rpm-packages): No need to inline it.
404 Use pcmpl-rpm-query-options.
405
89b5595a
GM
406 * calendar/calendar.el (calendar-in-read-only-buffer):
407 Avoid some needless mode changes.
408
e76f0800
CY
4092012-06-21 Chong Yidong <cyd@gnu.org>
410
411 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
412 (desktop-path): Remove . from the default value (Bug#10977).
6b67c0d4 413 (desktop-read): Use user-emacs-directory if desktop-path is nil.
e76f0800 414
297a8f1d
CY
4152012-06-20 Chong Yidong <cyd@gnu.org>
416
417 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
418
d34c18b1
DR
4192012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
420
421 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
422 (bug#11201).
423
32f7f28e
CY
4242012-06-20 Chong Yidong <cyd@gnu.org>
425
426 * term.el (term-window-width): Handle the case of a missing right
427 fringe (Bug#8837).
428 (term-check-size): Use window-text-height (Bug#5445).
d34c18b1
DR
429 (term-mode): Use define-derived-mode. Minor cleanups.
430 Set font-lock-defaults (Bug#7692).
6ff7caa8
CY
431 (term-move-columns, term-insert-char, term-emulate-terminal)
432 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
32f7f28e 433
493c6688
MA
4342012-06-20 Michael Albinus <michael.albinus@gmx.de>
435
d34c18b1
DR
436 * net/ange-ftp.el (ange-ftp-get-passwd):
437 Bind `enable-recursive-minibuffers'.
493c6688
MA
438 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
439
3f06ecf4
DR
4402012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
441
442 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
443
68f12411
GM
4442012-06-19 Glenn Morris <rgm@gnu.org>
445
446 * progmodes/python.el (python-mode): Derive from prog-mode.
447
b3820318
KG
4482012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
449
450 * emulation/edt.el (edt-default-menu-bar-update-buffers)
451 (edt-user-menu-bar-update-buffers): New functions.
452 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
453
c6bf3022
CY
4542012-06-19 Chong Yidong <cyd@gnu.org>
455
456 * subr.el (with-selected-window): Preserve the selected window's
457 terminal's top-frame (Bug#4702).
458
459 * window.el (save-selected-window): Likewise.
460
25f09295
SM
4612012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
462
463 * progmodes/python.el (python-rx-constituents): Move backquote.
464 (python-skeleton-define, python-define-auxiliary-skeleton):
465 Use `declare'.
466
6b11952a
MA
4672012-06-18 Michael Albinus <michael.albinus@gmx.de>
468
469 * minibuffer.el (read-file-name-default): Revert the patch from
470 2012-06-17.
471
ee4b1330
SM
4722012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
473
474 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
475 (pcase--u1, pcase--q1): Don't use apply-partially.
476
35647f79
GM
4772012-06-18 Glenn Morris <rgm@gnu.org>
478
479 * progmodes/python.el (python-proc, python-buffer)
480 (python-send-receive, python-send-string): Fix obsolete versions.
481
24b0cff0
MR
4822012-06-18 Martin Rudalics <rudalics@gmx.at>
483
484 * window.el (special-display-p): Completely remove stringp
485 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
486
29855149
MA
4872012-06-17 Michael Albinus <michael.albinus@gmx.de>
488
489 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
490
491 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
492
493 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
494 * net/tramp-sh.el (tramp-maybe-open-connection):
495 Throw if `non-essential' is non-nil.
496
07463363
MR
4972012-06-17 Martin Rudalics <rudalics@gmx.at>
498
499 * window.el (special-display-p): Signal an error if BUFFER-NAME
500 is not a string (Bug#11713).
501
48d1354e
PE
5022012-06-17 Paul Eggert <eggert@cs.ucla.edu>
503
504 * progmodes/python.el (python-info-beginning-of-backslash):
505 Rename from python-info-beginning-of-backlash, as a spelling fix.
506
eb4a8a9a
CY
5072012-06-17 Chong Yidong <cyd@gnu.org>
508
509 * term.el (term-emulate-terminal): If term-check-size is called,
510 move point to the process mark without resetting point (Bug#4635).
511
ddfbf826 5122012-06-17 Glenn Morris <rgm@gnu.org>
9c758578
GM
513
514 * international/mule-cmds.el (mule-menu-keymap)
515 (set-language-environment, set-locale-environment): Doc tweaks.
516
9b0e3eba
AA
5172012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
518
519 * cus-face.el (custom-face-attributes): Add wave-style underline
520 attribute.
521 * faces.el (set-face-attribute): Update docstring to describe
522 wave-style underline attribute.
523
771e3eae
CY
5242012-06-16 Chong Yidong <cyd@gnu.org>
525
526 * term/xterm.el (terminal-init-xterm): Discard input before
527 querying background mode (Bug#10959).
528
7ae2ea10
SM
5292012-06-16 Stefan Merten <smerten@oekonux.de>
530
531 * textmodes/rst.el: Added and corrected some comments.
532 (rst-re-alist-def): Improve symbol syntax.
533 (rst-mode-syntax-table): Correct syntax entries.
6665a6fd
SM
534 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
535 (rst-official-version, rst-official-cvs-rev): Update version
536 information.
7ae2ea10 537
b6974efa
JB
5382012-06-15 Juanma Barranquero <lekktu@gmail.com>
539
540 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
541 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
542
8826d473
GM
5432012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
544
545 * progmodes/python.el: New python.el merge.
546 (python-guess-indent): Obsolete var.
547 (python-indent-guess-indent-offset): New defcustom.
548 (python-indent): Obsolete var.
549 (python-indent-offset): New defcustom.
550 (python-python-command, python-jython-command): Delete var.
551 (python-shell-interpreter): New defcustom.
552 (python-pdbtrack-do-tracking-p): Delete var.
553 (python-pdbtrack-activate): New defcustom.
554 (python-use-skeletons): Obsolete var.
555 (python-skeleton-autoinsert): New defcustom.
556 (inferior-python-filter-regexp, python-continuation-offset)
557 (python-honour-comment-indentation, python-indent-string-contents)
558 (python-jython-packages, python-mode-hook)
559 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
560 (python-shell-prompt-alist)
561 (python-source-modes): Delete defcustoms.
562 (python-check-buffer-name, python-eldoc-setup-code)
563 (python-eldoc-string-code, python-ffap-setup-code)
564 (python-ffap-string-code, python-fill-comment-function)
565 (python-fill-decorator-function, python-fill-paren-function)
566 (python-fill-string-function, python-imenu-include-defun-type)
567 (python-imenu-make-tree, python-imenu-subtree-root-label)
568 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
569 (python-shell-compilation-regexp-alist)
570 (python-shell-completion-module-string-code)
571 (python-shell-completion-pdb-string-code)
572 (python-shell-completion-setup-code)
573 (python-shell-completion-string-code)
574 (python-shell-enable-font-lock, python-shell-exec-path)
575 (python-shell-extra-pythonpaths)
576 (python-shell-internal-buffer-name, python-shell-interpreter-args)
577 (python-shell-process-environment)
578 (python-shell-prompt-block-regexp)
579 (python-shell-prompt-output-regexp)
580 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
581 (python-shell-send-setup-max-wait, python-shell-setup-codes)
582 (python-shell-virtualenv-path): New defcustoms.
583 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
584 (inferior-python-mode-syntax-table, python--prompt-regexp)
585 (python-buffer, python-command python-python-command)
586 (python-default-template, python-imports, python-indent-index)
587 (python-indent-list, python-indent-list-length)
588 (python-mode-running, python-pdbtrack-is-tracking-p)
589 (python-preoutput-continuation, python-preoutput-leftover)
590 (python-preoutput-result, python-preoutput-skip-next-prompt)
591 (python-prev-dir/file, python-recursing)
592 (python-saved-check-command, python-version-checked)
593 (python-which-func-length-limit)
594 (view-return-to-alist): Delete vars.
595 (python-check-custom-command, python-dotty-syntax-table)
596 (python-imenu-index-alist, python-indent-current-level)
597 (python-indent-dedenters, python-indent-levels)
598 (python-nav-beginning-of-defun-regexp)
599 (python-nav-list-defun-positions-cache)
600 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
601 (python-shell-internal-buffer)
602 (python-skeleton-available): New vars.
603 (def-python-skeleton): Delete macro.
604 (python-skeleton-define): New macro.
605 (python-define-auxiliary-skeleton, python-rx): New macros.
606 (python-insert-class): Delete command.
607 (python-skeleton-class): New command.
608 (python-insert-def): Delete command.
609 (python-skeleton-def): New command.
610 (python-insert-for): Delete command.
611 (python-skeleton-for): New command.
612 (python-insert-if): Delete command.
613 (python-skeleton-if): New command.
614 (python-insert-try/except, python-insert-try/finally): Delete commands.
615 (python-skeleton-try): New command.
616 (python-insert-while): Delete command.
617 (python-skeleton-while): New command.
618 (python-backspace): Delete command.
619 (python-indent-dedent-line-backspace): New command.
620 (python-electric-colon): Delete command.
621 (python-indent-electric-colon): New command.
622 (python-guess-indent): Delete command.
623 (python-indent-guess-indent-offset): New command.
624 (python-shift-left): Delete command.
625 (python-indent-shift-left): New command.
626 (python-shift-right): Delete command.
627 (python-indent-shift-right): New command.
628 (python-find-function): Delete command.
629 (python-nav-jump-to-defun): New command.
630 (python-next-statement): Delete command.
631 (python-nav-forward-sentence): New command.
632 (python-previous-statement): Delete command.
633 (python-nav-backward-sentence): New command.
634 (python-fill-paragraph): Delete command.
635 (python-fill-paragraph-function): New command.
636 (python-send-buffer): Delete command.
637 (python-shell-send-buffer): New command.
638 (python-send-defun): Delete command.
639 (python-shell-send-defun): New command.
640 (python-send-region, python-send-region-and-go): Delete commands.
641 (python-shell-send-region)
642 (python-shell-switch-to-shell): New commands.
643 (python-send-string): Delete command.
644 (python-shell-send-string): New command.
645 (python-switch-to-python): Delete command.
646 (python-shell-switch-to-shell): New command.
647 (python-describe-symbol): Delete command.
648 (python-eldoc-at-point): New command.
649 (python--set-prompt-regexp, python-args-to-list)
650 (python-after-info-look, python-check-version)
651 (python-check-comint-prompt, python-find-imports)
652 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
653 (python-unload-function, python-expand-template)
654 (python-maybe-jython, python-preoutput-filter)
655 (python-pdbtrack-get-source-buffer)
656 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
657 (python-pdbtrack-toggle-stack-tracking)
658 (python-pdbtrack-track-stack-file, python-initial-text)
659 (python-first-word, python-comment-line-p, python-send-command)
660 (python-setup-brm, python-sentinel, python-set-proc)
661 (python-skip-out, python-input-filter, python-outdent-p)
662 (python-outline-level, python-backslash-continuation-line-p)
663 (python-end-of-block, python-end-of-statement, python-mark-block)
664 (python-beginning-of-block, python-beginning-of-statement)
665 (python-blank-line-p, python-beginning-of-string)
666 (python-open-block-statement-p): Delete functions.
667 (python-indent-line, python-indent-line-1): Delete functions.
668 (python-indent-line): New function.
669 (python-indentation-levels): Delete function.
670 (python-indent-calculate-levels): New function.
671 (python-proc): Delete function.
672 (python-shell-get-process): New function.
673 (python-send-receive): Delete function.
674 (python-shell-send-string-no-output): New function.
675 (python-module-path): Delete function.
676 (python-ffap-module-path): New function.
677 (python-completion-at-point)
678 (python-symbol-completions): Delete functions.
679 (python-completion-complete-at-point): New function.
680 (python-load-file): Delete function.
681 (python-shell-send-file): New function.
682 (python-calculate-indentation): Delete function.
683 (python-indent-calculate-indentation): New function.
684 (python-skip-comments/blanks): Delete function.
685 (python-util-forward-comment): New function.
686 (python-continuation-line-p): Delete function.
687 (python-info-continuation-line-p): New function.
688 (python-which-func, python-current-defun): Delete function.
689 (python-info-current-defun): New function.
690 (python-beginning-of-defun): Delete function.
691 (python-nav-beginning-of-defun): New function.
692 (python-close-block-statement-p)
693 (python-block-end-p): Delete function.
694 (python-info-closing-block): New function.
695 (python-comint-output-filter-function)
696 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
697 (python-fill-comment, python-fill-decorator, python-fill-paren)
698 (python-fill-string, python-imenu-make-element-tree)
699 (python-imenu-make-tree, python-imenu-tree-assoc)
700 (python-indent-context, python-indent-dedent-line)
701 (python-indent-line-function)
702 (python-indent-post-self-insert-function)
703 (python-indent-toggle-levels)
704 (python-info-assignment-continuation-line-p)
705 (python-info-beginning-of-backlash)
706 (python-info-block-continuation-line-p)
707 (python-info-closing-block-message)
708 (python-info-line-ends-backslash-p)
709 (python-info-looking-at-beginning-of-defun)
710 (python-info-ppss-context, python-info-ppss-context-type)
711 (python-nav-list-defun-positions, python-nav-read-defun)
712 (python-nav-sentence-end, python-nav-sentence-start)
713 (python-pdbtrack-comint-output-filter-function)
714 (python-pdbtrack-set-tracked-buffer)
715 (python-shell-calculate-exec-path)
716 (python-shell-calculate-process-environment)
717 (python-shell-completion--do-completion-at-point)
718 (python-shell-completion--get-completions)
719 (python-shell-completion-complete-at-point)
720 (python-shell-completion-complete-or-indent)
721 (python-shell-get-or-create-process)
722 (python-shell-get-process-name)
723 (python-shell-internal-get-or-create-process)
724 (python-shell-internal-get-process-name)
725 (python-shell-internal-send-string, python-shell-make-comint)
726 (python-shell-parse-command, python-shell-send-setup-code)
727 (python-skeleton-add-menu-items)
728 (python-util-clone-local-variables, python-util-position)
729 (run-python-internal, python-indentation-levels)
730 (python-nav-beginning-of-defun)
731 (python-completion-complete-at-point): New functions.
732 (run-python): Change arguments. New API requirements.
733
4302f5ba
SM
7342012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
735
f38ea36d
SM
736 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
737 (bug#11649).
738
739 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
740 (macroexp--expand-all): Use it.
741
4302f5ba
SM
742 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
743 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
744 Use `cl-function' instead.
745
33377562
JB
7462012-06-14 Juanma Barranquero <lekktu@gmail.com>
747
748 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
749 Suggested by Stefan Monnier while discussing bug#11657.
750
54c5ba1a
SS
7512012-06-14 Sam Steingold <sds@gnu.org>
752
753 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
754
f9f1b1fe
AS
7552012-06-14 Andreas Schwab <schwab@linux-m68k.org>
756
757 * play/doctor.el (doctor-doc): Remove parameter and use
758 doctor-sent instead of sent.
759 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
760
a81068ba
SM
7612012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
762
5a315f9c
SM
763 * files.el: Require cl-lib.
764 (file-name-non-special): Replace case -> cl-case.
765
766 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
767
a81068ba
SM
768 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
769 mapping from #' to function*.
770
8cca9703
CY
7712012-06-13 Chong Yidong <cyd@gnu.org>
772
773 * mouse.el (mouse-drag-track): Do not set the mark if the user
774 releases the mouse without selecting anything (Bug#11588).
775
a12ac9d7
SM
7762012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
777
ccf1dc18
SM
778 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
779 as well (bug#11646).
780
ef62b23d
SM
781 * loadup.el: Count byte-code functions as well.
782
c4c8444a
SM
783 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
784 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
785
a12ac9d7
SM
786 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
787 (bug#11649). Add cl-defun and cl-defmacro.
788
87e6e64f
DA
7892012-06-13 Drew Adams <drew.adams@oracle.com>
790
791 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
792 Fix last change.
793
682cefaf
MA
7942012-06-13 Michael Albinus <michael.albinus@gmx.de>
795
796 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
797 Otherwise, it blocks in batch mode.
798
773e1f08
JB
7992012-06-13 Juanma Barranquero <lekktu@gmail.com>
800
801 * help-mode.el (bookmark-make-record-default): Declare.
802
60057926
CY
8032012-06-13 Chong Yidong <cyd@gnu.org>
804
805 * emacs-lisp/package.el (list-packages): Compute a list of
806 packages that are newly-available since the last list-packages
807 invocation.
808 (package-menu--new-package-list): New var.
809 (package-menu--generate, package-menu--print-info)
810 (package-menu--status-predicate, package-menu-mark-install):
811 Handle new status label "new".
812
ad4d226c
SM
8132012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
814
815 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
816 conversion to backquotes.
817
f1a4e679
CY
8182012-06-12 Chong Yidong <cyd@gnu.org>
819
820 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
821 Rename from gud-inhibit-global-bindings.
822
823 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
824
825 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
826 hook from nxml-glyph-set-hook.
827
828 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
829 declaration.
830
831 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
832
833 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
834 Convert to defcustom.
835
0c9e42b5
DA
8362012-06-12 Drew Adams <drew.adams@oracle.com>
837
838 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
839 New functions.
840 (help-mode): Use them.
841
09e06855
GM
8422012-06-11 Glenn Morris <rgm@gnu.org>
843
844 * progmodes/fortran.el (fortran-font-lock-keywords-3):
845 Use preprocessor face for directives.
846 (fortran-directive-re): Doc fix.
847
71adb94b
SM
8482012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
849
2eb87922
SM
850 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
851 conversion to backquotes (bug#11652).
852
71adb94b
SM
853 Fix compiler-expansion of CL's cXXr functions (bug#11673).
854 * emacs-lisp/cl-lib.el (cl--defalias): New function.
855 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
856 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
857 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
858 (cl-ninth, cl-tenth): Mark them as inlinable.
859 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
860 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
861 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
862 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
863 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
864 (cl-list*, cl-adjoin): Don't put an autoload manually.
865 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
866 (cl--compiler-macro-list*): Add autoload cookie.
867 (cl--compiler-macro-cXXr): New function.
2eb87922 868
71adb94b
SM
869 * help-fns.el (help-fns--compiler-macro): New function extracted from
870 describe-function-1; follow aliases and use `compiler-macro' property.
871 (describe-function-1): Use it.
872
a6674402
CY
8732012-06-11 Chong Yidong <cyd@gnu.org>
874
875 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
876 is uninstalled, if imagemagick is installed.
877
bb3faf5b
SM
8782012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
879
880 * emacs-lisp/cl-lib.el: Use lexical-binding.
881 (cl-map-extents, cl-maclisp-member): Remove.
882 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
883 (cl--set-substring, cl--block-wrapper, cl--block-throw)
884 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
885 * emacs-lisp/cl-extra.el: Use lexical-binding.
886 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
887 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
888 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
889 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
890 * emacs-lisp/cl-seq.el: Use lexical-binding.
891 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
892 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
893 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
894 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
895 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
896 CL's internals.
897
2fe4b125
MA
8982012-06-11 Michael Albinus <michael.albinus@gmx.de>
899
900 Sync with Tramp 2.2.6-pre.
901
902 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
903 `print-length' and `print-level' to nil, in order to avoid
904 truncation. Reported by Christopher Schmidt
905 <christopher@ristopher.com>.
906
907 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
908
909 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
910 New defmacro.
911 (tramp-compat-copy-directory): Add optional argument
912 COPY-CONTENTS. It is not handled yet.
913
914 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
915 (tramp-ftp-file-name-p): Simplify.
916
917 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
918 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
919 connection vector.
920
921 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
922 (tramp-methods): Do not use `tramp-password-end-of-line'.
923 (tramp-completion-function-alist-putty): Handle UNIX case.
924 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
925 (tramp-do-file-attributes-with-stat)
926 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
927 gid as real numbers. They could run out of integer range on cygwin.
928 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
929 (tramp-sh-handle-expand-file-name): Handle hops.
87e6e64f
DA
930 (tramp-open-connection-setup-interactive-shell):
931 Use `tramp-cleanup'. Move check for busyboxes ...
932 (tramp-find-shell): ... here. Simplify implementation.
933 Set "remote-shell" property also for alternative shells.
934 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
935 If failing, a regular file would be written otherwise.
936 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
2fe4b125
MA
937 (tramp-find-inline-encoding): Cache the coding commands in the
938 process cache. Apply test command on the remote side, if defined.
939 (tramp-find-inline-compress): Cache the compress commands in the
940 process cache.
941 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
942 when requested. Handle hops.
943 (tramp-current-connection): New defvar.
87e6e64f
DA
944 (tramp-maybe-open-connection): Use `tramp-cleanup'.
945 Throw `suppress', if there was a failed connection shortly before.
2fe4b125 946 Handle user interrupt. (Bug#10187)
87e6e64f
DA
947 (tramp-get-inline-compress, tramp-get-inline-coding):
948 Read connection properties from the process cache.
2fe4b125
MA
949
950 * net/tramp-smb.el (tramp-smb-server-version)
87e6e64f
DA
951 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
952 New defconsts.
2fe4b125
MA
953 (tramp-smb-prompt): Extend for powershell prompt.
954 (tramp-smb-file-name-handler-alist): Add handlers for
955 `process-file', `shell-command' and `start-file-process'.
956 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
957 (tramp-smb-winexe-shell-command-switch): New defcustoms.
958 (tramp-smb-file-name-p): Simplify.
959 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
960 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
961 (tramp-smb-shell-quote-argument): New defuns.
962 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
963 Implement using "tar". By this, time-stamps are preserved.
964 (tramp-smb-handle-copy-file): Handle also the case of directories.
965 (tramp-smb-do-file-attributes-with-stat)
87e6e64f
DA
966 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
967 Use `tramp-get-connection-buffer').
2fe4b125
MA
968 (tramp-smb-handle-rename-file): Use "rename", when source and
969 target are on the same share.
87e6e64f
DA
970 (tramp-smb-maybe-open-connection): Handle wrong passwords.
971 Use `tramp-smb-server-version'.
2fe4b125
MA
972 (tramp-smb-wait-for-output): Remove prompt.
973
974 * net/tramp.el (top): Require 'cl.
87e6e64f
DA
975 (tramp-methods, tramp-rsh-end-of-line):
976 Remove `tramp-password-end-of-line' from docstring.
2fe4b125
MA
977 (tramp-save-ad-hoc-proxies): New defcustom.
978 (tramp-completion-function-alist): Adapt docstring.
979 (tramp-default-password-end-of-line): Remove defcustom.
980 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
981 (tramp-user-regexp, tramp-file-name-regexp-unified)
982 (tramp-file-name-regexp-url): Extend regexp by hop separator.
983 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
984 (tramp-remote-file-name-spec-regexp): New defconst.
985 (tramp-file-name-structure): Extend structure for hops.
986 (tramp-get-method-parameter): Move up.
987 (tramp-file-name-p, tramp-dissect-file-name)
988 (with-parsed-tramp-file-name): Handle hops.
989 (tramp-file-name-hop): New defun.
990 (tramp-make-tramp-file-name): New optional arg HOP.
991 (tramp-message-show-progress-reporter-message): New defvar.
992 (tramp-with-progress-reporter): Use it. We cannot use
993 `tramp-message-show-message' here, because this suppresses also
994 error buffers.
995 (tramp-error-with-buffer): Suppress buffer view, if
87e6e64f
DA
996 `tramp-message-show-message' is nil.
997 Use `tramp-get-connection-buffer'.
2fe4b125
MA
998 (tramp-cleanup): New defun.
999 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
1000 (tramp-file-name-handler): If `debug-on-error' is set, propagate
1001 an error unchanged.
1002 (tramp-completion-handle-file-name-all-completions): Handle hops.
1003 Fix an error when called from ido.
1004 (tramp-completion-dissect-file-name): Use better local variable
1005 name. Add hop to the vector.
1006 (tramp-handle-insert-file-contents): Use progress-reporter for the
1007 whole scenario.
1008 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
1009 to `t'.
1010 (tramp-check-for-regexp): Simplify search.
1011 (tramp-enter-password): Remove it. Move implementation ...
1012 (tramp-action-password): ... here.
1013 (tramp-mode-string-to-int, tramp-local-host-p)
1014 (tramp-make-tramp-temp-file, tramp-read-passwd)
87e6e64f
DA
1015 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
1016 Set tramp-autoload cookie.
2fe4b125
MA
1017
1018 * net/trampver.el: Update release number.
1019
10202012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1021 Michael Albinus <michael.albinus@gmx.de>
1022
1023 * net/tramp.el (tramp-set-completion-function): Fix docstring.
1024 (tramp-parse-group, tramp-parse-file)
1025 (tramp-parse-shostkeys-sknownhosts): New defuns.
1026 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
1027 (tramp-parse-shosts-group, tramp-parse-sconfig)
1028 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
1029 (tramp-parse-sknownhosts, tramp-parse-hosts)
1030 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
1031 Use them.
1032 (tramp-parse-passwd-group, tramp-parse-netrc-group)
1033 (tramp-parse-putty-group): Don't narrow.
1034 (tramp-parse-putty): Make a loop.
1035 (tramp-file-name-handler): Catch the `suppress' signal.
1036
72834e10
CY
10372012-06-11 Chong Yidong <cyd@gnu.org>
1038
1039 * image.el (imagemagick-register-types): Put the ImageMagick entry
1040 at the end of image-type-file-name-regexps.
1041
a4712e11
JB
10422012-06-11 Johan Bockgård <bojohan@gnu.org>
1043
1044 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
1045 (pcase, pcase-let*, pcase-dolist): Use them.
1046
82ad98e3
SM
10472012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1048
1049 * emacs-lisp/pcase.el (pcase--let*): New function.
1050 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
1051 (pcase--expand): Use macroexp-let².
1052
f80efb86
SM
10532012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1054
1055 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
1056 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
1057 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
1058 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
1059 * emacs-lisp/derived.el: Use pcase instead of `cl'.
1060 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
1061
31ca4639 10622012-06-10 Glenn Morris <rgm@gnu.org>
94f0aa34 1063
31ca4639
CY
1064 * mail/rmail.el (rmail-yank-current-message): Leave point at
1065 correct position. (Bug#11660)
94f0aa34 1066
31ca4639 10672012-06-10 Chong Yidong <cyd@gnu.org>
9e1b8ec4 1068
31ca4639 1069 * allout-widgets.el: Fix code header.
9e1b8ec4 1070
31ca4639 10712012-06-10 Chong Yidong <cyd@gnu.org>
00cd0305 1072
f80efb86
SM
1073 * cus-edit.el (customize-changed-options-previous-release):
1074 Bump to 24.1.
31ca4639 1075
642b6d30
AS
10762012-06-09 Andreas Schwab <schwab@linux-m68k.org>
1077
1078 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
1079
4f5d2ba1
CY
10802012-06-09 Chong Yidong <cyd@gnu.org>
1081
1082 * ebuff-menu.el (electric-buffer-list): Preserve header line.
1083
e75852fd
MR
10842012-06-09 Martin Rudalics <rudalics@gmx.at>
1085
1086 * window.el (special-display-popup-frame): Don't use
1087 window--display-buffer (Bug#11651).
1088
1e48e282
EZ
10892012-06-09 Eli Zaretskii <eliz@gnu.org>
1090
8a26b487
EZ
1091 Fix parallel builds: make sure loaddefs.el is not being written
1092 while Lisp files are compiled.
1093 (compile): Don't depend on 'mh-autoloads'.
1094 (compile-CMD, compile-SH): Depend on 'autoloads'.
1095 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
1096
1e48e282
EZ
1097 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
1098
6175e34b
CY
10992012-06-09 Chong Yidong <cyd@gnu.org>
1100
1101 * face-remap.el (face-remap-add-relative, face-remap-set-base)
1102 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
1103 Doc fixes (Bug#11225).
1104
d9857e53
SM
11052012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1106
1107 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
1108 a function if there's a clear indication that it has a compiler-macro.
1109 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
1110 (macro-declarations-alist): Add arglist to declaration functions.
1111 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
1112 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
1113 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
1114 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
1115 Also add autoload to find the compiler macro.
1116 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
1117 (cl--compiler-macro-member, cl--compiler-macro-assoc)
1118 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
1119 (cl--compiler-macro-get): New functions, replacing calls to
1120 cl-define-compiler-macro.
1121 (cl-typep) [compiler-macro]: Use macroexp-let².
1122
f81298f8 11232012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
ee574791
UJ
1124
1125 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
1126 string properly, fixes Bug#11473.
1127
4b56d0fe
CY
11282012-06-08 Chong Yidong <cyd@gnu.org>
1129
1130 * faces.el (set-face-attribute): Doc fix.
1131 (modify-face): Don't use :bold and :italic.
1132 (error, warning, success): Tweak definitions.
1133
1134 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
1135 (custom-modified, custom-set, custom-changed, custom-themed)
1136 (custom-saved, custom-button, custom-button-mouse)
1137 (custom-button-pressed, custom-state, custom-comment-tag)
1138 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
1139 (custom-group-subtitle): Use new-style face specs.
1140 (custom-invalid-face, custom-rogue-face, custom-modified-face)
1141 (custom-set-face, custom-changed-face, custom-saved-face)
1142 (custom-button-face, custom-button-pressed-face)
1143 (custom-documentation-face, custom-state-face)
1144 (custom-comment-face, custom-comment-tag-face)
1145 (custom-variable-tag-face, custom-variable-button-face)
1146 (custom-face-tag-face, custom-group-tag-face-1)
1147 (custom-group-tag-face): Remove obsolete face alias.
1148
1149 * epa.el (epa-validity-high, epa-validity-medium)
1150 (epa-validity-low, epa-mark, epa-field-name, epa-string)
1151 (epa-field-name, epa-field-body):
1152 * font-lock.el (font-lock-comment-face, font-lock-string-face)
1153 (font-lock-keyword-face, font-lock-builtin-face)
1154 (font-lock-function-name-face, font-lock-variable-name-face)
1155 (font-lock-type-face, font-lock-constant-face):
1156 * ido.el (ido-first-match, ido-only-match, ido-subdir)
1157 (ido-virtual, ido-indicator, ido-incomplete-regexp):
1158 * speedbar.el (speedbar-button-face, speedbar-file-face)
1159 (speedbar-directory-face, speedbar-tag-face)
1160 (speedbar-selected-face, speedbar-highlight-face)
1161 (speedbar-separator-face):
1162 * whitespace.el (whitespace-newline, whitespace-space)
1163 (whitespace-hspace, whitespace-tab, whitespace-trailing)
1164 (whitespace-line, whitespace-space-before-tab)
1165 (whitespace-space-after-tab, whitespace-indentation)
1166 (whitespace-empty):
1167 * emulation/cua-base.el (cua-global-mark):
1168 * eshell/em-prompt.el (eshell-prompt):
1169 * net/newst-plainview.el (newsticker-new-item-face)
1170 (newsticker-old-item-face, newsticker-immortal-item-face)
1171 (newsticker-obsolete-item-face, newsticker-date-face)
1172 (newsticker-statistics-face, newsticker-default-face):
1173 * net/newst-reader.el (newsticker-feed-face)
1174 (newsticker-extra-face, newsticker-enclosure-face):
1175 * net/newst-treeview.el (newsticker-treeview-face)
1176 (newsticker-treeview-new-face, newsticker-treeview-old-face)
1177 (newsticker-treeview-immortal-face)
1178 (newsticker-treeview-obsolete-face)
1179 (newsticker-treeview-selection-face):
1180 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
1181 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
1182 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
1183 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
1184 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
1185 (nxml-outline-active-indicator, nxml-outline-ellipsis):
1186 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
1187 (mpuz-text):
1188 * progmodes/vera-mode.el (vera-font-lock-number)
1189 (vera-font-lock-function, vera-font-lock-interface):
1190 * textmodes/table.el (table-cell): Use new-style face specs, and
1191 don't use the old :bold and :italic attributes.
1192
1193 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
1194 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
1195 (ebrowse-member-class, ebrowse-progress): Likewise.
1196 (ebrowse-tree-mark-face, ebrowse-root-class-face)
1197 (ebrowse-file-name-face, ebrowse-default-face)
1198 (ebrowse-member-attribute-face, ebrowse-member-class-face)
1199 (ebrowse-progress-face): Remove obsolete faces.
1200
1201 * progmodes/flymake.el (flymake-errline, flymake-warnline):
1202 Inherit from error and warning faces respectively.
1203
1204 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1205 Likewise.
f80efb86
SM
1206 (flyspell-incorrect-face, flyspell-duplicate-face):
1207 Remove obsolete aliases.
4b56d0fe 1208
03310646
MA
12092012-06-08 Michael Albinus <michael.albinus@gmx.de>
1210
1211 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
1212 Avoid infloop.
1213
513749ee
SM
12142012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1215
1216 * startup.el (argv, argi): Make lexically scoped.
1217 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
1218 * emacs-lisp/cl-macs.el: Use lexical-binding.
1219 Rename cl-bind-* to cl--bind-*.
1220 * files.el: Don't require `cl' since it doesn't use it.
1221 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
1222
595ef4ad
JB
12232012-06-08 Juanma Barranquero <lekktu@gmail.com>
1224
1225 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
1226 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
1227 instead of calling external sort utility.
1228 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
1229
e9f66fcb
EZ
12302012-06-08 Eli Zaretskii <eliz@gnu.org>
1231
1232 * descr-text.el (describe-char): Mention how to insert the
1233 character, if the current input method doesn't support it.
1234 See the discussion in this thread for the details:
1235 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
1236
3d10db47
SS
12372012-06-08 Sam Steingold <sds@gnu.org>
1238
1239 * bindings.el (global-map): Bind XF86Forward to next-buffer and
1240 XF86Back to previous-buffer.
1241 (minibuffer-local-map): Bind them to next-history-element and
1242 previous-history-element respectively.
1243 * help-mode.el (help-mode-map): Bind them to help-go-forward and
1244 help-go-back respectively.
1245 * info.el (Info-mode-map): Bind them to Info-history-forward and
1246 Info-history-back respectively.
1247 These are the keys next to Up on the ThinkPad keyboard.
1248
de7e2b36
SM
12492012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1250
1251 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
1252 * emacs-lisp/cl-macs.el: Provide itself.
1253 (cl--labels-convert-cache): New var.
1254 (cl--labels-convert): New function.
1255 (cl-flet, cl-labels): New implementation with new semantics, relying on
1256 lexical-binding.
1257 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
1258 (cl-closure-vars, cl--function-convert-cache)
1259 (cl--function-convert): Move from cl-macs.el.
1260 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
1261 rename by removing the "cl-" prefix.
1262 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
1263
6fa6c4ae
SM
12642012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1265
1266 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
1267 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
1268 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
1269 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
1270 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
1271 (cl-hash-table-count): Add old compatibility aliases.
1272
1273 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
1274 Use macroexpand-all-environment instead.
1275 (cl--old-macroexpand): New var.
1276 (cl--sm-macroexpand): New function.
1277 (cl-symbol-macrolet): Use it during macro expansion.
1278 (cl--function-convert-cache): New var.
1279 (cl--function-convert): New function, extracted from
1280 cl-macroexpand-all.
1281 (cl-lexical-let): Use it.
1282
1283 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
1284 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
1285 (cl-member): Remove old alias.
1286
1287 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
1288 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
1289 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
1290 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
1291 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
1292 (cl-macroexpand-cmacs): Remove var.
1293 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
1294 Use macroexpand-all instead.
1295
4dd1c416
SM
12962012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1297
1298 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
1299 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
1300 (macroexp-copyable-p): New functions and macros.
1301 * emacs-lisp/edebug.el (edebug-unwrap):
1302 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
1303 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
1304 (pcase--let*): Remove.
1305 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
1306 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
1307 macroexp-const-p instead.
1308 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
1309
1310 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
1311 instead of "cl-" for internal definitions. Use macroexp-const-p.
1312 (cl-old-bc-file-form): Remove var.
1313 (cl-const-exprs-p): Remove fun.
1314 (cl-labels, cl-macrolet): Use backquote.
1315 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
1316 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
1317 (cl-define-setf-expander): Rename from cl-define-setf-method.
1318 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
1319
1320 * international/mule-cmds.el: Don't require CL.
1321 (view-hello-file): Don't use `letf'.
1322
ed8bd4d7
SM
13232012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1324
7287f2f3
SM
1325 * tmm.el (tmm-prompt): Use string-prefix-p.
1326 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
1327 (tmm-add-prompt): Use minibuffer-completion-help.
1328 (tmm-delete-map): Remove.
1329
ed8bd4d7
SM
1330 * subr.el (kbd): Make it its own function.
1331
7b4cdbf4
SM
13322012-06-07 Stefan Merten <smerten@oekonux.de>
1333
1334 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
1335 Silence compiler warnings. Fix versions.
ed8bd4d7 1336 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7b4cdbf4 1337 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
ed8bd4d7 1338 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7b4cdbf4
SM
1339 (rst-package-emacs-version-alist): Correct Emacs version to
1340 represent major merge with upstream.
ed8bd4d7 1341 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7b4cdbf4 1342
2b48d721
GM
13432012-06-06 Glenn Morris <rgm@gnu.org>
1344
1345 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
1346 Only print environment variables if set.
1347
fa779ab0
SM
13482012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1349
1350 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
1351 (macroexp--cons): Rename from maybe-cons.
1352 (macroexp--accumulate): Rename from macroexp-accumulate.
1353 (macroexp--all-forms): Rename from macroexpand-all-forms.
1354 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
1355 (macroexp--expand-all): Rename from macroexpand-all-1.
1356
628299e0
SS
13572012-06-06 Sam Steingold <sds@gnu.org>
1358
1359 * calendar/calendar.el (calendar-in-read-only-buffer):
1360 Call `special-mode' to enable the standard read-only keybindings.
1361
b7bb5838
SM
13622012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1363
1364 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
1365 with "loading" messages (bug#11635).
1366
dfb308ba
MA
13672012-06-06 Michael Albinus <michael.albinus@gmx.de>
1368
1369 * files.el (enable-remote-dir-locals): New option.
1370 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
1371
0372ee92
MA
1372 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
1373 Ensure, that the temp directory is local.
1374
1375 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
1376 `temporary-file-directory'.
1377
eed0bb91
MA
1378 * progmodes/python.el (python-send-region): Ensure, that the
1379 temporary file is created also in the remote case.
1380
7a58f64d
GM
13812012-06-06 Glenn Morris <rgm@gnu.org>
1382
f7dd4e98
GM
1383 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
1384 (vc-rcs-update-changelog): Use it.
1385
276d5f5d
GM
1386 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff
1387
7a58f64d
GM
1388 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
1389 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
1390 (vc-sccs-diff): Replace use of the external vcdiff script.
1391
daed4003
GM
13922012-06-05 Glenn Morris <rgm@gnu.org>
1393
1394 * ledit.el: Move to obsolete/.
1395
48c455c7
SS
13962012-06-05 Sam Steingold <sds@gnu.org>
1397
1398 * calendar/calendar.el (calendar-exit): reinstate the 2012-03-28
1399 patch (Bug#11140).
1400
57a7d507
SM
14012012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1402
d32926ff
SM
1403 * emacs-list/cust-print.el: Move to obsolete.
1404
53aacf21
SM
1405 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
1406 compiler-macro expansion.
1407
57a7d507
SM
1408 Add native compiler-macro support.
1409 * emacs-lisp/macroexp.el (macroexpand-all-1):
1410 Support compiler-macros directly. Properly follow aliases and apply
1411 the compiler macros more thoroughly.
1412 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
1413 macroexpand now properly follows aliases.
1414 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
1415 (cl-compiler-macroexpand): Use new prop.
1416 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
1417
1418 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
1419
51a5f9d8
MR
14202012-06-05 Martin Rudalics <rudalics@gmx.at>
1421
1422 * window.el (get-lru-window, get-mru-window, get-largest-window):
1423 New argument NOT-SELECTED to avoid picking the selected window.
1424 (window--display-buffer-1, window--display-buffer-2): Replace by
1425 new function window--display-buffer
1426 (display-buffer-same-window, display-buffer-reuse-window)
57a7d507
SM
1427 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1428 Use window--display-buffer.
51a5f9d8
MR
1429 (display-buffer-use-some-window): Remove temporary dedication
1430 hack by calling get-lru-window and get-largest-window with
1431 NOT-SELECTED argument non-nil. Call window--display-buffer.
1432
08f9f738
GM
14332012-06-05 Glenn Morris <rgm@gnu.org>
1434
1435 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
1436 Replace external vcdiff script.
1437
e364a2b7
SM
14382012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
1439
1440 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
1441
041df390
CY
14422012-06-04 Chong Yidong <cyd@gnu.org>
1443
e364a2b7
SM
1444 * image.el (imagemagick-types-inhibit): Revert last change.
1445 Add INFO and M.
47b36b94 1446 (imagemagick-enabled-types): Remove CIN and EPS*.
041df390 1447
7c1898a7
SM
14482012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
1449
1450 * emacs-lisp/cl-lib.el: Rename from cl.el.
1451 * emacs-lisp/cl.el: New compatibility file.
1452 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
1453 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
1454 to obey the "cl-" prefix.
1455 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
1456
0c3461de
GM
14572012-06-03 Glenn Morris <rgm@gnu.org>
1458
1e266c88
GM
1459 * emacs-lisp/authors.el (authors-aliases): Addition.
1460
0c3461de
GM
1461 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
1462 Fix :version.
1463
d8a52e15
SM
14642012-06-03 Stefan Merten <smerten@oekonux.de>
1465
1466 * textmodes/rst.el: Add comments.
1467 (rst-transition, rst-adornment): New faces.
1468 (rst-adornment-faces-alist): Make default safe to reevaluate.
1469 Fixes
1470 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
1471 Improve customization tags.
1472 (rst-define-level-faces): Clarify meaning.
1473
5205d6f6
CY
14742012-06-03 Chong Yidong <cyd@gnu.org>
1475
1476 * progmodes/compile.el (compilation-mode-line-fail)
7c1898a7
SM
1477 (compilation-mode-line-run, compilation-mode-line-exit):
1478 New faces.
5205d6f6
CY
1479 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
1480
757ee657
JD
14812012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
1482
7c1898a7
SM
1483 * progmodes/which-func.el (which-func-update-ediff-windows):
1484 New function. Use it in ediff-select-hook (Bug#11478).
757ee657 1485
5f2c76c6
CY
14862012-06-03 Chong Yidong <cyd@gnu.org>
1487
1488 * bindings.el: Remove explicit help text from format-mode-line.
1489 It is now supplied by mode-line-default-help-echo.
1490 (mode-line-front-space, mode-line-end-spaces)
1491 (mode-line-misc-info): New variables.
1492 (mode-line-modes, mode-line-position): Move the default value to
1493 the variable definition.
1494 (mode-line-default-help-echo): New defcustom.
383f7350
CY
1495 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
1496 (mode-line-modified-help-echo): New functions.
1497 (mode-line-mule-info, mode-line-modified): Use them.
1498 (mode-line-eol-desc, propertized-buffer-identification):
1499 Consistency fixes for help text.
cbe46e5f
CY
1500 (mode-line-coding-system-map): Allow using mouse-3 to invoke
1501 set-buffer-file-coding-system (Bug#289).
1502 (mode-line-mule-info-help-echo): Update help text.
5f2c76c6 1503
f2d6a3df
SM
15042012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
1505
1506 * simple.el (execute-extended-command): Set real-this-command
1507 (bug#11506).
1508
37269466
CY
15092012-06-02 Chong Yidong <cyd@gnu.org>
1510
1511 Remove incorrect uses of "modeline" in comments, docstrings, and
1512 function/variable names (Bug#10329).
1513
1514 * cus-edit.el (mode-line):
1515 * dframe.el (dframe-mouse-hscroll):
1516 * emacs-lisp/re-builder.el:
1517 * emacs-lisp/easy-mmode.el (define-minor-mode):
1518 * frame.el (set-frame-name):
1519 * help.el (lookup-minor-mode-from-indicator):
1520 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
1521 * progmodes/cc-cmds.el (c-toggle-auto-newline)
1522 (c-toggle-hungry-state):
1523 * progmodes/antlr-mode.el (antlr-language-alist):
1524 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
1525 * progmodes/vhdl-mode.el (vhdl-mode):
1526 * progmodes/which-func.el (which-func, which-func-cleanup-function):
1527 * term/ns-win.el (ns-face-at-pos):
1528 * term/sup-mouse.el (sup-mouse-report):
1529 * textmodes/flyspell.el (flyspell-mode-line-string):
1530 * textmodes/ispell.el (ispell-highlight-face):
1531 * textmodes/reftex-global.el:
1532 * vc/vc-arch.el (vc-arch-mode-line-string):
1533 * vc/vc-cvs.el (vc-cvs-mode-line-string):
1534 * vc/vc-git.el (vc-git-mode-line-string):
1535 * vc/vc-hooks.el (vc-display-status)
1536 (vc-default-mode-line-string):
1537 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
1538
1539 * ansi-color.el (ansi-color-faces-vector): Change default faces.
1540
1541 * dired.el (dired-sort-set-mode-line): Rename from
1542 dired-sort-set-modeline. All callers changed.
1543
1544 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
1545 eshell-status-in-modeline.
1546
1547 * foldout.el (foldout-mode-line-string): Rename from
1548 foldout-modeline-string. All callers changed.
1549 (foldout-update-mode-line): Rename from foldout-update-modeline.
1550
1551 * subr.el (redraw-modeline): Make into obsolete alias.
1552
1553 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
1554 timeclock-modeline-display. Make old name an alias.
1555 (timeclock-update-mode-line): Likewise. All callers changed.
1556 (timeclock-mode-line-display): No need to check before using
1557 add-hook.
1558 (timeclock-relative, timeclock-day-over-hook)
1559 (timeclock-use-elapsed, timeclock-mode-string)
1560 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
1561
1562 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
1563 crisp-mode-modeline-string.
1564
1565 * play/solitaire.el (solitaire-build-mode-line): Rename from
1566 solitaire-build-modeline. All callers changed.
1567
1568 * play/zone.el (zone-hiding-mode-line): Rename from
1569 zone-hiding-modeline. All callers changed.
1570 (zone): Remove unusued `modeline-hidden-level' property.
1571
1572 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
1573 xscheme-modeline-initialize. All callers changed.
1574
1575 * strokes.el (strokes-lighter): Rename from
1576 strokes-modeline-string.
1577
1578 * textmodes/sgml-mode.el (html-face-tag-alist)
1579 (html-tag-face-alist): Use mode-line face instead of obsolete
1580 alias modeline.
1581
42152ee4
SM
15822012-06-02 Stefan Merten <smerten@oekonux.de>
1583
1584 * textmodes/rst.el: Always require `cl'.
4cf9b38d 1585 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
42152ee4 1586
95f520b5
CY
15872012-06-02 Chong Yidong <cyd@gnu.org>
1588
1589 * image.el (imagemagick-enabled-types): Rename from
1590 imagemagick-types-enable. Add many more types.
1591 (imagemagick-types-inhibit): Change default to nil.
1592 (imagemagick-filter-types): Caller changed.
1593
4a5f187a
SM
15942012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1595
03fef3e6
SM
1596 * emacs-lisp/cl-macs.el: Use backquotes.
1597 (cl-transform-function-property): Use eval-and-compile rather than
1598 abusing `require'.
1599 (defstruct): Use declare-function instead of with-no-warnings.
1600
4a5f187a
SM
1601 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
1602 (byte-compile-output-docform): Re-add the print-circle bindings.
1603 (byte-compile-fix-header): Use #$ just because it's shorter.
1604 (byte-compile-output-file-form): Remove defun/defmacro.
1605
bd56924f
MR
16062012-06-01 Martin Rudalics <rudalics@gmx.at>
1607
1608 * simple.el (choose-completion): Remove now obsolete binding for
1609 owindow.
1610
046e38ce
MA
16112012-06-01 Michael Albinus <michael.albinus@gmx.de>
1612
1613 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
1614 in order to avoid "Stack overflow in regexp matcher".
1615
32d72c2f
GM
16162012-05-31 Glenn Morris <rgm@gnu.org>
1617
1618 * image.el: For clarity, call imagemagick-register-types at
1619 top-level, rather than relying on a custom :initialize.
1620 (imagemagick-types-enable): New option. (Bug#11557)
60b5f187
GM
1621 (imagemagick-filter-types): New function. (Bug#7406)
1622 (imagemagick-register-types): Use imagemagick-filter-types.
32d72c2f
GM
1623 If disabling support, remove elements altogether rather
1624 than using an impossible regexp.
1625 (imagemagick-types-inhibit): Give it the default init function.
1626
dd41169b
SM
16272012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1628
4a5f187a
SM
1629 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
1630 Handle arbitrary file name lengths (Bug#11585).
dd41169b 1631
efc00ab1 16322012-05-31 Martin Rudalics <rudalics@gmx.at>
5221ccb9
MR
1633
1634 * desktop.el (desktop-read): Clear previous and next buffers for
1635 all windows and bury *Messages* buffer (bug#11556).
1636
500fcedc
SM
16372012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1638
1639 Add `declare' for `defun'. Align `defmacro's with it.
1640 * emacs-lisp/easy-mmode.el (define-minor-mode)
1641 (define-globalized-minor-mode): Don't autoload the var definitions.
1642 * emacs-lisp/byte-run.el: Use lexical-binding.
1643 (defun-declarations-alist, macro-declarations-alist): New vars.
1644 (defmacro, defun): Use them.
1645 (make-obsolete, define-obsolete-function-alias)
1646 (make-obsolete-variable, define-obsolete-variable-alias):
1647 Use `declare'.
1648 (macro-declaration-function): Mark obsolete.
1649 * emacs-lisp/autoload.el: Use lexical-binding.
1650 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
1651
6e8a1786
AM
16522012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1653
1654 * textmodes/ispell.el (ispell-with-no-warnings):
1655 Define as a macro.
500fcedc
SM
1656 (ispell-kill-ispell, ispell-change-dictionary):
1657 Use `called-interactively-p' for Emacs instead of obsolete
6e8a1786
AM
1658 `interactive-p'.
1659
61b108cc
SM
16602012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1661
1662 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
1663 (macro-declaration-function): Move var from C code.
1664 (macro-declaration-function): Define function with defalias.
1665 * emacs-lisp/macroexp.el (macroexpand-all-1):
1666 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
1667 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
1668 defun/defmacro any more.
1669 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
1670 Provide fallback for unknown arglist.
1671 (byte-compile-arglist-warn): Change calling convention.
1672 (byte-compile-output-file-form): Move print-vars binding.
1673 (byte-compile-output-docform): Simplify accordingly.
1674 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
1675 (byte-compile-defmacro-declaration): Remove.
1676 (byte-compile-file-form-defmumble): Generalize to defalias.
1677 (byte-compile-output-as-comment): Return byte-positions.
1678 Simplify callers accordingly.
1679 (byte-compile-lambda): Use `assert'.
1680 (byte-compile-defun, byte-compile-defmacro): Remove.
1681 (byte-compile-file-form-defalias):
1682 Use byte-compile-file-form-defmumble.
1683 (byte-compile-defalias-warn): Remove.
1684
6d3f7c2f
SM
16852012-05-29 Stefan Merten <smerten@oekonux.de>
1686
1687 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
61b108cc 1688 possible. Fix authors. Improve comments. Improve loading of `cl'.
6d3f7c2f
SM
1689
1690 (rst-mode-abbrev-table): Merge definition.
1691 (rst-mode): Make sure `font-lock-defaults' is buffer local.
1692 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
1693
6dbaa1c7
UJ
16942012-05-29 Ulf Jasper <ulf.jasper@web.de>
1695
1696 * calendar/icalendar.el
1697 (icalendar-export-region): Export UID properly.
1698
16992012-05-29 Leo <sdl.web@gmail.com>
61b108cc
SM
1700 * calendar/icalendar.el (icalendar-import-format):
1701 Add `icalendar-import-format-uid' (Bug#11525).
6dbaa1c7
UJ
1702 (icalendar-import-format-uid): New.
1703 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
1704 Export UID.
1705
6876a58d
SM
17062012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1707
1708 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
1709 different alternative patterns.
1710 (pcase-codegen): Be more careful to preserve identity.
1711 (pcase--u1): Don't forget to mark vars as used.
1712
1713 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
1714 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
1715 (byte-compile-from-buffer): ...rather than here.
1716
1717 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
1718 functions from byte-compile-function-environment.
1719
46b7967e
TN
17202012-05-29 Troels Nielsen <bn.troels@gmail.com>
1721
1722 * window.el (window-deletable-p): Avoid deleting the root window
1723 of a frame with an active minibuffer.
1724
69d565e2
MR
17252012-05-29 Martin Rudalics <rudalics@gmx.at>
1726
1727 * simple.el (choose-completion): Use quit-window (Bug#11567).
1728
a149fa51
CY
17292012-05-29 Chong Yidong <cyd@gnu.org>
1730
1731 * whitespace.el (whitespace-cleanup): Fix usage of
1732 whitespace-empty-at-bob-regexp (Bug#11492).
1733
2b311310
AH
17342012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1735
1736 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
1737 revert (Bug#11488).
1738
b9cb2387
JL
17392012-05-29 Juri Linkov <juri@jurta.org>
1740
1741 * isearch.el (isearch-mode-map): Bind `M-s _' to
1742 `isearch-toggle-symbol'. Bind `M-s c' to
1743 `isearch-toggle-case-fold'.
1744 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
1745 (isearch-forward): Add `M-s _' to the docstring.
1746 (isearch-forward-symbol, isearch-toggle-case-fold)
1747 (isearch-symbol-regexp): New functions. (Bug#11381)
1748
d5e61c1c
JL
17492012-05-29 Juri Linkov <juri@jurta.org>
1750
1751 * isearch.el (isearch-word): Add docstring. (Bug#11381)
1752 (isearch-occur, isearch-search-and-update): If `isearch-word' is
1753 a function, call it to get the regexp.
1754 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
1755 property `isearch-message-prefix' instead of the string "word ".
1756 (isearch-search-fun-default): For the case of `isearch-word',
1757 return a lambda that calls re-search-forward/re-search-backward
1758 with a regexp returned by `word-search-regexp' or by the function
1759 in `isearch-word'.
1760
8cbd80f7
JL
17612012-05-29 Juri Linkov <juri@jurta.org>
1762
1763 * isearch.el (isearch-search-fun-default): New function.
1764 (isearch-search-fun): Move default part to the new function
1765 `isearch-search-fun-default'.
1766 (isearch-search-fun-function): Set the default value to
1767 `isearch-search-fun-default'. (Bug#11381)
1768
1769 * comint.el (comint-history-isearch-end):
1770 Use `isearch-search-fun-default'.
1771 (comint-history-isearch-search): Use `isearch-search-fun-default'
1772 and remove spacial case for `isearch-word'.
1773 (comint-history-isearch-wrap): Remove spacial case for
1774 `isearch-word'.
1775
1776 * hexl.el (hexl-isearch-search-function):
1777 Use `isearch-search-fun-default'.
1778
1779 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
1780 Use `word-search-regexp' for `isearch-word'.
1781
1782 * misearch.el (multi-isearch-search-fun):
1783 Use `isearch-search-fun-default'.
1784
1785 * simple.el (minibuffer-history-isearch-search):
1786 Use `isearch-search-fun-default' and remove spacial case for
1787 `isearch-word'.
1788 (minibuffer-history-isearch-wrap): Remove spacial case for
1789 `isearch-word'.
1790
1791 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
1792 Remove spacial case for `isearch-word'.
1793 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
1794
85c8c5b6
AM
17952012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1796
1797 Decrease XEmacs incompatibilities.
1798 * textmodes/flyspell.el (flyspell-check-pre-word-p):
1799 Use `string-match'.
1800 (flyspell-delete-region-overlays): Use alternative definition for
1801 XEmacs.
1802 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
1803 (flyspell-word): Use `process-kill-without-query' if XEmacs.
1804 (flyspell-mode-on): Use `interactive-p' if XEmacs.
1805 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
1806 `define-obsolete-face-alias' under XEmacs, but old method.
1807
1808 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
1809 `with-no-warnings' definition or Emacs alias.
1810 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
1811 (ispell-word): Do not use `region-p' if XEmacs.
1812
8cab9efc
AM
18132012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1814
1815 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
1816 Check for `ispell-dictionary-base-alist' instead of full
1817 `ispell-dictionary-alist'.
1818 (ispell-init-process): Show spellchecker when starting new Ispell
1819 process.
1820
fda91268
RZ
18212012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1822
1823 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
1824 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
1825
694ea8e3
JB
18262012-05-27 Juanma Barranquero <lekktu@gmail.com>
1827
1828 * version.el (motif-version-string, gtk-version-string)
1829 (ns-version-string): Declare.
1830
e4d4f539
JL
18312012-05-27 Juri Linkov <juri@jurta.org>
1832
1833 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
1834 after the `eval-defun-1' specialcaseing
1835 like in `edebug-eval-defun' (bug#10181).
1836
1837 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
1838 like in `eval-defun-1'.
1839
33017faf 18402012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 1841
fda91268
RZ
1842 * mail/sendmail.el (mail-yank-region):
1843 Recognize rmail-yank-current-message in addition to insert-buffer.
1844 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
1845 a *mail* buffer created through rmail-start-mail with sendmail as
1846 mail-user-agent.
1847
33017faf
GM
18482012-05-27 Chong Yidong <cyd@gnu.org>
1849
1850 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
1851 Default to 256 (Bug#11267).
1852
1853 * help.el (describe-mode): Doc fix.
1854
04188bb9
GM
18552012-05-26 Glenn Morris <rgm@gnu.org>
1856
38264cc9
GM
1857 * w32-fns.el (w32-init-info): Remove.
1858 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
1859
eb7afdad
GM
1860 * info.el (info-initialize): For self-contained NS builds, put the
1861 included info/ directory at the front. (Bug#2791)
1862
04188bb9
GM
1863 * paths.el (Info-default-directory-list): Make it a defcustom,
1864 mainly so that we can use custom-initialize-delay.
1865
a179e3f7
SM
18662012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1867
43416392
SM
1868 * subr.el (buffer-has-markers-at): Mark obsolete.
1869
a179e3f7 1870 * subr.el (lambda): Use declare.
43416392 1871
a179e3f7
SM
1872 * emacs-lisp/lisp-mode.el (lambda):
1873 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
1874
34a008d9
AH
18752012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1876
1877 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
1878
0a3b289f
GM
18792012-05-26 Glenn Morris <rgm@gnu.org>
1880
1881 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
1882
758c81e8
GM
18832012-05-25 Glenn Morris <rgm@gnu.org>
1884
f9f334f0
GM
1885 * paths.el: Remove no-byte-compile.
1886 * loadup.el: No need to load paths.el uncompiled.
1887
87eb79c2
GM
1888 * image.el (imagemagick-types-inhibit): Doc fix.
1889
758c81e8
GM
1890 * version.el: Remove no-byte-compile and associated formatting.
1891 * loadup.el: No need to load version.el uncompiled. AFAICS, this
1892 is ancient code from when there was an "inc-vers.el".
1893
e7e85dc0
SM
18942012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1895
1896 * progmodes/gdb-mi.el: Minor style changes.
1897 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
1898 Turn into minor modes.
1899 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
1900 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
1901 (gdb-shell): Remove unneeded let-binding.
1902 (gdb-get-many-fields): Eliminate O(n²) behavior.
1903
f31237a4
EZ
19042012-05-25 Eli Zaretskii <eliz@gnu.org>
1905
1906 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
1907 platforms that don't link in fontset.c.
1908
bc1b21bb
JL
19092012-05-25 Juri Linkov <juri@jurta.org>
1910
1911 Use the same diff color scheme as in modern VCSes (bug#10181).
1912
1913 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
1914 to avoid confusion with `diff-added' that now uses green colors.
1915 (diff-removed): Use shades of red.
1916 (diff-added): Use shades of green.
1917 (diff-changed): Leave just the yellow color.
1918 (diff-use-changed-face): New variable.
1919 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
1920 how to highlight context diff changes.
1921 (diff-refine-change): Use shades of yellow.
1922 (diff-refine-removed): New face that uses shades of red.
1923 (diff-refine-added): New face that uses shades of green.
1924 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
1925 `diff-refine-removed' in the call to `smerge-refine-subst'
1926 depending on the value of `diff-use-changed-face'.
1927
1928 * vc/smerge-mode.el (smerge-mine): Use shades of red.
1929 (smerge-other): Use shades of green.
1930 (smerge-base): Use shades of yellow.
1931 (smerge-refined-change): Empty face.
1932 (smerge-refined-removed): New face that uses shades of red.
1933 (smerge-refined-added): New face that uses shades of green.
1934 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
1935 args `props-r' and `props-a', and use them. Doc fix.
1936 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
1937 on its value use different faces `smerge-refined-change',
1938 `smerge-refined-removed', `smerge-refined-added' in the call to
1939 `smerge-refine-subst'.
1940
1941 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
1942 Add face condition `min-colors 88' with shades of red.
1943 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
1944 `min-colors 88' with shades of green.
1945 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
1946 `min-colors 88' with shades of yellow.
1947
6df9112c
GM
19482012-05-24 Glenn Morris <rgm@gnu.org>
1949
ead5edc0
GM
1950 * paths.el (prune-directory-list, remote-shell-program): Move to...
1951 * files.el (prune-directory-list, remote-shell-program): ...here.
1952 For the latter, delay initialization, prefer ssh, just search PATH.
1953
f18b81e6
GM
1954 * paths.el (term-file-prefix): Move to faces.el (the only user).
1955 * faces.el (term-file-prefix): Move here, make it a defcustom.
1956
ee2f89a6
GM
1957 * paths.el (news-directory, news-path, news-inews-program):
1958 Move to gnus/nnspool.el.
61a583ca 1959
f8815e4c
GM
1960 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
1961
c8f3b42c
GM
1962 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
1963 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
1964 Make the latter a defcustom, with a delayed initialization.
1965
6df9112c
GM
1966 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
1967 These were deleted from Gnus itself late 2010.
1968
5dadff36
JB
19692012-05-22 Juanma Barranquero <lekktu@gmail.com>
1970
9e1701c6
JB
1971 * progmodes/which-func.el (which-func-ff-hook):
1972 Check against user-error, not error.
1973
bd7239f5 1974 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
1975 cl-specs.el, which no longer exists.
1976
3290526d
GM
19772012-05-22 Glenn Morris <rgm@gnu.org>
1978
1979 * info.el (info-emacs-bug): New command.
1980 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
1981 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
1982
ff0c3cfb
GM
19832012-05-21 Glenn Morris <rgm@gnu.org>
1984
1985 * makefile.w32-in (update-subdirs-SH):
1986 * Makefile.in (update-subdirs): Update for moved update-subdirs.
1987
5814f126
SM
19882012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
1989
a52c0aa0
SM
1990 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
1991
5814f126
SM
1992 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1993 Simplify Maven regexp, and make sure the file can't start with a space
1994 (bug#11517).
1995
b847032c
GM
19962012-05-21 Glenn Morris <rgm@gnu.org>
1997
1998 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
1999 Scrap superfluous subshells.
2000
3858bfe7
SM
20012012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2002
2003 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
2004 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
2005
d14b0029
JB
20062012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
2007
2008 * calc/calc.el (calc-ensure-consistent-units): New variable.
2009
a52c0aa0
SM
2010 * calc/calc-units.el (math-consistent-units-p)
2011 (math-check-unit-consistency): New functions.
2012 (calc-quick-units, calc-convert-units):
2013 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
2014 is non-nil.
d14b0029
JB
2015 (calc-extract-units): Fix typo.
2016
60c4db3a
SM
20172012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2018
77f3b62e
SM
2019 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
2020
60c4db3a
SM
2021 * textmodes/flyspell.el: Commenting style, plus code simplifications.
2022 (flyspell-default-deplacement-commands): Don't spell check after
2023 repeated window/frame switches (e.g. triggered by mouse-movement).
2024 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
2025 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
2026 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
2027 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
2028 Remove unused vars.
2029 (flyspell-get-casechars, flyspell-get-not-casechars):
2030 Simplify; Don't bother removing a ] just to add it back.
2031 * textmodes/ispell.el (ispell-program-name): Use executable-find.
2032
b1a10716
RS
20332012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2034
2035 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
2036 New functions.
bd7239f5 2037 (math-function-table): Add support for more C functions.
b1a10716 2038
3f1b25b5
AM
20392012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2040
2041 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
2042 (flyspell-debug-signal-word-checked): Protect delay handling for
2043 otherchars against empty otherchars.
2044
b581bb5c
SM
20452012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2046
2047 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
2048 their respective macro declarations.
2049 * skeleton.el (define-skeleton):
2050 * progmodes/compile.el (define-compilation-mode):
2051 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
2052 (define-ibuffer-filter):
2053 * emacs-lisp/generic.el (define-generic-mode):
2054 * emacs-lisp/easy-mmode.el (define-minor-mode)
2055 (define-globalized-minor-mode):
2056 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
2057 * emacs-lisp/byte-run.el (defsubst):
2058 * custom.el (deftheme): Add doc-string metadata.
2059
70b8ef8f
SM
20602012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2061
2062 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
2063
b1198e17
SM
20642012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2065
9abdc45d
SM
2066 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
2067
b1198e17
SM
2068 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
2069 * emacs-lisp/cl-macs.el: Idem.
2070 * emacs-lisp/cl-specs.el: Remove.
2071
4735906a
SM
20722012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2073
2074 Minor renaming of internal CL functions and variables.
2075 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
2076 (cl--position): Rename from cl-position.
2077 (cl--delete-duplicates): Rename from cl-delete-duplicates.
2078 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
2079 (cl--random-state): Rename from *random-state*.
2080
ac348012
SM
20812012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2082
2083 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
2084 parens around the arg list (bug#11499).
2085
a0a79cde
JL
20862012-05-17 Juri Linkov <juri@jurta.org>
2087
2088 * isearch.el (word-search-regexp, word-search-backward)
2089 (word-search-forward, word-search-backward-lax)
2090 (word-search-forward-lax): Move functions from search.c
2091 (bug#10145, bug#11381).
2092
65034a51
AM
20932012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2094
2095 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
2096 (flyspell-debug-signal-word-checked): Delay for otherchars as for
2097 normal word components.
2098
1a72a195
SM
20992012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2100
2101 * minibuffer.el (completion--sifn-requote): Fix last change.
2102 (minibuffer-local-must-match-filename-map):
2103 Move define-obsolete-variable-alias before its var.
2104
fdb058c2
SM
21052012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2106
c41045e6
SM
2107 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
2108
036dfb8b
SM
2109 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
2110 behavior.
2111 (completion--string-equal-p): New function.
2112 (completion--twq-all): Use it to get better assertion failure data.
2113
2473256d
SM
2114 Only handle ".." and '..' quoting in shell-mode (bug#11466).
2115 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
2116 (shell--requote-argument): New functions.
2117 (shell-completion-vars): Use them.
2118 (shell--parse-pcomplete-arguments): Rename from
2119 shell-parse-pcomplete-arguments.
2120 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
2121 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
2122 Obey comint-file-name-quote-list.
2123
fdb058c2
SM
2124 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
2125 (smie-indent-keyword): Use it.
2126
51fa99f1
SM
21272012-05-14 Stefan Merten <smerten@oekonux.de>
2128
2129 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
2130
e18afed7 21312012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
2132
2133 * net/rlogin.el (rlogin-mode-map): Fix last change.
2134
e18afed7 21352012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
2136
2137 * mail/smtpmail.el (smtpmail-send-command): Send the command and
2138 the following \r\n using a single `process-send-string', since the
2139 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 2140 with two `process-send-string's (Bug#11444).
8633b1f4 2141
e18afed7 21422012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 2143
fdb058c2
SM
2144 * shell.el (shell-parse-pcomplete-arguments):
2145 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 2146
2d21d7f6
WJ
21472012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
2148
e18afed7 2149 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
2150 (image-transform-scale, image-transform-right-angle-fudge): New vars.
2151 (image-transform-width, image-transform-fit-width): New functions.
2152 (image-transform-properties): Use them.
2153 (image-transform-check-size): New function.
2154 (image-toggle-display-image): Use it (for testing).
2155 (image-transform-set-rotation): Reduce angle mod 360.
2156 Delete obsolete comment.
2157
7102e6d0
WJ
21582012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
2159
2160 * image-mode.el: Fix scaling (bug#11399).
2161 (image-transform-resize): Doc fix.
2162 (image-transform-properties): Default scale is 1 and height should
2163 be an integer.
2164
06bc5e6e
SM
21652012-05-13 Johan Bockgård <bojohan@gnu.org>
2166
2167 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
2168 than hard-coding `car', to fix misbehavior when moving forward.
2169
0ae03b6a
CY
21702012-05-13 Chong Yidong <cyd@gnu.org>
2171
2172 * emacs-lisp/tabulated-list.el (tabulated-list-format)
2173 (tabulated-list-entries, tabulated-list-padding)
2174 (tabulated-list-sort-key): Make permanent-local.
2175
2176 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
2177 (electric-buffer-list): Put electric buffer menu
2178 command descriptions in this docstring, instead of the docstring
2179 of electric-buffer-menu-mode. Code cleanups.
2180 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
2181 Electric-buffer-menu-mode.
2182 (electric-buffer-update-highlight): Minor code cleanup.
2183
205a7391
MA
21842012-05-13 Michael Albinus <michael.albinus@gmx.de>
2185
2186 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
2187 (Bug#11447)
2188
e5bd0a28
SM
21892012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2190
2191 Move define-obsolete-variable-alias before the var's definition.
2192 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
2193 * tooltip.el (tooltip-hook):
2194 * textmodes/reftex-toc.el (reftex-toc-map):
2195 * textmodes/reftex-sel.el (reftex-select-label-map)
2196 (reftex-select-bib-map):
2197 * textmodes/reftex-index.el (reftex-index-map)
2198 (reftex-index-phrases-map):
2199 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
2200 * progmodes/meta-mode.el (meta-mode-map):
2201 * novice.el (disabled-command-hook):
2202 * loadhist.el (unload-hook-features-list):
2203 * frame.el (blink-cursor):
2204 * files.el (find-file-not-found-hooks, write-file-hooks)
2205 (write-contents-hooks):
2206 * emulation/tpu-edt.el (GOLD-map):
2207 * emacs-lock.el (emacs-lock-from-exiting):
2208 * emacs-lisp/generic.el (generic-font-lock-defaults):
2209 * emacs-lisp/chart.el (chart-map):
2210 * dos-fns.el (register-name-alist):
2211 * dired-x.el (dired-omit-files-p):
2212 * desktop.el (desktop-enable):
2213 * cus-edit.el (custom-mode-hook):
2214 * buff-menu.el (buffer-menu-mode-hook):
2215 * bookmark.el (bookmark-read-annotation-text-func)
2216 (bookmark-exit-hooks):
2217 * allout.el (allout-mode-deactivate-hook)
2218 (allout-exposure-change-hook, allout-structure-added-hook)
2219 (allout-structure-deleted-hook, allout-structure-shifted-hook):
2220 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
2221 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
2222 comes before the corresponding variable's definition.
2223
ac59c2f6
CY
22242012-05-12 Chong Yidong <cyd@gnu.org>
2225
2226 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
2227 (Buffer-menu-mouse-select): Restore function (Bug#11459).
2228 (Buffer-menu-mode-map): Bind it.
2229 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 2230
dee6c9a3
SM
22312012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2232
2171cea5
SM
2233 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
2234 (prolog-upper-case-string, prolog-lower-case-string)
2235 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
2236 (prolog-use-smie, prolog-smie-grammar): New vars.
2237 (prolog-smie-forward-token, prolog-smie-backward-token)
2238 (prolog-smie-rules): New funs.
2239 (prolog-comment-indent): Remove.
2240 (prolog-mode-variables): Use default comment indentation instead.
2241 Setup SMIE.
2242 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
2243 (prolog-mode): Don't call them any more.
2244 (prolog-electric-colon, prolog-electric-dash)
2245 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
2246
aa0382bd
SM
2247 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
2248
dbacb4bd
SM
2249 * minibuffer.el (completion--twq-all): Again, allow case differences.
2250
13bdd94c
SM
2251 * term.el: Move keymap initialization code to be more idiomatic.
2252 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
2253 (term-terminal-menu): Move initialization into declaration.
2254 (term-escape-char): Let the user set it in her .emacs.
2255
ff46c759
SM
2256 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
2257 Provide SMIE-based indentation (not enabled by default yet).
2258 (sh-mode-map): Don't bind electric keys.
2259 Use electric-pair-mode instead of skeleton-pair.
2260 (sh-assignment-regexp): Fit within 80 columns.
2261 (sh-indent-supported): Specify actual shell name instead of boolean.
2262 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
2263 (sh-maybe-here-document): Use it. Make obsolete.
2264 (sh-electric-here-document-mode) New minor mode.
2265 (sh-mode): Use it. Don't set sh-indent-supported-here here.
2266 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
2267 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
2268 (sh-smie-rc-grammar, sh-use-smie): New vars.
2269 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
2270 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
2271 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
2272 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
2273 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
2274 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
2275 (sh-set-shell): Use smie-setup if requested.
2276
dee6c9a3
SM
2277 * term.el (term-set-escape-char): Properly set term-escape-char.
2278 See http://stackoverflow.com/questions/10524656.
2279
9f9aa044
CY
22802012-05-10 Chong Yidong <cyd@gnu.org>
2281
2282 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
2283 Use url-generic-parse-url, and handle host names and Windows
2284 filenames properly.
2285 (ffap-url-unwrap-remote): Use url-generic-parse-url.
2286 (ffap-url-unwrap-remote): Accept list values, specifying a list of
2287 URL schemes to work on.
2288 (ffap--toggle-read-only): New function.
2289 (ffap-read-only, ffap-read-only-other-window)
2290 (ffap-read-only-other-frame): Use it.
2291 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
2292 necessary for ffap-url-unwrap-remote.
2293
836d29b3
DA
22942012-05-10 Dave Abrahams <dave@boostpro.com>
2295
2296 * cus-start.el (create-lockfiles): Add it.
2297
00fd78ed
CY
22982012-05-09 Chong Yidong <cyd@gnu.org>
2299
2300 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
2301 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
2302
666b903b 23032012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
2304
2305 * shell.el (shell-completion-vars): Fix last change (bug#11348).
2306
666b903b 23072012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
2308
2309 * ansi-color.el (ansi-color-process-output): Check for validity of
2310 comint-last-output-start before using it. This avoids a bad
2311 interaction with gdb-mi's input/output buffer.
2312
666b903b 23132012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
2314
2315 * files.el (dir-locals-read-from-file):
2316 Mention dir-locals in any error message.
2317
666b903b 23182012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
2319
2320 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
2321 package (Bug#11410).
2322
f677562b
CY
2323 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
2324 variables into description.
2325
666b903b 23262012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
2327
2328 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
2329 shell-delimiter-argument-list (bug#11348).
2330 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
2331
b499d8d0
JB
23322012-05-09 Juanma Barranquero <lekktu@gmail.com>
2333
8f6b6da8
JB
2334 * textmodes/rst.el: Silence byte-compiler warnings.
2335 (rst-re-alist, rst-reset-section-caches): Move around.
2336 (rst-re): Use `characterp', not `char-valid-p'.
2337 (font-lock-beg, font-lock-end): Declare.
2338
4824146a
JB
2339 * progmodes/idlw-shell.el (specs): Remove reference to deleted
2340 variable `idlwave-shell-activate-alt-keybindings' and simplify.
2341
b499d8d0
JB
2342 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
2343
ad89bb83
GM
23442012-05-08 Glenn Morris <rgm@gnu.org>
2345
2346 * files.el (auto-mode-alist): Treat ".make" like ".mk".
2347
8bba5a75
SM
23482012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2349
49ed9c8e
SM
2350 * vc/log-edit.el: Add GNU coding standards highlighting.
2351 (log-edit-font-lock-gnu-style)
2352 (log-edit-font-lock-gnu-keywords): New vars.
2353 (log-edit-font-lock-keywords): New fun.
2354 (log-edit-mode): Don't fold case in font-lock.
2355 (log-edit-font-lock-keywords): Do not assume case-folding.
2356
07d00b56
SM
2357 * imenu.el: Misc cleanup. Make docstrings out of comments.
2358 Use lexical-binding.
2359 (imenu--index-alist, imenu--last-menubar-index-alist)
2360 (imenu-menubar-modified-tick): Use defvar-local.
2361 (imenu--split-menu): Remove unused var.
2362 (imenu--cleanup-seen): Declare as global.
2363 (imenu--cleanup): Use dolist.
2364
8bba5a75
SM
2365 * subr.el (defvar-local): Add debug spec and doc-string position.
2366
5075bdb5
GM
23672012-05-08 Glenn Morris <rgm@gnu.org>
2368
c052c904
GM
2369 * lisp/language/burmese.el, language/cham.el, language/czech.el:
2370 * language/english.el, language/georgian.el, language/greek.el:
2371 * language/japanese.el, language/khmer.el, language/korean.el:
2372 * language/lao.el, language/misc-lang.el, language/romanian.el:
2373 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
2374 * language/thai.el, language/utf-8-lang.el:
2375 Remove no-byte-compile setting.
2376
5075bdb5
GM
2377 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
2378
06f679a7
AH
23792012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2380
2381 * progmodes/make-mode.el (makefile-browse):
2382 Remove unnecessary interactive. (Bug#11324)
2383
03794570
GM
23842012-05-07 Glenn Morris <rgm@gnu.org>
2385
af8630f4
GM
2386 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
2387
03794570
GM
2388 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
2389
f0809a9d
SM
23902012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2391
28be5ce7
SM
2392 * loadup.el: Preload newcomment.el.
2393 * newcomment.el: Move autoload-only code to toplevel.
2394
f0809a9d
SM
2395 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
2396 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
2397 Handle new :right-align column property.
2398 (tabulated-list-print-col): Idem, plus use `display' text-property to
2399 try and preserve alignment for variable pitch fonts.
2400
1241b724
CY
24012012-05-07 Chong Yidong <cyd@gnu.org>
2402
2403 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
2404 (tabulated-list-use-header-line): New var.
2405 (tabulated-list-init-header): Use it.
2406 (tabulated-list-print-fake-header): New function.
2407 (tabulated-list-print): Use it.
2408 (tabulated-list-sort-button-map): Add non-header-line commands.
2409 (tabulated-list-init-header): Add column name property to basic
2410 labels as well.
2411 (tabulated-list-col-sort): Handle non-header-line button case.
2412 (tabulated-list--sort-by-column-name): Fix a corner case.
2413
f0809a9d
SM
2414 * buff-menu.el (list-buffers--refresh):
2415 Handle Buffer-menu-use-header-line.
1241b724 2416
e5f9458f
CY
24172012-05-06 Chong Yidong <cyd@gnu.org>
2418
2419 * buff-menu.el: Convert to Tabulated List mode.
2420 (Buffer-menu-buffer+size-width): Make obsolete.
2421 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
2422 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
2423 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
2424 documentation into docstring of buffer-menu.
2425 (Buffer-menu-toggle-files-only): Add an informative message.
2426 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
2427 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
2428 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
2429 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
2430 (Buffer-menu-execute, Buffer-menu-select)
2431 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
2432 (Buffer-menu-bury): Use Tabulated List machinery.
2433 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
2434 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 2435 Delete.
e5f9458f
CY
2436 (list-buffers--refresh): New function.
2437 (list-buffers-noselect): Use it.
2438 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
2439 (Buffer-menu--pretty-file-name): New helper functions.
2440
2441 * loadup.el: Preload tabulated-list.
2442
2443 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
2444 tabulated-list-sort-column.
2445 (tabulated-list-init-header): Add the initial aligning space even
2446 if tabulated-list-padding is zero.
2447
e129292c
CS
24482012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
2449
2450 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
2451 whose cdr is not a cons cell correctly (bug#11038).
2452
6632d361
CY
24532012-05-06 Chong Yidong <cyd@gnu.org>
2454
e129292c
CS
2455 * emacs-lisp/tabulated-list.el (tabulated-list-format):
2456 Accept additional plist in column descriptors.
6632d361
CY
2457 (tabulated-list-init-header): Obey it.
2458 (tabulated-list-get-entry): New function.
2459 (tabulated-list-put-tag): Use it. Use string-width instead of
2460 length.
2461 (tabulated-list--column-number): New function.
2462 (tabulated-list-print): Use it.
e129292c
CS
2463 (tabulated-list-print-col): New function.
2464 Set `tabulated-list-column-name' property on each column's text.
6632d361 2465 (tabulated-list-print-entry): Use it.
e129292c
CS
2466 (tabulated-list-delete-entry, tabulated-list-set-col):
2467 New functions.
6632d361
CY
2468 (tabulated-list-sort-column): New command (Bug#11337).
2469
3cc99f68
CY
2470 * buff-menu.el (list-buffers): Move C-x C-b binding from
2471 buff-menu.el to bindings.el.
2472
2473 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
2474 :advertised-binding feature.
2475
52b61776
TN
24762012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
2477
2478 * progmodes/compile.el (compilation-internal-error-properties):
2479 Calculate start position correctly when end-col is set but
2480 end-line is not (Bug#11382).
2481
ebfe2597
WJ
24822012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
2483
2484 * man.el (Man-unindent): Use text-property-default-nonsticky to
2485 prevent untabify from inheriting face properties (Bug#11408).
2486
6d3f7c2f
SM
24872012-05-05 Stefan Merten <smerten@oekonux.de>
2488
2489 * textmodes/rst.el: Major merge with upstream development up to
2490 Docutils SVN r7399 / rst.el V1.2.1.
2491
2492 Clarify maintainership and authors.
2493
2494 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
2495 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
2496 (rst-official-version, rst-official-cvs-rev, rst-version)
2497 (rst-package-emacs-version-alist): New functions and variables
2498 for version information.
2499
2500 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
2501 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
2502 (rst-mode-syntax-table, rst-mode): New and corrected functions
2503 and variables representing reStructuredText features.
2504
2505 (rst-re): New function for reStructuredText regexes. Use in
2506 many places.
2507
2508 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
2509 (rst-mode-map): Rebind keys.
2510
2511 (rst-mode-lazy, rst-font-lock-keywords)
2512 (rst-font-lock-extend-region)
2513 (rst-font-lock-extend-region-internal)
2514 (rst-font-lock-extend-region-extend)
2515 (rst-font-lock-find-unindented-line-limit)
2516 (rst-font-lock-find-unindented-line-match)
2517 (rst-adornment-level, rst-font-lock-adornment-level)
2518 (rst-font-lock-adornment-match)
2519 (rst-font-lock-handle-adornment-pre-match-form)
2520 (rst-font-lock-handle-adornment-matcher): Major revision of
2521 font-locking. Integrate with other code. Use `jit-lock-mode'.
2522
2523 (rst-preferred-adornments, rst-adjust-hook)
2524 (rst-new-adornment-down, rst-preferred-bullets)
2525 (rst-preferred-bullets, rst-indent, rst-indent-width)
2526 (rst-indent-field, rst-indent-literal-normal)
2527 (rst-indent-literal-minimized, rst-indent-comment): Change,
2528 extend and improve customization.
2529
2530 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
2531 (rst-normalize-cursor-position, rst-get-decoration)
2532 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
2533 (rst-rstrip, rst-toc-insert-find-delete-contents)
2534 (rst-shift-fill-region, rst-compute-bullet-tabs)
2535 (rst-debug-print-tabs, rst-debug-mark-found)
2536 (rst-shift-region-guts, rst-shift-region-right)
2537 (rst-shift-region-left, rst-use-char-classes)
2538 (rst-font-lock-keywords-function)
2539 (rst-font-lock-indentation-point)
2540 (rst-font-lock-find-unindented-line-begin)
2541 (rst-font-lock-find-unindented-line-end)
2542 (rst-font-lock-find-unindented-line)
2543 (rst-font-lock-adornment-point, rst-font-lock-level)
2544 (rst-adornment-level-alist): Remove functions and variables.
2545
2546 (rst-compare-adornments, rst-get-adornment-match)
2547 (rst-suggest-new-adornment, rst-get-adornments-around)
2548 (rst-adornment-complete-p, rst-get-next-adornment)
2549 (rst-adjust-adornment, rst-display-adornments-hierarchy)
2550 (rst-straighten-adornments): Standardize function names to
2551 use "adornment" instead of "decoration". Correct callers.
2552 Similar standardizing in many places.
2553
2554 (rst-update-section, rst-adjust, rst-promote-region)
2555 (rst-enumerate-region, rst-bullet-list-region)
2556 (rst-repeat-last-character): Correct use of `interactive'.
2557
2558 (rst-classify-adornment, rst-find-all-adornments)
2559 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
2560 (rst-find-leftmost-column, rst-repeat-last-character):
2561 Refactor functions.
2562
2563 (rst-find-title-line, rst-reset-section-caches)
2564 (rst-get-adornments-around, rst-adjust-adornment-work)
2565 (rst-arabic-to-roman, rst-roman-to-arabic)
2566 (rst-insert-list-pos, rst-insert-list-new-item)
2567 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
2568 New functions.
2569
2570 (rst-all-sections, rst-section-hierarchy)
2571 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
2572 New variables.
2573
2574 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
2575 configuration instead of only buffer. Change where necessary.
2576
2577 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
2578 (rst-shift-region, rst-adaptive-fill): New functions for
2579 indentation and filling.
2580
2581 (rst-comment-line-break, rst-comment-indent)
2582 (rst-comment-insert-comment, rst-comment-region)
2583 (rst-uncomment-region): New functions for handling comments.
2584
2585 (rst-compile): Quote shell arguments.
2586
2587 (rst-compile-pdf-preview, rst-compile-slides-preview):
2588 Delete temporary files after use.
2589
a43f98b3
GM
25902012-05-05 Glenn Morris <rgm@gnu.org>
2591
48176e8b
GM
2592 * calendar/cal-html.el: Optionally include holidays in the output.
2593 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
2594 (cal-html-holidays): New option.
2595 (cal-html-css-default): Add holiday entry.
2596 (holiday-in-range): Autoload it.
2597 (cal-html-htmlify-entry): Add optional class argument.
2598 (cal-html-htmlify-list): Add optional holidays argument.
2599 (cal-html-insert-agenda-days): Include holidays in the output.
2600 (cal-html-one-month): Maybe include holidays.
2601
a43f98b3
GM
2602 * calendar/holidays.el (holiday-in-range):
2603 Move here from cal-tex-list-holidays.
2604 * calendar/cal-tex.el (cal-tex-list-holidays):
2605 Make it an obsolete alias for holiday-in-range. Update all callers.
2606
fef9d149 26072012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
2608
2609 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
2610 Nextstep.
2611
248da2f4
RW
26122012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
2613
2614 * files.el (file-auto-mode-skip): New var.
2615 (set-auto-mode-1): Use it.
2616
f95e9344
SM
26172012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2618
df96ab1e
SM
2619 * repeat.el: Use lexical-binding.
2620 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
2621 (repeat-undo-count): Remove.
2622 (repeat):
2623 * progmodes/octave-mod.el (octave-abbrev-start):
2624 * progmodes/f90.el (f90-abbrev-start):
2625 * face-remap.el (text-scale-adjust):
2626 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
2627
5342bb06
SM
2628 * emacs-lisp/pcase.el (pcase--let*): New function.
2629 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
2630 a bit more.
2631 (pcase--split-pred): Be more clever about ruling out overlap between
2632 a predicate and some constant pattern.
2633 (pcase--q1): Use `null' instead of (eq foo nil).
2634
f95e9344
SM
2635 * subr.el (setq-local, defvar-local): New macros.
2636 (kbd): Redefine as an alias.
2637 (with-selected-window): Leave unrelated frames alone.
2638 (set-temporary-overlay-map): New function.
2639
71873e2b
SM
26402012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2641
2642 * subr.el (user-error): New function.
2643 * window.el (switch-to-buffer):
2644 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
2645 (smerge-match-conflict):
2646 * simple.el (previous-matching-history-element)
2647 (next-matching-history-element, goto-history-element, undo-more)
2648 (undo-start):
2649 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
2650 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
2651 (next-file, tags-loop-scan, list-tags, complete-tag):
2652 * progmodes/compile.el (compilation-loop):
2653 * mouse.el (mouse-minibuffer-check):
2654 * man.el (Man-bgproc-sentinel, Man-goto-page):
2655 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
2656 (Info-history-forward, Info-follow-reference, Info-menu)
2657 (Info-extract-menu-item, Info-extract-menu-counting)
2658 (Info-forward-node, Info-backward-node, Info-next-menu-item)
2659 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
2660 (Info-next-reference, Info-prev-reference, Info-index)
2661 (Info-index-next, Info-follow-nearest-node)
2662 (Info-copy-current-node-name):
2663 * imenu.el (imenu--make-index-alist)
2664 (imenu-default-create-index-function, imenu-add-to-menubar):
2665 * files.el (basic-save-buffer, recover-file):
2666 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2667 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
2668 (checkdoc-message-text, checkdoc-defun):
2669 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
2670 * cus-edit.el (customize-changed-options, customize-rogue)
2671 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
2672 (custom-variable-mark-to-reset-standard)
2673 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
2674 (custom-file):
2675 * completion.el (check-completion-length):
2676 * comint.el (comint-search-arg)
2677 (comint-previous-matching-input-string-position)
2678 (comint-previous-matching-input)
2679 (comint-replace-by-expanded-history-before-point, comint-send-input)
2680 (comint-copy-old-input, comint-backward-matching-input)
2681 (comint-goto-process-mark, comint-set-process-mark):
2682 * calendar/calendar.el (calendar-cursor-to-date): Use it.
2683 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
2684
8a61ee22
SM
26852012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2686
66408d1e
SM
2687 * dabbrev.el (dabbrev--ignore-case-p): New function.
2688 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
2689 Use it.
2690
8a61ee22
SM
2691 * files.el (automount-dir-prefix): Mark as obsolete.
2692
3c74813a
GM
26932012-05-04 Glenn Morris <rgm@gnu.org>
2694
2695 * patcomp.el, play/bruce.el: Move to obsolete/.
2696
0bfcf5c5
PE
26972012-05-04 Paul Eggert <eggert@cs.ucla.edu>
2698
2699 Fix minor Y10k bugs.
2700 * arc-mode.el (archive-unixdate):
2701 * autoinsert.el (auto-insert-alist):
2702 * calc/calc-forms.el (math-this-year):
2703 * emacs-lisp/copyright.el (copyright-current-year)
2704 (copyright-update-year, copyright):
2705 * tar-mode.el (tar-clip-time-string):
2706 * time.el (display-time-update):
2707 Don't assume years have 4 digits.
2708
78f3273a
CY
27092012-05-04 Chong Yidong <cyd@gnu.org>
2710
2711 * dos-w32.el (file-name-buffer-file-type-alist)
2712 (direct-print-region-use-command-dot-com):
2713 * ffap.el (ffap-menu-regexp):
2714 * find-file.el (ff-special-constructs):
2715 * follow.el (follow-debug):
2716 * forms.el (forms--debug):
2717 * iswitchb.el (iswitchb-all-frames):
2718 * ido.el (ido-all-frames):
2719 * emacs-lisp/timer.el (timer-max-repeats):
2720 * mail/feedmail.el (feedmail-mail-send-hook)
2721 (feedmail-mail-send-hook-queued):
2722 * mail/footnote.el (footnote-signature-separator):
2723 * mail/mailabbrev.el (mail-alias-separator-string)
2724 (mail-abbrev-mode-regexp):
2725 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
2726 * progmodes/idlwave.el (idlwave-libinfo-file)
2727 (idlwave-default-completion-case-is-down)
2728 (idlwave-library-routines): Convert defvars to defcustoms.
2729
2730 * mail/rmail.el (rmail-decode-mime-charset):
2731 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
2732 (idlwave-shell-fix-inserted-breaks)
2733 (idlwave-shell-activate-alt-keybindings)
2734 (idlwave-shell-use-breakpoint-glyph):
2735 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
2736
f7ae6719
SM
27372012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
2738
2739 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
2740
47086495
WS
27412012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
2742
2743 * progmodes/verilog-mode.el (font-lock-keywords):
2744 Fix mis-highligting auto. Reported by Craig Barner.
2745 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
2746 defines from global name space. Reported by Dan Dever.
2747 (verilog-auto-reset, verilog-auto-reset-widths)
2748 (verilog-auto-tieoff): Support using unbased numbers for
2749 AUTORESET and AUTOTIEOFF.
2750 (verilog-submit-bug-report): Update variable list.
2751 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
2752 parenthesis from not matching. Reported by Michael Rytting.
2753 (verilog-auto-template-lint): Fix hash error when linting modules
2754 with no used templates.
2755 (verilog-warn, verilog-warn-error)
2756 (verilog-warn-fatal): When non-interactive report multiple
2757 warnings before exiting. Suggested by Brad Dobbie.
2758 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
2759 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
2760 to report unused template errors. Reported by Brad Dobbie.
2761 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
2762 nets, bug438. Reported by Vns Blore.
2763 (verilog-auto-inout-module, verilog-auto-reg)
2764 (verilog-read-decls, verilog-read-sub-decls-sig)
2765 (verilog-signals-edit-wire-reg, verilog-signals-with):
2766 Fix passing of Verilog data types in ANSI input/output ports
2767 such as "output logic" into the AUTOs. Special case "wire" and
2768 "reg" for backwards compatibility presuming Verilog 2001.
2769 (verilog-auto-ascii-enum): Add "auto enum" as alias.
2770 (verilog-preprocess): Fix replication of preprocess output.
2771 Reported by Brad Dobbie.
2772 (verilog-auto-inst-interfaced-ports):
2773 Create verilog-auto-inst-interfaced-ports, bug429.
2774 Reported by Julian Gorfajn.
2775 (verilog-after-save-font-hook)
2776 (verilog-before-save-font-hook): New variable.
2777 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
2778 (verilog-save-font-mods): Wrap disabling fontification, reported
2779 by David Rogoff.
2780 (verilog-do-indent, verilog-pretty-declarations-auto)
2781 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
2782 Reported by Pierre-David Pfister.
2783 (verilog-set-auto-endcomments): Fix endtask auto comments outside
2784 of class declarations, bug292. Reported by Kevin Heilman.
2785 (verilog-read-decls): Fix 'parameter type' not appearing in
2786 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
2787 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
2788 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
2789 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
2790 Reported by David Kravitz.
2791
27922012-05-03 Michael McNamara <mac@mail.brushroad.com>
2793
2794 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
2795 assignment with tests in ifs and for loops.
2796 (verilog-extended-complete-re, verilog-complete-reg): Change so
2797 that DPI inport functions don't look like fuction declarations.
2798 (verilog-pretty-expr): Don't line up assignment
2799 operations to the test and increment in if and for loops
2800 (verilog-extended-complete-re, verilog-complete-reg): Change so
2801 that DPI inport functions don't look like fuction declarations
2802
2e51d4b5
KH
28032012-05-03 Kenichi Handa <handa@m17n.org>
2804
2805 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 2806 decoding, and show a warning message without signaling an error
2e51d4b5
KH
2807 (Bug#11282).
2808
2bd785a2
SM
28092012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
2810
2811 * emacs-lisp/bytecomp.el
2812 (byte-compile-file-form-custom-declare-variable): Compile all elements,
2813 since cconv.el might have introduced :fun-body, internal-make-closure,
2814 and friends for bytecomp to handle (bug#11391).
2815 * custom.el (defcustom): Avoid ((λ ..) ..).
2816
99d27583
SM
28172012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2818
2819 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
2820
55a71479
JB
28212012-05-02 Juanma Barranquero <lekktu@gmail.com>
2822
2823 * notifications.el (dbus-debug):
2824 * term/linux.el (gpm-mouse-enable):
2825 * term/screen.el (xterm-register-default-colors): Declare.
2826
7b97c764
CY
28272012-05-02 Chong Yidong <cyd@gnu.org>
2828
2bc356d7
CY
2829 * cus-start.el (gc-cons-percentage, exec-suffixes)
2830 (dos-display-scancodes, dos-hyper-key, dos-super-key)
2831 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
2832 (make-cursor-line-fully-visible, void-text-area-pointer)
2833 (font-list-limit): Add customization data.
2834
7b97c764
CY
2835 * allout.el (allout-exposure-change-functions)
2836 (allout-structure-added-functions)
2837 (allout-structure-deleted-functions)
2838 (allout-structure-shifted-functions): Rename abnormal hooks from
2839 *-hook, and convert to defcustoms.
5d3385a0
JB
2840 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
2841 Convert to defcustoms.
7b97c764
CY
2842 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
2843
2844 * allout-widgets.el: Hook callers changed.
2845
90207a15 28462012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
2847
2848 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
2849 the yanked message in preference to the default value of
2850 buffer-file-coding-system.
2851
90207a15 28522012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 2853
5d3385a0
JB
2854 * window.el (display-buffer--action-function-custom-type):
2855 Fix entry.
d9558cad 2856
90207a15 28572012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
2858
2859 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
2860
d80ac57b
GM
28612012-05-01 Glenn Morris <rgm@gnu.org>
2862
976f7668
GM
2863 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
2864
beb83b5a
GM
2865 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
2866
d80ac57b
GM
2867 * cus-edit.el (custom-variable-documentation): Simplify with format.
2868
b593d6a9
AH
28692012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2870 Stefan Monnier <monnier@iro.umontreal.ca>
2871
2872 * simple.el (suggest-key-bindings, execute-extended-command):
2873 Move from keyboard.c.
2874
782fbf2a
CY
28752012-05-01 Chong Yidong <cyd@gnu.org>
2876
2877 * follow.el: Eliminate advice.
2878 (set-process-filter, process-filter, sit-for): Advice deleted.
2879 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
2880 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
2881 Vars deleted.
782fbf2a
CY
2882 (follow-auto): Use a :set function.
2883 (follow-mode): Rewritten. Don't advise process filters.
2884 (follow-switch-to-current-buffer-all, follow-scroll-up)
2885 (follow-scroll-down): Assume follow-mode is bound.
2886 (follow-comint-scroll-to-bottom)
2887 (follow-align-compilation-windows): New functions.
2888 (follow--window-sorter): New function.
2889 (follow-all-followers): Use it to explicitly sort windows by their
2890 positions; don't make assumptions about next-window order.
2891 (follow-windows-start-end, follow-delete-other-windows-and-split)
2892 (follow-calc-win-start): Doc fix.
2893 (follow-windows-aligned-p, follow-select-if-visible): Don't call
2894 vertical-motion unnecessarily.
2895 (follow-adjust-window): New function.
2896 (follow-post-command-hook): Use it.
2897 (follow-call-set-process-filter, follow-call-process-filter)
2898 (follow-intercept-process-output, follow-tidy-process-filter-alist)
2899 (follow-stop-intercept-process-output, follow-generic-filter):
2900 Functions deleted.
2901 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
2902 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
2903 New functions, replacing advice on scroll-bar-* commands.
87233a14 2904 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
2905
2906 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
2907 (comint-postoutput-scroll-to-bottom): Use it.
2908 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 2909
290af740
GM
29102012-05-01 Glenn Morris <rgm@gnu.org>
2911
2912 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
2913 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
2914 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
2915 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
2916 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
2917 Remove no-byte-compile setting.
2918
6eac8dc9
SM
29192012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2920
2921 * minibuffer.el (completion-table-with-quoting): Fix compatibility
2922 all-completions code to not return a number in the last cdr.
2923
9cc7819c
LL
29242012-04-30 Leo Liu <sdl.web@gmail.com>
2925
2926 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
2927 read-only error.
2928
c93b886f
CY
29292012-04-29 Chong Yidong <cyd@gnu.org>
2930
2931 * follow.el (follow-calc-win-end): Rewrite to handle partial
2932 screen lines correctly (Bug#8390).
2933 (follow-avoid-tail-recenter): Minor cleanup.
2934
8b6c19f4
SM
29352012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2936
2937 Avoid the obsolete `assoc' package.
2938 * speedbar.el (speedbar-refresh): Avoid adelete.
2939 (speedbar-file-lists): Simplify and avoid aput.
2940 * man.el (Man--sections, Man--refpages): New vars, replacing
2941 Man-sections-alist and Man-refpages-alist.
2942 (Man-build-section-alist, Man-build-references-alist):
2943 Use them; avoid aput.
2944 (Man--last-section, Man--last-refpage): New vars.
2945 (Man-follow-manual-reference): Use them.
2946 Use the `default' arg of completing-read.
2947 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
2948
c5bb7569
CY
29492012-04-27 Chong Yidong <cyd@gnu.org>
2950
d1d2e2e8
CY
2951 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
2952
15cd8efd
CY
2953 * startup.el (x-apply-session-resources): New function.
2954
2955 * term/ns-win.el (ns-initialize-window-system):
2956 * term/w32-win.el (w32-initialize-window-system):
2957 * term/x-win.el (x-initialize-window-system): Use it to properly
2958 set menu-bar-mode and other vars from X resources, even if the
2959 initial frame is not a window-system frame (Bug#2299).
2960
c5bb7569
CY
2961 * subr.el (read-key): Avoid running filter function when setting
2962 up temporary tool bar entries (Bug#9922).
2963
a8e7d6d7 29642012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
2965
2966 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
2967 (Bug#11344)
2968
a8e7d6d7 29692012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
2970
2971 * select.el (xselect--encode-string): New function, split from
2972 xselect-convert-to-string.
2973 (xselect-convert-to-string): Use it.
2974 (xselect-convert-to-filename, xselect-convert-to-os)
2975 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
2976 returned strings are properly encoded (Bug#11315).
2977
a8e7d6d7 29782012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
2979
2980 * simple.el (delete-active-region): Move to killing custom group.
2981
a8e7d6d7 29822012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
2983
2984 * progmodes/which-func.el (which-func-current): Quote %
2985 characters for mode-line processing.
2986
578c1d4b 29872012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
2988
2989 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
2990 reaching eob (Bug#11286).
2991
a8e7d6d7 29922012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
2993
2994 * progmodes/gdb-mi.el (gdb-control-level): New variable.
2995 (gdb): Make it buffer-local and init to zero.
2996 (gdb-control-commands-regexp): New variable.
2997 (gdb-send): Don't wrap in "-interpreter-exec console" if
2998 gdb-control-level is positive. Increment gdb-control-level
2999 whenever the command matches gdb-control-commands-regexp, and
3000 decrement it each time the command is "end". (Bug#11279)
3001
a8e7d6d7 30022012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
3003
3004 * window.el (adjust-window-trailing-edge, enlarge-window)
3005 (shrink-window, window-resize):
3006 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
3007 windows (Bug#11276).
3008
b3608390
CY
30092012-04-27 Chong Yidong <cyd@gnu.org>
3010
3011 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 3012 fix "missing prefix" warning. All callers changed.
b3608390 3013
797e6e88
SM
30142012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
3015
3016 * emacs-lisp/assoc.el: Move to obsolete/.
3017
e95a67dc
SM
30182012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3019
657c21e4 3020 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
3021
3022 * term/ns-win.el (ns-define-service):
3023 * progmodes/pascal.el (pascal-goto-defun):
3024 * progmodes/js.el (js--read-tab):
3025 * progmodes/etags.el (tags-lazy-completion-table):
3026 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
3027 * emacs-lisp/ewoc.el (ewoc--wrap):
3028 * emacs-lisp/assoc.el (aput, adelete, amake):
3029 * doc-view.el (doc-view-convert-current-doc):
3030 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
3031
cb3e7ae0
CY
30322012-04-26 Chong Yidong <cyd@gnu.org>
3033
dce04f7f
CY
3034 * image.el (image-type-from-buffer): Only return supported image
3035 type (Bug#9045).
3036
cb3e7ae0
CY
3037 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
3038 value, for symmetry with diff-end-of-hunk.
3039 (diff-split-hunk, diff-find-source-location)
3040 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
3041 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
3042 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
3043 compute the relevant hunk or file properly (Bug#6005).
3044 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
3045
0d42eb3e
SM
30462012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3047
3048 * vc/vc-mtn.el:
3049 * vc/vc-hg.el:
3050 * vc/vc-git.el:
3051 * vc/vc-dir.el:
3052 * vc/vc-cvs.el:
3053 * vc/vc-bzr.el:
3054 * vc/vc-arch.el:
3055 * vc/vc.el: Replace lexical-let by lexical-binding.
3056 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
3057 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
3058 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
3059
f08ae1c9
CY
30602012-04-26 Chong Yidong <cyd@gnu.org>
3061
8b71081d
CY
3062 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
3063 (diff-mode-shared-map): Bind it to / and [remap undo].
3064
f08ae1c9
CY
3065 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
3066 (ediff-window-setup-function): Use it as the default, to set up
3067 windows based on whether the current frame is graphical (Bug#2138).
3068 (ediff-choose-window-setup-function-automatically): Make obsolete.
3069
3070 * vc/ediff-init.el: Always define ediff-pixel-width/height.
3071
ef24141c
SM
30722012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
3073
cc356a5d
SM
3074 * ffap.el: Remove old code for obsolete package.
3075 (ffap-complete-as-file-p): Remove.
3076
b4ff4f1f
SM
3077 Use completion-table-with-quoting for comint and pcomplete.
3078 * comint.el (comint--unquote&requote-argument)
3079 (comint--unquote-argument, comint--requote-argument): New functions.
3080 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
3081 (comint-quote-filename): Use regexp-opt-charset.
3082 (comint--common-suffix, comint--common-quoted-suffix)
3083 (comint--table-subvert): Remove.
3084 (comint-unquote-function, comint-requote-function): New vars.
3085 (comint--complete-file-name-data): Use them with
3086 completion-table-with-quoting.
3087 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
3088 * pcomplete.el (pcomplete-arg-quote-list)
3089 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
3090 (pcomplete-unquote-argument-function): Default to non-nil.
3091 (pcomplete-unquote-argument): Simplify.
3092 (pcomplete--common-quoted-suffix): Remove.
3093 (pcomplete-requote-argument-function): New var.
3094 (pcomplete--common-suffix): New function.
3095 (pcomplete-completions-at-point): Use completion-table-with-quoting
3096 and completion-table-subvert.
3097
79c4eeb4
SM
3098 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
3099 (minibuffer--double-dollars): Preserve properties.
3100 (completion--sifn-requote): New function.
3101 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
3102
ef24141c
SM
3103 * minibuffer.el: Add support for completion of quoted/escaped data.
3104 (completion-table-with-quoting, completion-table-subvert): New funs.
3105 (completion--twq-try, completion--twq-all): New functions.
3106 (completion--nth-completion): New function.
3107 (completion-try-completion, completion-all-completions): Use it.
3108
784e7d6e
LL
31092012-04-25 Leo Liu <sdl.web@gmail.com>
3110
dd2ac746
SM
3111 * progmodes/python.el (python-pdbtrack-get-source-buffer):
3112 Use compilation-message if available to find real filename.
784e7d6e 3113
07875ee7
CY
31142012-04-25 Chong Yidong <cyd@gnu.org>
3115
3116 * vc/diff-mode.el (diff-setup-whitespace): New function.
3117 (diff-mode): Use it.
3118
3119 * vc/diff.el (diff-sentinel):
3120 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
3121 Whitespace mode variables based on diff style (Bug#8612).
3122
5055880d
LL
31232012-04-25 Leo Liu <sdl.web@gmail.com>
3124
daf75653
LL
3125 * progmodes/python.el (python-send-region): Add suffix .py to the
3126 temp file.
3127
5055880d
LL
3128 * files.el (auto-mode-alist): Use javascript-mode instead.
3129
db9b177b
AH
31302012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
3131
ef24141c 3132 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b
AH
3133
3134 * soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 3135 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 3136 references, see Bug#9.
ef24141c 3137 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 3138 when receiving a fault reply.
ef24141c 3139 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b
AH
3140
3141 * soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 3142 (soap-inspect-simple-type): New function.
db9b177b 3143
ef24141c 3144 * soap-client.el (soap-simple-type): New struct.
db9b177b 3145 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
3146 (soap-decode-basic-type, soap-encode-basic-type):
3147 support unsignedInt and double basic types.
db9b177b 3148 (soap-resolve-references-for-simple-type)
ef24141c
SM
3149 (soap-parse-simple-type, soap-encode-simple-type): New function.
3150 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b
AH
3151
3152 * soap-client.el (soap-default-xsd-types)
ef24141c
SM
3153 (soap-default-soapenc-types): Add integer, byte and anyURI types.
3154 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
3155 the local name of "soapenc:Array".
3156 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
3157 decoding integer, byte and anyURI xsd types.
3158
1fc6097b
CY
31592012-04-25 Chong Yidong <cyd@gnu.org>
3160
3161 * cus-edit.el (custom-buffer-create-internal): Update header text.
3162
afc6df87
EZ
31632012-04-25 Eli Zaretskii <eliz@gnu.org>
3164
3165 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
3166 settings on 'system-type', not on 'window-system'. On MS-Windows,
3167 set interactive-mode on in GDB.
3168
dfbd787f
SM
31692012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3170
3171 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
3172 (ruby-syntax-propertize-regexp): Remove.
3173 (ruby-syntax-propertize-function): Split regexp into chunks.
3174 Match following code directly.
3175
85222d44
DG
31762012-04-24 Dmitry Gutov <dgutov@yandex.ru>
3177
51a8ea2a
DG
3178 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
3179 (ruby-syntax-propertize-regexp): New function.
3180 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
3181 by a special keyword.
3182
85222d44
DG
3183 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
3184 (ruby-syntax-general-delimiters-goto-beg)
3185 (ruby-syntax-propertize-general-delimiters): New functions.
3186 (ruby-syntax-propertize-function): Use them to handle GDL.
3187 (ruby-font-lock-keywords): Move old handling of GDL...
3188 (ruby-font-lock-syntactic-keywords): .. to here.
3189 (ruby-calculate-indent): Adjust indentation for GDL.
3190
b613912b
MA
31912012-04-24 Michael Albinus <michael.albinus@gmx.de>
3192
b5380639
MA
3193 * notifications.el (top): Remove unneeded declarations.
3194 (notifications-specification-version): Change to "1.2".
e43042fe 3195 (notifications-interface, notifications-notify-method)
b613912b
MA
3196 (notifications-close-notification-method): Fix docstring.
3197 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
3198 (notifications-notify): Add :action-items, :resident and
3199 :transient hints. Change "image_data" to "image-data" and
3200 "image_path" to "image-path".
b613912b
MA
3201 (notifications-get-capabilities): New defun.
3202
257440aa
LL
32032012-04-24 Leo Liu <sdl.web@gmail.com>
3204
3205 * progmodes/python.el: Move hideshow setup to the end.
3206
b1bac16e
MR
32072012-04-24 Martin Rudalics <rudalics@gmx.at>
3208
3209 * window.el (handle-select-window): Clear echo area since this is
3210 no more done by read_char (Bug#11304).
3211
d81bd059
SM
32122012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3213
3214 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
3215 and `/ M' to filter-derived-mode.
3216 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
3217 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
3218 (ibuffer-mark-by-mode): Use default rather than initial-input.
3219 (ibuffer-filter-by-derived-mode): Autoload and require-match.
3220
c4cf6d91
IA
32212012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
3222
3223 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
3224 (ibuffer-filter-by-derived-mode): New filter.
3225 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
3226
7511ded8
CY
32272012-04-23 Andreas Politz <politza@fh-trier.de>
3228
3229 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
3230
775c916b
CY
32312012-04-23 Chong Yidong <cyd@gnu.org>
3232
3233 * cus-edit.el (customize-apropos, customize-apropos-options):
3234 Disable matching of non-option variables (Bug#11176).
3235 (customize-option, customize-option-other-window)
3236 (customize-changed-options): Doc fix.
3237 (customize-apropos-options, customize-apropos-faces)
3238 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
3239
3240 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 3241 Fix word list splitting (Bug#11132).
46c71e23
CY
3242 (apropos-symbol, apropos-keybinding, apropos-label)
3243 (apropos-property, apropos-function-button)
3244 (apropos-variable-button, apropos-misc-button): New faces.
3245 (apropos-symbol-face, apropos-keybinding-face)
3246 (apropos-label-face, apropos-property-face, apropos-match-face):
3247 Variables removed (Bug#8396).
3248 (apropos-library-button, apropos-format-plist, apropos-print)
3249 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 3250
2df41f9c
MA
32512012-04-23 Michael Albinus <michael.albinus@gmx.de>
3252
3253 * net/xesam.el (xesam-mode-map): Use let-bound map in
3254 initialization. (Bug#11292)
3255
da00640a
AM
32562012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3257
3258 Preserve ispell session localwords when switching back to
3259 original buffer.
3260
3261 * ispell.el (ispell-buffer-session-localwords): New buffer-local
3262 variable to hold buffer session localwords.
3263 (ispell-kill-ispell): add option 'clear to delete session
3264 localwords.
3265 (ispell-command-loop, ispell-change-dictionary)
3266 (ispell-buffer-local-words): Preserve session localwords when
3267 needed.
3268
3269 * flyspell.el (flyspell-process-localwords, flyspell-do-correct):
3270 Preserve session localwords when needed.
3271
f621ccf5
AM
32722012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3273
3274 * ispell.el (ispell-insert-word) Remove unneeded function using
3275 obsolete `translation-table-for-input'.
ef24141c
SM
3276 (ispell-word, ispell-process-line, ispell-complete-word):
3277 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 3278
c2d1019e
CY
32792012-04-22 Chong Yidong <cyd@gnu.org>
3280
3281 * cus-edit.el (custom-variable-menu)
3282 (custom-variable-reset-saved, custom-face-menu)
3283 (custom-face-reset-saved): If there is no saved value, make the
3284 "reset-saved" operation bring back the default (Bug#9509).
3285 (custom-face-state): Properly detect themed faces.
3286
eeddc531
CY
3287 * faces.el (face-spec-set): Stop supporting deprecated form of
3288 third arg.
3289
dcbf5805
MA
32902012-04-22 Michael Albinus <michael.albinus@gmx.de>
3291
3292 Move functions from C to Lisp. Make non-blocking method calls
3293 the default. Implement further D-Bus standard interfaces.
3294
ef24141c
SM
3295 * net/dbus.el (dbus-message-internal): Declare function.
3296 Remove unneeded function declarations.
dcbf5805
MA
3297 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
3298 (dbus-message-type-method-return, dbus-message-type-error)
3299 (dbus-message-type-signal): Declare variables. Remove local
3300 definitions.
3301 (dbus-interface-dbus, dbus-interface-peer)
3302 (dbus-interface-introspectable, dbus-interface-properties)
3303 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
3304 Adapt docstring.
3305 (dbus-interface-objectmanager): New defconst.
3306 (dbus-call-method, dbus-call-method-asynchronously)
3307 (dbus-send-signal, dbus-method-return-internal)
3308 (dbus-method-error-internal, dbus-register-service)
3309 (dbus-register-signal, dbus-register-method): New defuns, moved
3310 from dbusbind.c
3311 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
3312 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
3313 New defuns.
dcbf5805
MA
3314 (dbus-call-method-non-blocking): Make it an obsolete function.
3315 (dbus-unregister-object, dbus-unregister-service)
3316 (dbus-handle-event, dbus-register-property)
3317 (dbus-property-handler): Obey the new structure of
3318 `bus-registered-objects'.
3319 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
3320 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
3321 Use `dbus-call-method'.
3322
cf20dee0
CY
33232012-04-22 Chong Yidong <cyd@gnu.org>
3324
3325 * cus-edit.el (custom-commands, custom-reset-menu)
3326 (Custom-reset-standard): Tweak labels.
3327 (custom-reset-button-menu): Change default to t.
3328 (custom-buffer-create-internal): For the custom-reset-button-menu
3329 case, put the revert button first.
3330 (custom-group-subtitle): New face.
3331 (custom-group-value-create): Align docstring to a specific column.
3332
3333 * wid-edit.el (widget-documentation-link-add): Don't handle
3334 indentation in this function.
3335 (widget-documentation-string-indent-to): New function.
3336 (widget-documentation-string-value-create): Use it.
3337
3338 * autorevert.el (auto-revert):
3339 * epg-config.el (epg):
3340 * ibuffer.el (ibuffer):
3341 * mpc.el (mpc):
3342 * ses.el (ses):
3343 * eshell/eshell.el (eshell):
3344 * net/ange-ftp.el (ange-ftp):
3345 * progmodes/ebnf2ps.el (postscript):
3346 * progmodes/flymake.el (flymake):
3347 * progmodes/prolog.el (prolog):
3348 * progmodes/verilog-mode.el (verilog-mode):
3349 * progmodes/which-func.el (which-func):
3350 * term/xterm.el (xterm):
3351 * textmodes/picture.el (picture):
3352 * textmodes/tildify.el (tildify):
3353 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
3354 customization buffers.
3355
583e23bd
AM
33562012-04-22 Alan Mackenzie <acm@muc.de>
3357
3358 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
3359 Adding a ) can hide the resulting (..) from searches. Fix it.
3360 Bound the backward search to the position of the existing (.
3361
7dd51bf1
JB
33622012-04-21 Juanma Barranquero <lekktu@gmail.com>
3363
3364 * progmodes/verilog-mode.el (verilog-mode): Check whether
3365 which-func-modes is t before adding verilog-mode.
3366 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
3367
d64a438f
LL
33682012-04-21 Leo Liu <sdl.web@gmail.com>
3369
7dd51bf1 3370 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 3371
081e8d65
MV
33722012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
3373
3374 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
3375 filling of the last column of a table (Bug#5635).
3376 (woman-find-next-control-line): New arg, specifying an additional
3377 regexp component for the control line.
3378 (woman2-roff-buffer): Use it.
3379 (woman-break-table): New function.
3380 (woman2-TS): Use it.
3381
33822012-04-21 Chong Yidong <cyd@gnu.org>
3383
3384 * woman.el (woman-set-buffer-display-table, woman-decode-region)
3385 (woman-horizontal-escapes, woman-negative-vertical-space)
3386 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
3387 (WoMan-warn-ignored): Use ?\s instead of ?\ .
3388
ed571ccb
SM
33892012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3390
3391 * minibuffer.el (completion-file-name-table): Complete user names.
3392
39773899
LL
33932012-04-20 Leo Liu <sdl.web@gmail.com>
3394
3395 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
3396 and pcase-let*.
3397
de6ff46d
CY
33982012-04-20 Chong Yidong <cyd@gnu.org>
3399
3400 * server.el (server-execute): Respect initial-buffer-choice if it
3401 is a string and there are no files to open (Bug#2825).
3402 (server-create-window-system-frame, server-create-tty-frame):
3403 Don't switch buffers here.
2d0e8e61
CY
3404 (server-process-filter): Only try to open a window system frame if
3405 compiled with graphical support (Bug#8314).
de6ff46d 3406
54071013
DN
34072012-04-20 Dan Nicolaescu <dann@gnu.org>
3408
3409 * battery.el (battery-echo-area-format): Display remaining time
3410 for sysfs backend too (Bug#11269).
3411 (battery-linux-sysfs): Fix conditional for the charge.
3412
f30d612a
CY
34132012-04-20 Chong Yidong <cyd@gnu.org>
3414
c07a4c0b 3415 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
3416 (gdb-inferior-io--init-proc): New function.
3417 (gdb-init-1): Use it.
3418 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
3419 responsible for allocating a new pty and hooking it to gdb when
3420 the old pty gets an EIO due to process exit.
3421 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
3422 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
3423 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
3424
2116e93c
EZ
34252012-04-20 Eli Zaretskii <eliz@gnu.org>
3426
3427 * window.el (window-min-size, window-sizable, window-min-delta)
3428 (window-max-delta, window--resizable, window-resizable)
3429 (window-total-size, window-full-height-p, window-full-width-p)
3430 (window-in-direction, window--resize-mini-window, window-resize)
3431 (window--resize-child-windows-normal)
3432 (window--resize-child-windows, window--resize-siblings)
3433 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 3434 (enlarge-window, shrink-window): Doc fixes.
2116e93c 3435
c07a4c0b 34362012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 3437
ef24141c
SM
3438 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
3439 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
3440 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
3441 pty process (Bug#11273).
3442 (gdb-update): New arg to suppress talking to the gdb process.
3443 (gdb-done-or-error): Use it.
3444 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
3445 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
3446 sentinel not being called.
3447
3448 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
3449
d02766ab
CY
3450 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
3451
c07a4c0b 34522012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
3453
3454 * net/network-stream.el (open-network-stream): Doc fix.
3455
c07a4c0b 34562012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
3457
3458 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
3459
c07a4c0b 34602012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
3461
3462 Ensure searching for keywords is case sensitive.
3463
3464 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
3465 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
3466 (c-defun-name, c-mark-function, c-cpp-define-name)
3467 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 3468 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 3469
ef24141c
SM
3470 * progmodes/cc-mode.el (c-font-lock-fontify-region):
3471 Bind case-fold-search to nil.
f0f6bc35 3472
c07a4c0b 34732012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
3474
3475 * mail/sendmail.el (mail-bury): Call return action with the right
3476 Rmail buffer (Bug#11242).
3477
9a864fa2
CY
3478 * server.el (server-process-filter): Handle corner case where both
3479 tty and nowait options are present (Bug#11102).
3480
539aa513
EZ
34812012-04-20 Eli Zaretskii <eliz@gnu.org>
3482
3483 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
3484 (top level): Put into the executable the ident-style '$Id:' tag on
3485 windows-nt as well.
539aa513 3486
cfc7d5da
SM
34872012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3488
3489 * electric.el (electric-indent-post-self-insert-function): Check that
3490 electric-indent-mode is enabled in current buffer.
3491
5b01685c
JB
34922012-04-19 Juanma Barranquero <lekktu@gmail.com>
3493
3494 * imenu.el (imenu-progress-message): Restore; it is "used" in
3495 erc/erc-imenu.el and net/snmp-mode.el.
3496
4d6769e1
JB
34972012-04-19 Juanma Barranquero <lekktu@gmail.com>
3498
3499 * avoid.el (mouse-avoidance-mode): Mark unused arg.
3500 (mouse-avoidance-nudge-mouse): Remove unused binding.
3501
3502 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
3503
3504 * descr-text.el (describe-char):
3505 * progmodes/python.el (python-describe-symbol):
3506 Don't call `toggle-read-only', set `buffer-read-only'.
3507
3508 * imenu.el (imenu-default-goto-function): Mark unused args.
3509 (imenu-progress-message): Remove obsolete macro; all callers changed.
3510
3511 * subr.el (keymap-canonicalize): Remove unused binding.
3512 (read-passwd): Mark unused arg.
3513
3514 * tutorial.el (tutorial--display-changes): Remove unused binding.
3515 (tutorial--save-tutorial-to): Remove unused variable.
3516
3517 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
3518 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
3519 (package-generate-autoloads, package-menu--generate)
3520 (package-menu--find-upgrades): Remove unused bindings.
3521
3522 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
3523 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
3524 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
3525 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
3526 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
3527 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
3528 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
3529 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
3530 (cua-delete-char-rectangle): Mark unused args.
3531 (cua-align-rectangle): Remove unused binding.
3532
3533 * mail/rmail.el (compilation--message->loc)
3534 (epa--find-coding-system-for-mime-charset): Declare.
3535
3536 * net/dbus.el (dbus-register-service): Declare.
3537 (dbus-name-owner-changed-handler): Remove unused binding.
3538
3539 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
3540 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
3541 (nxml-scan-backward-within): Mark unused arg.
3542 (nxml-dynamic-markup-word): Remove unused binding.
3543
3544 * mouse.el (mouse-menu-major-mode-map):
3545 * emacs-lisp/authors.el (authors-scan-change-log)
3546 (authors-add-to-author-list):
3547 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
3548 * emacs-lisp/smie.el (smie-auto-fill):
3549 * mail/sendmail.el (mail-bury):
3550 * mail/unrmail.el (unrmail):
3551 * net/tls.el (open-tls-stream):
3552 * textmodes/picture.el (picture-mouse-set-point):
3553 Remove unused bindings.
3554
8c8fc5df
MA
35552012-04-19 Michael Albinus <michael.albinus@gmx.de>
3556
3557 * net/tramp.el (tramp-action-password): Let-bind
3558 `enable-recursive-minibuffers' to t.
3559
a77b0ac9
SS
35602012-04-18 Sam Steingold <sds@gnu.org>
3561
3562 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
3563 instead of 'string to accommodate values like [f11].
3564 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
3565 * progmodes/gdb-mi.el: Likewise.
3566
12a106a9
LL
35672012-04-18 Leo Liu <sdl.web@gmail.com>
3568
3569 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
3570 current buffer.
3571 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
3572 LOCAL is nil.
3573
bc6494ef
CY
35742012-04-18 Chong Yidong <cyd@gnu.org>
3575
3576 * simple.el (line-move): Use forward-line if in batch mode
3577 (Bug#11053).
3578
c09c46b2
CS
35792012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
3580
3581 * files.el (after-find-file): Do not try to add a final newline if
3582 the buffer is read-only (Bug#11156).
3583
5f6530ea
RS
35842012-04-17 Richard Stallman <rms@gnu.org>
3585
3586 * mail/rmail.el (rmail-start-mail):
3587 Pass (rmail-mail-return...) for the return-action.
3588 Pass (rmail-yank-current-message...) for the yank-action.
3589 (rmail-yank-current-message): New function.
3590 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
3591 (rmail-reply): Likewise.
3592 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
3593
3594 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 3595 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
3596 buffer, not newbuf.
3597
197b6f3c
JB
35982012-04-17 Juanma Barranquero <lekktu@gmail.com>
3599
3600 * server.el (server-ensure-safe-dir): Simplify.
3601
2311d8e5 36022012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 3603
2311d8e5
GM
3604 * emacs-lisp/smie.el: Provide smarter auto-filling.
3605 (smie-auto-fill): New function.
3606 (smie-setup): Use it.
98fb480e 3607
2311d8e5
GM
3608 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
3609
36102012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
3611
3612 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
3613 (comment-indent): Use it.
3614
2311d8e5 36152012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
3616
3617 * ses.el: The overall change is to add cell renaming, that is
3618 setting fancy names for cell symbols other than name matching
3619 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 3620 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 3621 (ses-create-cell-variable): New defun.
2311d8e5 3622 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
3623 (ses-relocate-formula): Relocate formulas only for cells the
3624 symbols of which are not renamed, i.e. symbols whose names do not
3625 match regexp "\\`[A-Z]+[0-9]+\\'".
3626 (ses-relocate-all): Relocate values only for cells the symbols of
3627 which are not renamed.
3628 (ses-load): Create cells variables as the (ses-cell ...) are read,
3629 in order to check row col consistency with cell symbol name only
3630 for cells that are not renamed.
3631 (ses-replace-name-in-formula): New defun.
3632 (ses-rename-cell): New defun.
4bdf2ad2 3633
fc72b15c
PO
36342012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
3635
3636 * progmodes/perl-mode.el (perl-indent-parens-as-block):
3637 New option (bug#11118).
3638 (perl-calculate-indent): Respect it.
3639
12e10e61
GM
36402012-04-17 Glenn Morris <rgm@gnu.org>
3641
3642 * dired-aux.el (dired-mark-read-string): Doc fix.
3643
30009afd
DA
36442012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
3645
3646 * dired-aux.el (dired-mark-read-string): Offer optional completion.
3647 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
3648
41f03f4d
GM
36492012-04-17 Glenn Morris <rgm@gnu.org>
3650
3651 * mouse.el (mouse-drag-track):
3652 * speedbar.el (speedbar-frame-mode):
3653 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
3654
f45f90f3
LL
36552012-04-16 Leo Liu <sdl.web@gmail.com>
3656
3657 * progmodes/python.el: Trivial cleanup.
3658
94ee8db5
GM
36592012-04-16 Glenn Morris <rgm@gnu.org>
3660
121b8917
GM
3661 * vc/vc.el (vc-string-prefix-p):
3662 * vc/pcvs-util.el (cvs-string-prefix-p):
3663 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
3664 * mpc.el (mpc-string-prefix-p):
3665 Make all of these into obsolete aliases for string-prefix-p.
3666 Update callers.
3667 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
3668
1197ecfa
GM
3669 * textmodes/two-column.el: Move custom options to the start.
3670 (frame-width): Remove compat definition.
3671 (2C-associate-buffer, 2C-dissociate):
3672 Use with-current-buffer rather than save-excursion.
3673 (2C-dissociate): Force a mode-line update.
3674 (2C-autoscroll): Use ignore-errors.
3675
099e7202
GM
3676 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
3677 Autoload trivia.
3678
bf350d6a
GM
3679 * emacs-lisp/cl-extra.el (*random-state*):
3680 Remove unnecessary declaration.
3681
0e829eab
GM
3682 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
3683
e3ad7552
GM
3684 * play/cookie1.el (cookie-snarf):
3685 Give an explicit error if input file cannot be read.
3686
68892d27
GM
3687 * play/yow.el (yow-file): Use expand-file-name rather than concat.
3688
20f0c46d
GM
3689 * progmodes/perl-mode.el (c-macro-expand):
3690 Remove unnecessary autoload (it is in loaddefs.el).
3691
5a0978ce
GM
3692 * textmodes/picture.el (picture-desired-column)
3693 (picture-update-desired-column): Convert comments to doc-strings.
3694 (picture-substitute): Remove function.
3695 (picture-mode-map): Initialize in the defvar.
3696
6b955486
GM
3697 * woman.el: Remove eval-after-load for tar-mode.
3698 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
3699 (woman-tar-extract-file): Autoload it.
3700
94ee8db5
GM
3701 * frame.el (automatic-hscrolling): Make this alias obsolete.
3702
177eca34
AM
37032012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3704
3705 * ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 3706 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
3707 (ispell-dictionary-base-alist): Revert to original XEmacs
3708 friendly version for default. [:alpha:] will be added in
3709 `ispell-set-spellchecker-params' if needed
177eca34 3710
c505aaeb
CY
37112012-04-16 Chong Yidong <cyd@gnu.org>
3712
3713 * image.el (imagemagick--extension-regexp): New variable.
3714 (imagemagick-register-types): Use it.
3715 (imagemagick-types-inhibit): Add :set function. Allow new value
3716 of t to inhibit all types.
3717
3718 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
3719 so we can preload it.
3720
3721 * loadup.el (fboundp): Preload regexp-opt, needed by
3722 imagemagick-register-types.
3723
60efac0f
CY
37242012-04-15 Chong Yidong <cyd@gnu.org>
3725
3726 * frame.el (scrolling): Remove nearly unused customization group.
3727
3728 * scroll-all.el (scroll-all-mode): Move to windows group.
3729
5dd1713e
CY
37302012-04-15 Chong Yidong <cyd@gnu.org>
3731
3732 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
3733
e6fd457e
CY
37342012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3735
3736 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 3737 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 3738
e153c136
GM
37392012-04-15 Glenn Morris <rgm@gnu.org>
3740
3741 * simple.el (process-file-side-effects): Doc fix.
3742
e6fd457e 37432012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
3744
3745 * international/mule-cmds.el (set-language-environment): Doc fix.
3746
3603c3b1
JB
37472012-04-14 Juanma Barranquero <lekktu@gmail.com>
3748
3749 * server.el (server-auth-key, server-generate-key): Doc fixes.
3750 (server-get-auth-key): Doc fix. Use `string-match-p'.
3751 (server-start): Reflow docstring.
3752
e6de100c
LI
37532012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
3754
3755 * server.el (server-generate-key): `called-interactively-p'
3756 requires a parameter.
3757
29734c21
MN
37582012-04-14 Michal Nazarewicz <mina86@mina86.com>
3759
3760 * server.el (server-auth-key): New variable.
75f1671a 3761 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
3762 (server-start): Use the new variable and functions to allow
3763 setting a permanent server key (bug#9423).
3764
d65c9521
LL
37652012-04-14 Leo Liu <sdl.web@gmail.com>
3766
3767 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
3768
5ae255c7
PE
37692012-04-14 Paul Eggert <eggert@cs.ucla.edu>
3770
3771 Spelling fixes.
3772 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
3773 Emacs uses American spelling.
3774
d5e6342e
JB
37752012-04-14 Juanma Barranquero <lekktu@gmail.com>
3776
3777 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
3778 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
3779 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
3780 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
3781
ab036cd7
SM
37822012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3783
3784 * progmodes/which-func.el (which-func-modes): Change default.
3785
35dc09a1 37862012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
3787
3788 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
3789 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
3790
35dc09a1 37912012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
3792
3793 * custom.el (custom-theme-set-variables): Doc fix.
3794
35dc09a1 37952012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
3796
3797 * international/mule.el (set-auto-coding-for-load): Doc fix.
3798
35dc09a1 37992012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 3800
35dc09a1
GM
3801 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
3802 imenu work again for Objective C Mode. Correct the *-index values,
3803 these having been disturbed by a previous change in 2011-08.
57f845ee 3804
0de3da9f
AM
3805 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
3806 Correct two search limits.
3807
35dc09a1 38082012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
3809
3810 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
3811
35dc09a1 38122012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
3813
3814 * international/characters.el: Fix sorting.
3815
35dc09a1 38162012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
3817
3818 * international/characters.el: Add more missing Latin case pairs.
3819
35dc09a1 38202012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
3821
3822 * files.el (dir-locals-set-class-variables): Doc fix.
3823
35dc09a1 38242012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 3825
3f1b5bf8
EZ
3826 * international/characters.el: Add set-case-syntax-pair call for
3827 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
3828 counterpart. (Bug#11209)
3829
9f847f41
EZ
3830 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
3831
35dc09a1 38322012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
3833
3834 * calendar/holidays.el (calendar-check-holidays): Doc fix.
3835
35dc09a1 38362012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 3837
35dc09a1
GM
3838 * textmodes/ispell.el (ispell-dictionary-base-alist):
3839 Add data for Hebrew.
e2627d21 3840
35dc09a1 38412012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 3842
35dc09a1
GM
3843 * net/rcirc.el (rcirc-cmd-quit):
3844 Revert 2012-03-18 change (Bug#11192).
5c14e333 3845
35dc09a1 38462012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
3847
3848 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
3849
35dc09a1 38502012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 3851
4517fe3a
SM
3852 * minibuffer.el (completion-in-region-mode-map):
3853 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 3854
b472a594
VD
38552012-04-13 Vivek Dasmohapatra <vivek@etla.org>
3856
3857 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
3858
09b95ce3
MY
38592012-04-13 Masatake YAMATO <yamato@redhat.com>
3860
3861 * minibuffer.el (minibuffer-local-filename-syntax): New variable
3862 to allow `C-M-f' and `C-M-b' to move to the nearest path
3863 separator (bug#9511).
3864
4b63a9ca
LI
38652012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
3866
3867 * avoid.el: Require cl when compiling. And also move the
3868 `provide' to the end.
3869
7b55b8bf
TV
38702012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3871
3872 * avoid.el (mouse-avoidance-banish-position): New variable.
3873 (mouse-avoidance-banish-destination): Use it (bug#10165).
3874
adedaa1f
LL
38752012-04-13 Leo Liu <sdl.web@gmail.com>
3876
3877 * progmodes/which-func.el (which-func-modes): Add objc-mode.
3878
70e74021
KB
38792012-04-13 Ken Brown <kbrown@cornell.edu>
3880
3881 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 3882 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
3883 (browse-url-filename-alist): For the same reason, don't modify
3884 file:// URLs on Cygwin.
3885
e75e89ba
SM
38862012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3887
3888 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
3889 the region on shift if the binding is already shifted (bug#11221).
3890
82f289a4
GM
38912012-04-12 Glenn Morris <rgm@gnu.org>
3892
3893 * mail/mailpost.el: Move to obsolete/.
3894
d333dc4c
DA
38952012-04-12 Drew Adams <drew.adams@oracle.com>
3896
3897 * imenu.el (imenu--generic-function): Ignore invisible definitions
3898 (bug#10123).
3899
0d15b5ba
VD
39002012-04-12 Vivek Dasmohapatra <vivek@etla.org>
3901
3902 * hexl.el (hexl-bits): New variable.
3903 (hexl-options): Mention the variable in the doc string.
75f1671a 3904 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 3905 (hexl-mode): Mention the new variable.
75f1671a
JB
3906 (hexl-mode, hexl-current-address, hexl-current-address):
3907 Use the displen.
0d15b5ba
VD
3908 (hexl-ascii-start-column): New function.
3909 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
3910 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
3911
64a440db
AM
39122012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3913
3914 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
3915 '("-i" ENCODING), in 2 separate command-line arguments, to specify
3916 the encoding, as expected by hunspell.
3917
6decb6c2
SM
39182012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3919
3920 * battery.el (battery--linux-sysfs-regexp): New const.
3921 (battery-status-function): Use it. Remove yeeloong special case.
3922 (battery-yeeloong-sysfs): Remove.
3923 (battery-echo-area-format): Remove yeeloong special case.
3924
088be6fb
SM
39252012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3926
6622e416
SM
3927 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
3928 Reported by Noah Friedman.
3929
088be6fb
SM
3930 * subr.el (read-passwd): Use read-string.
3931
b49f886e
LMI
39322012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3933
3934 * vcursor.el (vcursor-move): Increase the priority of the overlay
3935 (bug#9663).
3936
a63067fc
DD
39372012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3938
3939 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
3940 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
3941
ac3cf14a
WS
39422012-04-11 William Stevenson <yhvh2000@gmail.com>
3943
3944 * textmodes/artist.el (artist-mode): Convert artist-mode to use
3945 define-minor-mode (bug#10760).
3946
c4fc691b 39472012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 3948
4d6769e1 3949 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
3950 that directories matching `grep-find-ignored-files' won't be
3951 pruned (bug#10351).
3952
af23e2e5
CY
39532012-04-11 Chong Yidong <cyd@gnu.org>
3954
3955 * startup.el (command-line): Remove support for long-obsolete
3956 variable font-lock-face-attributes.
3957
ab7ce8c1
GM
39582012-04-11 Glenn Morris <rgm@gnu.org>
3959
3960 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
3961
de8c03dc
SM
39622012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3963
3964 * window.el (window--state-get-1): Obey window-point-insertion-type.
3965
050cc68b
LB
39662012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
3967
3968 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
3969 to previous function when point is on the first character of a
75f1671a 3970 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 3971
a38c310c
GM
39722012-04-11 Glenn Morris <rgm@gnu.org>
3973
effed0c2
GM
3974 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
3975 not just file-errors.
3976
a38c310c
GM
3977 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
3978 (vc-bzr-sha1): Use internal sha1.
3979
0221e323
SM
39802012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3981
3982 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
3983
43956923
SG
39842012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
3985
3986 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
3987 that start in the middle of the line (bug#10496).
3988
6a8c9eaf
DN
39892012-04-10 Dan Nicolaescu <dann@gnu.org>
3990
3991 * battery.el (battery-linux-proc-acpi): Only one battery is
3992 discharged at a time, but that seems to confuse battery.el when
3993 computing `rate-type' for the battery not being discharged
3994 (bug#10332).
3995
1930bf5d
SM
39962012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3997
2a718f6f
SM
3998 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
3999
599430d0
SM
4000 * international/quail.el: Use dolist and simplify.
4001 (quail-define-package, quail-update-keyboard-layout)
4002 (quail-define-rules): Use dolist.
4003 (quail-insert-kbd-layout, quail-get-translation): CSE.
4004
a2754b6c
SM
4005 * tmm.el: Use dolist, remove left over hook.
4006 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
4007 Use dolist.
4008 (calendar-load-hook): Don't mess with it.
4009
1930bf5d
SM
4010 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
4011 Use derived-mode-p. Run the diff asynchronously.
4012
9f67961c
LMI
40132012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4014
4015 * obsolete/mouse-sel.el: Add an Obsolete-since header.
4016
2a8ce227
JB
40172012-04-10 Juanma Barranquero <lekktu@gmail.com>
4018
4019 * misc.el: Display absolute path of loaded DLLs (bug#10424).
4020 (list-dynamic-libraries--loaded): New function.
4021 (list-dynamic-libraries--refresh): Use it.
4022
8f33b5f8
NW
40232012-04-10 Nathan Weizenbaum <nweiz@google.com>
4024
1930bf5d
SM
4025 * progmodes/python.el (python-fill-paragraph):
4026 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
4027 disabled (bug#7018).
4028
b12f0439
L
40292012-04-10 Laimonas VÄ—bra <laimonas.vebra@gmail.com> (tiny change)
4030
1930bf5d 4031 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
4032 DOS/MS Windows for the Baltic languages. There are still plenty
4033 of texts written in this encoding/codepage (bug#6519).
b12f0439 4034
57c3bd01
GM
40352012-04-10 Glenn Morris <rgm@gnu.org>
4036
4037 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
4038 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
4039
6c3eab30
FA
40402012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
4041
1930bf5d 4042 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
4043 next-line "n" and previous-line "p" in order to make recentf more
4044 consistent with ibuffer, dired or org-mode (bug#9387).
4045
24d78a88
LMI
40462012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4047
bc72b5d9
LMI
4048 * image.el (put-image): Return the overlay created instead of the
4049 optional input string (bug#7834). Note that this may break code
4050 that is (for some reason or other) depending on `put-image'
4051 returning the string.
4052
bd2dba5a
LMI
4053 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
4054
74beb59f
LMI
4055 * simple.el (zap-to-char): Allow zapping using input methods
4056 (bug#1580).
4057
24d78a88
LMI
4058 * textmodes/fill.el (fill-region): Leave point and mark where they
4059 were before filling (bug#5399).
4060
263f20cd
GM
40612012-04-09 Glenn Morris <rgm@gnu.org>
4062
4063 * version.el (emacs-bzr-get-version):
4064 Handle lightweight checkouts of local branches.
4065
58d1f797
AS
40662012-04-09 Andreas Schwab <schwab@linux-m68k.org>
4067
263f20cd 4068 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 4069
b4d3bc10
CY
40702012-04-09 Chong Yidong <cyd@gnu.org>
4071
4072 * custom.el (custom-variable-p): Return nil for non-symbol
4073 arguments instead of signaling an error.
4074 (user-variable-p): Obsolete alias for custom-variable-p.
4075
4076 * apropos.el (apropos-variable):
4077 * files-x.el (read-file-local-variable):
4078 * simple.el (set-variable):
4079 * woman.el (woman-mini-help):
4080 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
4081
fd06db5d
GM
40822012-04-09 Glenn Morris <rgm@gnu.org>
4083
e5fcdb5e
GM
4084 * startup.el (normal-top-level): Don't look for leim-list.el
4085 in places where it will not be found. (Bug#910)
4086
fd06db5d
GM
4087 * international/mule-cmds.el (set-default-coding-systems):
4088 * files.el (normal-mode):
4089 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
4090 This function was removed with ucs-tables.el in 2008.
4091
b39bb7e1
EZ
40922012-04-08 Eli Zaretskii <eliz@gnu.org>
4093
4094 * textmodes/ispell.el (ispell-check-version): For hunspell, set
4095 ispell-encoding8-command to "-i", without a trailing space.
4096 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
4097 separate command-line arguments, to specify the encoding, since
4098 that's how hunspell expects it.
4099
5c5b8e23
GM
41002012-04-08 Glenn Morris <rgm@gnu.org>
4101
4102 * loadup.el: Load bindings before cus-start.
4103 This reduces somewhat the number of "rogue" settings in emacs -Q.
4104
a1ed8b05
GM
41052012-04-07 Glenn Morris <rgm@gnu.org>
4106
4107 * version.el (emacs-bzr-get-version): New function.
dfae128a 4108 (emacs-bzr-version): New variable.
a1ed8b05
GM
4109 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
4110 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
4111
b142f158
EZ
41122012-04-07 Eli Zaretskii <eliz@gnu.org>
4113
dfae128a
GM
4114 * international/uni-bidi.el, international/uni-category.el:
4115 * international/uni-combining.el, international/uni-decimal.el:
4116 * international/uni-decomposition.el, international/uni-digit.el:
4117 * international/uni-lowercase.el, international/uni-mirrored.el:
4118 * international/uni-name.el, international/uni-numeric.el:
4119 * international/uni-titlecase.el, international/uni-uppercase.el:
4120 Update for Unicode 6.1.
b142f158 4121
9078ead6
EZ
41222012-04-07 Eli Zaretskii <eliz@gnu.org>
4123
4124 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
4125
f23d2c7d
LMI
41262012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4127
4128 * window.el (shrink-window): Mention the `window-min-height'
4129 variable in the doc string.
4130
0a0a3573
BG
41312012-04-05 Bastien Guerry <bzg@altern.org>
4132
4133 * color.el (color-lighten-name): Fix typo.
4134
e5248ac9
SM
41352012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4136
4137 * server.el (server--on-display-p): New function.
4138 (server--on-display-p): Use it.
4139
b4243e22
GV
41402012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
4141
4142 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
4143 (bug#11145).
4144
305d9f44
SM
41452012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4146
4147 * comint.el (comint--common-quoted-suffix): Check string boundary
4148 before comparing (bug#11158).
4149 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
4150
3d439cd1
CY
41512012-04-04 Chong Yidong <cyd@gnu.org>
4152
321cc491
CY
4153 * minibuffer.el (completion-extra-properties): Doc fix.
4154
3d439cd1
CY
4155 * subr.el (delayed-warnings-hook): Doc fix.
4156
2d562c0f
DU
41572012-04-04 Daiki Ueno <ueno@unixuser.org>
4158
4159 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
4160 selection (Bug#11159).
4161 (epa-insert-keys): Inform that the default public key will be
4162 exported if no key is selected.
4163
4443f204
RS
41642012-04-04 Richard Stallman <rms@gnu.org>
4165
4166 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
4167
529c06b6
CY
41682012-04-03 Chong Yidong <cyd@gnu.org>
4169
4170 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
4171 mail-insert-file, not its obsolete alias mail-attach-file.
4172
66b907dc
MA
41732012-04-03 Michael Albinus <michael.albinus@gmx.de>
4174
4175 * notifications.el (notifications-notify): Fix docstring.
4176
c0ea195d
GM
41772012-04-02 Glenn Morris <rgm@gnu.org>
4178
4179 * emacs-lisp/authors.el (authors-aliases): Another addition.
4180
5ca64e00
MA
41812012-04-02 Michael Albinus <michael.albinus@gmx.de>
4182
4183 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
4184 `tramp-compat-call-process' instead of `tramp-local-call-process'.
4185 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
4186
42ee526b
CY
41872012-04-01 Chong Yidong <cyd@gnu.org>
4188
4189 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
4190 Handle root directory properly.
4191 (copy-directory): Caller changed.
4192
4193 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
4194 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
4195
0b021094
GM
41962012-03-31 Glenn Morris <rgm@gnu.org>
4197
40f86458
GM
4198 * term/xterm.el (xterm-extra-capabilities): Doc fix.
4199
7019c177
GM
4200 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
4201
a1daddd6
GM
4202 * calendar/calendar.el (calendar-window-list)
4203 (calendar-hide-window): Restore. (Bug#11140)
4204 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
4205
0b021094
GM
4206 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
4207
40311efc
TV
42082012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4209
4210 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
4211 Check if file is a symlink (Bug#10489).
4212
4213 * files.el (copy-directory): Likewise.
4214
5319014e
CY
42152012-03-30 Chong Yidong <cyd@gnu.org>
4216
4217 * image.el (imagemagick-types-inhibit)
4218 (imagemagick-register-types): Doc fix.
4219
935d1290
AM
42202012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4221
ef24141c
SM
4222 * ispell.el (ispell-get-extended-character-mode):
4223 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 4224 and treats ~word as ordinary words in pipe mode.
935d1290 4225
61c6e8fd
GM
42262012-03-30 Glenn Morris <rgm@gnu.org>
4227
4228 * tutorial.el (help-with-tutorial): Ensure local variables don't
4229 happen to make the buffer read-only. (Bug#11127)
4230
81fdff00
SM
42312012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
4232
4233 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
4234 (perl-calculate-indent): Return `noindent' in strings.
4235
6e7a6ec0
SS
42362012-03-28 Sam Steingold <sds@gnu.org>
4237
4238 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
4239 instead of the broken adhockery which does not prevent calendar
4240 buffers from being displayed at random after exit.
4241 (calendar-window-list, calendar-hide-window): Remove the broken
4242 adhockery.
4243
fee88ca0
GM
42442012-03-28 Glenn Morris <rgm@gnu.org>
4245
4246 * replace.el (query-replace-map): Doc fix.
4247
38de3354
AS
42482012-03-28 Andreas Schwab <schwab@linux-m68k.org>
4249
4250 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
4251 contents. (Bug#11109)
4252
b973155e
SM
42532012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4254
4255 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
4256 (bug#11077).
4257 (avl-tree--check, avl-tree--check-node): New funs.
4258
dcb6e7b3
MR
42592012-03-27 Martin Rudalics <rudalics@gmx.at>
4260
4261 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
4262 (switch-to-prev-buffer, switch-to-next-buffer):
4263 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
4264 showing a buffer already is done on the same frame.
4265
b4fa35fa
GM
42662012-03-27 Glenn Morris <rgm@gnu.org>
4267
4268 * startup.el (mail-host-address): Doc fix.
4269
f9210e18
SM
42702012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4271
4272 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
4273 than 197 variables.
4274
c0bf7753
AF
42752012-03-26 Ami Fischman <ami@fischman.org>
4276
4277 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
4278
33da7b16
GM
42792012-03-26 Glenn Morris <rgm@gnu.org>
4280
02243d9d
GM
4281 * files.el (save-buffers-kill-emacs): Doc fix.
4282
33da7b16
GM
4283 * startup.el (normal-top-level, command-line, command-line-1):
4284 Give them doc strings.
4285
e5a69fd0
EZ
42862012-03-25 Eli Zaretskii <eliz@gnu.org>
4287
4288 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 4289 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 4290
9a69676a
CY
42912012-03-25 Chong Yidong <cyd@gnu.org>
4292
4125cb8b
CY
4293 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
4294 theme if it was previously enabled before (Bug#11031).
4295
dd470960
CY
4296 * cus-theme.el (custom-theme-write-faces): Retrieve current face
4297 spec with custom-face-get-current-spec if its :shown-value is not
4298 determined yet (Bug#9337).
4125cb8b 4299 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 4300
9a69676a
CY
4301 * button.el (button-at): Minor addition to docstring.
4302
6e7e90fa
SL
43032012-03-24 Simon Leinen <simon.leinen@gmail.com>
4304
4305 * vc/vc.el (vc-merge): Fix a prompt.
4306
f06e2758
CY
43072012-03-24 Chong Yidong <cyd@gnu.org>
4308
4309 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
4310 point (Bug#9623).
4311
6e7e90fa
SL
4312 * button.el (button-at): Minor addition to docstring.
4313
b9d0879b
SM
43142012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4315
4316 * newcomment.el (comment-choose-indent): No space after BOL.
4317
e71cebb3
SS
43182012-03-22 Sam Steingold <sds@gnu.org>
4319
4320 * window.el (switch-to-prev-buffer): Revert last patch because the
4321 bug turned out to be an advertised feature (Elisp manual 28.14).
4322
335aff35
GM
43232012-03-22 Glenn Morris <rgm@gnu.org>
4324
4325 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
4326 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
4327
c676576a
LMI
43282012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4329
4330 * net/network-stream.el (network-stream-open-starttls): Make error
4331 message under Windows be less misleading.
4332
126f3d39
LW
43332012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
4334
4335 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
4336 understands (bug#9942).
4337
64fee311
CY
43382012-03-22 Chong Yidong <cyd@gnu.org>
4339
4340 * simple.el (end-of-visible-line): Handle return value of
4341 next-single-property-change properly (Bug#9371).
4342
a640d29a
KH
43432012-03-22 Kenichi Handa <handa@m17n.org>
4344
4345 * international/quail.el (quail-insert-kbd-layout): Fix previous
4346 change. To avoid unwanted bidi reordering, use
4347 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
4348
39675016
DG
43492012-03-21 Dmitry Gutov <dgutov@yandex.ru>
4350
4351 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
4352 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
4353 (ruby-beginning-of-indent): Be more careful with the difference
4354 between word-boundary and symbol boundary.
4355 (ruby-mode-syntax-table): Make : a symbol constituent.
4356
0a6934fc 43572012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 4358
3d008e4f
SM
4359 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
4360
0a6934fc
SM
43612012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4362
af67c9d7
SM
4363 * progmodes/etags.el (tags-completion-at-point-function):
4364 Improve last fix.
4365
1acad97c
SM
4366 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
4367
e298b5da
SS
43682012-03-21 Sam Steingold <sds@gnu.org>
4369
4370 * progmodes/etags.el (tags-completion-at-point-function):
4371 Avoid the error when point is inside the pattern.
4372
91d82a70
JY
43732012-03-21 John Yates <john@yates-sheets.org> (tiny change)
4374
4375 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
4376 line (Bug#10855).
4377
69188b79
CY
43782012-03-21 Drew Adams <drew.adams@oracle.com>
4379
4380 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
4381
99fc91fe
AK
43822012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
4383
4384 * ido.el (ido-set-current-directory, ido-read-internal)
4385 (ido-choose-completion-string, ido-completion-help): Handle nil
4386 value of ido-completion-buffer (Bug#11008).
4387
087bbb4c
SS
43882012-03-21 Sam Steingold <sds@gnu.org>
4389
4390 * window.el (switch-to-prev-buffer): Do not switch to a visible
4391 window previous buffer, just like with the frame previous buffers.
4392
fb5b8aca
CY
43932012-03-21 Chong Yidong <cyd@gnu.org>
4394
4395 * faces.el (make-face, make-empty-face, copy-face):
4396 * face-remap.el (face-remap-add-relative, face-remap-set-base):
4397 Doc fixes.
4398
dc9924b8
SM
43992012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4400
4401 * wid-edit.el (widget-complete-field): Remove (bug#11051).
4402 (widget-complete): Remove broken use of it.
4403
f0bcceb9
CY
44042012-03-20 Chong Yidong <cyd@gnu.org>
4405
dc9924b8
SM
4406 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
4407 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
4408 characters.
4409
ee52ebf3
TH
44102012-03-20 Tassilo Horn <tassilo@member.fsf.org>
4411
4412 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
4413 to draw rectangles, not squares. (Regression introduced by revno
4414 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
4415
4c5779ab
CY
44162012-03-18 Chong Yidong <cyd@gnu.org>
4417
4418 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
4419 it is not yet defined (for temacs).
4420
15360934
LL
44212012-03-18 Leo Liu <sdl.web@gmail.com>
4422
dc9924b8 4423 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 4424
d9a8eb66
EZ
44252012-03-17 Eli Zaretskii <eliz@gnu.org>
4426
4427 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
4428 (ispell-choices-win-default-height, ispell-silently-savep)
4429 (ispell-dictionary-alist, ispell-encoding8-command)
4430 (ispell-check-version, ispell-aspell-find-dictionary)
4431 (ispell-valid-dictionary-list, ispell-words-keyword)
4432 (ispell-get-word, ispell-internal-change-dictionary)
4433 (ispell-region, ispell-skip-region-list)
4434 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
4435 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
4436 (ispell-message-text-end, ispell-message)
4437 (ispell-buffer-local-parsing): Doc fix.
4438
f02ff80d
J
44392012-03-13 Jambunathan K <kjambunathan@gmail.com>
4440
4441 * htmlfontify.el: Add support for code block fontification for ODT
4442 export (Bug #9914).
4443 (hfy-optimisations): Define new option
4444 `body-text-only'
4445 (hfy-fontify-buffer): Honor above setting.
4446 (hfy-begin-span, hfy-end-span): New routines factored out form
4447 `hfy-fontify-buffer'.
4448 (hfy-begin-span-handler, hfy-end-span-handler): New variables
4449 that permit insertion of custom tags.
4450 (hfy-fontify-buffer): Use above handlers.
4451 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
4452 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 4453 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 4454 over multiple runs. This is made possible by having the caller let
f02ff80d
J
4455 bind a special variable `hfy-user-sheet-assoc'.
4456 (htmlfontify-string): New defun.
4457 (hfy-compile-face-map): Make sure that the last char in the
4458 buffer is correctly fontified.
4459 (hfy-face-resolve-face): Whitespace only change.
4460
9ac7a13f
EZ
44612012-03-17 Eli Zaretskii <eliz@gnu.org>
4462
4463 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
4464 message more clear.
4465
e2b5bdd7
LL
44662012-03-16 Leo Liu <sdl.web@gmail.com>
4467
4468 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
4469
2e492df3
AM
44702012-03-16 Alan Mackenzie <acm@muc.de>
4471
4472 Further optimise the handling of large macros.
4473
4474 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
4475 limit to a call of `c-literal-limits'.
4476 (c-determine-+ve-limit): New function.
dc9924b8
SM
4477 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
4478 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
4479 In CASE 5B, restrict a search limit to 500.
4480 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
4481
4482 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
4483 Restrict macro bounds to +-500 from after-change's BEG END.
4484
50e94f0c
LL
44852012-03-16 Leo Liu <sdl.web@gmail.com>
4486
4487 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
4488
6f09f6ed
AH
44892012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
4490
4491 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 4492 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 4493
c7e73d51
GM
44942012-03-16 Glenn Morris <rgm@gnu.org>
4495
da986230
GM
4496 * view.el (view-buffer, view-buffer-other-window)
4497 (view-buffer-other-frame): Doc fixes re special mode-class.
4498
0835f01e
GM
4499 * subr.el (eval-after-load): If named feature is provided not from
4500 a file, run after-load forms. (Bug#10946)
4501
c7e73d51
GM
4502 * calendar/calendar.el (calendar-insert-at-column):
4503 Handle non-unit-width characters a bit better. (Bug#10978)
4504
3f2eafd1
CY
45052012-03-15 Chong Yidong <cyd@gnu.org>
4506
4507 * emacs-lisp/ring.el (ring-extend): New function.
4508 (ring-insert+extend): Extend the ring correctly (Bug#11019).
4509
4510 * comint.el (comint-read-input-ring)
4511 (comint-add-to-input-history): Grow comint-input-ring lazily.
4512
103af3fe
SM
45132012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4514
663b1677
SM
4515 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
4516 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
4517
103af3fe
SM
4518 * imenu.el: Fix multiple inheritance breakage (bug#9199).
4519 (imenu-add-to-menubar): Don't add a redundant index.
4520 (imenu-update-menubar): Handle a dynamically composed keymap.
4521
899cb7cb
KY
45222012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
4523
4524 * mail/sendmail.el (mail-encode-header):
4525 Bind rfc2047-encode-encoded-words to nil.
4526
3809f91d
GM
45272012-03-13 Glenn Morris <rgm@gnu.org>
4528
4529 * calendar/calendar.el (calendar-string-spread):
4530 Handle non-unit-width characters a bit better. (Bug#10978)
4531
9e345a01
LL
45322012-03-13 Leo Liu <sdl.web@gmail.com>
4533
4534 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
4535 directory and file as argument (Bug#10822).
4536
4a07df36
KS
45372012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
4538
4539 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
4540 For dynamically generated code, follow $PC.
4541 (gdb-disassembly-handler-custom): Handle no function name case.
4542
4aaa9356
TL
45432012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
4544
4545 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
4546 * emulation/ws-mode.el (ws-query-replace):
4547 * sort.el (sort-regexp-fields):
4548 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
4549
225979da
SM
45502012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4551
4552 * dabbrev.el: Fix cycle completion order (bug#10963).
4553 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
4554 (dabbrev-completion): Don't use an obarray; provide
4555 a cycle-sort-function.
4556
e2f1fdab
LL
45572012-03-12 Leo Liu <sdl.web@gmail.com>
4558
dc9924b8 4559 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
4560 (kill-do-not-save-duplicates): Doc fix.
4561
b19490ed
SM
45622012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4563
4564 * dabbrev.el: Fix cycle completion (bug#10963).
4565 Use lexical binding and wrap to 80 columns.
4566 (dabbrev-completion): Delay computing the list of completions.
4567
4b05d722
KH
45682012-03-12 Kenichi Handa <handa@m17n.org>
4569
4570 * international/quail.el (quail-insert-kbd-layout): Surround each
4571 row by LRO and PDF instead of inserting many LRMs. Pad the left
4572 and right of each non-spacing marks. Insert invisible space
4573 between lower and upper characters to prevent composition.
4574
dbbc2e69
SM
45752012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4576
4577 * minibuffer.el (minibuffer-complete): Don't get confused when the
4578 function is run twice via different commands (bug#10958).
4579 (complete-with-action): Fix docstring.
4580
292112ed
CY
45812012-03-12 Chong Yidong <cyd@gnu.org>
4582
5d1ac394
CY
4583 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
4584 (nxml-completion-at-point-function): New function.
4585 (nxml-mode): Use it.
4586 (nxml-bind-meta-tab-to-complete-flag): Default to t.
4587
292112ed
CY
4588 * emacs-lisp/package.el (package-unpack, package-unpack-single):
4589 Load generated autoloads file before byte compiling (Bug#10970).
4590 (package--make-autoloads-and-compile): New helper fun.
4591
4098f8f7
CS
45922012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
4593
4594 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
4595
8f754691
MA
45962012-03-11 Michael Albinus <michael.albinus@gmx.de>
4597
4598 * autorevert.el (auto-revert-handler): Ensure, that
4599 file-readable-p is applied only for local files or in
4600 auto-revert-tail-mode.
4601
e29ab36b
AS
46022012-03-11 Andreas Schwab <schwab@linux-m68k.org>
4603
dbbc2e69
SM
4604 * server.el (server-eval-at): Handle non-tcp connections.
4605 Decode result string.
ad0bf5b6 4606
e29ab36b
AS
4607 * server.el (server-msg-size): New constant.
4608 (server-reply-print): New function.
4609 (server-eval-and-print): Use it.
4610 (server-eval-at): Use server-quote-arg and server-unquote-arg.
4611 Handle -print-nonl.
4612
de5939ba
CS
46132012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
4614
4615 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
4616 (Bug#10987).
4617
0c93eabf
CY
46182012-03-11 Chong Yidong <cyd@gnu.org>
4619
397a688f
CY
4620 * simple.el (goto-line): Doc fix (Bug#9938).
4621
2cc775f9
CY
4622 * subr.el (save-window-excursion): Doc fix (Bug#9979).
4623
0c93eabf
CY
4624 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
4625 when finished (Bug#10963).
4626
c491fa41
MR
46272012-03-11 Martin Rudalics <rudalics@gmx.at>
4628
4629 * window.el (split-window-below): Fix bug in case where
4630 split-window-keep-point is nil (Bug#10971).
4631
300e8fa5
JL
46322012-03-11 Juri Linkov <juri@jurta.org>
4633
4634 * replace.el (replace-highlight): Set isearch-word to nil
4635 unconditionally. (Bug#10887)
4636
dbf6c5a1
EZ
46372012-03-10 Eli Zaretskii <eliz@gnu.org>
4638
4639 * net/mairix.el (mairix-replace-invalid-chars): Rename from
4640 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 4641 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
4642 (mairix-widget-create-query): Add usage information about mairix
4643 search forms: negating words, searching for substrings, etc.
4644
b9e501de
JP
46452012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
4646
4647 * international/fontset.el (font-encoding-alist): Add an entry for
4648 ksx1001 (Bug#5667).
4649
92795c91
RS
46502012-03-10 Richard Stallman <rms@gnu.org>
4651
1694e6c1
RS
4652 * mail/sendmail.el (mail-encode-header):
4653 Set rfc2047-encode-encoded-words.
4654
607e8555
RS
4655 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
4656
de3bc99a
RS
4657 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
4658 view buffer means not swapped.
4659 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
4660 (rmail-write-region-annotate): Error if real text has disappeared.
4661
92795c91
RS
4662 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
4663
699bd04e
CY
46642012-03-10 Chong Yidong <cyd@gnu.org>
4665
4666 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
4667 * emulation/cua-base.el (cua--init-keymaps):
4668 Add delete-forward-char to remappings (Bug#9666).
699bd04e 4669
570a1714
MR
46702012-03-10 Martin Rudalics <rudalics@gmx.at>
4671
dbbc2e69
SM
4672 * speedbar.el (speedbar-unhighlight-one-tag-line):
4673 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 4674
82dcf4e4
CY
46752012-03-10 Chong Yidong <cyd@gnu.org>
4676
7a2c7ca7
CY
4677 * minibuffer.el (completion-in-region, completion-help-at-point):
4678 Give the completion field overlay a high priority (Bug#6830).
4679
82dcf4e4
CY
4680 * dired.el (dired-goto-file): Recognize absolute file name
4681 listings (Bug#7126).
4682 (dired-goto-file-1): New helper function.
4683 (dired-toggle-read-only): Inhibit warnings.
4684
052e28ac
MA
46852012-03-09 Michael Albinus <michael.albinus@gmx.de>
4686
75f1671a 4687 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
4688 there are no properties.
4689
95d5e396
LL
46902012-03-09 Leo Liu <sdl.web@gmail.com>
4691
4692 * savehist.el (savehist-printable): Stricter check for string
4693 value (Bug#10937).
4694
3f018d6d
EZ
46952012-03-09 Eli Zaretskii <eliz@gnu.org>
4696
dbbc2e69
SM
4697 * mail/smtpmail.el (smtpmail-send-it):
4698 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
4699 valid mbox format.
4700
f7fd3d79
GM
47012012-03-09 Glenn Morris <rgm@gnu.org>
4702
4703 * files.el (dir-locals-find-file):
4704 Don't check result is regular, readable.
4705 (dir-locals-read-from-file): Demote errors.
4706
6ff6e72f
EZ
47072012-03-08 Eli Zaretskii <eliz@gnu.org>
4708
dbbc2e69
SM
4709 * international/quail.el (quail-insert-kbd-layout):
4710 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
4711 layout cell, to prevent their reordering by bidi display engine.
4712 For details, see the discussion in
4713 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
4714
9cec7834
AM
47152012-03-08 Alan Mackenzie <acm@muc.de>
4716
4717 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
4718 the starting position; make it extend the marked region when
4719 invoked repeatedly - all under appropriate circumstances.
4720 Fixes bugs #5525, #10906.
4721
9a40b8d4
GM
47222012-03-08 Glenn Morris <rgm@gnu.org>
4723
4724 * files.el (locate-dominating-file, dir-locals-find-file):
4725 Undo 2012-03-06 change.
4726
7a08ed35
EZ
47272012-03-07 Eli Zaretskii <eliz@gnu.org>
4728
dbbc2e69
SM
4729 * international/quail.el (quail-help):
4730 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
4731 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
4732 for the reason.
4733
5aca4f71 47342012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
4735
4736 Avoid superfluous registering of signals. (Bug#10807)
4737
4738 * notifications.el (notifications-on-action-object)
4739 (notifications-on-close-object): New defvars.
4740 (notifications-on-action-signal, notifications-on-closed-signal):
4741 Unregister the signal if not needed any longer.
4742 (notifications-notify): Register `notifications-action-signal' or
4743 `notifications-closed-signal', if :on-action or :on-close has been
4744 passed as argument.
4745
78e8b10a
CY
47462012-03-07 Chong Yidong <cyd@gnu.org>
4747
4748 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
4749 non-X platforms.
4750
69481eb8
GM
47512012-03-06 Glenn Morris <rgm@gnu.org>
4752
4753 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
4754 (x-disown-selection-internal, x-get-selection-internal):
4755 Doc fix (add arglist signatures). (Bug#10783)
4756
133b8e11
KS
47572012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
4758
4759 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
4760 Handle breakpoints with no "type".
4761
99a83064
GM
47622012-03-06 Glenn Morris <rgm@gnu.org>
4763
4764 * files.el (locate-dominating-file): Add optional predicate argument.
4765 (dir-locals-find-file): Make use of above change.
4766
17798e78
TTN
47672012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
4768
4769 * info.el (Info-insert-dir): Also try "dir.gz".
4770
eb182446
GM
47712012-03-06 Glenn Morris <rgm@gnu.org>
4772
8f2114ee
GM
4773 * files.el (dir-locals-find-file):
4774 Ignore non-readable or non-regular files. (Bug#10928)
4775
eb182446
GM
4776 * files.el (locate-dominating-file): Doc fix.
4777
24679323
AS
47782012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
4779
4780 * calendar/calendar.el (calendar-set-mode-line):
4781 `getenv' returns a string. (Bug#10951)
4782
01d972a9
LL
47832012-03-05 Leo Liu <sdl.web@gmail.com>
4784
109aa8a9
LL
4785 * simple.el (backward-delete-char-untabify): Constrain point to
4786 field (Bug#10939).
4787
01d972a9
LL
4788 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
4789
10607bea
CY
47902012-03-05 Chong Yidong <cyd@gnu.org>
4791
4792 * simple.el (count-words): If called from Lisp, return the word
4793 count, for symmetry with `count-lines'. Arglist changed.
4794 (count-words--message): Args changed. Consolidate counting code
4795 from count-words and count-words-region.
4796 (count-words-region): Caller changed.
4797 (count-lines-region): Make it an obsolete alias.
4798
5dd11cfe
TH
47992012-03-04 Tassilo Horn <tassilo@member.fsf.org>
4800
4801 * saveplace.el (save-place-to-alist)
4802 (save-place-ignore-files-regexp): Allow value nil to disable this
4803 feature.
4804
c349f4e6
CY
48052012-03-04 Chong Yidong <cyd@gnu.org>
4806
4807 * faces.el (face-spec-reset-face): For the default face, reset the
4808 attributes to default values (Bug#10748).
4809
e627be4c
LMI
48102012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4811
4812 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
4813 previous patch: Check `message-send-mail-function', and not the
4814 default function (bug#10897).
4815
ebeabff4
MA
48162012-03-04 Michael Albinus <michael.albinus@gmx.de>
4817
a41a6cf4
MA
4818 * notifications.el (notifications-on-action-signal)
4819 (notifications-on-closed-signal): Check for unique service name of
4820 incoming event. Fix error in removing entry.
ebeabff4 4821 (top): Register for signals with wildcard service name.
a41a6cf4 4822 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 4823
c1ca42b4
CY
48242012-03-04 Chong Yidong <cyd@gnu.org>
4825
dc9924b8 4826 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 4827
ea16568d
GM
48282012-03-04 Glenn Morris <rgm@gnu.org>
4829
4830 * abbrev.el (copy-abbrev-table, abbrev-table-p)
4831 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
4832 (expand-abbrev, define-abbrev-table): Doc fixes.
4833
fbae4637
LMI
48342012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4835
4836 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
4837 `message-default-send-mail-function' and not `send-mail-function'
4838 when doing the prompting for `sendmail-query-once' before sending
4839 in Message buffers (bug#10897).
4840
a1e7225c
LMI
4841 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
4842 This is inconsistent with all the other stream functions, which leave
4843 the setting up to the higher levels (if so wanted) (bug#10931).
4844
56d093a9
AM
48452012-03-02 Alan Mackenzie <acm@muc.de>
4846
4847 Depessimize the handling of very large macros.
4848
4849 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
4850 (c-macro-cache-syntactic): New variables to implement a one
4851 element macro cache.
4852 (c-invalidate-macro-cache): New function.
4853 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
4854 Adapt to use the new cache.
4855 (c-state-safe-place): Use better the cache of safe positions.
4856 (c-state-semi-nonlit-pos-cache)
4857 (c-state-semi-nonlit-pos-cache-limit):
4858 New variables for...
4859 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
4860 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
4861 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
4862 Use c-state-semi-safe-place.
56d093a9 4863
dbbc2e69
SM
4864 * progmodes/cc-langs.el (c-get-state-before-change-functions):
4865 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 4866
817e5c3d
MA
48672012-03-02 Michael Albinus <michael.albinus@gmx.de>
4868
dbbc2e69
SM
4869 * jka-compr.el (jka-compr-call-process):
4870 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
4871 not remote.
4872
a032a702
MA
48732012-03-01 Michael Albinus <michael.albinus@gmx.de>
4874
4875 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
4876 access of FILE2, if FILE1 does not exist.
4877
99a54f21
MA
4878 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
4879 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
4880
4881 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
4882 Add "PAGER=" to `process-environment'.
4883
f6561e1f
MM
48842012-03-01 Michael R. Mauger <mmaug@yahoo.com>
4885
4886 * progmodes/sql.el: Bug fix
4887 (sql-get-login-ext): Save login values in globals.
4888 (sql-get-login): Use new version of `sql-get-login-ext'.
4889 (sql-interactive-mode): Set global `sql-connection' to nil.
4890 (sql-connect): Set global values for connection.
4891 (sql-product-interactive): Save global values as buffer local.
4892
2d44d9cc
LL
48932012-02-29 Leo Liu <sdl.web@gmail.com>
4894
4895 * abbrev.el (define-abbrevs): Reset sys to nil.
4896
96b49301 48972012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4898
bf7f9bc5
JB
4899 * files.el (file-equal-p): Rename from `files-equal-p'.
4900 Return nil when one or both files don't exist.
96b49301 4901 (file-subdir-of-p): Now only top directory must exists,
4902 return nil if it doesn't.
bf7f9bc5
JB
4903 (copy-directory): No need to test with `file-subdir-of-p' after
4904 creating dir.
4905 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
4906 to `file-equal-p'.
96b49301 4907
44e97401
GM
49082012-02-28 Glenn Morris <rgm@gnu.org>
4909
4910 * shell.el (shell-mode):
4911 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
4912 * play/landmark.el (landmark-font-lock-face-O):
4913 * play/handwrite.el (handwrite):
4914 * play/gomoku.el (gomoku-O):
4915 * net/browse-url.el (browse-url-browser-display):
4916 * international/mule.el (define-charset):
4917 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
4918 * filesets.el (filesets-find-file-delay):
4919 * eshell/em-xtra.el (eshell-xtra):
4920 * eshell/em-unix.el (eshell-grep):
4921 * emulation/viper.el (viper-mode):
4922 * emacs-lisp/regexp-opt.el (regexp-opt-group):
4923 * emacs-lisp/easymenu.el (easy-menu-define):
4924 * calendar/timeclock.el (timeclock-use-display-time):
4925 * bs.el (bs-mode):
4926 * bookmark.el (bookmark-save-flag):
4927 Doc fix (standardize possessive apostrophe usage).
4928
c98c6276
CY
49292012-02-27 Chong Yidong <cyd@gnu.org>
4930
bf7f9bc5
JB
4931 * emulation/viper-cmd.el (viper-intercept-ESC-key):
4932 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 4933
c98c6276
CY
4934 * font-lock.el (font-lock-specified-p): Rename from
4935 font-lock-spec-present. Callers changed.
4936
9c62cd04 49372012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 4938
bf7f9bc5
JB
4939 * emacs-lisp/package.el (package-compute-transaction):
4940 Handle holding a package version to t in package-load-list.
8ac9e529 4941
530739c9
MA
49422012-02-26 Michael Albinus <michael.albinus@gmx.de>
4943
4944 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
4945 (tramp-get-inode, tramp-get-device): Use cached values.
4946
487915d7
AM
49472012-02-26 Alan Mackenzie <acm@muc.de>
4948
4949 Check there is a font-lock specification before doing initial
4950 fontification.
4951
4952 * font-core.el (font-lock-mode): Move the conditional from
4953 :after-hook to font-lock-initial-fontify.
4954 (font-lock-default-function): Move the check for a specification
4955 to font-lock-spec-present.
4956
dc9924b8 4957 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
4958 (font-lock-spec-present): New function.
4959
4fd96557
JB
49602012-02-26 Jim Blandy <jimb@red-bean.com>
4961
4962 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
4963 (gdb-send): Apply it to the operand of the '-interpreter-exec
4964 console' command, so that we can pass arguments with (say) quotes
4965 in them. Store exact string sent in gdb-debug-log (Bug#10765).
4966
9a4888c0
CY
49672012-02-26 Chong Yidong <cyd@gnu.org>
4968
07498861
CY
4969 * help-fns.el (describe-function-1): Clarify description of
4970 remapping (Bug#10844).
4971
9a4888c0
CY
4972 * files.el (files-equal-p): Doc fix.
4973 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
4974 and quit the loop once a mismatch is found.
4975
ea8fb88d
JB
49762012-02-25 Juanma Barranquero <lekktu@gmail.com>
4977
4978 * bs.el (bs--show-with-configuration): Don't throw an error
4979 if the window cannot be split; otherwise, subsequent calls to
4980 bs-show fail, restoring a stale window config. (Bug#10882)
4981
525795c1
JD
49822012-02-25 Jan Djärv <jan.h.d@swipnet.se>
4983
4984 * term/ns-win.el (global-map): Bind ns-drag-file to
4985 ns-find-file (Bug#5855, Bug#10050).
4986
f008086f
AS
49872012-02-25 Andreas Schwab <schwab@linux-m68k.org>
4988
4989 * calendar/parse-time.el (parse-time-string): Allow extractor to
4990 return nil.
4991
a3fcfa99
MA
49922012-02-25 Michael Albinus <michael.albinus@gmx.de>
4993
91027d08
JB
4994 * net/tramp.el (tramp-file-name-for-operation):
4995 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
4996
4997 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
4998 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
4999 Add COPY-CONTENTS argument.
a3fcfa99 5000
67b0de11
CY
50012012-02-25 Chong Yidong <cyd@gnu.org>
5002
5003 Add custom groups for VC backends, for consistency with vc-bzr.
5004
5005 * vc/vc-arch.el (vc-arch):
5006 * vc/vc-cvs.el (vc-cvs):
5007 * vc/vc-git.el (vc-git):
5008 * vc/vc-hg.el (vc-hg):
5009 * vc/vc-mtn.el (vc-mtn):
5010 * vc/vc-rcs.el (vc-rcs):
5011 * vc/vc-sccs.el (vc-sccs):
5012 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
5013 All relevant defcustoms reassigned.
5014
3c9dfce6
CY
50152012-02-25 Chong Yidong <cyd@gnu.org>
5016
1339bf43
CY
5017 * newcomment.el (comment-styles): Add autoload (Bug#10868).
5018
3c9dfce6
CY
5019 * term/x-win.el (x-initialize-window-system): Reduce default for
5020 x-selection-timeout to 5 seconds (Bug#8869).
5021
25b2e303 50222012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5023
ec70a47d
GM
5024 * files.el (files-equal-p, file-subdir-of-p): New functions.
5025 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 5026 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
5027 * dired-aux.el (dired-copy-file-recursive): Same.
5028 (dired-create-files): Modify destination when source is equal to
5029 dest when copying files.
53a46cd0 5030 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 5031
914260cd
MA
50322012-02-24 Michael Albinus <michael.albinus@gmx.de>
5033
5034 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
5035 (Bug#10874)
5036
2cb228f7
AM
50372012-02-23 Alan Mackenzie <acm@muc.de>
5038
5039 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
5040 parameter "after-hook:" to allow the expansion to run code after
5041 the execution of the mode hooks.
5042
5043 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 5044 from font-lock-mode-internal.
2cb228f7 5045
91027d08 5046 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
5047 :after-hook.
5048
8f0fde21
SM
50492012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5050
3e88618b
SM
5051 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
5052 (completion--cache-all-sorted-completions): New function.
5053 (completion-all-sorted-completions): Use it.
5054 (completion--do-completion, minibuffer-force-complete):
5055 Use it to re-instate the flush hook.
5056
8f0fde21
SM
5057 * icomplete.el (icomplete-completions): Replace last fix with a better
5058 one (bug#10850).
5059
8e911f6f
DG
50602012-02-23 Dmitry Gutov <dgutov@yandex.ru>
5061
5062 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
5063 when it might call us back infinitely (bug#10797).
5064
49fe4321
GM
50652012-02-23 Glenn Morris <rgm@gnu.org>
5066
5067 * minibuffer.el (completion-category-overrides): Doc fix.
5068
b291b572
SM
50692012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5070
5071 * minibuffer.el (completion-table-with-context): Fix inf-loop.
5072 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
5073
31a9ef2e
GM
50742012-02-23 Glenn Morris <rgm@gnu.org>
5075
5e6e6794 5076 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
5077 (authors-obsolete-files-regexps, authors-ignored-files)
5078 (authors-ambiguous-files, authors-renamed-files-alist):
5079 Add more entries.
5080
0bd1e074
JL
50812012-02-23 Juri Linkov <juri@jurta.org>
5082
5083 * isearch.el (isearch-occur): Sync interactive spec with occur's
5084 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
5085
b617673c
JL
5086 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
5087
19e9789e
JL
50882012-02-22 Juri Linkov <juri@jurta.org>
5089
5090 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
5091 (ucs-insert): Doc fix. Check for hex digits in the string.
5092 Don't display `nil' in the error message. (Bug#10857)
5093
f41ce09d
AM
50942012-02-22 Alan Mackenzie <acm@muc.de>
5095
7a71b18d 5096 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 5097
ac2eceee
GM
50982012-02-22 Glenn Morris <rgm@gnu.org>
5099
5100 * ffap.el (ffap-c-path):
5101 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
5102
abd1f678
CY
51032012-02-22 Chong Yidong <cyd@gnu.org>
5104
5105 * custom.el (load-theme): Doc fix.
5106
f25aef2e
GM
51072012-02-22 Glenn Morris <rgm@gnu.org>
5108
5109 * dired-x.el (dired-guess-shell-alist-default):
5110 Remove escape sequences from nroff output. (Bug#172)
5111
5f8dc2ca
GM
51122012-02-21 Glenn Morris <rgm@gnu.org>
5113
6ff86ec4
GM
5114 * vc/emerge.el (emerge-defvar-local):
5115 Set `permanent-local' property rather than unused `preserved'.
5116
be3223a3 5117 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
5118 (picture-mode-map): Use it. (Bug#10860)
5119 (picture-mode): Doc fix.
5120
3fe58f4f
JB
51212012-02-21 Juanma Barranquero <lekktu@gmail.com>
5122
5123 * newcomment.el (uncomment-region-default): Remove unused binding.
5124
f9a998c3
GM
51252012-02-21 Glenn Morris <rgm@gnu.org>
5126
5127 * textmodes/picture.el (picture-motion, picture-motion-reverse)
5128 (picture-self-insert, picture-tab-chars): Doc fix.
5129 (picture-mode-map): Fix C-a, C-e.
5130
c6029348
GM
51312012-02-20 Glenn Morris <rgm@gnu.org>
5132
5133 * emacs-lisp/authors.el (authors-aliases): Add another entry.
5134
ab1ce9d7
LL
51352012-02-20 Leo Liu <sdl.web@gmail.com>
5136
5137 * icomplete.el (icomplete-completions): Check FROM arg before
5138 passing to substring (Bug#10850).
5139
0fd40f89
CY
51402012-02-19 Chong Yidong <cyd@gnu.org>
5141
5142 * comint.el: Require ansi-color.
5143 (comint-output-filter-functions): Add ansi-color-process-output.
5144
5145 * ansi-color.el: Don't set comint-output-filter-functions; it is
5146 now in the initial value defined in comint.el.
5147 (ansi-color-apply-face-function): New variable.
5148 (ansi-color-apply-on-region): Use it.
5149 (ansi-color-apply-overlay-face): New function.
5150
5151 * shell.el (shell): No need to require ansi-color.
5152 (shell-mode): Use ansi-color-apply-face-function to highlight
5153 color escapes using font-lock-face property (Bug#10835).
5154
20af2394
CY
51552012-02-19 Chong Yidong <cyd@gnu.org>
5156
5157 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
5158 mode-line formats (Bug#10839).
5159
e23a3fbe
GM
51602012-02-18 Glenn Morris <rgm@gnu.org>
5161
b474519e
GM
5162 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
5163
5164 * mail/undigest.el (unforward-rmail-message): Doc fix.
5165
e23a3fbe
GM
5166 * saveplace.el (save-place-ignore-files-regexp): Add :version.
5167
57939ff4
EZ
51682012-02-18 Eli Zaretskii <eliz@gnu.org>
5169
5170 * international/characters.el (script-list): Sync with the latest
5171 Unicode Character Database.
5172
0c23686e
AS
51732012-02-18 Andreas Schwab <schwab@linux-m68k.org>
5174
5175 * international/titdic-cnv.el: Remove duplicate coding tag.
5176 * language/cham.el: Likewise.
5177 * language/tai-viet.el: Likewise.
5178
6818b449
GM
51792012-02-18 Glenn Morris <rgm@gnu.org>
5180
5181 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
5182 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
5183 (calendar-bahai-all-holidays-flag, calendar-other-dates):
5184 * calendar/diary-lib.el (diary-abbreviated-year-flag):
5185 * calendar/holidays.el (holiday-bahai-holidays)
5186 (calendar-holidays, list-holidays):
5187 Use utf-8 Bahá'í in doc-strings, menus, etc.
5188
0311a3fc
TH
51892012-02-17 Tassilo Horn <tassilo@member.fsf.org>
5190
5191 * saveplace.el (save-place-ignore-files-regexp): New variable
5192 allowing for excluding files from saving their location of point.
5193 The default value matches the temporary commit message editing
5194 files from Git, SVN, Bazaar, and Mercurial.
5195 (save-place-to-alist): Use it.
5196
eb864a71
LM
51972012-02-17 Lawrence Mitchell <wence@gmx.li>
5198 Stefan Monnier <monnier@iro.umontreal.ca>
5199
5200 * newcomment.el (uncomment-region-default): Don't leave extra space
5201 when an arg is provided (bug#8150).
5202
ee0ce425
TZ
52032012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
5204
eb864a71 5205 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 5206
95ddf442
GM
52072012-02-17 Glenn Morris <rgm@gnu.org>
5208
5209 * net/socks.el: Require network-stream. (Bug#10599)
5210
48dd1e39 52112012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
5212
5213 * international/charprop.el:
5214 * international/uni-name.el:
5215 * international/uni-old-name.el:
5216 * international/uni-comment.el: Regenerate.
5217
d68cd087
GM
52182012-02-16 Glenn Morris <rgm@gnu.org>
5219
5220 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
5221 Interactively in calendar buffer, give an error if not on a date.
5222
13932042
GM
52232012-02-15 Glenn Morris <rgm@gnu.org>
5224
5225 * shell.el (shell-delimiter-argument-list):
5226 Revert 2011-02-17 change. (Bug#8027)
5227
c3a70e2b
CY
52282012-02-15 Chong Yidong <cyd@gnu.org>
5229
60236b0d
CY
5230 * minibuffer.el (completion-at-point-functions): Doc fix.
5231
c3a70e2b
CY
5232 * custom.el (defcustom): Doc fix; note use of defvar.
5233
9f26dc24
GM
52342012-02-15 Glenn Morris <rgm@gnu.org>
5235
5236 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
5237 Doc fixes.
5238
6546b134
GM
52392012-02-14 Glenn Morris <rgm@gnu.org>
5240
5241 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
5242
d29b2b4c
LI
52432012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
5244
5245 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
5246 way the ports list is computed.
835bdcba
LI
5247 (smtpmail-query-smtp-server): Prompt the user for a port number if
5248 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 5249
08dcdbc9
TZ
52502012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
5251
5252 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
5253
2605051a
GM
52542012-02-13 Glenn Morris <rgm@gnu.org>
5255
5256 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
5257
7ee99f32
TZ
52582012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
5259
5260 * net/gnutls.el (gnutls-trustfiles): New variable.
5261 (gnutls-negotiate): Use it.
5262
5f0af64f
LI
52632012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
5264
5265 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
5266 does its stuff if Gnus is running.
5267
c14fcc95
AM
52682012-02-13 Alan Mackenzie <acm@muc.de>
5269
5270 Fix a loop in c-set-fl-decl-start.
5271
7a71b18d 5272 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
5273 c-backward-syntactic-ws actually moves backwards.
5274
142b4d90
LL
52752012-02-13 Leo Liu <sdl.web@gmail.com>
5276
5277 * net/rcirc.el (rcirc-markup-attributes): Move point to the
5278 beginning so that all \C-o chars are removed.
5279
fa9958a6
TZ
52802012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
5281
dc9924b8 5282 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 5283
0bc5886a
AM
52842012-02-12 Alan Mackenzie <acm@muc.de>
5285
5286 Fix infinite loop with long macros.
4d6769e1 5287 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 5288
d4bd55e7
CY
52892012-02-12 Chong Yidong <cyd@gnu.org>
5290
5291 * window.el (display-buffer): Doc fix (Bug#10785).
5292
66f3fe22
GM
52932012-02-12 Glenn Morris <rgm@gnu.org>
5294
bd7da63e
GM
5295 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
5296 (x-disown-selection-internal, x-get-selection-internal):
5297 Sync docs with the xselect.c versions.
5298
66f3fe22
GM
5299 * allout-widgets.el: Add missing license notice.
5300
3e0d2fa7
GM
53012012-02-11 Glenn Morris <rgm@gnu.org>
5302
cfecdf09
GM
5303 * select.el (x-get-selection-internal, x-own-selection-internal)
5304 (x-disown-selection-internal):
5305 * x-dnd.el (x-get-selection-internal): Update declarations.
5306
6d216d7f
GM
5307 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
5308
2bed3f04
GM
5309 * window.el (window-sides-slots):
5310 * tool-bar.el (tool-bar-position):
5311 * term/xterm.el (xterm-extra-capabilities):
5312 * ses.el (ses-self-reference-early-detection):
5313 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
5314 (verilog-auto-wire-type)
5315 (verilog-auto-delete-trailing-whitespace)
5316 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
5317 (verilog-auto-tieoff-declaration):
5318 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
5319 (sql-oracle-statement-starters, sql-oracle-scan-on):
5320 * progmodes/prolog.el (prolog-align-comments-flag)
5321 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
5322 (prolog-left-indent-regexp, prolog-paren-indent-p)
5323 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
5324 (prolog-types, prolog-mode-specificators)
5325 (prolog-determinism-specificators, prolog-directives)
5326 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
5327 (prolog-electric-dot-flag)
5328 (prolog-electric-dot-full-predicate-template)
5329 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
5330 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
5331 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
5332 (prolog-program-switches, prolog-prompt-regexp)
5333 (prolog-debug-on-string, prolog-debug-off-string)
5334 (prolog-trace-on-string, prolog-trace-off-string)
5335 (prolog-zip-on-string, prolog-zip-off-string)
5336 (prolog-use-standard-consult-compile-method-flag)
5337 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
5338 (prolog-imenu-max-lines, prolog-info-predicate-index)
5339 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
5340 (prolog-char-quote-workaround):
5341 * progmodes/cc-vars.el (c-defun-tactic):
5342 * net/tramp.el (tramp-encoding-command-interactive)
5343 (tramp-local-end-of-line):
5344 * net/soap-client.el (soap-client):
5345 * net/netrc.el (netrc-file):
5346 * net/gnutls.el (gnutls):
5347 * minibuffer.el (completion-category-overrides)
5348 (completion-cycle-threshold)
5349 (completion-pcm-complete-word-inserts-delimiters):
5350 * man.el (Man-name-local-regexp):
5351 * mail/feedmail.el (feedmail-display-full-frame):
5352 * international/characters.el (glyphless-char-display-control):
5353 * eshell/em-ls.el (eshell-ls-date-format):
5354 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
5355 (lisp-lambda-list-keyword-parameter-indentation)
5356 (lisp-lambda-list-keyword-parameter-alignment):
5357 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
5358 * dired-x.el (dired-omit-verbose):
5359 * cus-theme.el (custom-theme-allow-multiple-selections):
5360 * calc/calc.el (calc-highlight-selections-with-faces)
5361 (calc-lu-field-reference, calc-lu-power-reference)
5362 (calc-note-threshold):
5363 * battery.el (battery-mode-line-limit):
5364 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
5365 (archive-7z-update):
5366 * allout.el (allout-prefixed-keybindings)
5367 (allout-unprefixed-keybindings)
5368 (allout-inhibit-auto-fill-on-headline)
5369 (allout-flattened-numbering-abbreviation):
5370 * allout-widgets.el (allout-widgets-auto-activation)
5371 (allout-widgets-icons-dark-subdir)
5372 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
5373 (allout-widgets-theme-dark-background)
5374 (allout-widgets-theme-light-background)
5375 (allout-widgets-item-image-properties-emacs)
5376 (allout-widgets-item-image-properties-xemacs)
5377 (allout-widgets-run-unit-tests-on-load)
5378 (allout-widgets-time-decoration-activity)
5379 (allout-widgets-hook-error-post-time)
5380 (allout-widgets-track-decoration):
5381 Add missing :version tags to new defcustoms and defgroups.
5382
5fec1b8e
GM
5383 * progmodes/sql.el (sql-ansi-statement-starters)
5384 (sql-oracle-statement-starters): Add custom type.
5385
3e0d2fa7
GM
5386 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
5387 (prolog-system-version): Give it a type.
5388
90b671e2
EZ
53892012-02-11 Eli Zaretskii <eliz@gnu.org>
5390
5391 * term/pc-win.el (x-select-text, x-selection-owner-p)
5392 (x-own-selection-internal, x-disown-selection-internal)
5393 (x-get-selection-internal): Sync doc strings and argument lists
5394 with xselect.c, common-win.el and x-win.el. (Bug#10783)
5395
5eac0c02
LL
53962012-02-11 Leo Liu <sdl.web@gmail.com>
5397
5398 * progmodes/python.el (python-end-of-statement): Fix infinite
5399 loop. (Bug#10788)
5400
f82cb659
GM
54012012-02-10 Glenn Morris <rgm@gnu.org>
5402
5403 * international/mule-cmds.el (unify-8859-on-encoding-mode)
5404 (unify-8859-on-decoding-mode): Properly mark as obsolete.
5405
cc26d239
LI
54062012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
5407
5408 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
5409 about SMTP before checking the From header.
5410
91027d08 5411 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
5412 into own function for reuse by emacsbug.el.
5413
1be3ca5a
LL
54142012-02-10 Leo Liu <sdl.web@gmail.com>
5415
5416 * subr.el (condition-case-unless-debug): Rename from
5417 condition-case-no-debug. All callers changed.
5418 (with-demoted-errors): Fix caller.
5419
5420 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
5421 * nxml/rng-valid.el (rng-do-some-validation):
5422 * emacs-lisp/package.el (package-refresh-contents)
5423 (package-menu-execute):
5424 * desktop.el (desktop-create-buffer):
91027d08 5425 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 5426
b011fbfe
GM
54272012-02-10 Glenn Morris <rgm@gnu.org>
5428
b2096d72
GM
5429 * textmodes/bibtex.el:
5430 Add missing :version tags for new/changed defcustoms.
5431
b011fbfe
GM
5432 * files.el (remote-file-name-inhibit-cache): Doc fixes.
5433
4c7e65bf
LI
54342012-02-09 Lars Ingebrigtsen <larsi@rusty>
5435
5436 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
5437 (smtpmail-via-smtp): Use it, or fall back on the From address.
5438 (smtpmail-send-it): Ditto.
5439
f3934f6f
SM
54402012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
5441
5442 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
5443 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
5444 (byte-compile-tmp-var): New const.
5445 (byte-compile-defvar): Use it to minimize .elc size.
5446 Just use `defvar' rather than simulate it (bug#10761).
5447
a075a2c5
GM
54482012-02-09 Glenn Morris <rgm@gnu.org>
5449
cf3aa21b
GM
5450 * files.el (rename-uniquely): Doc fix. (Bug#3806)
5451
354998cd
GM
5452 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
5453 Add :version tags.
5454
dc9924b8
SM
5455 * progmodes/compile.el (compilation-error-screen-columns)
5456 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 5457
dab3703d
GM
5458 * vc/log-view.el (log-view-toggle-entry-display):
5459 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
5460
3f88cd72
GM
5461 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
5462 (report-emacs-bug-can-use-xdg-email):
5463 (report-emacs-bug-insert-to-mailer): Doc fixes.
5464 (report-emacs-bug): Message fix.
5465
d95b247d
GM
5466 * net/browse-url.el (browse-url-can-use-xdg-open)
5467 (browse-url-xdg-open): Doc fixes.
5468
a075a2c5
GM
5469 * electric.el (electric-indent-mode, electric-pair-mode)
5470 (electric-layout-rules, electric-layout-mode): Doc fixes.
5471 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
5472
ffb6157e
MR
54732012-02-08 Martin Rudalics <rudalics@gmx.at>
5474
5475 * server.el (server-unselect-display): Don't inadvertently kill
5476 the current buffer. (Bug#10729)
5477
e1ac4066
GM
54782012-02-08 Glenn Morris <rgm@gnu.org>
5479
34e8a2da
GM
5480 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
5481 (sql-list-table): Doc fixes.
5482
b4ac6e8c
GM
5483 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
5484 Comment out (does nothing).
5485
e1ac4066
GM
5486 * completion.el (dynamic-completion-mode):
5487 * dirtrack.el (dirtrack-debug-mode):
5488 * electric.el (electric-layout-mode):
5489 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
5490 * face-remap.el (text-scale-mode, buffer-face-mode):
5491 * iimage.el (iimage-mode):
5492 * image-mode.el (image-transform-mode):
5493 * minibuffer.el (completion-in-region-mode):
5494 * scroll-lock.el (scroll-lock-mode):
5495 * simple.el (next-error-follow-minor-mode):
5496 * tar-mode.el (tar-subfile-mode):
5497 * tooltip.el (tooltip-mode):
5498 * vcursor.el (vcursor-use-vcursor-map):
5499 * wid-browse.el (widget-minor-mode):
5500 * emulation/tpu-edt.el (tpu-edt-mode):
5501 * emulation/tpu-extras.el (tpu-cursor-free-mode):
5502 * international/iso-ascii.el (iso-ascii-mode):
5503 * language/thai-util.el (thai-word-mode):
5504 * mail/supercite.el (sc-minor-mode):
5505 * net/goto-addr.el (goto-address-mode):
5506 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
5507 * progmodes/cwarn.el (cwarn-mode):
5508 * progmodes/flymake.el (flymake-mode):
5509 * progmodes/glasses.el (glasses-mode):
5510 * progmodes/hideshow.el (hs-minor-mode):
5511 * progmodes/pascal.el (pascal-outline-mode):
5512 * textmodes/enriched.el (enriched-mode):
5513 * vc/smerge-mode.el (smerge-mode):
5514 Doc fixes (minor mode argument).
5515
5e0d957f
EZ
55162012-02-07 Eli Zaretskii <eliz@gnu.org>
5517
5518 * ls-lisp.el (ls-lisp-sanitize): New function.
5519 (ls-lisp-insert-directory): Use it to fix or remove any elements
5520 in file-alist with missing attributes. (Bug#4673)
5521
98d7371e
AM
55222012-02-07 Alan Mackenzie <acm@muc.de>
5523
5524 Fix spurious recognition of c-in-knr-argdecl.
5525
5526 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
5527 putative K&R region.
5528
667ced3a
AM
55292012-02-07 Alan Mackenzie <acm@muc.de>
5530
eb864a71
LM
5531 * progmodes/cc-engine.el (c-forward-objc-directive):
5532 Prevent looping in "#pragma mark @implementation".
667ced3a 5533
5b77774d
MA
55342012-02-07 Michael Albinus <michael.albinus@gmx.de>
5535
5536 * notifications.el (notifications-on-closed-signal): Make `reason'
5537 optional. (Bug#10744)
5538
af008560
GM
55392012-02-07 Glenn Morris <rgm@gnu.org>
5540
60d47423
GM
5541 * emacs-lisp/easy-mmode.el (define-minor-mode):
5542 Doc fixes for the macro and the mode it defines.
5543
dd605cc4
GM
5544 * image.el (imagemagick-types-inhibit): Doc fix.
5545
af008560
GM
5546 * cus-start.el (imagemagick-render-type): Add it.
5547
5cc59a37
LI
55482012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
5549
4d6769e1
JB
5550 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
5551 Set the default at load time, too, so that `font-lock-fontify-buffer'
5552 can be called without setting up the entire mode first. This fixes
5553 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 5554
9a6dd747
CY
55552012-02-06 Chong Yidong <cyd@gnu.org>
5556
2d16b285
CY
5557 * simple.el (list-processes--refresh): Delete exited processes
5558 (Bug#8094).
5559
171e9b6e
CY
5560 * comint.el (comint-next-prompt): next-single-char-property-change
5561 and prev-single-char-property-change never return nil (Bug#8657).
5562
9a6dd747
CY
5563 * custom.el (defcustom): Doc fix (Bug#9711).
5564
aa4589a7
CY
55652012-02-05 Chong Yidong <cyd@gnu.org>
5566
5c2a252f
CY
5567 * cus-edit.el (custom-variable-reset-backup): Quote the value
5568 before storing it in the customized-value property (Bug#6712).
4aab9006 5569 (custom-display): Add a customization type tag.
983b9602 5570 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 5571
aa4589a7
CY
5572 * wid-edit.el (widget-field-value-get): New optional arg to
5573 suppress trailing whitespace truncation.
5574 (character): Use it (Bug#2689).
5575
1ff980ae
AS
55762012-02-05 Andreas Schwab <schwab@linux-m68k.org>
5577
5578 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
5579 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
5580
03988c98
CY
55812012-02-05 Chong Yidong <cyd@gnu.org>
5582
eeb6cc88
CY
5583 * cus-edit.el (custom-variable-value-create): For mismatched
5584 types, show the current value (Bug#7600).
5585
03988c98
CY
5586 * custom.el (defcustom): Doc fix.
5587
f8cdeef0
GM
55882012-02-05 Glenn Morris <rgm@gnu.org>
5589
5590 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
5591
0696d255
JB
55922012-02-05 Juanma Barranquero <lekktu@gmail.com>
5593
5594 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
5595 (pp-buffer): Use `ignore-errors', `looking-at-p'.
5596 (pp-last-sexp): Use `looking-at-p'.
5597
34c99998
GM
55982012-02-04 Glenn Morris <rgm@gnu.org>
5599
8f05da42
GM
5600 * files.el (revert-buffer):
5601 Doc fix (mention revert-buffer-in-progress-p).
5602
f160676e
GM
5603 * emacs-lisp/ert-x.el (ert-simulate-command):
5604 Check deferred-action-list (which is obsolete) is bound.
5605
c7291ad9
GM
5606 * subr.el (with-wrapper-hook): Doc fixes.
5607
34c99998
GM
5608 * simple.el (filter-buffer-substring-functions)
5609 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
5610
6283a7d3
LL
56112012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
5612
5613 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
5614 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
5615
e96e3013
LL
56162012-02-04 Leo Liu <sdl.web@gmail.com>
5617
5618 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
5619
8ded50f2
GM
56202012-02-04 Glenn Morris <rgm@gnu.org>
5621
82ff1d13
GM
5622 * image.el (image-extension-data): Add obsolete alias.
5623
987a0a16
GM
5624 * isearch.el (isearch-update): Doc fix.
5625
ea32ef46
GM
5626 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
5627
8ded50f2
GM
5628 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
5629
eea14f31
GM
56302012-02-03 Glenn Morris <rgm@gnu.org>
5631
5632 * image.el (image-animated-p): Doc fix. Use image-animated-types.
5633 (image-animate-timeout): Doc fix.
5634
5635 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
5636
12f381b7
GM
56372012-02-02 Glenn Morris <rgm@gnu.org>
5638
953cebf5
GM
5639 * server.el (server-auth-dir): Doc fix.
5640 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
5641
12f381b7
GM
5642 * subr.el (run-mode-hooks): Doc fix.
5643
953a8c3b
JL
56442012-02-02 Juri Linkov <juri@jurta.org>
5645
5646 * image-mode.el (image-toggle-display-image): Remove tautological
5647 `major-mode' from the `derived-mode-p' test.
5648
c5d3843c
KH
56492012-02-02 Kenichi Handa <handa@m17n.org>
5650
9f6e692e 5651 * composite.el (compose-region): Cancel previous change.
c5d3843c 5652
159462d4 56532012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
5654
5655 * composite.el (compose-region, compose-string): Signal error for
5656 a null string component (Bug#6988).
5657
9f562668
CY
56582012-02-01 Chong Yidong <cyd@gnu.org>
5659
e2cef717
CY
5660 * view.el (view-buffer-other-window, view-buffer-other-frame):
5661 Handle special modes like view-buffer (Bug#10650).
5662 (view-buffer): Simplify.
5663
9f562668
CY
5664 * frame.el (set-frame-font): Tweak meaning of third argument.
5665
9f6e692e
JB
5666 * dynamic-setting.el (font-setting-change-default-font):
5667 Use set-frame-font (Bug#9982).
9f562668 5668
781acb9f
GM
56692012-02-01 Glenn Morris <rgm@gnu.org>
5670
6035be52
GM
5671 * progmodes/compile.el (compilation-internal-error-properties):
5672 Respect compilation-first-column in the "*compilation*" buffer.
5673
781acb9f
GM
5674 * emacs-lisp/easy-mmode.el (define-minor-mode):
5675 Relax :variable's test for a named function.
5676
abbceb00
AM
56772012-01-31 Alan Mackenzie <acm@muc.de>
5678
5679 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
5680 off by one error.
5681
fce3fdeb
CY
56822012-01-31 Chong Yidong <cyd@gnu.org>
5683
5684 * frame.el (set-frame-font): New arg ALL-FRAMES.
5685
5686 * menu-bar.el (menu-set-font): Use set-frame-font.
5687
5688 * faces.el (face-spec-reset-face): Don't apply unspecified
5689 attribute values to the default face.
5690
47893581
JB
56912012-01-31 Juanma Barranquero <lekktu@gmail.com>
5692
5693 * progmodes/cwarn.el (cwarn): Remove dead link.
5694 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
5695 Remove * from defcustom docstrings.
5696 (turn-on-cwarn-mode): Make obsolete.
5697 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
5698 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
5699
e58e988a
GM
57002012-01-31 Glenn Morris <rgm@gnu.org>
5701
60dc2671 5702 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 5703 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 5704 Allow named functions to be used as the cdr of :variable.
e58e988a 5705
7a3f511d
GM
57062012-01-30 Glenn Morris <rgm@gnu.org>
5707
5708 * emacs-lisp/authors.el (authors-fixed-entries):
5709 Remove reference to deleted file rnewspost.el.
5710
cb882333
JB
57112012-01-29 Juanma Barranquero <lekktu@gmail.com>
5712
5713 * window.el (window-with-parameter): Remove unused variable `windows'.
5714 (window--side-check): Remove unused variable `code'.
5715 (window--resize-siblings): Remove unused variable `first'.
5716 (adjust-window-trailing-edge): Remove unused variable `failed'.
5717 (window-deletable-p, window--delete): Remove unused variable `buffer'.
5718 Use `let', not `let*'.
5719 (balance-windows-2): Remove unused variable `found'.
5720 (window--state-put-2): Remove unused variable `splits'.
5721 (window-state-put): Remove unused variable `selected'.
5722 (same-window-p): Use `string-match-p'.
5723 (display-buffer-assq-regexp): Remove unused variable `value'.
5724 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
5725 Mark argument ALIST as ignored.
5726 (pop-to-buffer): Remove unused variable `old-window'.
5727
907201af
EZ
57282012-01-29 Eli Zaretskii <eliz@gnu.org>
5729
5730 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
5731 and .lzma compressed files.
5732
ea162670
CY
57332012-01-29 Chong Yidong <cyd@gnu.org>
5734
5b95ee8a
CY
5735 * frame.el (window-system-default-frame-alist): Doc fix.
5736
ea162670
CY
5737 * dynamic-setting.el (font-setting-change-default-font): Don't
5738 change the default face if SET-FONT argument is non-nil (Bug#9982).
5739
d6e6f4b1
SB
57402012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
5741
5742 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
5743
0f29fa41 57442012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
5745
5746 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
5747 breakpoints in files outside current directory (Bug#6098).
5748
db174434
CY
57492012-01-29 Chong Yidong <cyd@gnu.org>
5750
6b25e4e2
SE
5751 * progmodes/python.el: Require ansi-color at top-level.
5752
6df6ae42
JB
5753 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
5754 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
5755 (lisp-mode-abbrev-table): Add doc.
5756 (lisp-mode-variables): Don't set local-abbrev-table.
5757 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
5758
e70ee681
RW
57592012-01-28 Roland Winkler <winkler@gnu.org>
5760
5761 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
5762
ace88aa2
RW
57632012-01-28 Roland Winkler <winkler@gnu.org>
5764
5765 * textmodes/bibtex.el (bibtex-entry-alist): New function.
5766 (bibtex-set-dialect): Use it. Either set global values of
5767 dialect-dependent variables or bind these variables buffer-locally
5768 (Bug#10254).
5769 (bibtex-mode): Call bibtex-set-dialect via
5770 hack-local-variables-hook.
eb864a71
LM
5771 (bibtex-dialect): Update docstring.
5772 Add safe-local-variable predicate.
ace88aa2
RW
5773 (bibtex-entry-alist, bibtex-field-alist): Initialize via
5774 bibtex-set-dialect.
5775 (bibtex-mode-map): Define menu for each dialect.
5776 (bibtex-entry): Fix docstring.
5777
93376c5b
CY
57782012-01-28 Chong Yidong <cyd@gnu.org>
5779
5780 * eshell/esh-arg.el (eshell-quote-argument): New function.
5781
5782 * eshell/esh-ext.el (eshell-invoke-batch-file):
5783 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
5784 first arg to eshell-parse-command (Bug#10523).
5785
4372494f
DA
57862012-01-28 Drew Adams <drew.adams@oracle.com>
5787
5788 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
5789 `default-directory' is non-nil.
5790
4d4ec1f8
EZ
57912012-01-28 Eli Zaretskii <eliz@gnu.org>
5792
5793 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
5794 line that displays system-configuration-options. (Bug#9924)
5795
7c188927
DA
57962012-01-28 Drew Adams <drew.adams@oracle.com>
5797
5798 * descr-text.el (describe-char): Show information about POS, in
5799 addition to information about the character at POS. Improve and
5800 update the doc string. Change "code point" to "code point in
5801 charset", to avoid confusion with the character's Unicode code
5802 point shown above that. (Bug#10129)
5803
e0da685a
EZ
58042012-01-28 Eli Zaretskii <eliz@gnu.org>
5805
5806 * descr-text.el (describe-char): Show the raw character, not only
5807 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
5808 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
5809 for the reasons.
5810
70550acf
PH
58112012-01-28 Phil Hagelberg <phil@hagelb.org>
5812
eb864a71
LM
5813 * emacs-lisp/package.el (package-install):
5814 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 5815
0ce8e868
CY
58162012-01-28 Chong Yidong <cyd@gnu.org>
5817
cb882333
JB
5818 * emacs-lisp/package.el (package-maybe-load-descriptor):
5819 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
5820 (package-maybe-load-descriptor): Use it.
5821 (package-download-transaction): Fully load required packages
5822 inside the loop, so that `require' calls work (Bug#10593).
5823 (package-install): No need to call package-initialize now.
5824
2e7f3bea
CY
58252012-01-28 Chong Yidong <cyd@gnu.org>
5826
6e9bad14
CY
5827 * simple.el (deactivate-mark): Doc fix (Bug#8614).
5828
f823b8ca
CY
5829 * tooltip.el (tooltip-mode): Doc fix.
5830 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
5831
2680c309
CY
5832 * frame.el (set-cursor-color): Doc fix (Bug#352).
5833
d7a9e63b
CY
5834 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
5835 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
5836
2e7f3bea
CY
5837 * cus-edit.el (custom-buffer-create-internal): Fix search button
5838 action (Bug#10542).
2ae01800 5839 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 5840
fc4f7a23
EW
58412012-01-27 Eduard Wiebe <usenet@pusto.de>
5842
5843 * dired.el (dired-mark-files-regexp):
5844 Include any subdirectory components. (Bug#10445)
5845
7dd37071
ML
58462012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
5847
5848 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
5849 Handle [host]:port syntax. (Bug#10533)
5850
a268160b
AH
58512012-01-27 Alex Harsanyi <harsanyi@mac.com>
5852
5853 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
5854
e43273ef
GM
58552012-01-26 Glenn Morris <rgm@gnu.org>
5856
5857 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
5858 * term.el (term-raw-escape-map): Use Control-X-prefix.
5859 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
5860
1edf595d
MR
58612012-01-25 Martin Rudalics <rudalics@gmx.at>
5862
5863 * window.el (window-state-get, window--state-get-1): Don't deal
5864 with fixed-sizeness of windows. Simplify code.
5865
fa8eafef
JC
58662012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
5867
6df6ae42
JB
5868 * window.el (window--state-get-1, window--state-put-2):
5869 Don't save and restore the mark.
fa8eafef 5870
0b21c100
CY
58712012-01-25 Chong Yidong <cyd@gnu.org>
5872
5873 * custom.el (custom-variable-p): Doc fix.
5874
5ae1a6c8
GM
58752012-01-25 Glenn Morris <rgm@gnu.org>
5876
40047858
GM
5877 * dired.el (dired-goto-file): Handle some of the more common
5878 characters that `ls -b' escapes. (Bug#10596)
5879
5ddce96c
GM
5880 * progmodes/compile.el (compilation-next-error-function):
5881 Respect compilation-first-column in the "*compilation*" buffer.
5882 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
5883
5ae1a6c8
GM
5884 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
5885
b559f1a9
GM
58862012-01-24 Glenn Morris <rgm@gnu.org>
5887
5888 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
5889
6725d21a
JD
58902012-01-24 Julien Danjou <julien@danjou.info>
5891
5892 * color.el (color-rgb-to-hsl): Fix value computing.
5893 (color-hue-to-rgb): New function.
5894 (color-hsl-to-rgb): New function.
5895 (color-clamp, color-saturate-hsl, color-saturate-name)
5896 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
5897 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
5898
70df4bbe
GM
58992012-01-24 Glenn Morris <rgm@gnu.org>
5900
5901 * vc/vc-rcs.el (vc-rcs-create-tag):
5902 * vc/vc-sccs.el (vc-sccs-create-tag):
5903 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
5904
802a2ae2
ML
59052012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
5906
5907 * eshell/esh-util.el (eshell-read-hosts-file):
5908 Skip comment lines. (Bug#10549)
5909
d7128bb1
ML
5910 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
5911
d1a5c3b4
JB
59122012-01-23 Juanma Barranquero <lekktu@gmail.com>
5913
2724d9c7
JB
5914 * subr.el (display-delayed-warnings): Doc fix.
5915 (collapse-delayed-warnings): New function to collapse identical
5916 adjacent warnings.
5917 (delayed-warnings-hook): Add it.
d1a5c3b4 5918
a5509865
MA
59192012-01-22 Michael Albinus <michael.albinus@gmx.de>
5920
5921 * net/tramp.el (tramp-action-login): Set connection property "login-as".
5922
a5509865
MA
5923 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
5924 (tramp-default-user-alist): Don't add "pscp".
5925 (tramp-do-copy-or-rename-file-out-of-band): Use connection
5926 property "login-as", if set. (Bug#10530)
5927
cc6d5805
MA
59282012-01-21 Michael Albinus <michael.albinus@gmx.de>
5929
5930 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
5931 "plink1" and "psftp". (Bug#10530)
5932
59332012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
5934
5935 * international/mule-cmds.el (prefer-coding-system): Show a
5936 warning message if the default value of file-name-coding-system
5937 was not changed.
5938
f0960428
JC
59392012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
5940
cb882333
JB
5941 * windmove.el (windmove-reference-loc):
5942 Fix windmove-reference-loc miscalculation.
f0960428 5943
dd6f2a63
JB
59442012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
5945
5946 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
5947 default unit.
5948
7b447e9b
GM
59492012-01-21 Glenn Morris <rgm@gnu.org>
5950
117a9ea1
GM
5951 * international/mule.el (auto-coding-alist): Add .tbz.
5952
7b447e9b
GM
5953 * files.el (local-enable-local-variables): Doc fix.
5954 (inhibit-local-variables-regexps): Rename from
5955 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
5956 Doc fix. Add some extensions from auto-coding-alist.
5957 (inhibit-local-variables-suffixes):
5958 Rename from inhibit-first-line-modes-suffixes. Doc fix.
5959 (inhibit-local-variables-p):
5960 New function, extracted from set-auto-mode-1.
5961 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
5962 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
5963 (hack-local-variables): Doc fix. Make the mode-only case
5964 respect enable-local-variables and friends.
5965 Respect inhibit-local-variables-regexps for file-locals, but
5966 not for directory-locals.
5967 (set-visited-file-name):
5968 Take account of inhibit-local-variables-regexps.
5969 Whether it applies may change as the file name is changed.
5970 * jka-cmpr-hook.el (jka-compr-install):
5971 * jka-compr.el (jka-compr-uninstall):
5972 Update for inhibit-first-line-modes-suffixes name change.
5973
dd6e3cdd
MR
59742012-01-20 Martin Rudalics <rudalics@gmx.at>
5975
5976 * help-macro.el (make-help-screen): Temporarily restore original
5977 binding for minor-mode-map-alist (Bug#10454).
5978
0d0deb38
JD
59792012-01-19 Julien Danjou <julien@danjou.info>
5980
5981 * color.el (color-name-to-rgb): Use the white color to find the max
5982 color component value and return correctly computed values.
5983 (color-name-to-rgb): Add missing float conversion for max value.
5984
34a02f46
MR
59852012-01-19 Martin Rudalics <rudalics@gmx.at>
5986
5987 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
5988 special state value for window-persistent-parameters.
5989 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
5990 (window--state-put-2): Reset all window parameters to nil before
5991 assigning values of persistent parameters.
5992
606c44c4
AM
59932012-01-18 Alan Mackenzie <acm@muc.de>
5994
5995 Eliminate sluggishness and hangs in fontification of "semicolon
5996 deserts".
5997
cb882333
JB
5998 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
5999 Change value 10000 -> 3000.
606c44c4
AM
6000 (c-state-safe-place): Reformulate so it doesn't stack up an
6001 infinite number of wrong entries in c-state-nonlit-pos-cache.
6002 (c-determine-limit-get-base, c-determine-limit): New functions to
6003 determine backward search limits disregarding literals.
6004 (c-find-decl-spots): Amend commenting.
6005 (c-cheap-inside-bracelist-p): New function which detects "={".
6006
6007 * progmodes/cc-fonts.el
6008 (c-make-font-lock-BO-decl-search-function): Give a limit to a
6009 backward search.
6010 (c-font-lock-declarations): Fix an occurrence of point being
6011 undefined. Check additionally for point being in a bracelist or
6012 near a macro invocation without a semicolon so as to avoid a
6013 fruitless time consuming search for a declarator. Give a more
6014 precise search limit for declarators using the new
6015 c-determine-limit.
6016
f3860cea
GM
60172012-01-18 Glenn Morris <rgm@gnu.org>
6018
6019 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
6020 (set-auto-mode): Doc fixes.
6021
1db03b16
GM
60222012-01-17 Glenn Morris <rgm@gnu.org>
6023
0e6038be
GM
6024 * isearch.el (search-nonincremental-instead): Fix doc typo.
6025
1db03b16
GM
6026 * dired.el (dired-insert-directory): Handle newlines in directory name.
6027 (dired-build-subdir-alist): Unescape newlines in directory name.
6028
4cb0aa75
MA
60292012-01-17 Michael Albinus <michael.albinus@gmx.de>
6030
6031 * net/tramp.el (tramp-local-end-of-line): New defcustom.
6032 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
6033 (tramp-action-terminal): Use it. (Bug#10530)
6034
1d00653d
SM
60352012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
6036
6037 * minibuffer.el (completion--replace): Strip properties (bug#10062).
6038
6a6ee00d
MR
60392012-01-16 Martin Rudalics <rudalics@gmx.at>
6040
6041 * window.el (window-state-ignored-parameters): Remove variable.
6042 (window--state-get-1): Rename argument MARKERS to IGNORE.
6043 Handle persistent window parameters. Make copy of clone-of
6044 parameter only if requested. (Bug#10348)
6045 (window--state-put-2): Install a window parameter only if it has
6046 a non-nil value or an existing parameter shall be overwritten.
6047
97912def
MA
60482012-01-15 Michael Albinus <michael.albinus@gmx.de>
6049
6050 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
6051
688070a5
EZ
60522012-01-14 Eli Zaretskii <eliz@gnu.org>
6053
6054 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
6055 don't pass the (nil) value of `upnode' to string-match.
6056
301afadc
CY
60572012-01-14 Chong Yidong <cyd@gnu.org>
6058
6059 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 6060 Fix values recognized by the cursorBlink resource.
301afadc 6061
9e5788aa
PE
60622012-01-14 Paul Eggert <eggert@cs.ucla.edu>
6063
6064 * epg.el (epg--make-temp-file): Avoid permission race condition
6065 when running on old Emacs versions (bug#10403).
6066
3cdb7f5a
GM
60672012-01-14 Glenn Morris <rgm@gnu.org>
6068
6069 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
6070
8c82b1b4
AM
60712012-01-13 Alan Mackenzie <acm@muc.de>
6072
6073 Fix filling for when filladapt mode is enabled.
6074
6075 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
6076 c-mask-paragraph, pass in `fill-paragraph' rather than
6077 `fill-region-as-paragraph'. (This is a reversion of a previous
6078 change.)
eb864a71
LM
6079 * progmodes/cc-mode.el (c-basic-common-init):
6080 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 6081
e517eda4
GM
60822012-01-13 Glenn Morris <rgm@gnu.org>
6083
1498536e
GM
6084 * dired.el (dired-switches-escape-p): New function.
6085 (dired-insert-directory): Use dired-switches-escape-p.
6086 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
6087
e517eda4
GM
6088 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
6089
328f984d
GM
60902012-01-12 Glenn Morris <rgm@gnu.org>
6091
6092 * mail/sendmail.el (mail-mode): Update paragraph-separate for
6093 changes in adaptive-fill-regexp. (Bug#10276)
6094
2cc769a8
AM
60952012-01-11 Alan Mackenzie <acm@muc.de>
6096
6097 Fix Emacs bug #10463 - put `widen's around the critical spots.
6098
1d00653d 6099 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
6100 widen around each invocation of c-state-pp-to-literal. Remove an
6101 unused let variable.
6102
e52c37fa
GM
61032012-01-11 Glenn Morris <rgm@gnu.org>
6104
6105 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 6106 Doc fix.
e52c37fa 6107
96f8741e
CY
61082012-01-10 Chong Yidong <cyd@gnu.org>
6109
1d00653d
SM
6110 * net/network-stream.el (network-stream-open-starttls):
6111 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
6112 response to the capability command.
6113
b09a806e
GM
61142012-01-10 Glenn Morris <rgm@gnu.org>
6115
6116 * mail/unrmail.el (unrmail): Tweak previous change.
6117
7655cb66
CY
61182012-01-09 Chong Yidong <cyd@gnu.org>
6119
6120 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
6121
9d5a8f0b
AM
61222012-01-08 Alan Mackenzie <acm@muc.de>
6123
6124 Optimise font locking in long enum definitions.
6125
6126 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
6127 arm to a cond form to handle enums.
6128 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
6129 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
6130
9a0115ab 61312012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
6132
6133 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 6134 (Bug#10401)
6bb72cbd 6135
f186bb95
LMI
61362012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6137
29232a68
LMI
6138 * faces.el (set-face-attribute): Clarify the meaning of the nil
6139 frame (bug#10294).
6140
4e5d086d
LMI
6141 * subr.el (with-selected-frame): Mention that the selected frame
6142 is restored (bug#9980).
6143
8e66aebe
LMI
6144 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
6145 (bug#9759).
6146
cd394be1 6147 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
6148 (password-read): Don't autoload unused function.
6149
adf4e762
JB
61502012-01-07 Juanma Barranquero <lekktu@gmail.com>
6151
6152 * progmodes/which-func.el (which-func-mode): Turn into a
6153 non-interactive function and mark as obsolete (bug#10428).
6154
89bd9ccd
CY
61552012-01-06 Chong Yidong <cyd@gnu.org>
6156
6157 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
6158 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
6159 functions, along with 1 and -1.
6160
4afee9d5
EZ
61612012-01-06 Eli Zaretskii <eliz@gnu.org>
6162
6163 * time.el (display-time-load-average)
6164 (display-time-default-load-average): Doc fixes. See the thread
6165 starting at
6166 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
6167 for the details.
6168
536aea70
GM
61692012-01-06 Glenn Morris <rgm@gnu.org>
6170
665ae865
GM
6171 * mail/unrmail.el (unrmail): Give an explicit error if the input file
6172 has no messages. (Bug#10377)
6173
c869783d
GM
6174 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
6175 than Info-edit. (Bug#10385)
6176
2bb4227e
GM
6177 * time.el (display-time-load-average, display-time-next-load-average):
6178 Doc fixes.
6179
7d5944b9
GM
6180 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
6181 local setting of buffer-read-only to the input buffer. (Bug#10419)
6182
536aea70
GM
6183 * calendar/calendar.el (calendar-mode):
6184 Locally set scroll-margin to 0. (Bug#10379)
6185
7dccca16
UM
61862012-01-06 Ulrich Mueller <ulm@gentoo.org>
6187
6188 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
6189
afbb7930
GM
61902012-01-05 Glenn Morris <rgm@gnu.org>
6191
6192 * eshell/em-unix.el (diff-no-select): Autoload it.
6193 (eshell/diff): Use diff-no-select. (Bug#10420)
6194
04482335
CY
61952012-01-05 Chong Yidong <cyd@gnu.org>
6196
7baca3bc
CY
6197 * shell.el (shell-dynamic-complete-functions): Revert last change.
6198 (shell-command-completion-function): New function.
6199 (shell-completion-vars): Use it to implement
6200 shell-completion-execonly (Bug#10417).
6201
04482335
CY
6202 * custom.el (enable-theme): Don't set custom-safe-themes.
6203
1d00653d
SM
6204 * cus-theme.el (custom-theme-merge-theme):
6205 Ignore custom-enabled-themes and custom-safe-themes.
04482335 6206
bb5aa5d6
MM
62072012-01-05 Michael R. Mauger <mmaug@yahoo.com>
6208
6209 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
6210 first prompt in `sql-interacive-mode'.
6211 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 6212 keywords.
6df6ae42 6213 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
6214 (sql-product-interactive): Bug fix: Set `sql-buffer' in
6215 context of original buffer. Invoke `sql-login-hook'.
6216
a7183d7c
EZ
62172012-01-04 Eli Zaretskii <eliz@gnu.org>
6218
6219 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
6220 letters in cite-prefix.
6221
a1eacd1e
LMI
62222012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6223
6224 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
6225
787cdb34
CY
62262012-01-03 Chong Yidong <cyd@gnu.org>
6227
1d00653d
SM
6228 * shell.el (shell-dynamic-complete-functions):
6229 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
6230 comint-filename-completion first (Bug#10417).
6231
30710442
RS
62322012-01-02 Richard Stallman <rms@gnu.org>
6233
6234 * battery.el (battery-status-function):
6235 Detect when to use battery-yeeloong-sysfs.
6236 (battery-echo-area-format): Add string for Yeeloong.
6237 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
6238 (battery-yeeloong-sysfs): New function.
6239
f75bfc33
CY
62402012-01-02 Chong Yidong <cyd@gnu.org>
6241
6242 * dirtrack.el (dirtrack-list): Eliminate unused third element.
6243 (dirtrack): Merge code for handling relative filenames in prompt
6244 from shell-dir-cookie-watcher.
6245 (dirtrack-debug-message): New arg to avoid excess format calls.
6246
6247 * shell.el (shell-dir-cookie-re): Variable deleted.
6248 (shell-dir-cookie-watcher): Function deleted.
6249 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
6250 with dirtrack-mode.
6251
651e947e
EZ
62522012-01-01 Eli Zaretskii <eliz@gnu.org>
6253
1d00653d
SM
6254 * term/w32-win.el (dynamic-library-alist) <gnutls>:
6255 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
6256 libgnutls-26.dll.
6257
94d4c7dc
AS
62582011-12-31 Andreas Schwab <schwab@linux-m68k.org>
6259
6260 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
6261
8d43f3cd
EZ
62622011-12-31 Eli Zaretskii <eliz@gnu.org>
6263
6264 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
6265 headers of non-MIME messages, when rmail-enable-mime is non-nil.
6266
98c8795a
MA
62672011-12-29 Michael Albinus <michael.albinus@gmx.de>
6268
6269 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
6270 also for alternative shells.
6271 (tramp-open-connection-setup-interactive-shell): Check, whether
6272 the shell is a busybox.
6273 (tramp-send-command): Don't suppress multiple prompts for
6274 busyboxes, it hurts.
6275
51281b32
CY
62762011-12-28 Chong Yidong <cyd@gnu.org>
6277
6278 * progmodes/gdb-mi.el (gdb-get-source-file-list)
6279 (gdb-get-source-file): Move mode line update to
6280 gdb-get-source-file (Bug#10087).
6281
2170cb53
CY
62822011-12-25 Chong Yidong <cyd@gnu.org>
6283
6284 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
6285 gud-gdb-marker-filter without taking it as an argument.
6286 (gud-gdb-run-command-fetch-lines): Caller changed.
6287 (gud-gdb-completion-function): New variable.
6288 (gud-gdb-completion-at-point): Use it.
6289 (gud-gdb-completions-1): Split from gud-gdb-completions.
6290
6291 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
6292 function as separate arguments.
6293 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
6294 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
6295 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
6296 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
6297 (gdb-stopped, def-gdb-auto-update-trigger)
6298 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
6299 (gdb-get-changed-registers, gdb-get-main-selected-frame):
6300 Callers changed.
2170cb53
CY
6301 (gud-gdbmi-completions): New function.
6302 (gdb): Use it for generating the completion table.
6303
be8b11bb
AM
63042011-12-24 Alan Mackenzie <acm@muc.de>
6305
6306 Introduce a mechanism to widen the region used in context font
1d00653d 6307 locking. Use this to protect declarations from losing their contexts.
be8b11bb 6308
1d00653d
SM
6309 * progmodes/cc-langs.el (c-before-font-lock-functions):
6310 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 6311 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
6312 functions to be run just before context (etc.) font locking.
6313
6314 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 6315 New, functionality extracted from
be8b11bb 6316 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 6317 (c-in-after-change-fontification): New variable.
be8b11bb
AM
6318 (c-after-change): Set c-in-after-change-fontification.
6319 (c-set-fl-decl-start): Rejig its interface, so it can be called
6320 from both after-change and context fontifying.
b81d40f0
JB
6321 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
6322 New functions.
6323 (c-standard-font-lock-fontify-region-function): New variable.
6324 (c-font-lock-fontify-region): New function.
be8b11bb 6325
341cf6ac
JL
63262011-12-24 Juri Linkov <juri@jurta.org>
6327
6328 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
6329 (Bug#10348)
6330
bffcee0a
MA
63312011-12-23 Michael Albinus <michael.albinus@gmx.de>
6332
6333 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
6334 existence of source file. (Bug#10325)
6335
cb5e207c
AM
63362011-12-23 Alan Mackenzie <acm@muc.de>
6337
6338 Fix unstable fontification inside templates.
6339
b81d40f0
JB
6340 * progmodes/cc-langs.el (c-before-font-lock-functions):
6341 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
6342 additionally has c-set-fl-decl-start. The other languages (apart
6343 from AWK) have that as a single entry.
6344
b81d40f0
JB
6345 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
6346 The functionality for "local" declarations has been extracted to
cb5e207c
AM
6347 c-set-fl-decl-start.
6348
b81d40f0
JB
6349 * progmodes/cc-mode.el (c-common-init, c-after-change):
6350 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
6351 (c-set-fl-decl-start): New function, extracted from
6352 c-font-lock-enclosing-decls and enhanced.
6353
60ff536c
JB
63542011-12-23 Juanma Barranquero <lekktu@gmail.com>
6355
6356 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
6357
1c4757d6
JL
63582011-12-22 Juri Linkov <juri@jurta.org>
6359
6360 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
6361
d031f2c7
CY
63622011-12-22 Chong Yidong <cyd@gnu.org>
6363
6364 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
6365
bace743a
DA
63662011-12-21 Drew Adams <drew.adams@oracle.com>
6367
6368 * files.el (file-remote-p): Fix docstring. (Bug#10319)
6369
728a1f2b
JC
63702011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
6371
6372 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
6373
0d373f73
TZ
63742011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
6375
fec0aaa4
TZ
6376 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
6377 highlighting and support. Fix up comments for capitalization.
6378 (cfengine-mode-debug): New var.
6379 (cfengine3-mode): Change the modeline indicator to "CFE3".
6380 (cfengine3-font-lock-keywords): Improve defun highlighting.
6381 (cfengine2-actions): Rename from `cfengine-actions'.
6382 (cfengine2-font-lock-keywords): Rename from
6383 `cfengine-font-lock-keywords'.
6384 (cfengine2-imenu-expression): Rename from
6385 `cfengine-imenu-expression'.
6386 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
6387 (cfengine2-beginning-of-defun): Rename from
6388 `cfengine-beginning-of-defun'.
6389 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
6390 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
6391 (cfengine2-mode): Rename from `cfengine-mode'. Change the
6392 modeline indicator to "CFE2".
6393 (cfengine-mode): Defalias to `cfengine-auto-mode'.
6394 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 6395
bc86f573
CY
63962011-12-21 Chong Yidong <cyd@gnu.org>
6397
6398 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
6399 filename argument.
6400
d45ba96b
MR
64012011-12-20 Martin Rudalics <rudalics@gmx.at>
6402
6403 * window.el (window-normalize-buffer-to-display): Remove.
6404 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
6405
a6198c90
CY
64062011-12-19 Chong Yidong <cyd@gnu.org>
6407
6408 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
6409 Don't signal an error in a predicate function; return non-nil.
6410 (vc-dir-mark-file): Move the error here.
6411 (vc-dir-mark-unmark): If acting on the region, keep going if one
6412 of the entries cannot be marked/unmarked.
6413 (vc-dir-mark-all-files): If current entry is a directory, mark
6414 only child files, as documented.
6415
34c5fb55
VB
64162011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
6417
6418 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
6419 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
6420 addition.
6421
c803b2b7
JD
64222011-12-18 Jan Djärv <jan.h.d@swipnet.se>
6423
6424 * term/ns-win.el (ns-get-selection-internal)
6425 (ns-store-selection-internal): Declare.
1154d12e
JB
6426 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
6427 Declare as obsolete.
6428 (ns-get-pasteboard, ns-paste-secondary):
6429 Use ns-get-selection-internal.
6430 (ns-set-pasteboard, ns-copy-including-secondary):
6431 Use ns-store-selection-internal.
c803b2b7 6432
9cff91f8 64332011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
6434
6435 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 6436 (vc-deduce-fileset): Doc fix.
99a289d9 6437
f16c898a
AS
64382011-12-16 Andreas Schwab <schwab@linux-m68k.org>
6439
6440 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
6441
763237c4
SS
64422011-12-13 Sam Steingold <sds@gnu.org>
6443
6444 * man.el (Man-getpage-in-background): When running under a
6445 window-system, ignore $MANWIDTH and $COLUMNS.
6446
5fc1c122
KH
64472011-12-15 Kenichi Handa <handa@m17n.org>
6448
6449 * language/ethio-util.el: Change coding tag to utf-8-emacs.
6450 (setup-ethiopic-environment-internal): Comment out key-binding for
6451 ethio-toggle-punctuation.
6452
13d49cbb
AM
64532011-12-13 Alan Mackenzie <acm@muc.de>
6454
898169a2
AM
6455 Add the switch statement to AWK Mode.
6456
7a71b18d 6457 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
6458 "default" to the keywords regexp.
6459
7a71b18d 6460 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 6461 expression as the rest.
1d00653d
SM
6462 (c-nonlabel-token-key): Allow string literals for AWK.
6463 Refactor for the other modes.
898169a2 6464
13d49cbb 6465 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 6466 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
6467 routines. Limit backward searching in c-font-lock-enclosing.decl.
6468
6469 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
6470 pp-state and literal type in addition to the limits.
1d00653d 6471 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 6472 (c-state-literal-at): Use the above new defun.
1d00653d
SM
6473 (c-slow-in-literal, c-fast-in-literal): Remove.
6474 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
6475
6476 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
6477 being in a literal. Add a limit for backward searching.
6478
6479 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
6480 c-slow-in-literal.
6481
15e0efc7
SM
64822011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
6483
6484 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
6485
454592a6
MR
64862011-12-13 Martin Rudalics <rudalics@gmx.at>
6487
6488 * window.el (delete-other-windows): Use correct frame in call to
6489 window-with-parameter.
6490
87393f26
DP
64912011-12-12 Daniel Pfeiffer <occitan@t-online.de>
6492
6493 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
6494 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
6495 (makefile-gmake-statements, makefile-makepp-statements):
6496 Use it and add new makepp keywords.
6497 (makefile-makepp-font-lock-keywords): Add new patterns.
6498 (makefile-match-function-end): Match new [...] and [[...]].
6499
11636b22
JB
65002011-12-11 Juanma Barranquero <lekktu@gmail.com>
6501
6502 * ses.el (ses-call-printer-return, ses-cell-property-get)
6503 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
6504 (ses-create-cell-variable, ses-reset-header-string)
6505 (ses-cell-set-formula, ses-repair-cell-reference-all)
6506 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
6507 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
6508 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
6509 (ses-aset-with-undo, ses-load, ses-truncate-cell)
6510 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
6511 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
6512 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
6513 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
6514 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
6515 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
6516 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
6517 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
6518
cf018193
VB
65192011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
6520
6521 * ses.el: The overall change is to add cell renaming, that is
6522 setting fancy names for cell symbols other than name matching
6523 "\\`[A-Z]+[0-9]+\\'" regexp .
6524 (ses-create-cell-variable): New defun.
6525 (ses-relocate-formula): Relocate formulas only for cells the
6526 symbols of which are not renamed, i.e. symbols whose names do not
6527 match regexp "\\`[A-Z]+[0-9]+\\'".
6528 (ses-relocate-all): Relocate values only for cells the symbols of
6529 which are not renamed.
6530 (ses-load): Create cells variables as the (ses-cell ...) are read,
6531 in order to check row col consistency with cell symbol name only
6532 for cells that are not renamed.
6533 (ses-replace-name-in-formula): New defun.
6534 (ses-rename-cell): New defun.
6535
ee957461
CY
65362011-12-11 Chong Yidong <cyd@gnu.org>
6537
6538 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
6539 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
6540
9a9e9ef0
MR
65412011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
6542
6543 * window.el (other-window): Fix docstring.
6544
92a8eba5
EZ
65452011-12-10 Eli Zaretskii <eliz@gnu.org>
6546
6547 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
6548 `from' or `to' address before taking its substring.
6549 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
6550 encoded name is chopped in the middle of the encoded string, and
6551 thus displayed encoded.
6552
e152e577
JB
65532011-12-10 Juanma Barranquero <lekktu@gmail.com>
6554
6555 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
6556
e5d84bfe
EZ
65572011-12-10 Eli Zaretskii <eliz@gnu.org>
6558
6559 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
6560 to use texinfo-update-node and commands that call it if the
6561 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 6562 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
6563 (texinfo-all-menus-update, texinfo-master-menu)
6564 (texinfo-update-node, texinfo-every-node-update)
6565 (texinfo-multiple-files-update): Doc fix. Warn against updating
6566 all the @node lines.
6567 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
6568 argument is numeric. Explain better in the doc string what the
6569 function really does.
6570 (texinfo-insert-master-menu-list): Improve the error message
6571 displayed if there's no menu in the Top node.
6572 (Bug#2975) See also this thread:
e5d84bfe
EZ
6573 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
6574
1d84e9bb
MG
65752011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
6576
6577 * speedbar.el (speedbar-supported-extension-expressions):
6578 Add .adb and .ads, commonly used for Ada source code (bug#10256).
6579
382c953b
JB
65802011-12-09 Juanma Barranquero <lekktu@gmail.com>
6581
6582 * printing.el (pr-mode-alist):
6583 * simple.el (filter-buffer-substring-functions)
6584 (completion-list-insert-choice-function):
6585 * window.el (window-with-parameter, window-atom-root)
6586 (window-sides-slots, window-size-fixed, window-min-delta)
6587 (window-max-delta, window--resize-mini-window)
6588 (window--resize-child-windows-normal, window-tree)
6589 (delete-other-windows, quit-window, split-window)
6590 (display-buffer-record-window, special-display-buffer-names)
6591 (special-display-regexps, special-display-popup-frame)
6592 (same-window-p, split-window-sensibly)
6593 (display-buffer-overriding-action, display-buffer-alist)
6594 (display-buffer-base-action, display-buffer, switch-to-buffer)
6595 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
6596 (fit-window-to-buffer, recenter-positions)
6597 (mouse-autoselect-window-state, mouse-autoselect-window-select):
6598 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
6599 and remove unneeded backslashes in docstrings.
6600
39c9faef
SM
66012011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
6602
98449af8
SM
6603 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
6604
39c9faef
SM
6605 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
6606 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
6607 end in ".mk".
6608 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
6609 when reading the makefile (bug#10116).
6610
86ed9fdc
SM
66112011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6612
6613 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
6614 (bug#10116).
6615
5580f89d
GM
66162011-12-06 Glenn Morris <rgm@gnu.org>
6617
6618 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
6619
28d3917c
CY
66202011-12-06 Chong Yidong <cyd@gnu.org>
6621
6622 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
6623
a98edce9
JB
66242011-12-06 Juanma Barranquero <lekktu@gmail.com>
6625
6626 * textmodes/table.el (table-shorten-cell): Fix typo.
6627
e65adfac
CG
66282011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
6629
6630 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
6631
71cc0b74
EZ
66322011-12-05 Eli Zaretskii <eliz@gnu.org>
6633
6634 * descr-text.el (describe-char): Fix display of strong
6635 right-to-left characters and directional embeddings and overrides.
6636
6637 * simple.el (what-cursor-position): Fix display of codepoints of
6638 strong right-to-left characters.
6639
315bc30d
CY
66402011-12-05 Chong Yidong <cyd@gnu.org>
6641
6642 * faces.el (read-color): Doc fix.
6643
58a70b94
GM
66442011-12-05 Glenn Morris <rgm@gnu.org>
6645
6646 * align.el (align--set-marker): Add doc-string.
6647 Don't try to move something that is not a marker. (Bug#10216)
6648
5158face
GM
66492011-12-04 Glenn Morris <rgm@gnu.org>
6650
6651 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
6652 overly zealous deletion of trailing whitespace.
6653
520fca41
JB
66542011-12-04 Juanma Barranquero <lekktu@gmail.com>
6655
6656 * server.el (server-delete-client): On Windows, do not try to delete
6657 the only terminal.
6658 (server-process-filter): On Windows, treat requests for a tty frame as
6659 if they were for a GUI frame if the running server is in GUI mode.
6660
5e605a2e
GM
66612011-12-03 Glenn Morris <rgm@gnu.org>
6662
6663 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
6664
5c3fe83f
SM
66652011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
6666
6f5e57e7
SM
6667 * electric.el: Streamline electric-indent's hook.
6668 (electric-indent-chars): Revert to simple list.
6669 (electric-indent-functions): New var.
6670 (electric-indent-post-self-insert-function): Use it.
6671
5c3fe83f
SM
6672 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
6673 there's no inferior buffer (bug#10196).
6674 (prolog-consult-compile): Don't use toggle-read-only.
6675
6bdac736
MA
66762011-12-02 Michael Albinus <michael.albinus@gmx.de>
6677
6678 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
6679 interrupt. (Bug#10187)
6680
6131ba7f
SM
66812011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6682
99c79fee
SM
6683 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
6684 (bug#9160).
6685
6131ba7f
SM
6686 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
6687 (bug#10191).
6688
cb0a02ea
JL
66892011-12-02 Juri Linkov <juri@jurta.org>
6690
6691 * info.el (Info-search): Display "end of manual" when Isearch
6692 reaches the end of single-file Info manual. (Bug#9918)
6693
66e0570c
EZ
66942011-12-02 Eli Zaretskii <eliz@gnu.org>
6695
6696 * isearch.el (isearch-message-prefix): Run the input method part
6697 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
6698
02b16839
JL
66992011-12-02 Juri Linkov <juri@jurta.org>
6700
6701 * isearch.el (isearch-occur): Use `word-search-regexp' for
6702 `isearch-word'.
6703 (isearch-search-and-update): Add condition for `isearch-word' and
6704 call `word-search-regexp'. (Bug#10145)
6705
0b950688
GM
67062011-12-01 Glenn Morris <rgm@gnu.org>
6707
6708 * eshell/em-hist.el (eshell-hist-initialize):
6709 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 6710 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 6711
9505c3c7
SM
67122011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
6713
6714 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
6715
1bbe96b2 67162011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 6717
a1beca85
SM
6718 * progmodes/verilog-mode.el (verilog-pretty-expr):
6719 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
6720 verilog, such as += *= and the like.
6721 (verilog-assignment-operator-re): Regular expression to find the
6722 assigment operator in a verilog assignment.
6723 (verilog-assignment-operation-re): Regular expression to find an
6724 assignment statement for pretty-expr.
6725 (verilog-in-attribute-p): Query returns true if point is in an
6726 attribute context; used to skip these for expression line up from
6727 pretty-expr.
6728 (verilog-in-parameter-p): Query returns true if point is in an
6729 parameter definition context; used to skip these for expression
6730 line up from pretty-expr.
6731 (verilog-in-parenthesis-p): Query returns true if point is in a
6732 parenthetical expression, specifically ( ) but not [ ] or { };
6733 used by pretty-expr.
6734 (verilog-just-one-space): If there is no space, don't add one.
6735 (verilog-get-lineup-indent-2): Specifically skip just attribute
6736 contexts for expression lineup, rather than skipping all
6737 parenthetical expressions.
6738 (verilog-calculate-indent): Fix comment, and fix indent.
6739 (verilog-do-indent): Indent declarations in lists (suggested by
6740 Joachim Lechner).
6741 (verilog-mode-abbrev-table): Populate abbrev mode with the various
6742 skeleton items.
6743 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
6744 by Alain Mellan).
6745
1bbe96b2 67462011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
6747
6748 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
6749 parameters with embedded comments. Reported by Ray Stevens.
6750 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
6751 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
6752 Reported by Tim Holt.
6753 (verilog-auto): Fix AUTOing a upper module then AUTOing module
6754 instantiated by upper module causing wrong expansion until AUTOed a
6755 second time. Reported by K C Buckenmaier.
6756 (verilog-diff-auto): Fix showing .* as a difference when
6757 `verilog-auto-star-save' off. Reported by Dan Dever.
6758 (verilog-auto-reset, verilog-read-always-signals)
6759 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
6760 temporary signals in reset list if
6761 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
6762 style to each signal's assignment type, bug381.
6763 Reported by Thomas Esposito.
6288f0ca
WS
6764 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
6765 (verilog-uvm-statement-re): Support UVM indentation and
6766 highlighting, with old OVM keywords only.
a1beca85 6767 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
6768 Support AUTOTIEOFF creating non-wire data types.
6769 Suggested by Jonathan Greenlaw.
6288f0ca
WS
6770 (verilog-auto-insert-lisp, verilog-delete-to-paren)
6771 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
6772 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
6773 (verilog-read-sub-decls, verilog-read-sub-decls-line):
6774 Fix mismatching parenthesis inside commented out code when deleting
382c953b 6775 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
6776 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
6777 non-numeric vector width. Reported by Alex Reed.
6778 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 6779 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
6780 (verilog-auto-delete-trailing-whitespace):
6781 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
6782 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
6783 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
6784 Fix verilog-scan-cache corruption when running user AUTO expansion
6785 hooks that call indentation routines.
6786 (verilog-simplify-range-expression): Fix typo ignoring lower case
6787 identifiers.
6788 (verilog-delete-auto): Fix delete-autos to also remove user created
6789 automatics, as long as they start with AUTO.
6790 (verilog-batch-diff-auto, verilog-diff-auto)
6791 (verilog-diff-function): Add `verilog-diff-auto' and bind to
6792 "C-c?" to report differences in AUTO expansion, ignoring spaces.
6793 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
6794 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
6795 (verilog-re-search-forward-quick, verilog-syntax-ppss):
6796 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
6797 is disabled and its cache will get corrupt, causing AUTOS not to
6798 expand. Instead use only -quick functions.
6799 (verilog-scan-region): Fix scanning over escaped quotes.
6800 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
6801 (verilog-re-search-backward-quick)
6802 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
6803 related functions now ignore strings, to fix misparsing of strings
6804 with magic comments embedded in them.
a1beca85
SM
6805 (verilog-read-auto-template):
6806 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
6807 Reported by Brad Dobbie.
6808 (verilog-read-auto-template):
6809 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 6810 Reported by Brad Dobbie.
6288f0ca
WS
6811 (verilog-auto-inst, verilog-auto-inst-param)
6812 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
6813 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
6814 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
6815 debugging templates without merge conflicts, bug357.
6816 Reported by Brad Dobbie.
6817 (verilog-read-auto-template):
6818 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
6819 Reported by Brad Dobbie.
6820 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
6821 abbrevs so user won't be asked to save.
6822 (verilog-read-auto-lisp-present): Fix to start at beginning of
6823 buffer in case called outside of verilog-auto.
6824 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
6825 to "X-2". Reported by Matthew Myers.
6826 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
6827 all inputs from module templates. Reported by Leith Johnson.
6828 (verilog-module-inside-filename-p): Fix locating programs as with
6829 modules.
6830 (verilog-auto-inst-port): Fix vl-width expressions when using
6831 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
6832 (verilog-decls-get-regs, verilog-decls-get-signals,
6833 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
6834 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
6835 verilog-read-decls): Combine reg and wire structures into one var
6836 structure to represent SystemVerilog concepts.
6837 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
6838 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
6839 (verilog-auto-wire-type, verilog-insert-definition):
6840 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
6841 SystemVerilog "logic" keyword instead of "wire"/"reg".
6842 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
6843 to declares outputs that also have assignments (presumably in an
a1beca85
SM
6844 ifdef or generate if so there's not a driver conflict).
6845 Reported by Matthew Myers.
6846 (verilog-auto-declare-nettype, verilog-insert-definition):
6847 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
6848 `default_nettype none. Reported by Julian Gorfajn.
6849 (verilog-read-always-signals-recurse, verilog-read-decls)
6850 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
6851 malformed end statement, bug325. Reported by Joshua Wise and
6852 Andrew Drake.
6853 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
6854 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
6855 when expanding .* in interfaces, bug320.
6856 Reported by Pierre-David Pfister.
6288f0ca 6857 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
6858 name and open parenthesis, bug317.
6859 Reported by Pierre-David Pfister.
6288f0ca
WS
6860 (verilog-simplify-range-expression): Fix simplification of
6861 multiplications inside AUTOWIRE connections, bug303.
6862 (verilog-auto-inst-port): Support parameter expansion in
6863 multidimensional arrays.
6864 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
6865 after "assert property". Reported by Julian Gorfajn.
6866 (verilog-simplify-range-expression): Fix "couldn't merge" errors
6867 with multiplication, bug303.
6868 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
6869 Reported by Jan Frode Lonnum.
6870
1bbe96b2
GM
68712011-11-30 Juanma Barranquero <lekktu@gmail.com>
6872
6873 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
6874 (hfy-shell-file-name, hfy-shell):
6875 * international/fontset.el (x-decompose-font-name): Fix typos.
6876
68772011-11-29 Ken Brown <kbrown@cornell.edu>
6878
6879 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
6880 (gdb-version): Remove defvar.
6881 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
6882 (gdb-gud-context-command, gdb-non-stop-handler)
6883 (gdb-current-context-command, gdb-stopped): Use it.
6884 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
6885 (gdb-non-stop-handler): Don't enable pretty-printing here.
6886 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
6887 non-stop mode. Use the following.
6888 (gdb-check-target-async): New defun.
6889 (gud-watch, gdb-stopped): Fix whitespace.
6890 (gdb-get-source-file): Don't try to display the source file if
6891 `gdb-main-file' is nil.
6892
68932011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
6894
6895 * align.el: Try to generate fewer markers (bug#10047).
6896 (align--set-marker): New macro.
6897 (align-region): Use it.
6898
c935221f
SM
68992011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
6900
6901 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
6902
e70b5064
CY
69032011-11-29 Chong Yidong <cyd@gnu.org>
6904
6905 * indent.el (indent-for-tab-command, indent-according-to-mode):
6906 Doc fix.
6907 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
6908
f3af92b7
MA
69092011-11-29 Michael Albinus <michael.albinus@gmx.de>
6910
6911 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
6912 aware of remote file names. (Bug#10124)
6913
ed472be9
CY
69142011-11-29 Chong Yidong <cyd@gnu.org>
6915
6916 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
6917
24510c22
SM
69182011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6919
6920 * files.el (find-file): Don't use force-same-window (bug#10144).
6921 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
6922 use pop-to-buffer if the selected window can't be used.
6923 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
6924
c60c3703
EZ
69252011-11-28 Eli Zaretskii <eliz@gnu.org>
6926
6927 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
6928 special-mode-map.
6929
e95def75
CY
69302011-11-28 Chong Yidong <cyd@gnu.org>
6931
6932 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
6933
c3f1c606
NR
69342011-11-27 Nick Roberts <nickrob@snap.net.nz>
6935
6936 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
6937 gdb-get-source-file-list on gdb-create-source-file-list.
6938
00db469c
EZ
69392011-11-26 Eli Zaretskii <eliz@gnu.org>
6940
6941 * whitespace.el (whitespace-newline): Use a different foreground
6942 color for 16-color light-background displays.
6943
4ad3bc2a
CY
69442011-11-24 Chong Yidong <cyd@gnu.org>
6945
6946 * window.el (display-buffer--special-action): Doc fix.
6947
e9fce1ac
JB
69482011-11-25 Juanma Barranquero <lekktu@gmail.com>
6949
6950 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
6951 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
6952 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
6953 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
6954 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
6955 (avl-tree-stack-first):
6956 * emacs-lisp/cconv.el (cconv--analyse-use):
6957 * net/gnutls.el (gnutls-negotiate): Fix typos.
6958
cb825e5d
GM
69592011-11-24 Glenn Morris <rgm@gnu.org>
6960
3adbe224
GM
6961 * lpr.el (lpr-windows-system, lpr-lp-system):
6962 * mail/binhex.el (binhex-begin-line):
6963 * progmodes/grep.el (grep-history, grep-find-history):
6964 * textmodes/flyspell.el:
6965 * vc/pcvs-defs.el (cvs-global-menu):
6966 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
6967 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
6968 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
6969
321decc8
GM
6970 * net/tls.el: Fix case of "GnuTLS".
6971
420b63ad
GM
6972 * paths.el (rmail-file-name): Format doc-string for make-docfile.
6973
cb825e5d
GM
6974 * version.el (emacs-build-system): Give it a doc-string.
6975
a0649f08
JL
69762011-11-24 Juri Linkov <juri@jurta.org>
6977
6978 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
6979
c0bc0fd4
GM
69802011-11-24 Glenn Morris <rgm@gnu.org>
6981
6982 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
6983 if called on a non-mime message just toggle the headers. (Bug#8006)
6984
20db1522
JB
69852011-11-24 Juanma Barranquero <lekktu@gmail.com>
6986
6987 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
6988 (allout-lead-with-comment-string, allout-structure-deleted-hook)
6989 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
6990 (allout-rebullet-heading, allout-open-sibtopic)
6991 (allout-toggle-current-subtree-encryption)
6992 (allout-toggle-subtree-encryption, allout-encrypt-string)
6993 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
6994 (allout-distinctive-bullets-string, allout-auto-activation):
6995 * window.el (window-normalize-buffer-to-display):
6996 * progmodes/verilog-mode.el (verilog-batch-indent):
6997 * textmodes/bibtex.el (bibtex-field-braces-opt)
6998 (bibtex-field-strings-opt):
6999 * vc/cvs-status.el (cvs-tree-merge):
7000 Fix typos.
7001
7262a87c
MA
70022011-11-23 Michael Albinus <michael.albinus@gmx.de>
7003
7004 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
7005 `non-essential' to t, in order to avoid remote connections.
7006
283430a1
EZ
70072011-11-23 Eli Zaretskii <eliz@gnu.org>
7008
a1beca85
SM
7009 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7010 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
7011 case-insensitively.
7012
d2992a38
ML
70132011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
7014
7015 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
7016
50419064
GM
70172011-11-23 Glenn Morris <rgm@gnu.org>
7018
da94eca1
GM
7019 * paths.el (rmail-file-name): Reformat the doc-string so that it
7020 is picked up.
7021
9aac4de2
GM
7022 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
7023 (rmail-auto-file): Ignore case in the "special" field names,
7024 as mail-fetch-field does for all others.
7025
8038d2d2
GM
7026 * mail/rmail.el (rmail-forward):
7027 * mail/rmailkwd.el (rmail-set-label):
7028 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
7029 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
7030
f3fe222a
GM
7031 * mail/rmail.el (rmail-current-message): Doc fix.
7032
50419064
GM
7033 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
7034
28109f49
SM
70352011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
7036
7037 * server.el (server-eval-and-print): Allow C-g (bug#6585).
7038
394c65f1
GM
70392011-11-22 Glenn Morris <rgm@gnu.org>
7040
7041 * mail/rmailmm.el (test-rmail-mime-handler)
7042 (test-rmail-mime-bulk-handler)
7043 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
7044
f2a0aa3a
JL
70452011-11-21 Juri Linkov <juri@jurta.org>
7046
1154d12e
JB
7047 * calc/calc.el (calc-read-key-sequence):
7048 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 7049
9c34a344
LMI
70502011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7051
7052 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
7053 Tell the caller that the next line needs recomputation, even
7054 though it doesn't start a sexp (bug#10094).
7055
f04a3be9
SM
70562011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7057
7058 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
7059
7978747f
SM
70602011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7061
f04a3be9
SM
7062 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
7063 Use force-same-window.
7978747f 7064
fe7a3057
JB
70652011-11-20 Juanma Barranquero <lekktu@gmail.com>
7066
7067 * descr-text.el (describe-char-unicode-data):
7068 * json.el (json-string-escape):
7069 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
7070 (Footnote-unicode, Footnote-style-p):
7071 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
7072
24901d61
CY
70732011-11-20 Chong Yidong <cyd@gnu.org>
7074
7075 * window.el (replace-buffer-in-windows): Restore interactive spec.
7076
bac7ff22
SM
70772011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7078
24f3d7b9
SM
7079 * electric.el (electric-indent-mode): Fix last change (too optimistic).
7080
bac7ff22
SM
7081 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
7082 (byte-compile-global-not-obsolete-vars): New var.
7083 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
7084 Use it.
7085 (byte-compile-warn-obsolete): Align text with the one in *Help*.
7086
cd1181db
JB
70872011-11-20 Juanma Barranquero <lekktu@gmail.com>
7088
7089 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
7090 * progmodes/pascal.el (electric-pascal-equal):
7091 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
7092 * xml.el (xml-substitute-special): Fix typos.
7093
7fb18e9e
GM
70942011-11-20 Glenn Morris <rgm@gnu.org>
7095
7096 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
7097 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
7098 Doc fixes.
7099 (rmail-decode-mime-charset): Mark as obsolete.
7100
7101 * mail/rmailsum.el (rmail-message-regexp-p-1):
7102 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
7103 Before using mime functions, check they are set. (Bug#10077)
7104
d5a6b3ba
JL
71052011-11-19 Juri Linkov <juri@jurta.org>
7106
7107 * info.el (Info-finder-find-node): Use `package--builtins' instead
7108 of `package-alist'. Use node names formed by the pattern "Keyword "
7109 and the keyword name.
7110
e981b61f
AS
71112011-11-19 Andreas Schwab <schwab@linux-m68k.org>
7112
1d00653d 7113 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 7114
3ffbc301
JL
71152011-11-19 Juri Linkov <juri@jurta.org>
7116
7117 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
7118 that calls `revert-buffer' on all Info buffers. (Bug#9915)
7119 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
7120 `old-history', `old-history-forward'. Add let-binding
7121 `window-selected'. Remove calls to `kill-buffer',
7122 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
7123 before calling `Info-find-node', so `Info-find-node-2' will reread
7124 the Info file. Restore window positions only when `window-selected'
7125 is non-nil.
7126
30c62133
JL
71272011-11-19 Juri Linkov <juri@jurta.org>
7128
7129 * isearch.el (isearch-lazy-highlight-new-loop):
7130 Remove condition `(not isearch-error)'. (Bug#9918)
7131
7132 * misearch.el (multi-isearch-search-fun): Add condition
7133 `(not bound)' to ignore lazy-highlighting search.
7134 Add the search-failed message "end of multi" when the end of
7135 multi-sequence is reached. Uncapitalize the search-failed
7136 message "Repeat for next buffer".
7137
7138 * info.el (Info-search): Add the search-failed message
7139 "end of the manual" when the end of the manual is reached
7140 in Isearch mode.
7141
645ca9cf
JL
71422011-11-19 Juri Linkov <juri@jurta.org>
7143
7144 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
7145 Use non-destructive `remove' instead of `delete' because
7146 `Info-history-list' stored to `Info-isearch-initial-history-list' in
7147 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
7148
df754f66
JL
71492011-11-19 Juri Linkov <juri@jurta.org>
7150
7151 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
7152 to nil instead of binding `search-ring' and `regexp-search-ring'.
7153 (Bug#9185)
7154
0e23d96a
EZ
71552011-11-19 Eli Zaretskii <eliz@gnu.org>
7156
7157 * simple.el (line-move): Force movement by logical lines for any
7158 hscrolled window, not only when auto-hscroll-mode is on.
7159 (line-move-visual): Update doc string to that effect. (Bug#10076)
7160
8a6ccb66
AS
71612011-11-19 Andreas Schwab <schwab@linux-m68k.org>
7162
7163 * language/european.el (macintosh): Define as alias for mac-roman.
7164
49ae5b39
EZ
71652011-11-19 Eli Zaretskii <eliz@gnu.org>
7166
7167 * mail/rmailmm.el (rmail-mime-display-header)
7168 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
7169 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
7170 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
7171 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
7172 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
7173 of a raw aref.
7174 (rmail-mime-entity-segment): To get past the tagline, move forward
7175 2 more lines, to account for the 2 empty lines that precede and
7176 follow the line with the buttons.
7177 (rmail-mime-update-tagline): Move one more line, to get past the
7178 empty line that follows the buttons in the tagline. (Bug#9520)
7179
c56cad4a
MR
71802011-11-19 Martin Rudalics <rudalics@gmx.at>
7181
7182 * window.el (window-max-delta-1, window-min-delta-1)
7183 (window-min-size-1, window-state-get-1, window-state-put-1)
7184 (window-state-put-2): Use "window--" prefix.
7185
cbe71af3
SM
71862011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7187
2ad52c60
SM
7188 * emacs-lisp/smie.el: Improve warnings and conflict detection.
7189 (smie-warning-count): New var.
7190 (smie-set-prec2tab): Use it.
7191 (smie-bnf->prec2): Improve warnings. Add docstring.
7192 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
7193 (smie-bnf--set-class): New function.
7194 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
7195 corner case.
7196
6944dbc1
SM
7197 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
7198 (compilation-error-properties, compilation-move-to-column):
7199 Handle compilation-first-column while in the target buffer.
7200
c400c4d7
SM
7201 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
7202 Don't hardcode point-min==1.
7203
6dbe3e96
SM
7204 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
7205 (eshell-rewrite-for-command): Remove workaround.
7206 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
7207 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
7208 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
7209
cbe71af3
SM
7210 * files-x.el (modify-file-local-variable): Obey commenting conventions.
7211
a8e1496d
GM
72122011-11-17 Glenn Morris <rgm@gnu.org>
7213
7214 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7215 Ignore buffer-local generated-autoload-file if it is the same
7216 as the global value. (Bug#10049)
7217
df85d315
JB
72182011-11-17 Juanma Barranquero <lekktu@gmail.com>
7219
7220 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
7221 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
7222 (reftex-toc-previous-heading, reftex-toc-max-level)
7223 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
7224 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
7225 (reftex-toc-do-promote, reftex-toc-promote-prepare)
7226 (reftex-toc-promote-action, reftex-toc-extract-section-number)
7227 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
7228 (reftex-toc-rename-label, reftex-toc-visit-location)
7229 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
7230 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
7231 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
7232 leaving "*toc*" only for references to the buffer.
7233
a0c2d0ae
MR
72342011-11-17 Martin Rudalics <rudalics@gmx.at>
7235
7236 * window.el (window-resize, delete-window, split-window):
7237 Replace window-splits by window-combination-resize.
1d00653d 7238 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 7239
35c0bac8
GM
72402011-11-17 Glenn Morris <rgm@gnu.org>
7241
7242 * progmodes/sh-script.el (sh-font-lock-keywords-var):
7243 Make bash entry derive from sh entry, not shell entry.
7244
d0c8fc8a
MA
72452011-11-16 Michael Albinus <michael.albinus@gmx.de>
7246
7262a87c
MA
7247 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
7248 local file name.
7249
7877f373
JB
72502011-11-16 Juanma Barranquero <lekktu@gmail.com>
7251
7252 * menu-bar.el (menu-bar-file-menu):
7253 * printing.el (pr-ps-utility):
7254 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
7255 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
7256 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
7257 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
7258 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
7259 (icalendar--convert-cyclic-to-ical)
7260 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
7261 (icalendar--convert-ical-to-diary)
7262 (icalendar--convert-recurring-to-diary)
7263 (icalendar--convert-non-recurring-all-day-to-diary)
7264 (icalendar-import-format-sample):
7265 * progmodes/idlw-shell.el (idlwave-shell-mode):
7266 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
7267 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
7268 (vhdl-ps-print-init): Fix typos.
7269
10649b82
KM
72702011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
7271
9d0cfcd6
GM
7272 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
7273 FSF and collapse date sequence, obscure author/maintainer email address
7274 better, remove extra version line, track relocation of author's webpage.
10649b82 7275
9d0cfcd6
GM
7276 * progmodes/python.el (python-pdbtrack-input-prompt)
7277 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
7278 regular python pdb prompts. Adjustments shamelessly taken exactly as
7279 suggested in EmacsWiki page (tiny change):
7280 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 7281
58179cce
JB
72822011-11-16 Juanma Barranquero <lekktu@gmail.com>
7283
7284 * expand.el (expand-pos, expand-index, expand-point):
7285 Remove redundant info from docstring.
7286 (expand-add-abbrevs): Doc fix.
7287 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
7288 (expand-sample-perl-mode-expand-list): Fix typos.
7289
7290 * net/dbus.el (dbus-event-member-name):
7291 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
7292 * term/pc-win.el (msdos-create-frame-with-faces):
7293 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
7294
b6f67890
MR
72952011-11-16 Martin Rudalics <rudalics@gmx.at>
7296
7297 * window.el (split-window, window-state-get-1)
7298 (window-state-put-1, window-state-put-2): Rename occurrences of
7299 window-nest to window-combination-limit.
1d00653d 7300 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 7301
ce7ddba0
CY
73022011-11-16 Chong Yidong <cyd@gnu.org>
7303
7304 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
7305 regexp (Bug#10033).
7306
3ae704f4
SM
73072011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7308
7309 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
7310 `completing-read' will remove *Completions* and will preserve
7311 current-buffer for us.
7312 (tmm-add-prompt): Users of *Completions* will always (re)set its
7313 major mode.
7314 (tmm-old-comp-map): Remove.
7315
6ad1cdde
GM
73162011-11-16 Glenn Morris <rgm@gnu.org>
7317
7318 * mail/rmailedit.el: Require rmailmm when compiling.
7319 (rmail-old-mime-state): New declaration.
7320 (rmail-edit-current-message): If editing a mime message,
7321 edit the "raw" message from the mbox buffer.
7322 (rmail-cease-edit): Handle mime messages. (Bug#9840)
7323
d20faa20
GM
73242011-11-15 Glenn Morris <rgm@gnu.org>
7325
7326 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
7327 which wasn't being used. Add optional arg to force given state.
7328 (rmail-mime): Add optional arg to force given state.
7329
c7015153
JB
73302011-11-15 Juanma Barranquero <lekktu@gmail.com>
7331
7332 * allout.el (allout-encryption-plaintext-sanitization-regexps):
7333 * frame.el (display-mm-dimensions-alist):
7334 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
7335 (outline-move-subtree-down):
7336 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
7337 (newsticker--treeview-do-get-node):
7338 * net/quickurl.el (quickurl-list-buffer-name):
7339 * progmodes/dcl-mode.el (dcl-mode):
7340 * progmodes/gdb-mi.el (gdb-mapcar*):
7341 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
7342
45261b50
GM
73432011-11-15 Glenn Morris <rgm@gnu.org>
7344
7345 * mail/rmail.el (rmail-file-coding-system): It's only ever used
7346 in a boolean sense, so just make it a boolean, and fix the doc.
7347 (rmail-show-mime-function, rmail-mime-feature)
7348 (rmail-require-mime-maybe): Doc fixes.
7349 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
7350
7351 * mail/rmailmm.el (rmail-show-mime): Doc fix.
7352
0d26e0b6
JB
73532011-11-15 Juanma Barranquero <lekktu@gmail.com>
7354
7355 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
7356 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
7357 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
7358 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
7359
447f30f6
GM
73602011-11-15 Glenn Morris <rgm@gnu.org>
7361
672b871d
GM
7362 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
7363 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
7364 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
7365 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
7366 (rmail-mime, rmail-show-mime): Doc fixes.
7367
f6aa5bb1
GM
7368 * term/ns-win.el (mode-line-frame-identification):
7369 Leave it alone. (Bug#10051)
7370
947cd66b
GM
7371 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
7372
447f30f6
GM
7373 * mail/rmailout.el (rmail-output-to-rmail-buffer):
7374 Handle empty buffers. (Bug#9978)
7375
0b381c7e
JB
73762011-11-14 Juanma Barranquero <lekktu@gmail.com>
7377
7378 * international/mule.el (define-charset):
7379 * mail/rmailmm.el (rmail-mime-find-header-encoding):
7380 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
7381 * progmodes/verilog-mode.el (verilog-backward-token):
7382 * textmodes/ispell.el (lookup-words):
7383 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
7384
71e027ac
GM
73852011-11-14 Glenn Morris <rgm@gnu.org>
7386
56632ce4
GM
7387 * progmodes/executable.el
7388 (executable-make-buffer-file-executable-if-script-p):
7389 Handle file-modes returning nil.
7390
40500957
GM
7391 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
7392 message - not necessary, and causes problems. (Bug#9831)
7393
071c2340
GM
7394 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
7395
d3cfca60
GM
7396 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
7397
71e027ac
GM
7398 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
7399 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
7400 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
7401
89d61221
MR
74022011-11-12 Martin Rudalics <rudalics@gmx.at>
7403
7404 * window.el (window-resize, delete-window): Use window-splits
7405 variable instead of function.
7406 (window-state-get-1, window-state-put-2, window-state-put):
7407 Don't deal with windows' splits status.
7408
98282f6f
GM
74092011-11-12 Glenn Morris <rgm@gnu.org>
7410
7411 * apropos.el (apropos-do-all, apropos-library, apropos-value)
7412 (apropos-documentation): Doc fixes.
7413
40a8bdf6
JB
74142011-11-11 Juanma Barranquero <lekktu@gmail.com>
7415
7416 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
7417 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
7418
65bd19ff
SM
74192011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
7420
7421 * electric.el (electric-indent-post-self-insert-function): Make it
7422 possible for a char to only indent in some circumstances.
7423 (electric-indent-mode): Simplify.
7424
54f9154c
MR
74252011-11-11 Martin Rudalics <rudalics@gmx.at>
7426
7427 * window.el (windows-with-parameter): Remove unused function.
7428 (windows-at-side): Rename to window-at-side-list.
7429 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
7430 (window-side-check, window-size-ignore, window-size-fixed-1)
7431 (window-in-direction-2): Prefix with "window--".
7432 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 7433
68cbc58b
GM
74342011-11-11 Glenn Morris <rgm@gnu.org>
7435
7436 * subr.el (eval-after-load): If FILE is already loaded,
7437 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
7438
b2621720
GM
74392011-11-10 Glenn Morris <rgm@gnu.org>
7440
9a4de110
GM
7441 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
7442 Call svn via vc-svn-command rather than vc-do-command.
7443 (vc-svn-command): Add --non-interactive. (Bug#9993)
7444 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
7445
b2621720
GM
7446 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7447 Add toggle-read-only. (Bug#7292)
7448 * files.el (toggle-read-only): Mention that it should only
7449 be used interactively. (Bug#10006)
7450
1dce7193
SM
74512011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7452
d9ac1a1e
SM
7453 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7454 Adjust regexp for OCaml warnings.
7455
0c325082
SM
7456 * electric.el (electric-pair-post-self-insert-function): Let user
7457 turn it off buffer-locally (bug#9932).
7458
90132c14
SM
7459 * progmodes/python.el (python-beginning-of-statement):
7460 Rewrite (bug#2703).
7461
1dce7193
SM
7462 * progmodes/compile.el: Better handle TABs (bug#9749).
7463 (compilation-internal-error-properties)
7464 (compilation-next-error-function): Obey the target buffer's
7465 compilation-error-screen-columns.
7466
c4e7c63a
JB
74672011-11-09 Juanma Barranquero <lekktu@gmail.com>
7468
7469 * progmodes/meta-mode.el: Remove obsolete comments.
7470 (meta-right-comment-regexp, meta-ignore-comment-regexp):
7471 Fix typos in docstrings.
7472
2cffd681
MR
74732011-11-09 Martin Rudalics <rudalics@gmx.at>
7474
7475 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 7476 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
7477 (window--resizable): New function. Make all callers of
7478 window-resizable call window--resizable instead.
7479 (window-resizable): Rewrite in terms of window--resizable.
7480
0edcba87
GM
74812011-11-08 Glenn Morris <rgm@gnu.org>
7482
7483 * progmodes/delphi.el (delphi-mode-syntax-table):
7484 Let define-derived-mode define a proper syntax table. (Bug#9994)
7485
4b0d61e3
SM
74862011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7487
7488 * window.el: Stay away from defsubst.
7489 (window-list-no-nils): Remove.
7490 (window-state-get-1, window-state-get): Use backquote instead.
7491
cd394be1 74922011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 7493
4b0d61e3 7494 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 7495 Fix incorrect use of default argument in `completing-read'.
7496
e1c2c6f2
MR
74972011-11-08 Martin Rudalics <rudalics@gmx.at>
7498
7499 * window.el (display-buffer-function, special-display-function):
7500 Mention display-buffer-record-window but do not mention
7501 help-setup parameter in doc-strings.
b3f4a882 7502 (window-min-delta): Fix doc-string typo.
e1c2c6f2 7503
105216ed
CY
75042011-11-08 Chong Yidong <cyd@gnu.org>
7505
7506 * window.el (window-total-height, window-total-width): Doc fix.
7507 (window-body-size): Move from C.
7508 (window-body-height, window-body-width): Move to C.
7509
0a9f9ab5
SM
75102011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7511
7512 * window.el: Make special-display like display-buffer-alist (bug#9532).
7513 (display-buffer--special-action): New function, morphed
7514 from display-buffer--special.
7515 (display-buffer): Use it to handle special-display-buffers at higher
7516 priority (just after display-buffer-alist).
7517 (display-buffer-fallback-action, display-buffer--other-frame-action)
7518 (pop-to-buffer-same-window): Remove display-buffer--special.
7519
a769dd15
GM
75202011-11-07 Glenn Morris <rgm@gnu.org>
7521
7522 * calendar/cal-menu.el (cal-menu-set-date-title):
7523 Do nothing if not in a calendar. (Bug#9976)
7524
05a61ee3
SM
75252011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
7526
7527 * files.el (find-file): Always use selected-window.
7528
be7f5545
MR
75292011-11-07 Martin Rudalics <rudalics@gmx.at>
7530
7531 * window.el (window-combinations): Make WINDOW argument
7532 mandatory. Rewrite doc-string.
7533 (walk-window-subtree, window-atom-check, window-min-delta)
7534 (window-max-delta, window--resize-this-window)
7535 (window--resize-root-window-vertically, window-tree)
7536 (balance-windows, window-state-put): Rewrite doc-strings as to
7537 not mention the term "subwindow".
7538 (window--resize-subwindows-skip-p): Rename to
7539 window--resize-child-windows-skip-p.
7540 (window--resize-subwindows-normal): Rename to
7541 window--resize-child-windows-normal.
7542 (window--resize-subwindows): Rename to
7543 window--resize-child-windows.
7544 (window-or-subwindow-p): Rename to window--in-subtree-p.
7545
3c6702ef
ML
75462011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
7547
7548 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
7549 Ensure that mbox format messages end in two newlines (Bug#9974).
7550
49745b39
CY
75512011-11-06 Chong Yidong <cyd@gnu.org>
7552
7553 * window.el (window-combination-p): Function deleted; its
7554 side-effect is not used in any existing code.
7555 (window-combinations, window-combined-p): Call window-*-child
7556 directly.
7557
24300f5f
CY
75582011-11-05 Chong Yidong <cyd@gnu.org>
7559
7560 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
7561 (window-size-ignore, window-state-get): Callers changed.
7562 (window-normalize-window): Rename from window-normalize-any-window.
7563 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 7564 (window-normalize-live-window): Delete.
447f16b8
CY
7565 (window-combination-p, window-combined-p, window-combinations)
7566 (walk-window-subtree, window-atom-root, window-min-size)
7567 (window-sizable, window-sizable-p, window-size-fixed-p)
7568 (window-min-delta, window-max-delta, window-resizable)
7569 (window-resizable-p, window-full-height-p, window-full-width-p)
7570 (window-current-scroll-bars, window-point-1, set-window-point-1)
7571 (window-at-side-p, window-in-direction, window-resize)
7572 (adjust-window-trailing-edge, maximize-window, minimize-window)
7573 (window-deletable-p, delete-window, delete-other-windows)
7574 (record-window-buffer, unrecord-window-buffer)
7575 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
7576 (quit-window, split-window, window-state-put)
7577 (set-window-text-height, fit-window-to-buffer)
7578 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 7579
89bd5ee1
EZ
75802011-11-04 Eli Zaretskii <eliz@gnu.org>
7581
53479029
EZ
7582 * mail/rmail.el (rmail-simplified-subject): Decode subject with
7583 rfc2047-decode-string.
7584 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
7585 warnings.
7586
89bd5ee1
EZ
7587 * window.el (window-body-height, window-body-width): Mention in
7588 the doc string that the return values are in frame's canonical
7589 units. (Bug#9949)
7590
bd17fdee
AM
75912011-11-03 Alan Mackenzie <acm@muc.de>
7592
7593 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
7594 change in cc-engine.el.
7595
acc825c5
SM
75962011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
7597
7598 * window.el (switch-to-buffer): Use `force-same-window' interactively.
7599
1885e5b8
MR
76002011-11-02 Martin Rudalics <rudalics@gmx.at>
7601
7602 * window.el (quit-window): Call unrecord-window-buffer after
7603 showing another buffer in the window. (Bug#9937)
acc825c5 7604 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 7605
ebe06da9
JB
76062011-11-02 Juanma Barranquero <lekktu@gmail.com>
7607
7608 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
7609 Accept status with more than 9 shelves. (Bug#9935)
7610 Reported by Colin D Bennett <colin@gibibit.com>.
7611
4ee88440
MR
76122011-11-01 Martin Rudalics <rudalics@gmx.at>
7613
7614 * help.el (with-help-window): Don't reference
7615 temp-buffer-show-specifiers in doc-string.
7616
08e1d82c
AS
76172011-10-31 Andreas Schwab <schwab@linux-m68k.org>
7618
7619 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
7620 menu-item.
7621
84bd6e9e
VJL
76222011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7623
7624 * whitespace.el: New version 13.2.2.
7625 (whitespace-newline-mode): Disable properly. Reported by Sarah
7626 <EmacsWiki>.
7627
dba0634a
UJ
76282011-10-30 Ulf Jasper <ulf.jasper@web.de>
7629
7630 * net/newst-treeview.el: Remove "Time-stamp".
7631 (newsticker--group-manage-orphan-feeds): Do not call
7632 newsticker--treeview-tree-update.
db22a3c2
JB
7633 (newsticker-treeview-update, newsticker-treeview):
7634 Call newsticker--treeview-tree-update if necessary.
dba0634a 7635
3d8daefe
MR
76362011-10-30 Martin Rudalics <rudalics@gmx.at>
7637
7638 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
7639 (window-iso-combinations): Remove "iso-" infix.
7640 Suggested by Chong Yidong.
3d8daefe
MR
7641 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
7642 (window-max-delta-1, window-resize, window--resize-siblings)
7643 (window--resize-this-window, adjust-window-trailing-edge)
7644 (split-window, balance-windows-1)
7645 (shrink-window-if-larger-than-buffer):
7646 * calendar/calendar.el (calendar-generate-window):
db22a3c2 7647 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 7648
1bc4c3ae
SM
76492011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7650
7651 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
7652 in place (bug#9907).
7653 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
7654 (eshell-rewrite-if-command, eshell-rewrite-for-command)
7655 (eshell-structure-basic-command, eshell-rewrite-while-command)
7656 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
7657 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
7658 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
7659 (eshell-do-pipelines-synchronously, eshell-eval-command):
7660 Use backquotes and prefer setq to set.
7661 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
7662 (eshell-macrop): Use functionp.
c1e2f5fa 7663 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 7664
30b65d9c
CY
76652011-10-30 Chong Yidong <cyd@gnu.org>
7666
7667 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
7668 instead of set-mark (Bug#9810).
7669
2d197ffb
CY
76702011-10-30 Chong Yidong <cyd@gnu.org>
7671
7672 * window.el (split-window-below, split-window-right): Rename from
7673 split-window-above-each-other and split-window-side-by-side
7674 respectively. All callers changed.
7675 (split-window-sensibly, split-window-sensibly): Use them.
7676 (split-window-keep-point): Doc fix.
7677
7678 * isearch.el: Add isearch-scroll property to split-window-below
7679 and split-window-right.
7680
7681 * follow.el (follow-mode):
7682 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
7683 * progmodes/ada-xref.el (ada-gdb-application):
7684 * emulation/vip.el (vip-buffer-in-two-windows):
7685 * image-dired.el (image-dired-dired-with-window-configuration):
7686 * dired-x.el (dired-do-find-marked-files):
7687 * dired.el (dired-pop-to-buffer):
7688 * bs.el (bs--show-with-configuration):
7689 * vc/emerge.el (emerge-setup-windows):
7690 * textmodes/two-column.el (2C-two-columns):
7691 * textmodes/reftex-toc.el (reftex-toc):
7692 * progmodes/gdb-mi.el (gdb-setup-windows):
7693 * progmodes/fortran.el (fortran-window-create):
7694 * net/newst-treeview.el (newsticker--treeview-window-init):
7695 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
7696 * emulation/tpu-edt.el (tpu-gold-map):
7697 * emulation/crisp.el (crisp-mode-map):
7698 * calendar/calendar.el (calendar-basic-setup): Callers changed.
7699
38bb2ca8
CY
77002011-10-29 Chong Yidong <cyd@gnu.org>
7701
aa4de341
CY
7702 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
7703
e1eb5385
CY
7704 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
7705
5d2ece3c
CY
7706 * textmodes/flyspell.el (flyspell-word): Fix char offset for
7707 forged Ispell output (Bug#7904).
7708
38bb2ca8
CY
7709 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
7710
d0af9f77
SM
77112011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7712
7713 * doc-view.el: Avoid ugly errors about not finding nil.
7714 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
7715 (doc-view-dvipdf-program, doc-view-unoconv-program)
7716 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
7717 Avoid nil or absolute file name as default value.
7718 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
7719
52bedd34
AM
77202011-10-28 Alan Mackenzie <acm@muc.de>
7721
db22a3c2 7722 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 7723
7e43cfa5
AM
77242011-10-28 Alan Mackenzie <acm@muc.de>
7725
7726 Amend the handling of c-beginning/end-of-defun in nested declaration
7727 scopes.
7728
52bedd34
AM
7729 * progmodes/cc-vars.el (c-defun-tactic): Move here from
7730 cc-langs.el. Change it to a defcustom.
7e43cfa5 7731
52bedd34
AM
7732 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
7733 cc-vars.el.
7e43cfa5 7734
d0af9f77
SM
7735 * progmodes/cc-engine.el (c-beginning-of-statement-1):
7736 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 7737
52bedd34 7738 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 7739 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
7740 (c-widen-to-enclosing-decl-scope): New function.
7741 (c-while-widening-to-decl-block): New macro.
7742 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
7743 outward for defun boundaries, and correspondingly change symbol
7744 `respect-enclosure' to `go-outward'.
7745 (c-declaration-limits): Change algorithm to report only the "innermost"
7746 defun's boundaries.
7747
1a2ce9ee
DD
77482011-10-28 Deniz Dogan <deniz@dogan.se>
7749
7750 * net/rcirc.el (rcirc-mode): Use hard newlines.
7751
bc97a826
AM
77522011-10-28 Alan Mackenzie <acm@muc.de>
7753
7754 Amend to indent and fontify macros "which include their own semicolon"
7755 correctly, using the "virtual semicolon" mechanism.
7756
52bedd34 7757 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 7758
d0af9f77 7759 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 7760 Recode to scan one line at a time rather than having \n and \r
58179cce 7761 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 7762 (c-forward-label): Amend for virtual semicolons.
58179cce 7763 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 7764
52bedd34
AM
7765 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
7766 of the new C macros.
bc97a826 7767
52bedd34 7768 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
7769 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
7770 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
7771 (c-opt-cpp-macro-define): Make into a full language variable.
7772 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
7773 AWK Mode (including \n, \r) removed, no longer needed.
7774
d0af9f77
SM
7775 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
7776 Invoke c-make-macro-with-semi-re.
bc97a826 7777
52bedd34
AM
7778 * progmodes/cc-vars.el (c-macro-with-semi-re):
7779 (c-macro-names-with-semicolon): New variables.
58179cce 7780 (c-make-macro-with-semi-re): New function.
bc97a826 7781
7a6c0941
SM
77822011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7783
7784 * vc/log-edit.el: Fill empty field rather than adding new one.
7785 (log-edit-add-field): New function.
7786 (log-edit-insert-changelog): Use it.
7787
b0c4cdcf
ML
77882011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
7789
7790 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
7791
ee1f1da9
SM
77922011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7793
7794 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
7795 (gdb--check-interpreter): New function.
7796 (gdb): Use it.
7797
51bc5f8b
GM
77982011-10-27 Glenn Morris <rgm@gnu.org>
7799
416a2c45
GM
7800 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
7801 (least-positive-float, least-negative-float)
7802 (least-positive-normalized-float, least-negative-normalized-float)
7803 (float-epsilon, float-negative-epsilon):
7804 Remove unnecessary declarations.
7805
7806 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
7807 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
7808 (least-positive-float, least-negative-float)
7809 (least-positive-normalized-float, least-negative-normalized-float)
7810 (float-epsilon, float-negative-epsilon): Add doc-strings,
7811 based on those in cl.texi.
7812
51bc5f8b
GM
7813 * files.el (set-visited-file-name): If the major-mode changed,
7814 reload the local variables. (Bug#9796)
7815
15de15c6
CY
78162011-10-27 Chong Yidong <cyd@gnu.org>
7817
7818 * subr.el (change-major-mode-after-body-hook): New hook.
7819 (run-mode-hooks): Run it.
7820
ee1f1da9
SM
7821 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7822 Use change-major-mode-before-body-hook.
15de15c6
CY
7823
7824 * simple.el (fundamental-mode):
7825 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
7826 change introducing fundamental-mode-hook.
7827
5430d399
JB
78282011-10-26 Juanma Barranquero <lekktu@gmail.com>
7829
acc825c5 7830 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 7831
ad74a69e
MA
78322011-10-26 Michael Albinus <michael.albinus@gmx.de>
7833
7834 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 7835 tramp.el explicitly. (Bug#7583)
ad74a69e 7836
71d4c2a5
SM
78372011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
7838
7839 * progmodes/octave-mod.el:
7840 * progmodes/octave-inf.el: Update maintainer.
7841
b1f6fa26
CY
78422011-10-26 Chong Yidong <cyd@gnu.org>
7843
7844 * subr.el (with-wrapper-hook): Rewrite doc.
7845
3f04efd6
MA
78462011-10-25 Michael Albinus <michael.albinus@gmx.de>
7847
7848 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 7849 filenames "/method:foo:". (Bug#9793)
3f04efd6 7850
410488d3
SM
78512011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7852
7853 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
7854 (bug#9865).
7855
c1ebb47e
GM
78562011-10-24 Glenn Morris <rgm@gnu.org>
7857
7858 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
7859
7f5c46c7
MA
78602011-10-24 Michael Albinus <michael.albinus@gmx.de>
7861
7862 * notifications.el: Add the requirement of a running D-Bus session
7863 bus to the Commentary.
7864
db2440b6
JL
78652011-10-24 Juri Linkov <juri@jurta.org>
7866
7867 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
7868 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
7869 (Bug#9364)
7870
feecf435
JL
78712011-10-24 Juri Linkov <juri@jurta.org>
7872
7873 * info.el (Info-following-node-name-re): Add newline to the list
7874 of allowed characters for leading space. (Bug#9824)
7875
a3839de2
SM
78762011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7877
acc825c5
SM
7878 * progmodes/octave-inf.el (inferior-octave-mode-map):
7879 Fix C-c C-h binding.
a3839de2
SM
7880 * progmodes/octave-mod.el (octave-help): Remove.
7881
09388e76
MA
78822011-10-23 Michael Albinus <michael.albinus@gmx.de>
7883
7884 Sync with Tramp 2.2.3.
7885
7886 * net/tramp-cache.el (top): Pacify byte-compiler using
7887 `init-file-user' and `site-run-file'.
7888
7889 * net/trampver.el: Update release number.
7890
86c60681
CY
78912011-10-23 Chong Yidong <cyd@gnu.org>
7892
7893 * files.el (toggle-read-only): Remove obsolete comment about
7894 version control.
7895
7896 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
7897 for toggle-read-only. Note that this hasn't called vc-next-action
7898 since 2008-05-02, though it wasn't documented at the time.
7899
a3839de2
SM
7900 * vc/ediff-init.el (ediff-toggle-read-only-function):
7901 Use toggle-read-only.
86c60681 7902
cd5495ff
AM
79032011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
7904
7905 Fix bug #9560, sporadic wrong indentation; improve instrumentation
7906 of c-parse-state.
7907
00b77525 7908 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 7909 correct faulty logical expression.
cd5495ff
AM
7910 (c-parse-state-state, c-record-parse-state-state):
7911 (c-replay-parse-state-state): New defvar/defuns.
7912 (c-debug-parse-state): Use new functions.
7913
42ee24ed
MR
79142011-10-22 Martin Rudalics <rudalics@gmx.at>
7915
7916 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 7917 last fix. Use window-in-direction correctly.
42ee24ed 7918
a7dee7e7
CY
79192011-10-21 Chong Yidong <cyd@gnu.org>
7920
7921 * progmodes/idlwave.el (idlwave-mode):
7922 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
7923 require-final-newline; that's done in prog-mode.
7924 Suggested by Stefan Monnier.
a7dee7e7 7925
e07b9a6d
MR
79262011-10-21 Martin Rudalics <rudalics@gmx.at>
7927
7928 * mouse.el (mouse-drag-window-above)
7929 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
7930 (mouse-drag-mode-line-1, mouse-drag-header-line)
7931 (mouse-drag-vertical-line-rightward-window): Remove.
7932 (mouse-drag-line): New function.
7933 (mouse-drag-mode-line, mouse-drag-header-line)
7934 (mouse-drag-vertical-line): Call mouse-drag-line.
7935 * window.el (window-at-side-p, windows-at-side): New functions.
7936
7e1361d9
UM
79372011-10-21 Ulrich Mueller <ulm@gentoo.org>
7938
7939 * tar-mode.el (tar-grind-file-mode):
7940 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
7941
30fcaf3a
CY
79422011-10-21 Chong Yidong <cyd@gnu.org>
7943
7944 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
7945 * progmodes/vera-mode.el (vera-mode):
7946 Use mode-require-final-newline.
30fcaf3a 7947
516eddb0
GM
79482011-10-20 Glenn Morris <rgm@gnu.org>
7949
db22a3c2 7950 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 7951
10d5f513
CS
79522011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
7953
7954 * emulation/cua-base.el (cua-set-mark): Fix case of string.
7955
ac6c8639
CY
79562011-10-20 Chong Yidong <cyd@gnu.org>
7957
7958 * emulation/cua-base.el (cua-mode):
7959 * mail/footnote.el (footnote-mode):
7960 * mail/mailabbrev.el (mail-abbrevs-mode):
7961 * net/xesam.el (xesam-minor-mode):
7962 * progmodes/bug-reference.el (bug-reference-mode):
7963 * progmodes/cap-words.el (capitalized-words-mode):
7964 * progmodes/compile.el (compilation-minor-mode)
7965 (compilation-shell-minor-mode):
7966 * progmodes/gud.el (gud-tooltip-mode):
7967 * progmodes/hideif.el (hide-ifdef-mode):
7968 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
7969 * progmodes/subword.el (subword-mode):
7970 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
7971 * progmodes/which-func.el (which-function-mode):
7972 * term/tvi970.el (tvi970-set-keypad-mode):
7973 * term/vt100.el (vt100-wide-mode):
7974 * textmodes/flyspell.el (flyspell-mode):
7975 * textmodes/ispell.el (ispell-minor-mode):
7976 * textmodes/nroff-mode.el (nroff-electric-mode):
7977 * textmodes/paragraphs.el (use-hard-newlines):
7978 * textmodes/refill.el (refill-mode):
7979 * textmodes/reftex.el (reftex-mode):
7980 * textmodes/rst.el (rst-minor-mode):
7981 * textmodes/sgml-mode.el (html-autoview-mode)
7982 (sgml-electric-tag-pair-mode):
7983 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
7984 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
7985 * emulation/crisp.el (crisp-mode):
7986 * emacs-lisp/eldoc.el (eldoc-mode):
7987 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
7988 minor mode behavior.
7989
aa42ab43
JL
79902011-10-19 Juri Linkov <juri@jurta.org>
7991
7992 * descr-text.el (describe-char): Add #x2010 and #x2011 to
7993 the list of hard-coded chars with escape-glyph face.
7994
89400f1d
SM
79952011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7996
7997 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
7998
305c07f6
MA
79992011-10-19 Michael Albinus <michael.albinus@gmx.de>
8000
8001 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
8002 running process.
8003
13754b54
GM
80042011-10-19 Glenn Morris <rgm@gnu.org>
8005
8006 * vc/vc-bzr.el (vc-bzr-after-dir-status):
8007 Ignore ignored files. (Bug#9726)
8008
06e21633
CY
80092011-10-19 Chong Yidong <cyd@gnu.org>
8010
8011 Doc fix for minor modes, stating that an omitted argument enables
8012 the mode unconditionally when called from Lisp.
8013
8014 * abbrev.el (abbrev-mode):
8015 * allout.el (allout-mode):
8016 * autoinsert.el (auto-insert-mode):
8017 * autoarg.el (autoarg-mode, autoarg-kp-mode):
8018 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
8019 (global-auto-revert-mode):
8020 * battery.el (display-battery-mode):
8021 * composite.el (global-auto-composition-mode)
8022 (auto-composition-mode):
8023 * delsel.el (delete-selection-mode):
8024 * desktop.el (desktop-save-mode):
8025 * dired-x.el (dired-omit-mode):
8026 * dirtrack.el (dirtrack-mode):
8027 * doc-view.el (doc-view-minor-mode):
8028 * double.el (double-mode):
8029 * electric.el (electric-indent-mode, electric-pair-mode):
8030 * emacs-lock.el (emacs-lock-mode):
8031 * epa-hook.el (auto-encryption-mode):
8032 * follow.el (follow-mode):
8033 * font-core.el (font-lock-mode):
8034 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
8035 * help.el (temp-buffer-resize-mode):
8036 * hilit-chg.el (highlight-changes-mode)
8037 (highlight-changes-visible-mode):
8038 * hi-lock.el (hi-lock-mode):
8039 * hl-line.el (hl-line-mode, global-hl-line-mode):
8040 * icomplete.el (icomplete-mode):
8041 * ido.el (ido-everywhere):
8042 * image-file.el (auto-image-file-mode):
8043 * image-mode.el (image-minor-mode):
8044 * iswitchb.el (iswitchb-mode):
8045 * jka-cmpr-hook.el (auto-compression-mode):
8046 * linum.el (linum-mode):
8047 * longlines.el (longlines-mode):
8048 * master.el (master-mode):
8049 * mb-depth.el (minibuffer-depth-indicate-mode):
8050 * menu-bar.el (menu-bar-mode):
8051 * minibuf-eldef.el (minibuffer-electric-default-mode):
8052 * mouse-sel.el (mouse-sel-mode):
8053 * msb.el (msb-mode):
8054 * mwheel.el (mouse-wheel-mode):
8055 * outline.el (outline-minor-mode):
8056 * paren.el (show-paren-mode):
8057 * recentf.el (recentf-mode):
8058 * reveal.el (reveal-mode, global-reveal-mode):
8059 * rfn-eshadow.el (file-name-shadow-mode):
8060 * ruler-mode.el (ruler-mode):
8061 * savehist.el (savehist-mode):
8062 * scroll-all.el (scroll-all-mode):
8063 * scroll-bar.el (scroll-bar-mode):
8064 * server.el (server-mode):
8065 * shell.el (shell-dirtrack-mode):
8066 * simple.el (auto-fill-mode, transient-mark-mode)
8067 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
8068 (line-number-mode, column-number-mode, size-indication-mode)
8069 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
8070 * strokes.el (strokes-mode):
8071 * time.el (display-time-mode):
8072 * t-mouse.el (gpm-mouse-mode):
8073 * tool-bar.el (tool-bar-mode):
8074 * tooltip.el (tooltip-mode):
8075 * type-break.el (type-break-mode-line-message-mode)
8076 (type-break-query-mode):
8077 * view.el (view-mode):
8078 * whitespace.el (whitespace-mode, whitespace-newline-mode)
8079 (global-whitespace-mode, global-whitespace-newline-mode):
8080 * xt-mouse.el (xterm-mouse-mode): Doc fix.
8081
a3839de2
SM
8082 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8083 Fix autogenerated docstring.
06e21633 8084
5214e501
JL
80852011-10-19 Juri Linkov <juri@jurta.org>
8086
8087 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
8088 by checking environment variables "DESKTOP_SESSION" and
8089 "XDG_CURRENT_DESKTOP". (Bug#9779)
8090
195f8db9
JL
80912011-10-19 Juri Linkov <juri@jurta.org>
8092
8093 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
8094 (browse-url-chromium-program, browse-url-chromium-arguments):
8095 New defcustoms.
8096 (browse-url-default-browser): Check for `browse-url-chromium' and
8097 call `browse-url-chromium-program'.
8098 (browse-url-chromium): New command. (Bug#9779)
8099
343a34ff
JB
81002011-10-18 Juanma Barranquero <lekktu@gmail.com>
8101
8102 * facemenu.el (list-colors-duplicates): On Windows, detect more
8103 duplicates by assuming that only colors matching "^System" are
8104 special "system colors". (Bug#9722)
8105
6978a151
SM
81062011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
8107
8108 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
8109 to distinguish the author from the committer.
8110
6a80b297
MA
81112011-10-18 Michael Albinus <michael.albinus@gmx.de>
8112
8113 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
8114
b31a5677
JK
81152011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
8116
8117 * international/mule.el (sgml-html-meta-auto-coding-function):
8118 Add support for detecting encoding in HTML5 specified only as
8119 <meta charset="UTF-8">. Implementation just makes http-equiv and
8120 content-type parts from HTML4 encoding string optional. (Bug#9716)
8121
80c6d77f
GM
81222011-10-18 Glenn Morris <rgm@gnu.org>
8123
8124 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
8125
08b0fee8
CY
81262011-10-18 Chong Yidong <cyd@gnu.org>
8127
8128 * faces.el (cursor): Doc fix.
8129
67e729a5
CY
81302011-10-17 Chong Yidong <cyd@gnu.org>
8131
8132 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
8133
343a34ff 81342011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
8135
8136 * dirtrack.el (dirtrack): Support shell buffers with path
8137 prefixes, e.g. tramp-based remote shells. (Bug#9647)
8138
0bc06380
TZ
81392011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
8140
8141 * json.el: Bump version to 1.3 and note change in History.
8142 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
8143
8b79f3e0
SM
81442011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8145
5a7c536b
SM
8146 * comint.el (comint-insert-input, comint-send-input)
8147 (comint-get-old-input-default, comint-backward-matching-input)
8148 (comint-next-prompt): Use nil instead of `input' for field property of
8149 past user input (bug#114).
8150
96a8a0df
SM
8151 * minibuffer.el (completion--replace): Inherit surrounding properties
8152 (bug#114).
8153 (minibuffer-complete-and-exit): Use it.
8154
8b79f3e0
SM
8155 * comint.el (comint--table-subvert): Quote the all-completions output
8156 (bug#9160).
8157
b8f7ff0d
MR
81582011-10-17 Martin Rudalics <rudalics@gmx.at>
8159
8b79f3e0 8160 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 8161
b8f7ff0d 8162 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 8163 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
8164 entries and separate them from frame entries.
8165
c235b555
GM
81662011-10-15 Glenn Morris <rgm@gnu.org>
8167
8168 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
8169 Doc fixes.
8170
6bbfa6e1
CY
81712011-10-15 Chong Yidong <cyd@stupidchicken.com>
8172
8b79f3e0
SM
8173 * net/network-stream.el (network-stream-open-starttls):
8174 Improve detection of failure due to lack of TLS support.
ec5c990d 8175
6bbfa6e1
CY
8176 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
8177 putting the input text in front and in bold.
8178
98488977
SM
81792011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
8180
3d1337be
SM
8181 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
8182
ee0b45e4
SM
8183 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
8184 empty buffer.
8185
98488977
SM
8186 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
8187 unread-command-events rather than pushing yet-another event.
8188
186f4720
EZ
81892011-10-14 Eli Zaretskii <eliz@gnu.org>
8190
8191 * mail/sendmail.el (sendmail-query-once): Improve the wording of
8192 the explanation of the possible choices. Make the options passed
8193 to completing-read shorter.
8194
8b7a997c
AM
81952011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8196
8197 * textmodes/flyspell.el (flyspell-large-region): Make sure
8198 extended character mode is used if defined (Bug#1339).
8199
12587bbb
EZ
82002011-10-13 Eli Zaretskii <eliz@gnu.org>
8201
8202 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
8203 character info for LRE, LRO, RLE, and RLO characters by appending
8204 an invisible PDF.
12587bbb 8205
bad41229
SM
82062011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
8207
8208 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
8209 even in case of error; add debug spec; simplify data flow.
8210 (with-timeout-handler): Remove.
8211
28dbc92f
MA
82122011-10-12 Michael Albinus <michael.albinus@gmx.de>
8213
8214 Fix Bug#6019, Bug#9315.
8215
8216 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
8217 complete `buffer-file-name', the local file name part could look
8218 remotely (for example on VMS).
8219
8220 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
8221 `tramp-run-real-handler'.
8222 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
8223 already quoted by '"'.
8224
8225 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
8226 Let `file-name-handler-alist' be nil, the local file name part
8227 could look remotely (for example on VMS).
8228
e1b0b23a
SM
82292011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8230
8231 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
8232 from here...
8233 (flyspell-post-command-hook): ...to here.
8234
a120bde9
SM
82352011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8236
8237 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
8238 if not needed.
8239 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
8240 using completion. Protect against "slow" callers.
8241 Remove the "message hack".
8242
7ce7717b
JL
82432011-10-11 Juri Linkov <juri@jurta.org>
8244
8245 * isearch.el (isearch-lazy-highlight-word): New variable.
8246 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8247 Use it. (Bug#9727)
8248
c02ee9d6
GM
82492011-10-11 Glenn Morris <rgm@gnu.org>
8250
8251 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
8252 like f90-previous-statement does.
8253
93e616fd 82542011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8255
1f190e73 8256 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
8257 only in interactive use, to avoid error.
8258
af7b6078
SM
82592011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8260
8261 * minibuffer.el (completion-file-name-table): Fix last change,
8262 i.e. ignore normal errors but not the other ones.
8263
0563dae9
MR
82642011-10-10 Martin Rudalics <rudalics@gmx.at>
8265
8266 * window.el (special-display-buffer-names)
8267 (special-display-regexps): Remove some remnants of earlier
8268 changes from doc-strings.
366ca7f3
MR
8269 (quit-windows-on): New function.
8270
8271 * vc/vc.el (vc-revert, vc-rollback):
8272 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
8273 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 8274 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 8275
49677495
MR
82762011-10-09 Martin Rudalics <rudalics@gmx.at>
8277
8278 * window.el (frame-auto-hide-function): Add version tag.
8279 (Bug#9699)
8280
56f2d1e1
MA
82812011-10-09 Michael Albinus <michael.albinus@gmx.de>
8282
8283 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
8284 condition.
8285
112a6592
LL
82862011-10-09 Leo Liu <sdl.web@gmail.com>
8287
8288 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
8289 (Bug#9701)
8290
0812589b
GM
82912011-10-08 Glenn Morris <rgm@gnu.org>
8292
8293 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
8294 before the first code statement zero indent. (Bug#9690)
8295
b2b0776e
CY
82962011-10-08 Chong Yidong <cyd@stupidchicken.com>
8297
8298 * simple.el (count-words-region): Always count in the region.
8299 Report the number of lines and characters too.
8300 (count-words): New command, which counts in the buffer if the
8301 region is inactive, as count-words-region used to.
8302 (count-words--message): New function. Handle plurals.
8303 (count-lines-region): Make it an alias for count-words-region.
8304
8305 * bindings.el (esc-map): Replace count-lines-region with
8306 count-words-region.
8307
c557cd6b
MR
83082011-10-08 Martin Rudalics <rudalics@gmx.at>
8309
8310 * window.el (window--delete): Delete dedicated frame
8311 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 8312 (switch-to-buffer): Fix doc-string typo.
c557cd6b 8313
61a57ef4 83142011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8315
3a7d293b 8316 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 8317
c3833279
CY
83182011-10-07 Chong Yidong <cyd@stupidchicken.com>
8319
8320 * bindings.el ([M-left],[M-right]): Bind to left-word and
8321 right-word respectively.
8322
21ce8245
GM
83232011-10-07 Glenn Morris <rgm@gnu.org>
8324
8325 * cus-start.el (debug-on-quit): Fix custom type.
8326
6d823bb2
LMI
83272011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8328
0181e193
LMI
8329 * subr.el (define-key-after): Clarify that the function is not
8330 useful for non-menu keymaps.
8331
6d823bb2
LMI
8332 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
8333
8e3459ce 83342011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8335
21ce8245 8336 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 8337 in current minibuffer (Fix bug with recursive minibuffers).
8338
a1c2d21e
CY
83392011-10-06 Chong Yidong <cyd@stupidchicken.com>
8340
8341 * progmodes/gdb-mi.el (gdb): Doc fix.
8342
5a4cf282
MR
83432011-10-05 Martin Rudalics <rudalics@gmx.at>
8344
8345 * window.el (frame-auto-hide-function): New option replacing
8346 frame-auto-delete. Suggested by Stefan Monnier.
8347 (window--delete): Call frame-auto-hide-function instead of
8348 investigating frame-auto-delete.
c96111ea
MR
8349 (window-point-1, set-window-point-1): New functions.
8350 (window-in-direction, record-window-buffer, window-state-get-1)
8351 (display-buffer-record-window): Use window-point-1 instead of
8352 window-point.
8353 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 8354
9854542e
SM
83552011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8356
8357 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
8358
8943cfb0
GM
83592011-10-05 Glenn Morris <rgm@gnu.org>
8360
8361 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
8362 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
8363
647ab967
LL
83642011-10-05 Leo Liu <sdl.web@gmail.com>
8365
8366 * subr.el (read-char-choice): Fix argument to buffer-live-p which
8367 works with buffer object.
8368
3ddfbced
SM
83692011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8370
8371 * mpc.el (mpc-tool-bar-map): Add labels.
8372
bdfa5dd2
GM
83732011-10-04 Glenn Morris <rgm@gnu.org>
8374
8375 * calendar/holidays.el (calendar-check-holidays): Doc fix.
8376
0e2070b5
MR
83772011-10-04 Martin Rudalics <rudalics@gmx.at>
8378
8379 * window.el (window--delete): New function.
8380 (frame-auto-delete): Resuscitate option.
8381 (bury-buffer, replace-buffer-in-windows)
8382 (quit-window): Rewrite using window--delete.
8383 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
8384 Pass display-buffer-mark-dedicated to window--display-buffer-2
8385 (Bug#9639).
8386
3dc61a09
SM
83872011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8388
915a9b64
SM
8389 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
8390 returns a list (bug#9554). Add remote file name completion.
8391 * comint.el (comint--table-subvert): Curry and get quote&unquote
8392 functions as arguments.
8393 (comint--complete-file-name-data): Adjust call accordingly.
8394 * pcomplete.el (pcomplete--table-subvert): Remove.
8395 (pcomplete-completions-at-point): Use comint--table-subvert instead.
8396
3dc61a09
SM
8397 * minibuffer.el (completion-table-case-fold): Use currying.
8398 (completion--styles-type, completion--cycling-threshold-type):
8399 New constants.
8400 (completion-styles, completion-category-overrides)
8401 (completion-cycle-threshold): Use them.
8402 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
8403 completion-table-case-fold.
8404
8ea0a993
SB
84052011-10-03 Stephen Berman <stephen.berman@gmx.net>
8406
8407 * minibuffer.el (completion-category-overrides): Fix type of styles
8408 and add more user friendly tags (bug#9660).
8409
8c24b7f6
SM
84102011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8411
8412 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
8413 (mule-input-method-string): New widget.
8414 (default-input-method, language-info-custom-alist): Use it.
8415
428fe61a
SM
84162011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8417
32c1fffd
SM
8418 * pcomplete.el: Require comint.
8419 (pcomplete--common-suffix): Remove.
8420 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
8421 (pcomplete--table-subvert): Sync with comint--table-subvert.
8422 (pcomplete--entries): Use comint-completion-file-name-table.
8423 * comint.el (comint-unquote-filename): Simplify.
8424 (comint-completion-file-name-table): New function (bug#9616).
8425 (comint--complete-file-name-data): Use it.
8426
428fe61a
SM
8427 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
8428 (pcmpl-gnu-tar-buffer): Remove.
8429 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
8430 around. Make sure pcomplete-suffix-list is only changed temporarily.
8431 Don't look inside the tar's file if it's too large.
428fe61a 8432
04c52e2f
CY
84332011-10-01 Chong Yidong <cyd@stupidchicken.com>
8434
ce3cefcc
CY
8435 * cus-edit.el (custom-mode-map):
8436 * epa.el (epa-key-list-mode-map):
8437 * man.el (Man-mode-map):
8438 * startup.el (splash-screen-keymap):
8439 * simple.el (special-mode-map): Use scroll-up-command and
8440 scroll-down-command.
8441
8442 * progmodes/idlw-help.el (idlwave-help-mode-map):
8443 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
8444 * net/newst-plainview.el (newsticker-mode-map):
8445 * emulation/ws-mode.el (wordstar-mode-map):
8446 * emulation/vi.el (vi-com-map):
8447 * calc/calc-graph.el (calc-graph-show-dumb):
8448 * term/sun.el (terminal-init-sun):
8449 * term/ns-win.el (global-map):
8450 * progmodes/grep.el (grep-mode-map):
8451 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
8452 * mail/rmail.el (rmail-mode-map):
8453 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
8454
04c52e2f
CY
8455 * custom.el (custom-safe-themes, load-theme): Treat value of t for
8456 custom-safe-themes as special.
8457
79adf8c8
JD
84582011-10-01 Julien Danjou <julien@danjou.info>
8459
8460 * notifications.el (notifications-notify): Fix docstring.
8461
63bd50d3
PS
84622011-10-01 Per Starbäck <per@starback.se>
8463
8464 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
8465
199e4c7e
MR
84662011-09-30 Martin Rudalics <rudalics@gmx.at>
8467
8468 * startup.el (command-line-1): Fix last fix by inserting
8469 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 8470 (Bug#9605) and (Bug#9636)
199e4c7e 8471
fe5f08dd
EZ
84722011-09-29 Eli Zaretskii <eliz@gnu.org>
8473
8474 * simple.el (line-move): If auto-hscroll-mode is disabled and the
8475 window is hscrolled, move by logical lines. (Bug#9607)
8476 (line-move-visual): Update the doc string to the above effect.
8477
b5516bbd
MR
84782011-09-29 Martin Rudalics <rudalics@gmx.at>
8479
ccee00c0
MR
8480 * window.el (display-buffer-record-window): When WINDOW is the
8481 selected window use `point' instead of `window-point'. (Bug#9626)
8482
b5516bbd
MR
8483 * startup.el (command-line-1): Use insert-before-markers when
8484 inserting initial-scratch-message. (Bug#9605)
ccee00c0 8485
b5516bbd
MR
8486 * help.el (help-window): Remove variable.
8487
52aa0014
GM
84882011-09-29 Glenn Morris <rgm@gnu.org>
8489
8490 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
8491
df9a7357
JB
84922011-09-29 Juanma Barranquero <lekktu@gmail.com>
8493
8494 * descr-text.el (describe-char-categories): Accept category
8495 descriptions more than one line long.
8496
a8406c20
SM
84972011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8498
88d9610c
SM
8499 * simple.el (delete-trailing-whitespace): Fix last change.
8500
a5daf810
SM
8501 * progmodes/perl-mode.el (perl-syntax-propertize-function):
8502 Don't confuse "y => 3" as the beginning of a `y' operation.
8503
a8406c20
SM
8504 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
8505 object has more than 4 slots (bug#9613).
8506
a239d4e9
JB
85072011-09-28 Juanma Barranquero <lekktu@gmail.com>
8508
8509 * subr.el (with-output-to-temp-buffer):
8510 * net/quickurl.el (quickurl, quickurl-browse-url):
8511 Fix typos in docstrings.
8512
693fbdb6
EZ
85132011-09-27 Eli Zaretskii <eliz@gnu.org>
8514
8515 * minibuffer.el (completion-styles)
8516 (completion-category-overrides): Cross reference each other in doc
8517 strings.
8518
8b457e28
GM
85192011-09-27 Glenn Morris <rgm@gnu.org>
8520
8521 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
8522 to split-string. (Bug#9606)
8523
85a16208
LMI
85242011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8525
8526 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
8527 (bug#9615).
8528
502f9ebd
CY
85292011-09-27 Chong Yidong <cyd@stupidchicken.com>
8530
8531 * emacs-lisp/package.el (list-packages): Fix echo area message.
8532
7690bdea
LL
85332011-09-27 Leo Liu <sdl.web@gmail.com>
8534
8535 * ido.el (ido-read-internal): Accept cons cell HIST arg.
8536
e2ee6f30
MA
85372011-09-25 Michael Albinus <michael.albinus@gmx.de>
8538
8539 * net/dbus.el (dbus-unregister-object): Don't release services for
8540 registered signals. (Bug#9581)
8541
f3f98342
TZ
85422011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
8543
8544 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
8545 function that picks between cfengine 2 and 3 support
8546 automatically. Update docs accordingly.
8547
dd7aa8dd
KH
85482011-09-22 Kenichi Handa <handa@m17n.org>
8549
8550 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
8551 ZERO.
8552 (indian-itrans-v5-table-for-tamil): New variable.
8553 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
8554
3f2b07f8
KM
85552011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
8556
8557 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
8558 that's true if the current command involved collapsing of text.
8559 It's reset to false at the beginning of the next command.
8560 (allout-post-command-business): Move the cursor to the beginning
8561 of entry if the cursor is hidden and collapsing activity just
8562 happened.
8563
371d6a61
CY
85642011-09-24 Chong Yidong <cyd@stupidchicken.com>
8565
8566 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
8567 tracking (Bug#9541).
8568
2ac2721a
UJ
85692011-09-24 Ulf Jasper <ulf.jasper@web.de>
8570
8571 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
8572 (newsticker-show-news): Automatically load html rendering package
8573 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
8574 because w3m-fill-column is let-bound" and the error "Symbol's value
8575 as variable is void: w3m-fill-column".
2ac2721a 8576
fac7ae53
MA
85772011-09-24 Michael Albinus <michael.albinus@gmx.de>
8578
8579 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
8580 Release services only if they are defined. (Bug#9581)
8581
e08b633b
RS
85822011-09-23 Richard Stallman <rms@gnu.org>
8583
e488d29c
RS
8584 * textmodes/paragraphs.el (forward-sentence): For backwards case,
8585 distinguish start of paragraph from start of its text.
8586
19c38752
RS
8587 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
8588
e08b633b
RS
8589 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
8590 (rmail-generate-viewer-buffer): Put that hook on view buffer.
8591 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
8592
0a39f27e
AS
85932011-09-23 Andreas Schwab <schwab@linux-m68k.org>
8594
8595 * international/mule-diag.el (mule-diag): Insert a newline after
8596 each fontset description.
8597
db4e950d
SM
85982011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8599
8600 * simple.el (delete-trailing-whitespace):
8601 Document last change; simplify.
8602
eca3f3ea
PW
86032011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
8604
d68e189a
PW
8605 * simple.el (delete-trailing-whitespace): Also delete
8606 extra newlines at the end of the buffer.
8607
eca3f3ea
PW
8608 * textmodes/picture.el: Make motion commands obey shift-select-mode.
8609 (picture-newline): Use forward-line so as to ignore fields.
8610
01c157cc
SM
86112011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8612
8613 * subr.el (with-wrapper-hook): Fix edebug spec.
8614
022de23e
LMI
86152011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8616
8617 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
8618 (bug#4538).
8619
91683089
MA
86202011-09-23 Michael Albinus <michael.albinus@gmx.de>
8621
eca3f3ea
PW
8622 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
8623 Fix nasty bug using wrong cached values.
91683089 8624
5bdd6fa4
AM
86252011-09-23 Alan Mackenzie <acm@muc.de>
8626
8627 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
8628
97adfb97
CY
86292011-09-23 Chong Yidong <cyd@stupidchicken.com>
8630
8631 * window.el (pop-to-buffer): Ensure right window is selected if we
8632 chose another frame.
8633
d4ef2b50
EZ
86342011-09-22 Eli Zaretskii <eliz@gnu.org>
8635
8636 * simple.el (what-cursor-position): Use get-char-property-change
8637 and next-single-char-property-change, to be able to show display
8638 properties that come from overlays as well as text properties.
8639
72258fe5
CY
86402011-09-22 Chong Yidong <cyd@stupidchicken.com>
8641
8642 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
8643
8644 * cmuscheme.el (run-scheme, switch-to-scheme):
8645 * cus-edit.el (customize-group, custom-buffer-create)
8646 (customize-browse):
8647 * info.el (info):
8648 * shell.el (shell):
8649 * mail/sendmail.el (mail):
8650 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
8651
8f098516
RS
86522011-09-22 Richard Stallman <rms@gnu.org>
8653
8654 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
8655 move back only to line beg, don't move back over blank lines.
8656
e74f1bb6
MA
86572011-09-22 Michael Albinus <michael.albinus@gmx.de>
8658
8659 * files.el (copy-directory): Set directory attributes only in case
8660 they could be retrieved from the source directory. (Bug#9565)
8661
bfeef8b6
DK
86622011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
8663
8664 * progmodes/hideshow.el (hs-looking-at-block-start-p)
8665 (hs-find-block-beginning, hs-hide-level-recursive):
8666 Ignore strings as well as comments. (Bug#9502)
8667
7e423bb8
AS
86682011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
8669
8670 * progmodes/sql.el (sql-comint-postgres):
8671 Convert port number to a string. (Bug#9566)
8672
b4d72fcf
MR
86732011-09-22 Martin Rudalics <rudalics@gmx.at>
8674
8675 * window.el (quit-window): Undedicate window when switching to
8676 previous buffer. Reported by Thierry Volpiatto
8677 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
8678 (special-display-popup-frame): When popping up a new frame reset
8679 its previous buffers to nil. Simplify code.
b4d72fcf 8680
a7b88dc6
MA
86812011-09-21 Michael Albinus <michael.albinus@gmx.de>
8682
8683 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
8684 and process filter, as done also in `shell-command'.
8685
cf4eacfd
MR
86862011-09-21 Martin Rudalics <rudalics@gmx.at>
8687
eca3f3ea 8688 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
8689 Call set-window-start with NOFORCE argument t.
8690 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
8691 (quit-window): Reword doc-string. Handle new format of
8692 quit-restore parameter. Don't delete window if it has a
8693 previous buffer we can show instead of the present one.
8694 (display-buffer-record-window): Rewrite using a new format for
8695 the quit-restore window parameter
8696 (special-display-popup-frame, display-buffer-same-window)
8697 (display-buffer-reuse-window, display-buffer-pop-up-frame)
8698 (display-buffer-pop-up-window, display-buffer-use-some-window):
8699 Adapt symbol passed to display-buffer-record-window.
8700 * help.el (help-window-setup): Handle new format of quit-restore
8701 parameter.
8702
8d28cb95
SM
87032011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8704
94ab793f
SM
8705 * faces.el (face-list): Fix docstring (bug#9564).
8706
8d28cb95
SM
8707 * window.el (display-buffer--action-function-custom-type):
8708 Don't include internal functions in the Custom interface.
8709
3820edeb
JL
87102011-09-20 Juri Linkov <juri@jurta.org>
8711
8712 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
8713 (Info-forward-node, Info-backward-node, Info-next-preorder)
8714 (Info-last-preorder): Use it. (Bug#9528)
8715
5147931d
JL
87162011-09-20 Juri Linkov <juri@jurta.org>
8717
8718 * info.el (Info-last-preorder): Visit last menu item only when
8719 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
8720
cf499a1a
JD
87212011-09-20 Julien Danjou <julien@danjou.info>
8722
8723 * password-cache.el (password-cache-remove): Remove entries even if the
8724 value is nil, so that password with a nil value (negative caching) is
8725 possible to invalidate.
8726
f84e2fe2
LM
87272011-09-20 Lawrence Mitchell <wence@gmx.li>
8728
8729 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
8730 all whitespace around breakpoint. (Bug#9553)
8731 (f90-find-breakpoint): Only break at whitespace inside a comment.
8732
78054a46
SM
87332011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8734
8735 * minibuffer.el (completion-file-name-table): Keep track of errors.
8736 (completion-table-with-predicate): Handle the case where pred1 is nil.
8737 * pcomplete.el (pcomplete-completions-at-point): Simplify.
8738
345083b2
SM
87392011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8740
e24e27be
SM
8741 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
8742 (debugger-return-value): Signal an error if the debugging context does
8743 not await any return value.
8744
345083b2
SM
8745 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
8746 * image-mode.el (image-toggle-display-text)
8747 (image-toggle-display-image): Stay away from evil `intangible'.
8748
08d355e3
LL
87492011-09-19 Leo Liu <sdl.web@gmail.com>
8750
8751 * replace.el (occur-revert-arguments): Make it permanent-local.
8752 (occur-mode): Don't call font-lock-defontify.
8753
f01da43f
CY
87542011-09-19 Chong Yidong <cyd@stupidchicken.com>
8755
8756 * net/ldap.el (ldap-search-internal): Don't push empty search
8757 result (Bug#9508).
8758
b6072fa6
SM
87592011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8760
8761 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
8762
443d6696
MA
87632011-09-19 Michael Albinus <michael.albinus@gmx.de>
8764
8765 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
8766 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
8767
7cc6e154
JL
87682011-09-18 Juri Linkov <juri@jurta.org>
8769
8770 * buff-menu.el (Buffer-menu-mode-map):
8771 * dired.el (dired-mode-map):
8772 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
8773 (lisp-interaction-mode-map):
8774 * emacs-lisp/package.el (package-menu-mode-map):
8775 * epa.el (epa-key-list-mode-map):
8776 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
8777 (menu-bar-options-menu):
8778 * outline.el (outline-mode-menu-bar-map):
8779 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
8780 * vc/vc-dir.el (vc-dir-menu-map):
8781 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
8782 Capitalize non-function content words in menu item strings.
8783
8784 * dired.el (dired-mode-map): Add menu item for
8785 `image-dired-dired-toggle-marked-thumbs'.
8786
80302a81
JL
87872011-09-18 Juri Linkov <juri@jurta.org>
8788
8789 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
8790 to `isearch-case-fold-search' and restore its original value
8791 after the `isearch-mode' call.
8792
46c5cf66
JL
87932011-09-18 Juri Linkov <juri@jurta.org>
8794
8795 * progmodes/grep.el (grep-process-setup): Don't check code for 1
8796 because `zgrep' returns 1 for successful matches (bug#9226).
8797
d18b513b
JL
87982011-09-18 Juri Linkov <juri@jurta.org>
8799
8800 * info.el (Info-extract-menu-node-name): Check the second match
8801 for empty string (second test-case of bug#9528).
8802 (Info-last-preorder): Let-bind `Info-history' to nil to not add
8803 intermediate nodes to the history (first test-case of bug#9528).
8804
72753f87
JL
88052011-09-18 Juri Linkov <juri@jurta.org>
8806
8807 * info.el (Info-mode-syntax-table): New variable.
1154d12e 8808 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 8809
c9384295
JL
88102011-09-18 Juri Linkov <juri@jurta.org>
8811
1154d12e
JB
8812 * info.el (Info-file-supports-index-cookies):
8813 Increment line-beginning-position's arg from 3 to 4 because makeinfo
8814 outputs one more line for long file names (bug#4142).
c9384295 8815
d473dce8
CY
88162011-09-18 Chong Yidong <cyd@stupidchicken.com>
8817
8818 * newcomment.el (comment-normalize-vars): If prompting for
8819 comment-start, set comment-start-skip too (Bug#8424).
8820
2176854d
JB
88212011-09-18 Johan Bockgård <bojohan@gnu.org>
8822
8823 * icomplete.el: Fix previous fix of Bug#5849.
8824 (icomplete-mode): Don't set completion-show-inline-help.
8825 (icomplete-minibuffer-setup): Set completion-show-inline-help
8826 locally during icompletion.
8827
3aace4e4
CY
88282011-09-18 Chong Yidong <cyd@stupidchicken.com>
8829
c940224f
CY
8830 * woman.el (woman2-process-escapes): Don't delete unrecognized
8831 escapes (Bug#7843).
8832
3aace4e4
CY
8833 * files.el (inhibit-first-line-modes-regexps): Add image files.
8834 (hack-local-variables-prop-line): Return nil for malformed
8835 prop-lines (Bug#9044).
8836
710dec63
MA
88372011-09-18 Michael Albinus <michael.albinus@gmx.de>
8838
8839 * net/tramp.el (top): Don't require 'shell.
8840 (tramp-methods): Fix docstring.
8841 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
8842 Return complete remote file name. Handle "smb" case.
8843 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
8844 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
8845
8846 * net/tramp-compat.el (top): Require 'shell.
8847
8848 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
8849 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
8850 `tramp-current-host'.
8851 (tramp-get-remote-tmpdir): Remove.
8852
8853 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
8854 `tramp-tmpdir' entries.
8855 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
8856 (tramp-smb-handle-file-attributes): Ignore errors.
8857 (tramp-smb-wait-for-output): Check also for process end.
8858
5d5ac8ec
LMI
88592011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8860
8861 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
8862 when sending QUIT (bug#9312).
8863
8c0f49f0
CY
88642011-09-17 Chong Yidong <cyd@stupidchicken.com>
8865
8866 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
8867 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
8868 occur-mode-display-occurrence.
8869 (occur-edit-mode): Add usage message.
8870 (occur-cease-edit): New command.
8871 (occur-after-change-function): Use text properties to find the
8872 position of the prefix text.
8873 (occur-engine): Set stickiness of prefix text properties.
8874
8f1383f7
GM
88752011-09-17 Glenn Morris <rgm@gnu.org>
8876
8877 * progmodes/etags.el (complete-tag):
8878 Fix call to completion-in-region. (Bug#9526)
8879
744ba0e3
JL
88802011-09-17 Juri Linkov <juri@jurta.org>
8881
8882 * textmodes/ispell.el (ispell-word): Add to the error message
8883 the word, ispell program name and current dictionary (bug#9121).
8884 (ispell-tex-arg-end): Capitalize "error" in the error message.
8885
d9bbf400
AS
88862011-09-17 Andreas Schwab <schwab@linux-m68k.org>
8887
8888 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
8889 check. (Bug#4251)
8890
8da11505
JL
88912011-09-17 Juri Linkov <juri@jurta.org>
8892
8893 * window.el (window-safe-min-height, window-safe-min-width):
8894 Fix typos (followup to bug#9522).
8895
a91adc7e
SJ
88962011-09-17 Sven Joachim <svenjoac@gmx.de>
8897
8898 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
8899
064f328a
EZ
89002011-09-16 Eli Zaretskii <eliz@gnu.org>
8901
8902 * simple.el (line-move): If goal-column is set, move by logical
8903 lines, not by display lines. (Bug#971)
8904 (next-line, previous-line, goal-column, line-move-visual): Doc fix
8905 to reflect the above change.
8906
e69df516
SM
89072011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8908
8909 * image.el (imagemagick-register-types): Use regexp-opt.
8910
cbb0f9ab
CY
89112011-09-15 Chong Yidong <cyd@stupidchicken.com>
8912
8913 * window.el (display-buffer-base-action): Rename from
8914 display-buffer-default-action. Make default value empty.
8915 (display-buffer-overriding-action): Convert to defvar.
8916 (display-buffer-fallback-action): New var.
8917
25322144
CY
89182011-09-15 Chong Yidong <cyd@stupidchicken.com>
8919
8920 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
8921 declaration.
8922 (package--add-to-archive-contents): If there is a duplicate entry
8923 with an older version, remove it.
8924 (package-menu-mark-delete, package-menu-mark-install)
8925 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
8926 (package-menu-mark-obsolete-for-deletion):
8927 Use package-menu-get-status instead of a regexp search.
25322144
CY
8928 (package-menu-get-status): Use tabulated-list-entry.
8929 (package-menu-mark-upgrades): New command.
d770725a 8930 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
8931 (package-menu-execute): Do installation before deletion.
8932 (package-menu-refresh, package-menu-execute): Use derived-mode-p
8933 instead of checking major-mode.
8934 (package-menu--find-upgrades): New function.
8935
7520339c
LMI
89362011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8937
8938 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
8939 passwords in the log buffer.
65a046c4
LMI
8940 (smtpmail-process-filter): Update the process marker so that the
8941 "broken by peer" status message is inserted in the right place.
7520339c 8942
d3c30954
SM
89432011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8944
3fe48822
SM
8945 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
8946 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
8947 bibtex-completion-at-point-function.
8948 (bibtex-completion-at-point-function): Use them.
8949
1b8b3954
SM
8950 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
8951
d3c30954
SM
8952 * mpc.el (mpc-constraints-tag-lookup): New function.
8953 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
8954 also to browser "album|playlist".
8955
72779976
JL
89562011-09-14 Juri Linkov <juri@jurta.org>
8957
8958 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
8959 (isearch-edit-string): Use length of `isearch-string' when
8960 `isearch-fail-pos' returns nil.
8961 (isearch-message): Remove duplicate code and call
8962 `isearch-fail-pos' with arg `t'.
8963
a0bf2bcd
CY
89642011-09-14 Chong Yidong <cyd@stupidchicken.com>
8965
17bb0a2d
CY
8966 * replace.el (occur-mode-goto-occurrence): Don't force using other
8967 window (Bug#9499).
8968
a0bf2bcd
CY
8969 * dired-aux.el (dired-do-chmod): Don't provide initial input.
8970
f678e0b6
MR
89712011-09-14 Martin Rudalics <rudalics@gmx.at>
8972
8973 * window.el (display-buffer-window): Remove.
8974 (display-buffer-record-window): Use help-setup window parameter
8975 instead of variable display-buffer-window.
8976 (display-buffer-function, special-display-buffer-names)
8977 (special-display-function): Mention help-setup parameter instead
8978 of display-buffer-window in doc-string.
d3c30954
SM
8979 * help.el (help-window-setup): New argument help-window.
8980 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
8981 Reword some messages.
8982 (with-help-window): Pass window used for displaying the buffer
8983 to help-window-setup. Don't set display-buffer-window.
8984
8e39b2e8
GM
89852011-09-13 Glenn Morris <rgm@gnu.org>
8986
8987 * emacs-lisp/debug.el (debugger-make-xrefs):
8988 Preserve point. (Bug#9462)
8989
85e9c04b
CY
89902011-09-13 Chong Yidong <cyd@stupidchicken.com>
8991
8992 * window.el (window-deletable-p): Use next-frame.
8993
1b36ed6a
MR
89942011-09-13 Martin Rudalics <rudalics@gmx.at>
8995
8996 * window.el (window-auto-delete): Remove.
8997 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 8998 dedication and previous buffers.
1b36ed6a
MR
8999 (switch-to-prev-buffer): Don't delete window.
9000 (delete-windows-on): Delete a window's frame if and only if the
9001 window is dedicated.
9002 (replace-buffer-in-windows): Delete buffer's window or frame if
9003 and only if window is dedicated.
9004 (quit-window): Handle quit-restore as before last change.
4d61f28d 9005 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 9006
ef8ef9fb
CY
90072011-09-13 Chong Yidong <cyd@stupidchicken.com>
9008
9009 * window.el (window-deletable-p): Never delete the last frame on a
9010 given terminal.
9011
b2cba41e
GM
90122011-09-13 Glenn Morris <rgm@gnu.org>
9013
9014 * help.el (describe-key-briefly): Copy previous standard-output change.
9015
51553db6 90162011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
9017
9018 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
9019
b7556719
GM
90202011-09-13 Glenn Morris <rgm@gnu.org>
9021
9022 * emacs-lisp/lisp-mode.el (lisp-indent-function):
9023 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
9024
64b51947
CY
90252011-09-12 Chong Yidong <cyd@stupidchicken.com>
9026
9027 * dired-aux.el (dired-mark-read-string): Don't return default
9028 value on empty input (Bug#9361).
9029 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
9030 Omit initial minibuffer contents.
9031 (dired-do-chmod): Signal an error on empty input.
9032 (dired-mark-read-string): Don't return default on empty input.
9033
9034 * files.el (file-modes-symbolic-to-number): Doc fix.
9035
393a301e
SM
90362011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9037
9038 * international/mule-cmds.el (ucs-completions): Remove.
9039 (read-char-by-name): Use complete-with-action instead; add metadata.
9040
fa5660f9
CY
90412011-09-11 Chong Yidong <cyd@stupidchicken.com>
9042
9043 * window.el (display-buffer--action-function-custom-type)
9044 (display-buffer--action-custom-type): New vars.
9045 (display-buffer-alist, display-buffer-default-action)
9046 (display-buffer-overriding-action): Add defcustom types.
9047
4a592f66
CY
9048 * frame.el (delete-other-frames): Doc fix (Bug#276).
9049
73d56dbd
LMI
90502011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9051
9052 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
9053
37ac18a3
CY
90542011-09-11 Chong Yidong <cyd@stupidchicken.com>
9055
9056 Change modes that used same-window-* vars to use switch-to-buffer.
9057
9058 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
9059 Use switch-to-buffer.
9060
9061 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
9062 (customize-browse, custom-buffer-create-other-window):
9063 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
9064
9065 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
9066 (Info-prev, Info-up, Info-speedbar-goto-node)
9067 (info-display-manual): Use switch-to-buffer.
9068 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
9069
9070 * mail/sendmail.el (mail): Use switch-to-buffer.
9071 (mail-recover): Use switch-to-buffer-other-window.
9072
9073 * cmuscheme.el (run-scheme, switch-to-scheme):
9074 * ielm.el (ielm):
9075 * shell.el (shell):
9076 * net/rlogin.el (rlogin):
9077 * net/telnet.el (telnet, rsh):
9078 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
9079
10195bd6
AS
90802011-09-11 Andreas Schwab <schwab@linux-m68k.org>
9081
9082 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
9083
b322f63a
LMI
90842011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9085
39d7fed6
LMI
9086 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
9087 so don't mention it (bug#9301).
ba5a81f1 9088 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 9089
ee0e9f11
LMI
9090 * faces.el (face-spec-set-match-display): Make `(type graphic)'
9091 match `x', `w32' and `ns', like the manual says (bug#9029).
9092
0b1c89c1 9093 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
9094 (process-kill-buffer-query-function): Mention the buffer name in
9095 the query.
0b1c89c1 9096
77549ea8
LMI
9097 * image-mode.el (image-next-line): The line parameter is mandatory
9098 (bug#9258).
9099
803ef892
LMI
9100 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
9101 which can be useful (bug#9301).
9102
12980837
LMI
9103 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
9104
91054f8f
LMI
9105 * subr.el (match-string): Mention that the current buffer should
9106 be the same as the search was done in (bug#9282).
9107
b322f63a
LMI
9108 * facemenu.el: Disable the remove-* commands if the mark isn't
9109 active (bug#9162).
9110
3199b96f
CY
91112011-09-10 Chong Yidong <cyd@stupidchicken.com>
9112
9113 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
9114 of display-buffer.
9115 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
9116
9117 * replace.el (occur-mode-goto-occurrence)
9118 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
9119 and display-buffer.
9120
9121 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
9122 display-buffer.
9123
9124 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
9125 special-display and same-window variables.
9126 (mail-other-window): Use switch-to-buffer-other-window.
9127 (mail-other-frame): USe switch-to-buffer-other-frame.
9128
393a301e
SM
9129 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
9130 Use display-buffer-other-frame.
3199b96f
CY
9131 (gdb-display-gdb-buffer): Use pop-to-buffer.
9132
9133 * progmodes/gud.el (gud-goto-info): Use info-other-window.
9134
9135 * progmodes/python.el: Don't set same-window-buffer-names.
9136
9137 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
9138
9139 * window.el (display-buffer-alist): Add *Python*.
9140
8319e0bf
CY
91412011-09-10 Chong Yidong <cyd@stupidchicken.com>
9142
9143 * window.el (display-buffer-alist): Add entry for buffers
9144 previously handled same-window-*.
9145 (display-buffer-alist, display-buffer-default-action)
9146 (display-buffer-overriding-action): Mark as risky.
9147 (display-buffer-alist): Document action function changes.
9148 (display-buffer--same-window-action)
9149 (display-buffer--other-frame-action): New variables.
9150 (switch-to-buffer, display-buffer-other-frame): Use them.
9151 (display-buffer): Rename reuse-frame entry to reusable-frames.
9152 (display-buffer-reuse-selected-window): Function deleted.
9153 (display-buffer-reuse-window): Handle reusable-frames alist entry.
9154 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
9155 (display-buffer-special): New function.
9156 (display-buffer--maybe-pop-up-frame-or-window): Rename from
9157 display-buffer-reuse-or-pop-window. Split off special-display
9158 part into display-buffer-special.
9159 (display-buffer-use-some-window): Don't perform any special
9160 pop-up-frames handling.
9161 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 9162 (display-buffer--maybe-same-window): Rename from
0d3ff375 9163 display-buffer-maybe-same-window.
8319e0bf 9164
919a69aa
CY
9165 * info.el: Don't set same-window-regexps.
9166 (info-setup): New function.
9167 (info-other-window, info): Call it.
9168
9169 * cus-edit.el: Don't set same-window-regexps.
9170 (customize-group): New argument.
9171 (customize-group-other-window): Use it.
9172 (customize-face, customize-face-other-window): Likewise.
9173 (custom-buffer-create-other-window): Use pop-to-buffer directly.
9174
8319e0bf
CY
9175 * net/rlogin.el:
9176 * net/telnet.el:
9177 * progmodes/gud.el: Don't set same-window-regexps.
9178
9179 * cmuscheme.el:
9180 * ielm.el:
9181 * shell.el:
9182 * mail/sendmail.el:
9183 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
9184
25173000
JL
91852011-09-10 Juri Linkov <juri@jurta.org>
9186
9187 * isearch.el (isearch-edit-string): Remove obsolete mention of
9188 `C-w' (`isearch-yank-word-or-char') from docstring.
9189 (isearch-query-replace): Fix typo in docstring (bug#9466).
9190
056e44ef
JL
91912011-09-10 Juri Linkov <juri@jurta.org>
9192
9193 * paren.el (show-paren-function): Don't show escaped parens.
9194 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
9195
c3760c17
EZ
91962011-09-10 Eli Zaretskii <eliz@gnu.org>
9197
9198 * mail/sendmail.el (mml-to-mime, mml-attach-file)
9199 (mm-default-file-encoding): Remove autoload forms, they are
9200 replaced with autoload cookies in mml.el and mm-encode.el.
9201 (mail-add-attachment): New command.
9202 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
9203 (mail-mode): Mention mail-insert-file and mail-add-attachment in
9204 the doc string.
9205 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
9206
fece895e
RT
92072011-09-10 Reuben Thomas <rrt@sc3d.org>
9208
e69df516
SM
9209 * simple.el (count-words-region): Use buffer if there's no region
9210 (bug#9429).
fece895e 9211
5e68ce4a
JL
92122011-09-09 Juri Linkov <juri@jurta.org>
9213
9214 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
9215 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
9216 (wdired-isearch-filter-read-only): New function. (Bug#6362)
9217
0a6b9622
AM
92182011-09-09 Alan Mackenzie <acm@muc.de>
9219
9220 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
9221 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
9222
14a29deb
EZ
92232011-09-09 Eli Zaretskii <eliz@gnu.org>
9224
9225 Fix for Savannah bug#9392.
9226 * simple.el (mail-encode-mml): New defvar.
9227
9228 * mail/rmail.el (mail-encode-mml): Add a defvar.
9229 (rmail-enable-mime-composing): Default to t.
9230 (rmail-forward): Use MIME method of forwarding only if both
9231 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
9232 Set mail-encode-mml non-nil if the MIME method was used.
9233
9234 * mail/sendmail.el (mml-to-mime): Add autoload form.
9235 (mail-encode-mml): Add a defvar.
9236 (mail-mode): Make mail-encode-mml buffer-local and initialize it
9237 to nil.
9238 (mail-send): If mail-encode-mml is non-nil, run the outgoing
9239 message through mml-to-mime, and reset mail-encode-mml to nil.
9240
28c45130
GM
92412011-09-09 Glenn Morris <rgm@gnu.org>
9242
9243 * woman.el (woman-if-body): When processing an .el block,
9244 do not delete the next .el block as well. (Bug#9447)
69f4b618 9245 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 9246
9b1c252e
MR
92472011-09-08 Martin Rudalics <rudalics@gmx.at>
9248
9249 * window.el (window-deletable-p): Make sure window is live before
9250 invoking window-prev-buffers.
9251
567457e3
LL
92522011-09-08 Leo Liu <sdl.web@gmail.com>
9253
9254 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
9255
97f05794
JL
92562011-09-08 Juri Linkov <juri@jurta.org>
9257
9258 * progmodes/compile.el (compilation-environment): Make it
9259 a defcustom (bug#8340).
9260
8b0874b5
MR
92612011-09-08 Martin Rudalics <rudalics@gmx.at>
9262
9263 * window.el (frame-auto-delete): Rename to window-auto-delete.
9264 Make it control auto-deletion of windows and/or frames.
9265 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 9266 for deleting window/frame. (Bug#9419)
8b0874b5
MR
9267 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
9268 Rewrite handling of case when window/frame can be deleted.
9269 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 9270 argument t. (Bug#9456)
8b0874b5 9271
4feb6e73
CY
92722011-09-07 Chong Yidong <cyd@stupidchicken.com>
9273
9274 * help-mode.el (help-mode): Restore autoload.
9275
91ab9c13
JL
92762011-09-07 Juri Linkov <juri@jurta.org>
9277
9278 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
9279 `compilation-environment'. Set buffer-local
9280 `compilation-environment' to `thisenv' later after (funcall mode).
9281 (Bug#8340)
9282
9283 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
9284 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
9285 instead of replacing its value. (Bug#8340)
9286
0527e251
JL
92872011-09-07 Juri Linkov <juri@jurta.org>
9288
9289 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
9290 based on text properties put by `grep-filter' instead of matching
9291 escape sequences.
9292 (grep-mode): Set buffer-local `compilation-error-screen-columns'
9293 to the value of `grep-error-screen-columns' (bug#9438).
9294
249f792c
JL
92952011-09-07 Juri Linkov <juri@jurta.org>
9296
9297 * simple.el (next-error-highlight, next-error-highlight-no-select):
9298 Doc fix (bug#9432).
9299
ff7271b9
OT
93002011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
9301
9302 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
9303 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
9304
183fc730
LL
93052011-09-07 Leo Liu <sdl.web@gmail.com>
9306
9307 * net/rcirc.el (rcirc-mode): Conditionally initialize
9308 rcirc-input-ring.
9309
77694924
SM
93102011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9311
9312 * emacs-lisp/find-func.el (find-function-C-source): Only set
9313 find-function-C-source-directory after checking that we found a source
9314 file there (bug#9440).
9315
d809b8eb
AM
93162011-09-06 Alan Mackenzie <acm@muc.de>
9317
9318 * isearch.el (isearch-other-meta-char): Wherever a key list is
9319 unread, "unread" the prefix arg, too. This fixes bug #8901.
9320
453de99f
OG
93212011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
9322
9323 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
9324
90439906
JL
93252011-09-05 Juri Linkov <juri@jurta.org>
9326
9327 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
9328
f62bd846
JL
93292011-09-05 Juri Linkov <juri@jurta.org>
9330
9331 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
9332 keeping point where processing of grep matches begins, and
9333 continue to delete remaining escape sequences from the same point.
9334 (grep-filter): Make leading zero optional in "0?1;31m" because
9335 git-grep emits "\033[1;31m" escape sequences unlike expected
9336 "\033[01;31m" as GNU Grep does (bug#9408).
9337 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
9338
045820ec
JL
93392011-09-05 Juri Linkov <juri@jurta.org>
9340
9341 * subr.el (y-or-n-p): Capitalize "yes".
9342
f5e29b9b
MA
93432011-09-04 Michael Albinus <michael.albinus@gmx.de>
9344
9345 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
9346 `tramp-cache-unload-hook' where appropriate.
9347 (tramp-methods): Rename `tramp-remote-sh' to
9348 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
9349 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
9350
9351 * net/tramp-sh.el (top): Don't require 'shell.
9352 (tramp-methods): Add `tramp-remote-shell' and
9353 `tramp-remote-shell-args' entries.
9354 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
9355 (tramp-sh-handle-shell-command): Remove.
9356 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9357 Use `tramp-remote-shell'.
9358
2784c434
CY
93592011-09-03 Chong Yidong <cyd@stupidchicken.com>
9360
393a301e 9361 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
9362 (sendmail-query-once): Save directly to send-mail-function.
9363 Update message-send-mail-function too.
9364
9365 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
9366
464cdf56
CS
93672011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
9368
9369 * progmodes/python.el (python-mode-map): Use correct function to
9370 start python interpreter from menu-bar (as reported by Geert
9371 Kloosterman).
9372 (inferior-python-mode-map): Fix typo.
393a301e 9373 (python-shell-map): Remove.
464cdf56 9374
d37e5c87
DD
93752011-09-03 Deniz Dogan <deniz@dogan.se>
9376
9377 * net/rcirc.el (rcirc-print): Simplify code for
9378 rcirc-scroll-show-maximum-output. There is no need to walk
9379 through all windows to find the right one.
9380
f3ada0ee
CS
93812011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
9382
9383 * help.el (help-return-method): Doc fix.
9384
1f3c99ca
MR
93852011-09-03 Martin Rudalics <rudalics@gmx.at>
9386
9387 * window.el (window-deletable-p): Don't return a non-nil value
9388 when there's a buffer that was shown in the window before.
9389 (Bug#9419)
393a301e
SM
9390 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9391 Set window's previous buffers to nil.
1f3c99ca 9392
a3cf097f
EZ
93932011-09-03 Eli Zaretskii <eliz@gnu.org>
9394
9395 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
9396 newline before and after the tag line, so it doesn't interfere
9397 with determining the paragraph direction of bidirectional text.
9398
3d03de90
LL
93992011-09-03 Leo Liu <sdl.web@gmail.com>
9400
9401 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
9402
c3313451
CY
94032011-09-02 Chong Yidong <cyd@stupidchicken.com>
9404
393a301e 9405 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
9406 (pop-to-buffer): Change interactive spec. Pass second argument
9407 directly to display-buffer.
9408 (display-buffer): Fix interactive spec. Use functionp to
9409 distinguish between a function and a list of functions.
9410
9411 * abbrev.el (edit-abbrevs):
9412 * arc-mode.el (archive-extract):
9413 * autoinsert.el (auto-insert):
9414 * bookmark.el (bookmark-bmenu-list):
9415 * files.el (find-file):
9416 * view.el (view-buffer):
9417 * progmodes/compile.el (compilation-goto-locus):
9418 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
9419
89894cd8
CY
94202011-09-02 Chong Yidong <cyd@stupidchicken.com>
9421
9422 * window.el (display-buffer-alist): Doc fix.
9423 (display-buffer): Add docstring. Don't treat
9424 display-buffer-default specially.
9425 (display-buffer-reuse-selected-window)
9426 (display-buffer-same-window, display-buffer-maybe-same-window)
9427 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9428 (display-buffer-pop-up-window)
9429 (display-buffer-reuse-or-pop-window)
9430 (display-buffer-use-some-window): New functions.
9431 (display-buffer-default-action): Use them.
393a301e 9432 (display-buffer-default): Delete.
89894cd8
CY
9433 (pop-to-buffer-1): Fix choice of actions.
9434
ae0bc9fb
SM
94352011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
9436
9437 * minibuffer.el (completion--insert-strings): Don't get confused by
9438 completion entries that end with an LF char.
9439
e9d90883
EZ
94402011-09-01 Eli Zaretskii <eliz@gnu.org>
9441
9442 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
9443
437014c8
CY
94442011-09-01 Chong Yidong <cyd@stupidchicken.com>
9445
9446 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
9447 (display-buffer-same-window, display-buffer-other-window):
9448 New functions.
437014c8
CY
9449 (pop-to-buffer-1): New function. Use the above.
9450 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 9451 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
9452
9453 * view.el (view-buffer-other-window, view-buffer-other-frame):
9454 Just use pop-to-buffer.
9455
a5e063d5
TV
94562011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9457
9458 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
9459
793d32bb
WH
94602011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
9461
9462 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
9463
d65e4c15
RS
94642011-08-31 Richard Stallman <rms@gnu.org>
9465
9466 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
9467 of the separation of rmail-view-buffer from rmail-buffer.
9468 If you say no to "replace original", the decrypt is in the
9469 view buffer. If you say yes, the decrypt goes into the
9470 rmail buffer also.
9471
f818cd2a
MR
94722011-08-31 Martin Rudalics <rudalics@gmx.at>
9473
9474 * window.el (display-buffer-window): Rewrite doc-string.
9475 (display-buffer-record-window): New function.
9476 (display-buffer-macro-specifiers)
9477 (display-buffer-even-window-sizes, display-buffer-set-height)
9478 (display-buffer-set-width, display-buffer-in-window)
9479 (display-buffer-reuse-window, display-buffer-split-specifiers)
9480 (display-buffer-side-specifiers, display-buffer-split-window-1)
9481 (display-buffer-split-window, display-buffer-split-atom-window)
9482 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
9483 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
9484 (display-buffer-other-window-means-other-frame)
9485 (display-buffer-normalize-special)
9486 (display-buffer-normalize-default)
9487 (display-buffer-normalize-argument)
9488 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
9489 (display-buffer-normalize-specifiers, display-buffer-frame)
9490 (display-buffer-same-window, display-buffer-same-frame)
9491 (display-buffer-other-window)
9492 (display-buffer-same-frame-other-window)
9493 (display-buffer-other-frame, pop-to-buffer-same-window)
9494 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
9495 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
9496 (switch-to-buffer-same-frame)
9497 (switch-to-buffer-other-window-same-frame)
9498 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
9499 (display-buffer-alist-set-1, display-buffer-alist-set-2)
9500 (display-buffer-alist-set): Remove.
9501 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
9502 (special-display-regexps, special-display-function):
9503 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
9504 parameter.
9505 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
9506 (special-display-frame-alist, special-display-popup-frame)
9507 (same-window-buffer-names, same-window-regexps, same-window-p)
9508 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
9509 (split-window-preferred-function, split-height-threshold)
9510 (split-width-threshold, window-splittable-p)
9511 (split-window-sensibly, window--try-to-split-window)
9512 (window--frame-usable-p, even-window-heights)
9513 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
9514 (window--display-buffer-2, display-buffer-other-frame):
9515 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
9516 (display-buffer-default, display-buffer-assq-regexp): New functions.
9517 (display-buffer-alist): Rewrite doc-string.
9518 (display-buffer-default-action)
9519 (display-buffer-overriding-action): New variables.
9520 (display-buffer, switch-to-buffer): Rewrite.
9521 (pop-to-buffer): Restore Emacs 23 behavior but use
9522 window-normalize-buffer-to-display.
9523 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
9524 Restore Emacs 23 behavior but use
9525 window-normalize-buffer-to-switch-to.
9526 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
9527 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
9528 Rewrite using Emacs 23 options.
f818cd2a 9529
5bc3b51d
MA
95302011-08-31 Michael Albinus <michael.albinus@gmx.de>
9531
9532 * net/tramp.el (tramp-root-regexp): Remove.
9533 (tramp-completion-file-name-regexp-unified)
9534 (tramp-completion-file-name-regexp-separate)
9535 (tramp-completion-file-name-regexp-url): Don't use leading volume
9536 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
9537 (tramp-drop-volume-letter): Simplify definition.
9538 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 9539
b1a4f8e1
SM
95402011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9541
9542 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
9543 (bug#9356).
9544
5664fa7b
RT
95452011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
9546
b1a4f8e1 9547 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 9548
9a45d6c3
JL
95492011-08-29 Juri Linkov <juri@jurta.org>
9550
9551 * isearch.el (isearch-done): Don't display message "Mark saved"
9552 when arg `edit' is non-nil to prevent its flicker in the echo area.
9553
fb87e0fb
CY
95542011-08-28 Chong Yidong <cyd@stupidchicken.com>
9555
9556 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
9557 obsolete packages for deletion.
9558
09ac1c2a
CS
95592011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
9560
9561 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 9562 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
9563 view-mode from help-mode.
9564 (help-xref-override-view-map): Remove.
9565 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
9566 view-mode is not used anymore.
9567
7a1ff57f
CY
95682011-08-28 Chong Yidong <cyd@stupidchicken.com>
9569
9570 * server.el (server-port): Doc fix.
9571
b9696605
CY
9572 * cus-theme.el (custom-theme-choose-mode): Inherit from
9573 special-mode (Bug#9124).
9574 (custom-theme-choose-mode-map): Add special-mode to parent.
9575
ef8cdf8c
AM
95762011-08-28 Alan Mackenzie <acm@muc.de>
9577
9578 * progmodes/cc-fonts.el
9579 (c-make-font-lock-BO-decl-search-function): New function.
9580 (c-basic-matchers-after - "Fontify the clauses after various
9581 keywords"): Extract the three keyword lists for the 3 erroneous
9582 constructs from the list of four, and use the new function above
9583 in place of an old one.
9584
27de4e20
DD
95852011-08-28 Deniz Dogan <deniz@dogan.se>
9586
9587 * net/rcirc.el (rcirc-insert-prev-input)
9588 (rcirc-insert-next-input): Remove unused argument.
9589
356a3681
SM
95902011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9591
9592 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
9593
3fc9b218
AM
95942011-08-27 Alan Mackenzie <acm@muc.de>
9595
9596 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
9597 handle function pointer parameters properly.
9598
538a061c
MR
95992011-08-27 Martin Rudalics <rudalics@gmx.at>
9600
9601 * window.el (display-buffer-reuse-window): Fix case where
9602 selected window was reused with non-nil OTHER-WINDOW argument.
9603 (Bug#9381)
9604
35b1c40c
DD
96052011-08-27 Deniz Dogan <deniz@dogan.se>
9606
9607 * net/rcirc.el (rcirc-check-auth-status): Adding support for
9608 oftc's NickServ messages.
9609
2f6a3e79
GM
96102011-08-27 Glenn Morris <rgm@gnu.org>
9611
9612 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
9613
7254299e
CY
96142011-08-26 Chong Yidong <cyd@stupidchicken.com>
9615
9616 * emacs-lisp/package.el (package-install): Call package-initialize
9617 if called interactively.
9618
f8ccf167
LL
96192011-08-26 Leo Liu <sdl.web@gmail.com>
9620
9621 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
9622
3e8cd5ce
JL
96232011-08-25 Juri Linkov <juri@jurta.org>
9624
9625 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
9626 `search-whitespace-regexp' (bug#9364).
9627
93eb7113
JL
96282011-08-25 Juri Linkov <juri@jurta.org>
9629
9630 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
9631 `regexp-search-ring' to their global values to protect from
9632 updating by `read-from-minibuffer' (bug#9185).
9633
f65d1611
JL
96342011-08-25 Juri Linkov <juri@jurta.org>
9635
9636 * textmodes/ispell.el (ispell-command-loop): Add newline
9637 at the end of the "Use option `i'..." line.
9638
f1cf7a31
JL
96392011-08-25 Juri Linkov <juri@jurta.org>
9640
9641 * battery.el (display-battery-mode): If `battery-status-function'
9642 or `battery-mode-line-format' is nil, display the message and set
9643 `display-battery-mode' to nil (bug#9363).
9644
0c95fcf7
EZ
96452011-08-25 Eli Zaretskii <eliz@gnu.org>
9646
9647 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
9648 bidi-string-mark-left-to-right; they are unnecessary now.
9649
a2ebe600
DD
96502011-08-25 Deniz Dogan <deniz@dogan.se>
9651
9652 * net/quickurl.el: Documentation typo fixes.
9653
e4ed06f1
CY
96542011-08-25 Chong Yidong <cyd@stupidchicken.com>
9655
9656 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
9657
e5f1c99e
GM
96582011-08-25 Glenn Morris <rgm@gnu.org>
9659
b2948976
GM
9660 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
9661
e5f1c99e
GM
9662 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
9663 (smtpmail-via-smtp): Handle nil response from smtp.
9664
f22f4808
JL
96652011-08-24 Juri Linkov <juri@jurta.org>
9666
9667 * proced.el (proced-marked): Inherit from `error' instead of
9668 `font-lock-warning-face'.
9669
9670 * ibuffer.el (ibuffer-marked-face): Change default face from
9671 `font-lock-warning-face' to `warning'.
9672 (ibuffer-deletion-face): Change default face from
9673 `font-lock-type-face' to `error'.
9674
9675 * battery.el (battery-update): Use the face `error' instead of
9676 `font-lock-warning-face' (bug#6117).
9677
6a93965e
JL
96782011-08-24 Juri Linkov <juri@jurta.org>
9679
9680 * faces.el (success): Change face color from "Green3" to
9681 "ForestGreen" on light background (bug#9353).
9682
1ed43b09
CY
96832011-08-24 Chong Yidong <cyd@stupidchicken.com>
9684
5664fa7b
RT
9685 * window.el (quit-window): Rename from quit-restore-window.
9686 Use same arglist as old quit-window.
1ed43b09
CY
9687 (frame-auto-delete): Doc fix.
9688
9689 * view.el (view-mode-exit): Use quit-window.
9690
11dcdbb2
JL
96912011-08-24 Juri Linkov <juri@jurta.org>
9692
9693 * isearch.el (isearch-ring-adjust1): Start visiting previous
9694 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
9695 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
9696 for empty search string (when the last search string is reused
9697 automatically) to adjust the isearch ring to the last element and
9698 prepare the correct index for further M-p commands (bug#9185).
9699
de62b4df
KH
97002011-08-24 Kenichi Handa <handa@m17n.org>
9701
9702 * international/ucs-normalize.el: If decomposition property of
9703 CHAR is the default one (i.e. a list of CHAR itself), treat it as
9704 nil.
9705 (nfd, nfkd): Likewise.
9706
963b492b
SM
97072011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9708
9709 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
9710 from process filters aren't reliably transmitted to the surrounding
9711 accept-process-output.
9712 (mpc-proc-check): New function.
9713 (mpc-proc-sync): Use it (bug#8293)
9714
93b6b5e1
SM
97152011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9716
9717 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
9718 Add compatibility functions (bug#9313).
9719
bca633fb
EZ
97202011-08-23 Eli Zaretskii <eliz@gnu.org>
9721
b177498a
EZ
9722 * cus-start.el (all): Add entry for bidi-paragraph-direction.
9723
6df6ae42 9724 * international/uni-bidi.el: Regenerate.
bca633fb 9725
0902a04e
KH
97262011-08-23 Kenichi Handa <handa@m17n.org>
9727
9728 * international/charprop.el:
9729 * international/uni-bidi.el:
9730 * international/uni-category.el:
9731 * international/uni-combining.el:
9732 * international/uni-comment.el:
9733 * international/uni-decimal.el:
9734 * international/uni-decomposition.el:
9735 * international/uni-digit.el:
9736 * international/uni-lowercase.el:
9737 * international/uni-mirrored.el:
9738 * international/uni-name.el:
9739 * international/uni-numeric.el:
9740 * international/uni-old-name.el:
9741 * international/uni-titlecase.el:
9742 * international/uni-uppercase.el: Regenerate.
9743
3bbf23bc
MR
97442011-08-23 Martin Rudalics <rudalics@gmx.at>
9745
9746 * help.el (help-window-setup): Fix message displayed when other
9747 window is reused. (Bug#9341)
9748
b3fd59bd
SM
97492011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9750
1802e444
SM
9751 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
9752 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
9753
b3fd59bd
SM
9754 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
9755 Mark obsolete.
9756 * shell.el (shell-parse-pcomplete-arguments): New function.
9757 (shell-completion-vars): Use it instead (bug#9160).
9758
4eb61348
SM
97592011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
9760
867cab74
SM
9761 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
9762 strings and comments (bug#9333).
9763
4eb61348
SM
9764 * emacs-lisp/debug.el (debug-arglist): New function.
9765 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
9766 (debug-on-entry-1): Handle interpreted closures (bug#9120).
9767
262a1439
JL
97682011-08-22 Juri Linkov <juri@jurta.org>
9769
56ee679c
JL
9770 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9771 Revert regexp that highlights output switches to its old
9772 pre-2010-10-28 value and remove one `?' from it (bug#9319).
9773
262a1439
JL
9774 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
9775 to check for empty output (bug#9226).
9776
f13f86fb
CY
97772011-08-22 Chong Yidong <cyd@stupidchicken.com>
9778
9779 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
9780 symbol-constituent as the default, as that stops font-lock from
9781 working properly (Bug#8843).
9782
c65c9622
LMI
97832011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9784
9785 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
9786 `coding-system-for-*' around the process open call to avoid
9787 auth-source side effects.
e7f2c178 9788 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
9789 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
9790 probe hangs.
c65c9622 9791
23a8a5ab
CY
97922011-08-21 Chong Yidong <cyd@stupidchicken.com>
9793
ff98b2dd
CY
9794 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
9795
23a8a5ab
CY
9796 * emacs-lisp/find-func.el (find-function-noselect): New arg
9797 lisp-only.
9798
9799 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
9800 signal an error for built-in functions (Bug#6664).
9801
f5e3c598
LMI
98022011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9803
9804 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
9805 (smtpmail-try-auth-methods): Use it.
9806
a3f2468a
CY
98072011-08-21 Chong Yidong <cyd@stupidchicken.com>
9808
2c34e8da
CY
9809 * font-lock.el (font-lock-fontify-region)
9810 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
9811 (font-lock-default-unfontify-buffer)
9812 (font-lock-default-fontify-region)
9813 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
9814
b3fd59bd
SM
9815 * progmodes/compile.el (compilation-error-properties):
9816 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
9817 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
9818 `ant' regexp.
ee31aabc 9819
a3f2468a
CY
9820 * net/browse-url.el (browse-url-firefox): Don't call
9821 browse-url-firefox-sentinel unless using -remote (Bug#9328).
9822
8e999f70
GM
98232011-08-20 Glenn Morris <rgm@gnu.org>
9824
c21a496a
GM
9825 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
9826
59ee0542
GM
9827 * tutorial.el (tutorial--default-keys): Update some default bindings.
9828
8e999f70
GM
9829 * files.el (hack-local-variables): Fully ignore case for "mode:".
9830
e3715033
AM
98312011-08-20 Alan Mackenzie <acm@muc.de>
9832
9833 Resolve invalid use of a regexp in regexp-opt.
9834
4d61f28d
JB
9835 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
9836 detection for a java annotation.
e3715033 9837
4d61f28d 9838 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
9839 detection for a java annotation.
9840
4d61f28d
JB
9841 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
9842 handling for java.
e3715033
AM
9843 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
9844
04ed2e9c
CY
98452011-08-20 Chong Yidong <cyd@stupidchicken.com>
9846
9847 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
9848 (Bug#9274).
9849
826cee64
AM
98502011-08-20 Alan Mackenzie <acm@muc.de>
9851
58179cce 9852 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
9853 such a construct. Mainly for when jit-lock etc. starts a chunk
9854 here.
9855
58179cce 9856 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 9857 variable.
58179cce 9858 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
9859 c-make-font-lock-search-function.
9860 (c-make-font-lock-search-function): Use the above function.
9861 (c-make-font-lock-context-search-function): New function.
9862 (c-cpp-matchers): Enhance the preprocessor expression case with
9863 the above function
9864 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
9865 which takes an expression.
9866
9867 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
9868
13009bd8
MR
98692011-08-20 Martin Rudalics <rudalics@gmx.at>
9870
9871 * window.el (display-buffer-reuse-window)
9872 (display-buffer-pop-up-window): Don't reuse or split a side
9873 window.
9874
9234ff7f
GM
98752011-08-19 Glenn Morris <rgm@gnu.org>
9876
9877 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 9878 Downcase "Mode:". (Bug#9331)
9234ff7f 9879
f635daa1
CY
98802011-08-18 Chong Yidong <cyd@stupidchicken.com>
9881
9882 * international/characters.el: Add L and R categories.
9883
9884 * subr.el (bidi-string-mark-left-to-right): Rename from
9885 string-mark-left-to-right. Use category search.
9886
9887 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
9888
bc987f8b
JL
98892011-08-18 Juri Linkov <juri@jurta.org>
9890
9891 * faces.el (error, warning, success): New faces with definitions
9892 copied from old default values of `font-lock-warning-face',
9893 `compilation-warning', `compilation-info' (bug#6117).
9894
9895 * font-lock.el (font-lock-warning-face): Inherit from `error'.
9896
9897 * progmodes/compile.el (compilation-error): Inherit from `error'.
9898 (compilation-warning): Inherit from `warning'.
9899 (compilation-info): Inherit from `success'.
9900
9901 * dired.el (dired-marked): Inherit from `warning'.
9902 (dired-flagged): Inherit from `error'.
9903
57173b96
LMI
99042011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9905
3e79eb87
LMI
9906 * mail/smtpmail.el (auth-source): Require to avoid problems with
9907 binding variables (bug#9298). Also clean up some unused
9908 autoloads.
9909
b3fd59bd
SM
9910 * net/network-stream.el (network-stream-open-starttls):
9911 Support using starttls.el without using gnutls-cli.
57173b96 9912
02b404de
JL
99132011-08-17 Juri Linkov <juri@jurta.org>
9914
9915 * progmodes/grep.el (rgrep): Handle the case when
9916 `grep-find-command' is a cons cell (bug#9278).
9917
8c9177f2
MR
99182011-08-17 Martin Rudalics <rudalics@gmx.at>
9919
9920 * window.el (display-buffer-pop-up-frame): Run frame creation
9921 function with BUFFER current (as special-display-popup-frame
9922 does). Reported by Drew Adams.
9923
3644a0ab
DU
99242011-08-17 Daiki Ueno <ueno@unixuser.org>
9925
9926 * epa-mail.el: Simplify GnuPG group expansion using
9927 epg-expand-group.
9928 (epa-mail-group-alist, epa-mail-group-modtime)
9929 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
9930 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
9931 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
9932 Remove.
9933
5e617bc2 99342011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
9935
9936 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
9937
9c4aeabf
AM
99382011-08-16 Alan Mackenzie <acm@muc.de>
9939
9940 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
9941 Correct, to avoid the inside of macros.
9942
3a99bf64
RS
99432011-08-16 Richard Stallman <rms@gnu.org>
9944
04963aa8
RS
9945 * epa-mail.el: Handle GnuPG group definitions.
9946 (epa-mail-group-alist, epa-mail-group-modtime)
9947 (epa-mail-gnupg-conf-file): New variables.
9948 (epa-mail-parse-groups, epa-mail-sync-groups)
9949 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
9950 (epa-mail-expand-recipients): New functions.
9951 (epa-mail-encrypt): Call epa-mail-expand-recipients.
9952
177549d0
RS
9953 * mail/rmail.el (rmail-epa-decrypt): New command.
9954
fe38beef
RS
9955 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
9956 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
9957 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
9958 (epa-decrypt-armor-in-region): Make error message clearer.
9959
934eacb9
SM
99602011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
9961
9962 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
9963 and "a2b" to "ab" for `prefix'.
9964
d024fb4e
CY
99652011-08-14 Chong Yidong <cyd@stupidchicken.com>
9966
9967 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
9968 filter groups.
de148fee
CY
9969 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
9970 Fourquet (Bug#8804).
d024fb4e 9971
62f1ca49
JB
99722011-08-12 Juanma Barranquero <lekktu@gmail.com>
9973
9974 * startup.el (argi): Declare as global variable (bug#9275).
9975
9ccaaa4b
CY
99762011-08-12 Chong Yidong <cyd@stupidchicken.com>
9977
9978 * subr.el (string-mark-left-to-right): Search the entire string
9979 for RTL script, not just the terminating character. Doc fix.
9980
a3dae87a
SM
99812011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
9982
6cd18349
SM
9983 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
9984 New function.
9985 (js--regexp-literal, js-syntax-propertize-function): Remove.
9986 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
9987 (js-mode-map): Don't rebind electric keys.
9988 (js-insert-and-indent): Remove.
9989 (js-mode): Setup electric-layout and electric-indent instead.
9990
a3dae87a
SM
9991 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
9992
9d5cb631
DU
99932011-08-12 Daiki Ueno <ueno@unixuser.org>
9994
9995 * epa.el (epa-progress-callback-function): Fix the logic of
9996 displaying progress.
9997 * epa-file.el (epa-file-insert-file-contents): Make progress
9998 display more user-friendly.
9999 (epa-file-write-region): Ditto.
10000
3e26a4a2
CY
100012011-08-10 Chong Yidong <cyd@stupidchicken.com>
10002
10003 * subr.el (string-mark-left-to-right): New function.
10004
10005 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
10006 Use string-mark-left-to-right.
10007 (list-buffers-noselect): Caller changed.
10008
a3dae87a
SM
10009 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
10010 Use string-mark-left-to-right.
3e26a4a2
CY
10011 (tabulated-list-print): Recenter after moving point.
10012
ac8cf6e6
JL
100132011-08-10 Juri Linkov <juri@jurta.org>
10014
10015 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
10016 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
10017 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
10018
8d96c9a4
CY
100192011-08-09 Chong Yidong <cyd@stupidchicken.com>
10020
10021 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
10022 (Bug#7554).
10023
7be1c708 100242011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
10025
10026 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
10027 character. (Bug#6594)
10028
37e11a63
CY
100292011-08-08 Chong Yidong <cyd@stupidchicken.com>
10030
839dde57
CY
10031 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
10032 (image-dired--with-db-file): New macro.
10033 (image-dired-write-tags, image-dired-remove-tag)
10034 (image-dired-create-gallery-lists, image-dired-write-comments)
10035 (image-dired-get-comment, image-dired-mark-tagged-files)
10036 (image-dired-list-tags, image-dired-gallery-generate): Use it.
10037 (image-dired-gallery-generate): Use insert-file-contents.
10038
37e11a63
CY
10039 * time.el (display-time-world-list, display-time-world-display):
10040 * time-stamp.el (time-stamp-string):
10041 * vc/add-log.el (add-change-log-entry): Use setenv instead of
10042 set-time-zone-rule (Bug#7337).
10043
0b4946c4
DU
100442011-08-08 Daiki Ueno <ueno@unixuser.org>
10045
10046 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
10047 (epg-error-to-string, epg-errors-to-string): New function.
10048 (epg-wait-for-completion): Reverse errors list.
10049 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
10050 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
10051 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
10052 (epg-sign-keys, epg-generate-key-from-file)
10053 (epg-generate-key-from-string): Format errors by using
10054 epg-errors-to-string (bug#9255).
10055 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
10056
75bfc667
JL
100572011-08-07 Juri Linkov <juri@jurta.org>
10058
10059 * faces.el (list-faces-display): Remove extra angle bracket
10060 from `help-mode-map'.
10061
10062 * info.el (Info-history-toc-nodes): Doc fix.
10063
10064 * longlines.el (longlines-mode): Doc fix.
10065
673e08bb
SM
100662011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
10067
4640dd88
SM
10068 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
10069 of statements and in a few more cases (bug#9183).
10070
673e08bb
SM
10071 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
10072 New functions.
10073 (cl-transform-lambda): Use them (bug#9239).
10074
89b3f019
MR
100752011-08-05 Martin Rudalics <rudalics@gmx.at>
10076
10077 * window.el (display-buffer-same-window)
10078 (display-buffer-same-frame, display-buffer-other-window)
10079 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
10080 (pop-to-buffer-other-window)
10081 (pop-to-buffer-same-frame-other-window)
10082 (pop-to-buffer-other-frame): Make them defuns.
10083 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
10084
640c8776
SM
100852011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10086
10087 * subr.el (make-composed-keymap): Move from C. Change calling
10088 convention, and improve docstring to bring attention to a subtle point.
10089 * minibuffer.el (completing-read-default): Adjust accordingly.
10090
63648a95
MA
100912011-08-03 Michael Albinus <michael.albinus@gmx.de>
10092
10093 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
10094 (tramp-open-shell): Use `tramp-shell-quote-argument'.
10095
10096 * net/trampver.el: Update release number.
10097
b796c9b7
SM
100982011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10099
10100 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
10101 "in" (bug#9190).
10102
2239d7d5
LMI
101032011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10104
e07dd7c3
LMI
10105 * mail/sendmail.el (sendmail-query-once): Restore the current
10106 buffer after querying (bug#9074).
10107
0e6a2bd7
LMI
10108 * dired.el (dired-flagged): Use different faces for marked and
10109 flagged files (bug#6117).
10110
ce887515
LMI
10111 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
10112 (bug#4433).
10113
92f2affc
LMI
10114 * ido.el (ido-mode): Switch off the message if called
10115 non-interactively.
10116
57d5aff0
LMI
10117 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
10118 before 587, since it appears that that's more likely to work for
10119 more people.
10120
98cd6c18 10121 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 10122 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
10123 exist.
10124
b96dec83
LMI
10125 * info.el: Remove the `Info-beginning-of-buffer' function
10126 (bug#8325).
10127
b796c9b7
SM
10128 * net/network-stream.el (network-stream-open-starttls):
10129 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 10130
d90e2ea0
MR
101312011-08-01 Martin Rudalics <rudalics@gmx.at>
10132
10133 * window.el (display-buffer-in-window): Don't set dedicated status
10134 of window here (Bug#9215).
10135 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
10136 (display-buffer-pop-up-side-window)
b796c9b7 10137 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 10138
cca09170
SM
101392011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
10140
10141 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
10142 before binding generated-autoload-file.
10143
027b979c
DD
101442011-08-01 Deniz Dogan <deniz@dogan.se>
10145
10146 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
10147
3c7ee4f3
MA
101482011-07-30 Michael Albinus <michael.albinus@gmx.de>
10149
10150 Sync with Tramp 2.2.2.
10151
10152 * net/trampver.el: Update release number.
10153
2cc8e51a
JL
101542011-07-30 Juri Linkov <juri@jurta.org>
10155
10156 * dired-aux.el (dired-touch-initial): Remove function.
10157 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
10158 current time, and `default' to the last modification time of the
10159 current marked file (bug#6887).
10160
a514d856
JM
101612011-07-28 Jose E. Marchesi <jemarch@gnu.org>
10162
10163 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 10164 numeric argument to read-number (bug#9163).
a514d856 10165
8a7eddd7
MA
101662011-07-27 Michael Albinus <michael.albinus@gmx.de>
10167
10168 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
10169 connection process, it could be nil.
10170
1ddd96f5
LL
101712011-07-27 Leo Liu <sdl.web@gmail.com>
10172
10173 Simplify url handling in rcirc-mode.
10174
10175 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
10176 (rcirc-browse-url-at-mouse): Remove.
10177 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
10178
b248a85d
AM
101792011-07-26 Alan Mackenzie <acm@muc.de>
10180
10181 Fontify bitfield declarations properly.
10182
10183 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
10184 (c-symbol-chars): Now exported as a lang variable.
10185 (c-not-primitive-type-keywords): New lang variable.
10186
10187 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
10188 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 10189 parsed as a bitfield declaration.
b248a85d 10190
b796c9b7
SM
10191 * progmodes/cc-engine.el (c-beginning-of-statement-1):
10192 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
10193 (c-punctuation-in): New function.
10194 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
10195 declarations properly.
10196
68575ab0
UJ
101972011-07-26 Ulf Jasper <ulf.jasper@web.de>
10198
10199 * calendar/icalendar.el (icalendar--all-events): Take care of
10200 multiple vcalendars in a single file.
b796c9b7 10201 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 10202
0f0a88b9
DD
102032011-07-25 Deniz Dogan <deniz@dogan.se>
10204
10205 * image.el (insert-image): Clarifying docstring.
10206
0b3f36df
MA
102072011-07-24 Michael Albinus <michael.albinus@gmx.de>
10208
10209 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
10210 `tramp-send-command-and-check' if there is no error.
10211 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
10212
a9901f61
AM
102132011-07-22 Alan Mackenzie <acm@muc.de>
10214
10215 Prevent cc-langs.elc being loaded at run time.
10216
10217 * progmodes/cc-mode.el: Remove two autoload forms which loaded
10218 cc-langs.
10219
4d61f28d 10220 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
10221 "(require 'cc-langs)". Quote a form so it will evaluate at
10222 (cc-mode's) compilation time.
10223
11d074b2
MA
102242011-07-22 Michael Albinus <michael.albinus@gmx.de>
10225
10226 * net/tramp.el (tramp-file-name-handler): Avoid recursive
10227 loading. (Bug#9114)
10228
938b94c8
MR
102292011-07-21 Martin Rudalics <rudalics@gmx.at>
10230
10231 * window.el (display-buffer-pop-up-window)
10232 (display-buffer-pop-up-side-window)
10233 (display-buffer-in-side-window): Call display-buffer-set-height
10234 and display-buffer-set-width after setting the new window's
b796c9b7 10235 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 10236
bfa4f190
SS
102372011-07-20 Sam Steingold <sds@gnu.org>
10238
10239 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
10240 (etags-tags-included-tables): Call `convert-standard-filename' on
10241 the file names contained in TAGS so that windows Emacs can handle
10242 TAGS files created by cygwin ctags.
10243
8ca42262
LMI
102442011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10245
10246 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
10247 which apparently didn't work.
10248
5db2afd2 102492011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 10250
5db2afd2
RW
10251 * proced.el (proced-send-signal): For *Marked Processes* buffer
10252 put point at beginning of buffer.
10253
92e15d10
SB
102542011-07-19 Stephen Berman <stephen.berman@gmx.net>
10255
10256 * proced.el (proced-format): Make header lines align with the text
10257 (bug#1779).
10258
1bfd59e5
LMI
102592011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10260
10261 * view.el (view-buffer): Allow running in `special' modes if we're
10262 visiting a file (bug#8615).
10263
f5aae37c
MR
102642011-07-19 Martin Rudalics <rudalics@gmx.at>
10265
10266 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
10267 (display-buffer-alist-set-1, display-buffer-alist-set-2):
10268 New functions.
f5aae37c
MR
10269 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
10270 more accurately.
10271
bf2c1571
AM
102722011-07-18 Alan Mackenzie <acm@muc.de>
10273
10274 Fontify declarators properly when, e.g., a jit-lock chunk begins
10275 inside a declaration.
10276
10277 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
10278
b796c9b7
SM
10279 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
10280 New function.
bf2c1571
AM
10281 (c-complex-decl-matchers): Insert reference to
10282 c-font-lock-enclosing-decls.
10283
10284 * progmodes/cc-engine.el (c-backward-single-comment):
10285 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
10286 to nil around calls to (forward-comment -1).
10287
4e190b80
LMI
102882011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10289
12dc863d
LMI
10290 * image.el (put-image): Doc typo fix.
10291
a762e966
LMI
10292 * progmodes/etags.el (tags-search): Doc typo fix.
10293
4e190b80
LMI
10294 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
10295 password if we get errors 550 to 554.
10296
f019fb21
LMI
102972011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10298
b796c9b7 10299 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 10300
81746738
LMI
10301 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
10302 indentation character (bug#6380).
10303
3ee3a1b5
LMI
10304 * files.el (buffer-offer-save): Made permanently local (bug#6241).
10305
c82f64de
LMI
10306 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
10307 to clarify what the problem is (bug#4291).
10308
f019fb21
LMI
10309 * simple.el (current-kill): Clarify what
10310 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
10311 (auto-fill-mode): Document `auto-fill-function' in relation to
10312 `auto-fill-mode' (bug#2470).
f019fb21 10313
0794775d
LM
103142011-07-16 Lawrence Mitchell <wence@gmx.li>
10315
10316 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
10317 method if slot is read-only (bug#9035).
10318
be39b8cc
MR
103192011-07-16 Martin Rudalics <rudalics@gmx.at>
10320
b796c9b7 10321 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 10322 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
10323 selected before, see discussion of (Bug#8615), (Bug#6954).
10324 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 10325
6ccf7859
GM
103262011-07-15 Glenn Morris <rgm@gnu.org>
10327
10328 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 10329 Respect help-form.
6ccf7859 10330
87e86684
LM
103312011-07-09 Lawrence Mitchell <wence@gmx.li>
10332
10333 * net/gnutls.el (gnutls-min-prime-bits): New variable.
10334 (gnutls-negotiate): Use it.
10335
d6066239
LMI
103362011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10337
b796c9b7
SM
10338 * net/gnutls.el (gnutls-negotiate):
10339 Upcase `gnutls-algorithm-priority'.
d6066239 10340
bd23ebc0
GM
103412011-07-15 Glenn Morris <rgm@gnu.org>
10342
c65bca65
GM
10343 * jka-compr.el (jka-compr-verbose): Move from here...
10344 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
10345 Add missing :version tag.
10346 * info.el: No need to require jka-compr when compiling.
bd23ebc0 10347
478615cc
LMI
103482011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10349
7b41decb
LMI
10350 * net/gnutls.el (gnutls-algorithm-priority): New variable.
10351 (gnutls-negotiate): Use it.
10352
dbc44fcd
LMI
10353 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
10354
06789f97
LMI
10355 * info.el (Info-beginning-of-buffer): New command.
10356 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
10357 announcing `b' as the key (bug#8325).
ab896c37 10358 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 10359
c39da690
LMI
10360 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
10361
3aa5f34b
LMI
10362 * international/mule-cmds.el
10363 (describe-specified-language-support): Make the error message
10364 clearer (bug#8905).
10365
4bf0979f
LMI
10366 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
10367
478615cc
LMI
10368 * isearch.el (isearch-barrier): Add a doc string, since it's
10369 mentioned in a function doc string (bug#8678).
10370
75c68aa1
MR
103712011-07-15 Martin Rudalics <rudalics@gmx.at>
10372
10373 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
10374 buffer argument (Bug#9083) and self-identifying label argument.
10375
a7c33da2
GM
103762011-07-15 Glenn Morris <rgm@gnu.org>
10377
10378 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
10379
2f5c6024
LMI
103802011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10381
10382 * man.el (Man-fontify-manpage): Fix message when formatting the
10383 man page (bug#7929).
10384
0bb23927 103852011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
10386
10387 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
10388 argument LRM; if non-nil, append an invisible LRM character to the
10389 buffer name.
10390 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
10391 last argument non-nil, when formatting buffer names.
0bb23927
EZ
10392 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
10393 paragraph direction.
cce4b0a7 10394
621ef9ab
LMI
103952011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10396
d1583c48
LMI
10397 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
10398 the man page name (bug#7929).
10399
6a57fb5f
LMI
10400 * image.el (put-image): Mention the `put-image' overlay property
10401 (bug#7834).
10402
d7956b14
LMI
10403 * scroll-bar.el (set-scroll-bar-mode): Mention that
10404 `scroll-bar-mode' lists the values (bug#7772).
10405
5b2d4a66
LMI
10406 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
10407 command (bug#7729).
10408
7509a874
LMI
10409 * rect.el (apply-on-rectangle): Return the point after the last
10410 operation.
10411 (string-rectangle): Go to the point after the last operation
10412 (bug#7522).
10413
4fe74b19
LMI
10414 * printing.el (pr-toggle-region): Clarify the documentation
10415 slightly (bug#7493).
10416
b796c9b7
SM
10417 * time.el (display-time-update):
10418 Allow `display-time-mail-function' to return nil (bug#7158).
10419 Fix suggested by Detlev Zundel.
ab283561 10420
fc233c9d
LMI
10421 * vc/diff.el (diff): Clarify the order the file names are read
10422 (bug#7111).
10423
43f5740b
LMI
10424 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
10425 the doc string (bug#7015).
10426
f2182a76
LMI
10427 * font-lock.el (font-lock-maximum-decoration): Mention what
10428 numeric levels mean (bug#6935).
10429
621ef9ab
LMI
10430 * startup.el (initial-buffer-choice): Don't mention the `none'
10431 selection, which is against policy.
10432
adc47434
MR
104332011-07-14 Martin Rudalics <rudalics@gmx.at>
10434
b796c9b7
SM
10435 * window.el (display-buffer-normalize-special):
10436 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 10437
7e5bfb8f
EZ
104382011-07-14 Eli Zaretskii <eliz@gnu.org>
10439
10440 * subr.el (version<, version<=, version=): Mention "-CVS" and
10441 "-12345" alpha version numbers.
10442
27fa387a
CY
104432011-07-14 Chong Yidong <cyd@stupidchicken.com>
10444
10445 * bindings.el: Add advertised binding for set-mark-command
10446 (Bug#5772).
10447
8bdfa064
CY
104482011-07-14 Chong Yidong <cyd@stupidchicken.com>
10449
10450 * bindings.el (mode-line-other-buffer):
10451 * bookmark.el (bookmark-bmenu-2-window):
10452 * bs.el (bs-cycle-next, bs-cycle-previous):
10453 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
10454 switch-to-buffer.
10455
10456 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 10457 Delete.
8bdfa064 10458
5eba16a3
JB
104592011-07-14 Juanma Barranquero <lekktu@gmail.com>
10460
10461 * follow.el (follow-debug-message, follow-redisplay):
10462 * jka-cmpr-hook.el (with-auto-compression-mode):
10463 Fix typos in docstrings.
10464
15853710
LMI
104652011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10466
a28e4607
LMI
10467 * subr.el (with-silent-modifications): Clarify somewhat what the
10468 macro inhibits (bug#6525).
10469
15853710
LMI
10470 * simple.el (eval-expression): Note what it does if called
10471 interactively (bug#6495).
10472
bee0fcef
CY
104732011-07-13 Chong Yidong <cyd@stupidchicken.com>
10474
b796c9b7
SM
10475 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
10476 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
10477
10478 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10479 Remove switch-to-buffer.
10480
58274504
LMI
104812011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10482
bd2fcc8d
LMI
10483 * files.el (make-directory): Clarify that an error will be raised
10484 if there's an error (bug#6397).
10485
0f04b32c
LMI
10486 * startup.el (initial-buffer-choice): Add `none' as a choice
10487 (bug#6234).
10488
465c5fc8
LMI
10489 * subr.el (add-hook): Clarify section about buffer-local hooks
10490 (bug#6218).
10491
58274504
LMI
10492 * dired.el (dired-flagged): Clarify doc string (bug#6117).
10493
bead9a43
JB
104942011-07-13 Juanma Barranquero <lekktu@gmail.com>
10495
10496 * tabify.el (untabify): Preserve the current column so that point
10497 doesn't move (bug#6032).
10498
3af98a7b
LMI
104992011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10500
b796c9b7
SM
10501 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
10502 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 10503
6240145a
GM
105042011-07-13 Glenn Morris <rgm@gnu.org>
10505
10506 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
10507 (dired-insert-directory): Give a message the first time
10508 if ls is found not to support --dired.
10509
1d8c2ccc
LMI
105102011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10511
10512 * simple.el (toggle-truncate-lines): Clarify what is toggled
10513 (bug#5580). Text by Drew Adams.
10514
5fc4038e
CY
105152011-07-13 Chong Yidong <cyd@stupidchicken.com>
10516
10517 * simple.el (blink-matching-open): Make the error message from the
10518 last change less verbose.
10519
bf6012e5
DN
105202011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
10521
10522 * font-lock.el (font-lock-comment-face): Use the high contrast
10523 "yellow" color for font-lock-comment-face on low color terminals
10524 using a dark background color (bug#4221).
10525
343c3b5a
LMI
105262011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10527
7e9505c5
LMI
10528 * dired.el (dired-insert-set-properties): Make the doc string
10529 reflect what it does now (bug#5325).
10530
c26fdcf5
LMI
10531 * simple.el (blink-matching-open): Say that we were unable to find
10532 the match within the limit, if we're limited (bug#5122).
10533
bb388cc5
LMI
10534 * international/mule-cmds.el (prefer-coding-system): Add an
10535 example (bug#4869).
10536
343c3b5a
LMI
10537 * progmodes/etags.el (tags-search): Document `file-list-form'
10538 (bug#4731).
10539
2a517d45
LM
105402011-07-13 Lawrence Mitchell <wence@gmx.li>
10541
10542 * net/browse-url.el (browse-url-default-browser)
10543 (browse-url-browser-function): Make the default browser choice a
10544 bit more logical (bug#4300). Also clean up the doc string.
10545
b6c78ef2
JB
105462011-07-13 Juanma Barranquero <lekktu@gmail.com>
10547
10548 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
10549 binary endings (bug#4440).
10550
1c4dd947
LMI
105512011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10552
a2014063
LMI
10553 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
10554 which can be pretty annoying (bug#8971).
10555
9c9c2d88
LMI
10556 * jka-compr.el (jka-compr-verbose): New variable, and use
10557 throughout (bug#8971).
10558
1c4dd947
LMI
10559 * info.el (Info-find-file): Fall back on the installation
10560 directory if we can't find the info node anywhere else.
10561
a1c9f41b
SO
105622011-07-13 Sergei Organov <osv@javad.com> (tiny change)
10563
10564 * vc/vc.el (vc-revert-file):
10565 Don't set file time-stamp in the past. (Bug#5181)
10566
536f3d36
LMI
105672011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10568
7152b011
LMI
10569 * files.el (after-find-file): Give a better error message when
10570 trying to find a symlink that points to a file that doesn't exist
10571 (bug#4398).
10572
536f3d36
LMI
10573 * progmodes/cc-vars.el: Remove (probably) misleading comment
10574 (bug#4396).
10575
460c0fba
JB
105762011-07-12 Johan Bockgård <bojohan@gnu.org>
10577
10578 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
10579
7a6bda45
CY
105802011-07-12 Chong Yidong <cyd@stupidchicken.com>
10581
10582 * mouse-sel.el: Hack restoring functionality, while keeping
10583 compatibility with 2010-07-03 changes to mouse selection.
10584 (mouse-sel-primary-overlay): New var.
10585 (mouse-sel-selection-alist): Use it.
10586 (mouse-sel-mode): Doc fix; remove points that are default features
10587 of mouse.el.
10588
c79598ef
JB
105892011-07-12 Johan Bockgård <bojohan@gnu.org>
10590
10591 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10592 Fix previous fix (bug#2490).
10593
ff8be6ef
RW
105942011-07-12 Roland Winkler <winkler@gnu.org>
10595
b796c9b7
SM
10596 * textmodes/bibtex.el (bibtex-initialize):
10597 Use pop-to-buffer-same-window.
ff8be6ef
RW
10598 (bibtex-search-entries): Fix interactive call.
10599
296ba3ee
LMI
106002011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10601
f5242a02 10602 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
10603 Fontise bytecomp Error lines more correctly (bug#2490).
10604 Fix suggested by Johan Bockgård.
f5242a02 10605
296ba3ee
LMI
10606 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
10607
10608 * dired-x.el (dired-guess-default): Use `delete-dups'.
10609
f69fd0d2
CY
106102011-07-12 Chong Yidong <cyd@stupidchicken.com>
10611
10612 * dired.el (dired-mark-prompt):
10613 * dired-aux.el (dired-read-shell-command): Doc fix.
10614
eab5dc07
LMI
106152011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10616
b796c9b7
SM
10617 * mail/sendmail.el (sendmail-query-once):
10618 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
10619 emacs -Q.
10620
10621 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
10622
eab5dc07
LMI
10623 * cus-edit.el (custom-file): Take an optional no-error variable.
10624 (customize-save-variable): Set the variable, and give a warning if
10625 running under "emacs -q".
10626
a1e65d42
JB
106272011-07-11 Juanma Barranquero <lekktu@gmail.com>
10628
10629 * loadhist.el (unload-feature-special-hooks):
10630 Add `auto-coding-functions', `fill-nobreak-predicate' and
10631 `find-directory-functions' (bug#5327).
10632
1d52da10
LMI
106332011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10634
be958f1d
LMI
10635 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
10636
5bedb26c
LMI
10637 * cus-edit.el (custom-guess-name-alist): -alist variables should
10638 use the `alist' type (bug#3120). Suggested by Drew Adams.
10639
1d52da10
LMI
10640 * printing.el: Add documentation to all the `pr-toggle-' commands.
10641
cd394be1 106422011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
10643
10644 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
10645 backends where it makes sense (bug#2623).
10646
dcc88d8a
LMI
106472011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10648
c3de9feb
LMI
10649 * dired-x.el (dired-guess-default): Remove duplicate shell command
10650 entries (bug#2028).
8a93078b 10651 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 10652 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 10653
dcc88d8a
LMI
10654 * subr.el (remove-duplicates): New conveniency function.
10655
505e3645
LMI
106562011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10657
10658 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
10659 (bug#1526).
10660
106612011-07-10 Martin Rudalics <rudalics@gmx.at>
10662
10663 * window.el (display-buffer-normalize-default): Don't invert
10664 meaning of even-window-heights. Reported by Eli Zaretskii
10665 <eliz@gnu.org>.
10666
455e4fa1
BR
106672011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
10668
10669 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
10670
8e0bc3e9
CY
106712011-07-10 Chong Yidong <cyd@stupidchicken.com>
10672
10673 * window.el (display-buffer): Fix arguments to
10674 display-buffer-reuse-window in last change.
10675
fa7c3228
CY
10676 * faces.el (link): Use a less saturated blue on light backgrounds.
10677
10678 * startup.el (fancy-startup-text, fancy-about-text)
10679 (fancy-startup-tail): Use font-lock faces, for background safety.
10680
c0a7f300
BN
106812011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
10682
b796c9b7
SM
10683 * emulation/viper-cmd.el (viper-change-state-to-vi):
10684 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 10685
4dc2a129
MR
106862011-07-09 Martin Rudalics <rudalics@gmx.at>
10687
10688 * window.el (display-buffer-default-specifiers): Remove.
10689 (display-buffer-macro-specifiers): Remove default specifiers.
10690 (display-buffer-alist): Default to nil.
b796c9b7 10691 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
10692 (display-buffer-pop-up-window): Allow splitting internal
10693 windows. Check whether a live window was created.
10694 (display-buffer-other-window-means-other-frame)
10695 (display-buffer-normalize-arguments): Rename to
10696 display-buffer-normalize-argument and rewrite. Set the
10697 other-window specifier.
10698 (display-buffer-normalize-special): New function.
10699 (display-buffer-normalize-options): Rename to
10700 display-buffer-normalize-default and rewrite.
10701 (display-buffer-normalize-options-inhibit): Remove.
10702 (display-buffer-normalize-specifiers): Rewrite.
10703 (display-buffer): Process other-window specifier and call
10704 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
10705 more faithfully.
b796c9b7 10706 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 10707 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
10708 (display-buffer-in-window, display-buffer-alist-set):
10709 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
10710 <tassilo@member.fsf.org>.
10711
2d43b8c9
LL
107122011-07-09 Leo Liu <sdl.web@gmail.com>
10713
10714 * register.el (insert-register): Restore accidental change on
10715 2011-06-26. (Bug#9028)
10716
7f9b7c53
GM
107172011-07-09 Glenn Morris <rgm@gnu.org>
10718
10719 * subr.el (remq): Handle the empty list. (Bug#9024)
10720
f042cfd8
AS
107212011-07-08 Andreas Schwab <schwab@linux-m68k.org>
10722
10723 * mail/sendmail.el (send-mail-function): No longer delay custom
10724 initialization.
10725 * custom.el (custom-initialize-delay): Doc fix.
10726
856b2f11
SM
107272011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
10728
10729 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
10730
afae1d68
MA
107312011-07-08 Michael Albinus <michael.albinus@gmx.de>
10732
10733 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
10734 human-friendly prompt.
10735
0757af94
SM
107362011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
10737
10738 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
10739 provided by a particular plugin.
10740
d760b731
LMI
107412011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
10742
10743 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
10744 save customizations (with "emacs -Q"), just set the variable
10745 instead of erroring out.
10746
10747 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
10748
cd79ce90
JL
107492011-07-08 Juri Linkov <juri@jurta.org>
10750
10751 * arc-mode.el (archive-zip-expunge, archive-zip-update)
10752 (archive-zip-update-case): Use 7z if found by `executable-find'.
10753 The order of searching the available programs is the same as in
10754 `archive-zip-extract' (bug#8968).
10755
14cc04aa
CY
107562011-07-07 Chong Yidong <cyd@stupidchicken.com>
10757
10758 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
10759 (menu-bar-options-menu): Tweak descriptions.
10760
0a1848ec
LMI
107612011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
10762
10763 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
10764 menu items into verb phrases (bug#1421). Also refill to fit under
10765 80 columns.
10766
f5bd0689
CY
107672011-07-07 Chong Yidong <cyd@stupidchicken.com>
10768
538e85c6
CY
10769 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
10770 (Info-read-node-name): Doc fix (Bug#1084).
10771
f5bd0689
CY
10772 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
10773 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
10774 (end-of-sexp, beginning-of-sexp)
10775 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
10776 (forward-symbol, forward-same-syntax, word-at-point)
10777 (sentence-at-point): Doc fix (Bug#1144).
10778
56ec5115
LMI
107792011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
10780
f3f8e37f
LMI
10781 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
10782 should cover it (bug#1281).
10783
0757af94 10784 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 10785
e9fce1ac 10786 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
10787 negotiation fails, then possibly try again with a non-encrypted
10788 connection (bug#9017).
10789
56ec5115
LMI
10790 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
10791 be used.
10792
c2f9aec8
RS
107932011-07-07 Richard Stallman <rms@gnu.org>
10794
10795 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
10796 property, and handle its changed format.
10797 Look for the correct line number.
10798 Use file's line contents (but not past first =) to find
10799 correct line in message.
10800
ef7b981d 108012011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
10802
10803 * international/characters.el (build-unicode-category-table):
10804 Delete it.
0757af94 10805 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 10806
0757af94 10807 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
10808 to src/chartab.c.
10809 (get-char-code-property): Call unicode-property-table-internal to
10810 load a file. Call get-unicode-property-internal where necessary.
10811 (put-char-code-property): Call unicode-property-table-internal to
10812 load a file. Call put-unicode-property-internal where necessary.
10813 put-unicode-property-internal where necessary.
0757af94
SM
10814 (char-code-property-description):
10815 Call unicode-property-table-internal to load a file.
c805dec0
KH
10816
10817 * international/charprop.el:
10818 * international/uni-bidi.el:
10819 * international/uni-category.el:
10820 * international/uni-combining.el:
10821 * international/uni-comment.el:
10822 * international/uni-decimal.el:
10823 * international/uni-decomposition.el:
10824 * international/uni-digit.el:
10825 * international/uni-lowercase.el:
10826 * international/uni-mirrored.el:
10827 * international/uni-name.el:
10828 * international/uni-numeric.el:
10829 * international/uni-old-name.el:
10830 * international/uni-titlecase.el:
10831 * international/uni-uppercase.el: Regenerate.
10832
10833 * loadup.el: Load international/charprop.el before
10834 international/characters.
10835
e14b388a
CY
108362011-07-07 Chong Yidong <cyd@stupidchicken.com>
10837
10838 * window.el (next-buffer, previous-buffer): Signal an error if
10839 called from a minibuffer window.
10840
10841 * bindings.el: Revert 2011-07-04 change.
10842
354cf0ba
RS
108432011-07-06 Richard Stallman <rms@gnu.org>
10844
10845 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
10846 (rmail-mime-insert-bulk, rmail-mime-insert-text):
10847 Treat markers like ints.
10848 (rmail-mime-entity): Doc fix.
10849
a48868a7
LMI
108502011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10851
4906cd3d
LMI
10852 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
10853 defcustom again for backwards compatibility.
10854
e0457abe
LMI
10855 * simple.el (shell-command-on-region): Fill.
10856
d67f7e1f
LMI
10857 * dired-aux.el (dired-kill-line): Add a doc string.
10858
fe204702
LMI
10859 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
10860 to "\\sw\\|\\s_" (bug#358).
10861
a48868a7
LMI
10862 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
10863 (dired-unmark-backward): Ditto.
10864 (dired-flag-backup-files): Ditto.
10865
10866 * dired-x.el (dired-mark-sexp): Ditto.
10867
aa8a705c
RS
108682011-07-06 Richard Stallman <rms@gnu.org>
10869
10870 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
10871 (rmail-mime-entity): New arg TRUNCATED.
10872 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
10873 New functions.
10874 (rmail-mime-save): Warn if entity is truncated.
10875 (rmail-mime-toggle-hidden): Likewise, for showing.
10876 (rmail-mime-process-multipart): Record when an entity is truncated.
10877
a9a936b9
RS
10878 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
10879 if ENTITY is a string.
10880
1f2b92cb
LMI
108812011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10882
f4f73198 10883 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
10884 of faces when `M-C-x'-ing their definitions (bug#8378).
10885 Also clean up the code slightly.
f4f73198 10886
12b16734 10887 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 10888 because that makes the colors go away.
12b16734 10889
f0691d22
LMI
10890 * mail/sendmail.el (send-mail-function): Change the default to
10891 `sendmail-query-once'.
9e87df06 10892 (sendmail-query-once): Add an autoload cookie.
f0691d22 10893
1f2b92cb
LMI
10894 * net/network-stream.el (network-stream-open-starttls): Try using
10895 a plain connection even if the server offered STARTTLS, and we
10896 kinda wanted to use it, if Emacs doesn't have any STARTTLS
10897 capability. This should make smtpmail.el work in slightly more
10898 configurations.
10899
1cdd2a1b
MA
109002011-07-06 Michael Albinus <michael.albinus@gmx.de>
10901
10902 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
10903 New defun.
10904 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
10905
fbcc67e2
MM
109062011-07-06 Michael R. Mauger <mmaug@yahoo.com>
10907
10908 * progmodes/sql.el: Version 3.0
0757af94 10909 (sql-product-alist): Add product :completion-object,
fbcc67e2 10910 :completion-column, and :statement attributes.
0757af94 10911 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 10912 (sql-mode-syntax-table): Mark all punctuation.
0757af94 10913 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
10914 ansi keywords.
10915 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 10916 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
10917 (sql-oracle-show-reserved-words): New function for development.
10918 (sql-product-font-lock): Simplify for source code buffers.
10919 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
10920 New functions.
10921 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
10922 (sql-mode-map): Add statement movement functions.
10923 (sql-ansi-statement-starters, sql-oracle-statement-starters):
10924 New variable.
fbcc67e2
MM
10925 (sql-statement-regexp, sql-beginning-of-statement)
10926 (sql-end-of-statement, sql-signum): New functions.
0757af94 10927 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
10928 (sql-show-sqli-buffer): Bug fix.
10929 (sql-interactive-mode): Store connection data as buffer local.
0757af94 10930 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
10931 with sql-interactive-mode.
10932 (sql-save-connection): Save buffer local settings.
0757af94 10933 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
10934 (sql-product-interactive): Bug fix.
10935 (sql-preoutput-hold): New variable.
10936 (sql-interactive-remove-continuation-prompt): Bug fixes.
10937 (sql-debug-redirect): New variable.
10938 (sql-str-literal): New function.
10939 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 10940 Redesign.
fbcc67e2
MM
10941 (sql-oracle-save-settings, sql-oracle-restore-settings)
10942 (sql-oracle-list-all, sql-oracle-list-table): New functions.
10943 (sql-completion-object, sql-completion-column)
10944 (sql-completion-sqlbuf): New variables.
10945 (sql-build-completions-1, sql-build-completions)
10946 (sql-try-completion): New functions.
10947 (sql-read-table-name): Use them.
10948 (sql-contains-names): New buffer local variable.
10949 (sql-list-all, sql-list-table): Use it.
10950 (sql-oracle-completion-types): New variable.
10951 (sql-oracle-completion-object, sql-sqlite-completion-object)
10952 (sql-postgres-completion-object): New functions.
10953
d4eaeab1
GM
109542011-07-06 Glenn Morris <rgm@gnu.org>
10955
10956 * window.el (pop-to-buffer): Doc fix.
10957
322b7dab 109582011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
10959
10960 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
10961
322b7dab 109622011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 10963
322b7dab 10964 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 10965
322b7dab 10966 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 10967
605dd5bf
CY
109682011-07-05 Chong Yidong <cyd@stupidchicken.com>
10969
10970 * button.el (button): Inherit from link face. Suggested by Dan
10971 Nicolaescu.
10972
7dbfa719
SM
109732011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10974
3db614b0
SM
10975 * progmodes/gdb-mi.el: Fit in 80 columns.
10976 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
10977 switch-to-buffer.
10978
7dbfa719
SM
10979 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
10980 if imenu is simply not configured (bug#8941).
10981
919d884a
KM
109822011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
10983
10984 * allout.el (allout-post-undo-hook): New allout outline-change
10985 event hook to signal undo activity.
10986 (allout-post-command-business): Run allout-post-undo-hook if an
10987 undo just occurred.
7dbfa719
SM
10988 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
10989 * allout-widgets.el (allout-widgets-after-undo-function):
10990 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
10991 in the vicinity of an undo.
10992 (allout-widgets-mode): Include allout-widgets-after-undo-function
10993 on the new allout-post-undo-hook.
10994
450a0f09
SM
109952011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10996
10997 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
10998 Let define-derived-mode define it.
10999 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
11000 cycles of abbrev-table inheritance (bug#8998).
11001
2de69e00
RW
110022011-07-05 Roland Winkler <winkler@gnu.org>
11003
11004 * textmodes/bibtex.el: Add support for biblatex.
11005 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
11006 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
11007 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
11008 (bibtex-entry-alist, bibtex-field-alist): New variables.
11009 (bibtex-entry-field-alist): Obsolete alias for
11010 bibtex-BibTeX-entry-alist.
11011 (bibtex-entry-alist, bibtex-field-alist): New widgets.
11012 (bibtex-set-dialect): New command.
11013 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
11014 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
11015 Bind via bibtex-set-dialect.
2de69e00
RW
11016 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
11017 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
11018 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
11019 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
11020 Define via bibtex-set-dialect.
450a0f09
SM
11021 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
11022 Obey bibtex-no-opt-remove-re.
2de69e00
RW
11023 (bibtex-vec-push, bibtex-vec-incr): New functions.
11024 (bibtex-format-entry, bibtex-field-list)
11025 (bibtex-print-help-message, bibtex-validate)
11026 (bibtex-search-entries): Use new format of bibtex-entry-alist.
11027
2dcdbdd9
SM
110282011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11029
11030 * progmodes/compile.el (compilation-goto-locus):
11031 * net/tramp-cmds.el (tramp-append-tramp-buffers):
11032 * bs.el (bs-cycle-next, bs-cycle-previous):
11033 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
11034 * bindings.el (mode-line-other-buffer):
11035 * autoinsert.el (auto-insert):
11036 * arc-mode.el (archive-extract):
11037 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
11038
b27640fe
JB
110392011-07-05 Juanma Barranquero <lekktu@gmail.com>
11040
11041 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
11042 Fix check of `emacs-lock-unlockable-modes'.
11043 Coerce true values of `emacs-lock--try-unlocking' to t.
11044
53bbe3ad
JB
110452011-07-05 Juanma Barranquero <lekktu@gmail.com>
11046
11047 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
11048 * emacs-lock.el: New file.
11049
1d3cdbc7
JD
110502011-07-05 Julien Danjou <julien@danjou.info>
11051
11052 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
11053 than `boundp' to check if face is set.
11054
9173deec
JB
110552011-07-05 Juanma Barranquero <lekktu@gmail.com>
11056
11057 * register.el (registerv-make):
11058 * window.el (window-min-height): Fix typos in docstrings.
11059
869795d6
JD
110602011-07-05 Jan Djärv <jan.h.d@swipnet.se>
11061
9173deec 11062 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
11063 Update doc string.
11064
b768cdcd
JB
110652011-07-04 Juanma Barranquero <lekktu@gmail.com>
11066
11067 * server.el (server-execute): Catch quit and call
11068 `server-return-error' to pass the error back to emacsclient and
11069 close the connection (bug#8942).
11070
13aa217b
KM
110712011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
11072
11073 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
11074 insecure exception for current topic. Also note that auto-saves
11075 are handled differently.
11076
5d3385a0 11077 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
11078 State variables for tracking auto-save inhibition situation.
11079
11080 (allout-write-contents-hook-handler): Rename from
11081 'allout-write-file-hook-handler', and describe how it depends on
11082 write-contents-functions sensitivity to non-nil value to prevent
11083 file write.
11084
11085 (allout-auto-save-hook-handler): Remove. auto-save does not check
11086 this in individual buffers, only in the starting buffer, so this
11087 is not the right way for us to inhibit auto-save in a buffer
11088 according to its condition.
11089
11090 (allout-mode): Use new allout-write-contents-hook-handler, and
11091 only with write-contents-functions. Remove auto-save provisions -
11092 they're implemented elsewhere.
11093
11094 (allout-before-change-handler): If undo is in progress, note that
11095 for attention of allout-post-command-business.
11096
11097 (allout-post-command-business): If the command we're following was
11098 an undo, check for change in the status of encrypted items and
11099 adjust auto-save inhibitions accordingly.
11100
11101 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
11102 according to whether there are or aren't any plain-text topics
11103 pending encryption.
11104
2dcdbdd9 11105 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
11106 Adjust buffer-saved-size and some allout state to inhibit auto-saves
11107 if there are plain-text topics pending encryption.
13aa217b
KM
11108
11109 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
11110 buffer-saved-size and some allout state to not inhibit auto-saves
11111 if there are no longer any plain-text topics pending encryption.
11112
0757af94
SM
11113 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
11114 No longer provide for exemption of the current topic.
13aa217b 11115
ac89b32c
JL
111162011-07-04 Juri Linkov <juri@jurta.org>
11117
11118 Add 7z operations to delete and save changed members (bug#8968).
11119 * arc-mode.el (archive-7z-expunge, archive-7z-update):
11120 New defcustoms.
11121 (archive-7z-write-file-member): New function.
11122 (archive-7z-summarize): Fix the number of dashes in the
11123 listing output.
11124
8fa39615
SM
111252011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11126
11127 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
11128 (bug#8958).
11129
2f11b3f1
CY
111302011-07-04 Chong Yidong <cyd@stupidchicken.com>
11131
d66fef2b
CY
11132 * bindings.el: Ignore next-buffer and previous-buffer in
11133 minibuffer-local-map.
11134
2f11b3f1
CY
11135 * font-lock.el (font-lock-builtin-face): Change light background
11136 color to dark slate blue (Bug#6693).
11137
f932a347
WD
111382011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
11139
11140 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
11141
c8af70e1
SM
111422011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11143
11144 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
11145 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11146 Add switch-to-buffer.
11147
f158badc
LMI
111482011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11149
11150 * isearch.el (isearch-search-fun-function): Clarify further the
11151 meaning of the function returned.
11152
6d95bd46
MA
111532011-07-04 Michael Albinus <michael.albinus@gmx.de>
11154
11155 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
11156
11157 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
11158 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
11159 Use it.
11160 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
11161 `tramp-default-remote-path' does not exist.
11162 (tramp-send-command-and-read): New optional argument NOERROR.
11163 (tramp-open-connection-setup-interactive-shell)
11164 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
11165 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
11166 (tramp-process-sentinel): Flush also process' connection property.
11167 (tramp-sh-handle-start-file-process): Do not set process
11168 sentinel. It is done now ...
11169 (tramp-maybe-open-connection): ... here. (Bug#8929)
11170
909e6b67
MK
111712011-07-04 MON KEY <monkey@sandpframing.com>
11172
11173 * play/animate.el (animate-string): Doc fixes and allow changing
11174 the buffer name (bug#5417).
11175
111762011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11177
c8af70e1 11178 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 11179
f34755dc
PE
111802011-07-04 Paul Eggert <eggert@cs.ucla.edu>
11181
396cec72
PE
11182 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
11183 This is simpler and helps future-proof the code.
11184 (timer-until): Use time-subtract and float-time.
08235028 11185 (timer--time-less-p): Use time-less-p.
f34755dc 11186
56e6cc31
JB
111872011-07-04 Juanma Barranquero <lekktu@gmail.com>
11188
3abb79e5
JB
11189 * type-break.el (timep): Use the value of `float-time' to avoid a
11190 byte-compiler warning.
11191
56e6cc31
JB
11192 * server.el (server-eval-and-print): Return any result, even nil.
11193
7b9430b4
PE
111942011-07-03 Paul Eggert <eggert@cs.ucla.edu>
11195
11196 * type-break.el: Accept time formats that the builtins accept.
11197 (timep, type-break-time-difference): Accept any format that
11198 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
11199 This is simpler and helps future-proof the code.
11200 (type-break-time-difference): Round rather than ignoring
11201 subseconds components.
11202
3034e9e7
LMI
112032011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11204
11205 * info.el (Info-apropos-matches): Make non-interactive, since it
11206 doesn't seem to do anything useful as a command (bug#8829).
11207
1485f4c0
CY
112082011-07-03 Chong Yidong <cyd@stupidchicken.com>
11209
11210 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 11211 Move from faces.el.
1485f4c0
CY
11212 (frame-default-terminal-background): New function.
11213
11214 * custom.el (custom-push-theme): Don't record faces in `changed'
11215 theme; this doesn't work correctly for per-frame face settings.
11216 (disable-theme): Use face-set-after-frame-default to reset faces.
11217 (custom--frame-color-default): New function.
11218
9fa3dd45
LMI
112192011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11220
c8af70e1 11221 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
11222 (bug#8769).
11223
6cbbc20c
KR
112242011-03-29 Kevin Ryde <user42@zip.com.au>
11225
11226 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11227 `perl-Test2' extend to match possible "fail #N" rep count
11228 (bug#8377).
11229
c7f98048
LMI
112302011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11231
65676592
LMI
11232 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
11233 `smtpmail-via-smtp' now returns the error instead of nil.
11234
c7f98048
LMI
11235 * isearch.el (isearch-search-fun-function): Clarify the doc string
11236 (bug#8101).
11237
56e6cc31 112382011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
11239
11240 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
11241 unnecessary spaces (bug#8987).
11242
2b216704
LMI
112432011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11244
11245 * net/network-stream.el (open-network-stream): Use the
11246 :end-of-capability command thoughout.
11247
112482011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11249
11250 * net/network-stream.el (open-network-stream): Add the
11251 :end-of-capability command parameter, used by pop3.el.
11252
36adf6ce
LMI
112532011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11254
1ca0da0e
LMI
11255 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
11256
fc00f69c
LMI
11257 * fringe.el (fringe-query-style): Remove redundant text " (type ?
11258 for list)" (bug#6475).
11259
28fd8759 11260 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 11261 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
11262 an error (bug#6297).
11263
0dd8b6da
LMI
11264 * man.el (Man-reference-regexp): Allow matching possible
11265 word-wrapped references (bug#6289).
11266
ce1438d6
LMI
11267 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
11268 for consistency with the other vc buffers (bug#6197).
11269 (vc-checkin): Ditto.
11270
11271 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
11272
36adf6ce
LMI
11273 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
11274
e83cc1f7
LMI
112752011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11276
8a20ca4c
LMI
11277 * custom.el (defcustom): Clarify that :set is only used in the
11278 Customize user interface (bug#6089).
11279
83319045
LMI
11280 * progmodes/flymake.el (flymake-mode): If the buffer isn't
11281 associated with a file, refuse to run instead of erroring out
11282 (bug#6084).
11283
a8392169
LMI
11284 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
11285 the doc string, since it appears that using `fill-column' always
11286 controls the width (bug#7845).
11287
e83cc1f7
LMI
11288 * simple.el (shell-command-on-region): Say where the error output
11289 went if `shell-command-default-error-buffer' is set (bug#6857).
11290
e47ca23b
KM
112912011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
11292
11293 * allout.el (allout-yank-processing): Adjust cursor position for
11294 backwards-deleted space.
11295
11296 (allout-rebullet-heading): Register changes with
11297 allout-exposure-changed-hook, so the modified topic is properly
11298 decorated.
11299
5cf56143
LMI
113002011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11301
08549772
LMI
11302 * minibuffer.el (completion-in-region): Document PREDICATE
11303 (bug#7136).
11304
48e96771
LMI
11305 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
11306 of keyword/argument pairs (bug#6904).
11307
c8af70e1
SM
11308 * replace.el (multi-occur):
11309 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 11310
e17d05e2
LMI
113112011-07-02 Drew Adams <drew.adams@oracle.com>
11312
11313 * dired.el (dired-mark-if): Make the message about whether it's
11314 marking or unmarking clearer (bug#8523).
11315
063b0e45
LMI
113162011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11317
11318 * disp-table.el (display-table-print-array): New function.
11319 (describe-display-table): Use it to print the vectors more pretty
11320 (Bug#8859).
11321
28545e04
MR
113222011-07-02 Martin Rudalics <rudalics@gmx.at>
11323
11324 * window.el (window-state-get-1): Don't assign clone numbers.
11325 Add clone-of item to list of window parameters.
11326 (window-state-put-2): Don't process clone numbers.
11327 (display-buffer-alist): Fix doc-string.
11328
3349e122
SM
113292011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
11330
11331 * subr.el (remq): Don't allocate if it's not needed.
11332 (keymap--menu-item-binding, keymap--menu-item-with-binding)
11333 (keymap--merge-bindings): New functions.
11334 (keymap-canonicalize): Use them to refine the canonicalization.
11335 * minibuffer.el (minibuffer-local-completion-map)
11336 (minibuffer-local-must-match-map): Move initialization from C.
11337 (minibuffer-local-filename-completion-map): Move initialization from C;
11338 don't inherit from anything here.
11339 (minibuffer-local-filename-must-match-map): Make obsolete.
11340 (completing-read-default): Use make-composed-keymap to combine
11341 minibuffer-local-filename-completion-map with either
11342 minibuffer-local-must-match-map or
11343 minibuffer-local-filename-completion-map.
11344
d224ac83
GM
113452011-07-01 Glenn Morris <rgm@gnu.org>
11346
3de63bf8
GM
11347 * type-break.el (type-break-time-sum): Use dolist.
11348
d224ac83
GM
11349 * textmodes/flyspell.el (flyspell-word-search-backward):
11350 Replace CL function.
11351
1a1e3f32
SM
113522011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11353
fe3f64d5
SM
11354 * mouse.el (mouse--strip-first-event): New function.
11355 (function-key-map): Use it to map fringe clicks to normal clicks
11356 by default.
11357
eb604e34
SM
11358 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
11359 (vc-bzr-revision-completion-table): Add support for annotate and date.
11360
1a1e3f32
SM
11361 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
11362 inherit from parent.
11363
5bd35902
LMI
113642011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11365
ace6c69c 11366 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 11367 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 11368
191e2bed
LMI
11369 * dired.el (dired-mode): Fix up the doc string as suggested by
11370 Drew Adams (bug#8817).
11371
5bd35902
LMI
11372 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
11373 cookie, since the manual says that it should be possible to add
11374 this function to `find-file-hook' (bug#8709).
11375
eee8207a
TZ
113762011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
11377
11378 * progmodes/cfengine.el: Moved all cfengine3.el functionality
11379 here. Noted Ted Zlatanov as the maintainer.
11380 (cfengine-common-settings, cfengine-common-syntax): New functions
11381 to set up common things between `cfengine-mode' and
11382 `cfengine3-mode'.
11383 (cfengine3-mode): New mode.
11384 (cfengine3-defuns cfengine3-defuns-regex
11385 (cfengine3-class-selector-regex cfengine3-category-regex)
11386 (cfengine3-vartypes cfengine3-font-lock-keywords)
11387 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 11388 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 11389
36b148cf
MA
113902011-07-01 Michael Albinus <michael.albinus@gmx.de>
11391
11392 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
11393
11394 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
11395
0bf4ba9a
MR
113962011-07-01 Martin Rudalics <rudalics@gmx.at>
11397
11398 * window.el (same-window-buffer-names, same-window-regexps)
11399 (same-window-p, special-display-frame-alist)
11400 (special-display-popup-frame, special-display-function)
11401 (special-display-buffer-names, special-display-regexps)
11402 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
11403 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
11404 (split-window-preferred-function, split-height-threshold)
11405 (split-width-threshold, even-window-heights)
11406 (display-buffer-mark-dedicated, window-splittable-p)
11407 (split-window-sensibly, window-safely-shrinkable-p):
11408 Un-obsolete.
11409 (display-buffer): Don't spread args with function specifier
11410 because special-display-popup-frame won't like it.
11411
35837f51
PE
114122011-07-01 Paul Eggert <eggert@cs.ucla.edu>
11413
d0672f86
PE
11414 Time-stamp simplifications and fixes.
11415 These improve accuracy slightly, and future-proof the code
11416 against some potential changes to current-time format.
11417
b9444d97
PE
11418 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
11419 by using time-since and float-time.
11420
0ef923dc
PE
11421 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
11422 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
11423 + NNN microseconds".
11424
2f81380d
PE
11425 * type-break.el (type-break-time-sum): Rewrite using time-add.
11426
845b5c3e
PE
11427 * play/hanoi.el (hanoi-current-time-float): Remove.
11428 All uses replaced by float-time.
11429
ee6f1be0
PE
11430 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
11431 This yields a more-accurate answer.
11432 (rng-time-to-float): Remove; no longer needed.
11433
fe955043
PE
11434 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
11435
5777162a
PE
11436 * calendar/timeclock.el (timeclock-seconds-to-time):
11437 Defalias to seconds-to-time, since they're the same thing.
11438
3103f8b6 11439 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 11440 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
11441 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
11442
0e61a35f
SM
114432011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11444
11445 * window.el (bury-buffer): Don't iconify the only frame.
11446 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
11447 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
11448
ddd63a1e
CY
114492011-07-01 Chong Yidong <cyd@stupidchicken.com>
11450
0e61a35f
SM
11451 * eshell/em-smart.el (eshell-smart-display-navigate-list):
11452 Add mouse-yank-primary.
ddd63a1e 11453
055f4923
TZ
114542011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
11455
11456 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
11457
6a2fb145
SM
114582011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11459
11460 * emacs-lisp/find-func.el (find-library--load-name): New fun.
11461 (find-library-name): Use it to find relative load names when provided
11462 absolute file name (bug#8803).
11463
fd4983f2
LMI
114642011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11465
887d14ad
LMI
11466 * textmodes/flyspell.el (flyspell-word): Consider words that
11467 differ only in case as potential doublons (bug#5687).
11468
c53dc7fc
LMI
11469 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
11470 Remove two rather uninteresting debugging-like messages to make
11471 debbugs.el more silent.
11472
fd4983f2
LMI
11473 * comint.el (comint-password-prompt-regexp): Accept "Response" as
11474 a password-like phrase.
11475
7a71b18d 114762011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
11477
11478 * progmodes/cc-guess.el: New file.
11479
6a2fb145 11480 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
11481
11482 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
11483 derived from `c-basic-common-init'.
11484
11485 * progmodes/cc-mode.el (top-level): Require cc-guess.
11486 (c-basic-common-init): Use `cc-choose-style-for-mode'.
11487
1fa280a3
LM
114882011-06-30 Lawrence Mitchell <wence@gmx.li>
11489
11490 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
11491
e6597158
AM
114922011-06-30 Alan Mackenzie <acm@muc.de>
11493
1fa280a3
LM
11494 * progmodes/cc-engine.el (c-guess-continued-construct):
11495 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
11496 lock is disabled. Name this case as "CASE G".
11497
68ba37fb
KM
114982011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
11499
11500 * allout.el (allout-yank-processing): Fix injection of extra space
11501 between bullet and non-whitespace character in first topic when
11502 pasting, ensuring that the actual spacing in the pasted topic
11503 following the bullet char is preserved. This extra space was
11504 causing pasted encrypted topics to get a decrypted status even
11505 when the content was actually still encrypted. Now the decryption
11506 status from before the paste is preserved.
11507
11508 (allout-flag-region): Set all allout overlays so they evaporate
11509 when reduced to zero length (evanescent), to prevent overlay
11510 leakage.
11511
887a0b34
GM
115122011-06-30 Glenn Morris <rgm@gnu.org>
11513
94b9acce
GM
11514 * w32-fns.el (w32-charset-info-alist): Declare.
11515
1d9b46d4
GM
11516 * find-dired.el (find-grep-options): Simplify.
11517
cc232200
GM
11518 * term/ns-win.el (ns-set-resource): Declare.
11519
28e77c46
GM
11520 * ses.el (row, col): Declare dynamic variables honestly.
11521
887a0b34
GM
11522 * textmodes/reftex-parse.el (index-tags): Declare.
11523
658d8eb8
CY
115242011-06-30 Chong Yidong <cyd@stupidchicken.com>
11525
11526 * cus-edit.el (customize-push-and-save): New function.
11527
11528 * files.el (hack-local-variables-confirm): Use it.
11529
1fa280a3
LM
11530 * custom.el (load-theme): New arg NO-CONFIRM.
11531 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
11532 (custom-enabled-themes): Doc fix.
11533
11534 * cus-theme.el (customize-create-theme)
11535 (custom-theme-merge-theme): Callers to load-theme changed.
11536
bb617717
LMI
115372011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11538
d61bdd5d
LMI
11539 * thingatpt.el (thing-at-point-short-url-regexp): Require that
11540 short URLs have at least one dot in them (bug #7614).
11541
bb617717
LMI
11542 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
11543 nil, because using a pty is apparently too slow (bug #895).
11544
2f31f37a
LMI
115452011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
11546
11547 * mail/sendmail.el (sendmail-query-once): New function.
11548 (sendmail-query-once-function): New variable.
11549
3076b24e
GM
115502011-06-29 Glenn Morris <rgm@gnu.org>
11551
faf2a174
GM
11552 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
11553
3076b24e
GM
11554 * ses.el (top-level): Require cl when compiling.
11555 (ses-set-localvars): Fix error statement.
11556 Call it at compile time to silence a storm of warnings.
11557
5386012d
MR
115582011-06-29 Martin Rudalics <rudalics@gmx.at>
11559
11560 * window.el (normalize-live-buffer): Rename to
11561 window-normalize-buffer.
11562 (normalize-live-frame): Rename to window-normalize-frame.
11563 (normalize-any-window): Rename to window-normalize-any-window.
11564 (normalize-live-window): Rename to window-normalize-live-window.
11565 (make-window-atom): Rename to window-make-atom.
11566 (window-resize-reset): Rename to window--resize-reset.
11567 (window-resize-reset-1): Rename to window--resize-reset-1.
11568 (resize-mini-window): Rename to window--resize-mini-window.
11569 (resize-subwindows-skip-p): Rename to
11570 window--resize-subwindows-skip-p.
11571 (resize-subwindows-normal): Rename to
11572 window--resize-subwindows-normal.
11573 (resize-subwindows): Rename to window--resize-subwindows.
11574 (resize-other-windows): Rename to window--resize-siblings.
11575 (resize-this-window): Rename to window--resize-this-window.
11576 (resize-root-window): Rename to window--resize-root-window.
11577 (resize-root-window-vertically): Rename to
11578 window--resize-root-window-vertically.
11579 (normalize-buffer-to-display): Rename to
11580 window-normalize-buffer-to-display.
11581 (normalize-buffer-to-switch-to): Rename to
11582 window-normalize-buffer-to-switch-to.
11583 Correspondingly update all callers of the functions listed
11584 above.
11585 (display-buffer-alist, display-buffer-normalize-arguments)
11586 (display-buffer-normalize-options, display-buffer)
11587 (display-buffer-alist-set): Use "function" instead of
11588 "fun-with-args".
11589
1176868d
CY
115902011-06-28 Chong Yidong <cyd@stupidchicken.com>
11591
11592 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
11593 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
11594 debbugs.gnu.org. Mention acknowledgment email.
11595
20a7a65f
LMI
115962011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
11597
11598 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
11599 buffer multibyteness, since it shouldn't matter.
11600
5f45cca5
MR
116012011-06-28 Martin Rudalics <rudalics@gmx.at>
11602
11603 * window.el (display-buffer-in-side-window): Handle dedicated
11604 windows as in display-buffer-reuse-window.
11605 (display-buffer-normalize-alist): Use value of override
11606 specifier.
11607 (display-buffer-normalize-specifiers): Use value of
11608 other-window-means-other-frame specifier.
11609 (display-buffer-alist): Rewrite some texts in widgets.
11610 (display-buffer): Spread arguments when calling function
11611 specified by fun-with-args.
11612
ad85fe1f
DD
116132011-06-28 Deniz Dogan <deniz@dogan.se>
11614
1fa280a3
LM
11615 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
11616 Unnest `let'.
da68c4c8 11617
ad85fe1f
DD
11618 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
11619 selectors (Bug#5732).
ec49bd31 11620 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 11621
a08cc025
JA
116222011-06-27 Jari Aalto <jari.aalto@cante.net>
11623
11624 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
11625 (eshell-ls-date-format): New defcustom.
11626 (eshell-ls-file): Use it.
11627
e2b551c5
SM
116282011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
11629
11630 * help-fns.el (describe-variable): Fix message for terminal-local vars.
11631
8982b231
KY
116322011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
11633
11634 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
11635 (ange-ftp-make-tmp-name): New arg.
11636 (ange-ftp-file-local-copy): Use it.
11637
36c9fa27
J
116382011-06-27 Jambunathan K <kjambunathan@gmail.com>
11639
11640 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
11641 no-conversion (Bug#8870).
11642
d68443dc
MR
116432011-06-27 Martin Rudalics <rudalics@gmx.at>
11644
11645 * window.el (window-right, window-left, window-child)
11646 (window-child-count, window-last-child)
11647 (window-iso-combination-p, walk-window-tree-1)
11648 (window-atom-check-1, window-tree-1, delete-window)
11649 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
11650 new naming conventions - window-vchild, window-hchild,
11651 window-next and window-prev are now called window-top-child,
11652 window-left-child, window-next-sibling and window-prev-sibling
11653 respectively.
d615d6d2
MR
11654 (resize-window-reset): Rename to window-resize-reset.
11655 (resize-window-reset-1): Rename to window-resize-reset-1.
11656 (resize-window): Rename to window-resize.
11657 (window-min-height, window-min-width)
11658 (resize-mini-window, resize-this-window, resize-root-window)
11659 (resize-root-window-vertically, adjust-window-trailing-edge)
11660 (enlarge-window, shrink-window, maximize-window)
11661 (minimize-window, delete-window, quit-restore-window)
11662 (split-window, balance-windows, balance-windows-area-adjust)
11663 (balance-windows-area, window-state-put-2)
11664 (display-buffer-even-window-sizes, display-buffer-set-height)
11665 (display-buffer-set-width, set-window-text-height)
11666 (fit-window-to-buffer): Rename all "resize-window" prefixed
11667 calls to use the "window-resize" prefix convention.
11668 (display-buffer-alist): Fix symbol for label specifier.
11669 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
11670 corresponding specifier.
11671 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 11672
b6458526
VB
116732011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
11674
11675 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
11676 convention.
11677 (ses-call-printer): Does not pass an empty string to formatter when the
11678 cell is empty to keep from barking printer Calc math-format-value.
11679
d31fd9ac
RS
116802011-06-27 Richard Stallman <rms@gnu.org>
11681
43d5bf84
RS
11682 * battery.el (battery-mode-line-limit): New variable.
11683 (battery-update): Handle it.
11684
d31fd9ac
RS
11685 * mail/rmailmm.el (rmail-mime-process-multipart):
11686 Handle truncated messages.
11687
819a6054
GM
116882011-06-27 Glenn Morris <rgm@gnu.org>
11689
11690 * progmodes/flymake.el (flymake-err-line-patterns):
11691 Allow for column numbers in the ant/javac pattern. (Bug#8866)
11692
cedc73f2
VB
116932011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
11694
819a6054 11695 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
11696 (ses--clean-!, ses--clean-_): New functions.
11697 (ses-range): Add configurability of readout order, and conversion
11698 to Calc vector.
11699
5e5d49b6
VB
11700 * ses.el (ses-repair-cell-reference-all): New function.
11701 (ses-cell-symbol): Set macro as safe, so that it can be used in
11702 formulas.
11703
56e6cc31 11704 * ses.el: Update cycle detection algorithm.
90ca8b49 11705 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 11706 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
11707 (ses-set-localvars): New function.
11708 (ses-make-cell): Add property-list as a cell element.
11709 (ses-cell-property-get-fun, ses-cell-property-get)
11710 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
11711 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
11712 New functions.
90ca8b49
VB
11713 (ses-cell-property-set, ses-cell-property-pop)
11714 (ses-cell-property-get-handle): New macro.
11715 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
11716 New aliases, used for code readability.
11717 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
11718 cycle detection.
11719 (ses-self-reference-early-detection): New defcustom.
fac916bf 11720 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
11721 (ses-mode): Use ses-set-localvars.
11722 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
11723 before lauching the update processing.
11724 (ses-initialize-Dijkstra-attempt): New function.
11725 (ses-recalculate-cell): Update for cycle detection based on
11726 Dijkstra algorithm.
11727
2bb63e81
VB
11728 * ses.el: Fix commenting and indenting convention.
11729
c9d29fb8
SM
117302011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
11731
11732 * bs.el (bs-cycle-next): Complete last change.
11733
d8e4b68b
JB
117342011-06-27 Drew Adams <drew.adams@oracle.com>
11735
11736 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
11737
40098786
LMI
117382011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
11739
c9d29fb8
SM
11740 * net/network-stream.el (network-stream-open-starttls):
11741 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
11742 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
11743
40098786
LMI
11744 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
11745 to binary to possibly avoid line encoding issues on Windows (among
11746 other things).
11747
468d09d4
LMI
117482011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
11749
11750 * net/network-stream.el (open-network-stream): Return an :error
11751 saying what the problem was, if possible.
11752
11753 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
11754 server.
11755
11756 * net/network-stream.el (network-stream-open-starttls): If we
11757 wanted to use STARTTLS, and the server offered it, but we weren't
11758 able to because we had no STARTTLS support, then close the connection.
11759 (open-network-stream): Return an :error element, if present.
11760
16f07dd7
CY
117612011-06-26 Chong Yidong <cyd@stupidchicken.com>
11762
88821ca0
CY
11763 * hl-line.el (hl-line-sticky-flag): Doc fix.
11764 (global-hl-line-sticky-flag): New option (Bug#8323).
11765 (global-hl-line-highlight): Obey it.
11766
16f07dd7
CY
11767 * vc/vc.el (vc-revert-show-diff): Default to t.
11768
6b5ccddf
KM
117692011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
11770
c9d29fb8
SM
11771 * allout-widgets.el (allout-widgets-post-command-business):
11772 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
11773 undecorated when an isearch is continued past, and isearch
11774 automatically collapses them. This leads to "widget leaks", where
11775 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
11776 hidden widgets can slow down cursor travel, substantially.
11777 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
11778 so we're doing without this nicety.
11779
11780 (allout-widgets-tally-string): Don't try to do a hash-table-count
11781 of allout-widgets-tally when it's nil. This eliminates spurious "Error
11782 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
11783 *Messages* when allout-widgets-maintain-tally is t.
11784
355f2e07
MR
117852011-06-26 Martin Rudalics <rudalics@gmx.at>
11786
11787 * window.el (display-buffer-normalize-argument): Rename to
11788 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
11789 LABEL argument. Respect special-display-function when popping up
11790 a new frame. Fix code searching for a window showing the buffer
11791 on another frame.
c9d29fb8
SM
11792 (display-buffer-normalize-specifiers):
11793 Call display-buffer-normalize-arguments.
355f2e07
MR
11794 (display-buffer-in-window): Don't undedicate the window if its
11795 buffer remains the same.
11796 Reported by Drew Adams <drew.adams@oracle.com>.
11797 (display-buffer-alist): Add choice for same-window macro
11798 specfier.
11799 (display-buffer): Mention special meaning of LABEL argument in
11800 doc-string. Fix quoting. Don't pop up a new frame even as
11801 fallback.
11802
7ca8fc42
JB
118032011-06-26 Juanma Barranquero <lekktu@gmail.com>
11804
11805 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
11806 avoid deleting the current window in some cases (bug#8911).
11807
bc312254
AS
118082011-06-26 Andreas Schwab <schwab@linux-m68k.org>
11809
11810 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
11811 (Bug#8934)
11812
2db18f3f
LMI
118132011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
11814
c9d29fb8
SM
11815 * net/network-stream.el (network-stream-open-starttls):
11816 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
11817 (network-stream-open-tls): Ditto.
11818
6302e0d3
LL
118192011-06-26 Leo Liu <sdl.web@gmail.com>
11820
11821 * register.el (registerv): New struct.
11822 (registerv-make): New function.
c9d29fb8
SM
11823 (jump-to-register, describe-register-1, insert-register):
11824 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
11825 struct. (Bug#8415)
11826
5fdd4046
CY
118272011-06-26 Chong Yidong <cyd@stupidchicken.com>
11828
2afef60a
CY
11829 * vc/vc.el (vc-revert-show-diff): New defcustom.
11830 (vc-diff-internal): New arg specifying diff buffer.
11831 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
11832 reuse an existing *vc-diff* buffer (Bug#8927).
11833
5fdd4046
CY
11834 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
11835
e93db24a
GM
118362011-06-26 Glenn Morris <rgm@gnu.org>
11837
11838 * progmodes/f90.el (f90-critical-indent): New option.
11839 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
11840 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
11841 (f90-mode): Doc fix.
11842 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
11843 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
11844 (f90-beginning-of-block, f90-next-block, f90-indent-region)
11845 (f90-match-end): Handle block, critical.
11846
eefff499
GM
118472011-06-25 Glenn Morris <rgm@gnu.org>
11848
f6ba4cc9
GM
11849 * calendar/diary-lib.el (diary-included-files): Doc fix.
11850 (diary-include-files): New function, extracted from
11851 diary-include-other-diary-files and diary-mark-included-diary-files.
11852 (diary-include-other-diary-files, diary-mark-included-diary-files):
11853 Just call diary-include-files.
11854 (diary-mark-entries): Reset diary-included-files on first call.
11855
16712304
GM
11856 * calendar/diary-lib.el (diary-mark-entries)
11857 (diary-mark-included-diary-files):
11858 Visit included diary-files in temp buffers.
11859
5d8e0d43
GM
11860 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
11861 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
11862 (f90-start-block-re, f90-imenu-generic-expression)
11863 (f90-looking-at-program-block-start, f90-no-block-limit):
11864 Add support for submodules.
11865
ccf7a5d5
GM
11866 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
11867 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 11868
11fdef7d 118692011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
11870
11871 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
11872 buffer-file-type before setting its value, to avoid disastrous
eefff499 11873 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 11874
74f53697
JB
118752011-06-25 Juanma Barranquero <lekktu@gmail.com>
11876
11877 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
11878
11879 * ses.el (ses-unload-function):
11880 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
11881
11882 * proced.el (proced-unload-function):
11883 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
11884
18a4ce5e
AR
118852011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
11886
11887 * server.el (server-create-window-system-frame): Add parameters arg.
11888 (server-process-filter): Doc fix. Handle frame-parameters.
11889
519d22cc
JB
118902011-06-25 Juanma Barranquero <lekktu@gmail.com>
11891
11892 Fix bug#8730, bug#8781.
11893
11894 * loadhist.el (unload--set-major-mode): New function.
11895 (unload-feature): Use it.
11896
11897 * progmodes/python.el (python-after-info-look): Add autoload cookie.
11898 (python-unload-function): New function.
11899
c206f5b0
SM
119002011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11901
11902 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
11903
f9ad64f3
GS
119042011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
11905
11906 * net/browse-url.el (browse-url-firefox-program): Add icecat to
11907 the candidates list.
11908
7d0da90e
JB
119092011-06-24 Juanma Barranquero <lekktu@gmail.com>
11910
11911 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
11912
14b4e83d
RS
119132011-06-23 Richard Stallman <rms@gnu.org>
11914
11915 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
11916 (rmail-variables): Set next-error-move-function.
11917 (rmail-what-message): Take argument POS.
11918 (rmail-next-error-move): New function.
11919
273d2baf
SM
119202011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
11921
11922 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
11923 messages for adjacent non-terminals.
11924
56c2cc9a
RS
119252011-06-23 Richard Stallman <rms@gnu.org>
11926
11927 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 11928 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
11929 (rmail-start-mail): Don't specify use of rmail-mail-return;
11930 that's done by mail-bury now.
11931 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 11932
d59eb518
MA
119332011-06-23 Michael Albinus <michael.albinus@gmx.de>
11934
11935 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
11936 SIZE is a number.
11937
02cfc6d6
MR
119382011-06-23 Martin Rudalics <rudalics@gmx.at>
11939
11940 * window.el (get-lru-window, get-mru-window)
11941 (get-largest-window): Never return a minibuffer window.
11942 (display-buffer-pop-up-window): Fix a bug that could lead to
11943 reusing the minibuffer window.
11944 (display-buffer): Pass original specifier argument to
11945 display-buffer-function instead of the normalized one.
11946 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
11947
4e323265
LL
119482011-06-22 Leo Liu <sdl.web@gmail.com>
11949
11950 * minibuffer.el (completing-read-function)
11951 (completing-read-default): Move from minibuf.c
11952
7a70468f
RS
119532011-06-22 Richard Stallman <rms@gnu.org>
11954
50718fc2
RS
11955 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
11956 to Rmail even if not started by a special Rmail command.
11957
7a70468f
RS
11958 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
11959 Copy the buffer currently showing just one message.
11960
297dde5a
RW
119612011-06-22 Roland Winkler <winkler@gnu.org>
11962
11963 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
11964 (bibtex-clean-entry): First delete the old key so that a
11965 customized algorithm for generating the new key does not get
11966 confused by the old key.
11967 (bibtex-url): Obey regexp of first step.
11968 (bibtex-search-entries): Do not use add-to-list with local
11969 list-var.
11970
97bb1093
LMI
119712011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
11972
11973 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
11974 stored a user name, then query for the password first, instead of
11975 waiting for SMTP to give an error message and the trying again.
11976
1c0f1a19
JD
119772011-06-22 Lawrence Mitchell <wence@gmx.li>
11978
11979 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
11980 BUFFER in call-process.
11981
396f7c9d
LMI
119822011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
11983
11984 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
11985 QUIT twice.
ddb7ffee
LMI
11986 (smtpmail-try-auth-methods): Require user name and password from
11987 auth-source.
396f7c9d 11988
8998d1b3
MR
119892011-06-22 Martin Rudalics <rudalics@gmx.at>
11990
11991 * window.el (display-buffer-default-specifiers)
11992 (display-buffer-alist): Remove entries for pop-up-frame-alist.
11993 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 11994 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
11995
11996 * frame.el (pop-up-frame-alist, pop-up-frame-function)
11997 (special-display-frame-alist, special-display-popup-frame):
11998 Remove duplicate declarations. These are now in window.el.
11999
4ea31e07
LMI
120002011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12001
c9d29fb8
SM
12002 * mail/smtpmail.el (smtpmail-via-smtp):
12003 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
12004 server supports it. SMTP servers that support STARTTLS commonly
12005 require it.
12006
12007 * net/network-stream.el (network-stream-open-starttls): Support
12008 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 12009 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 12010
95f41d9a
LMI
12011 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
12012 upgrades with `open-network-stream', and rely solely on
12013 auth-source for all credentials. Big changes throughout the file,
12014 but in particular:
c9d29fb8
SM
12015 (smtpmail-auth-credentials): Remove.
12016 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
12017 (smtpmail-via-smtp): Check for servers saying they want AUTH after
12018 MAIL FROM, too.
95f41d9a 12019
c9d29fb8
SM
12020 * net/network-stream.el (network-stream-open-starttls):
12021 Provide support for client certificates both for external and built-in
4ea31e07
LMI
12022 STARTTLS.
12023 (auth-source): Require.
12024 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
12025 (network-stream-certificate): Change cert-cert to cert and
12026 cert-key to key.
4ea31e07 12027
065ec2c7
MA
120282011-06-21 Michael Albinus <michael.albinus@gmx.de>
12029
12030 * net/tramp-cache.el (top): Don't load the persistency file when
12031 "emacs -Q" has been called.
12032
cd93b359
DR
120332011-06-21 Tim Harper <timcharper@gmail.com>
12034
d8e4b68b
JB
12035 * term/ns-win.el (ns-initialize-window-system):
12036 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
12037 resource to NO as it is not yet supported by the NS port.
12038
ae9c0411
JB
120392011-06-21 Juanma Barranquero <lekktu@gmail.com>
12040
12041 * misc.el (list-dynamic-libraries--refresh): Compute header here...
12042 (list-dynamic-libraries): ...not here.
12043
7f3f739f
LL
120442011-06-21 Leo Liu <sdl.web@gmail.com>
12045
12046 * subr.el (sha1): Implement sha1 using secure-hash.
12047
327c8fb1
MR
120482011-06-21 Martin Rudalics <rudalics@gmx.at>
12049
12050 * window.el (display-buffer-alist): In default value do not
12051 enforce searching a window on any but the selected frame.
12052 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
12053 (display-buffer-select-window): Remove function.
12054 (display-buffer-in-window): When a window on another frame gets
12055 reused, do not select it any more but just raise its frame if
12056 necessary (Bug#8851) and (Bug#8856).
12057 (display-buffer-normalize-options): Handle pop-up-frames related
12058 options more faithfully.
12059 (pop-to-buffer): Don't rely on `display-buffer' selecting the
12060 window if it is on another frame.
c9d29fb8
SM
12061 (display-buffer-alist, display-buffer-default-specifiers):
12062 Don't make new frame unsplittable by default.
9e9de014
MR
12063 (display-buffer-normalize-argument): Fix doc-string typo and use
12064 'same-frame-other-window instead of 'other-window when associating
12065 with display-buffer-macro-specifiers.
327c8fb1 12066
7cf3f556
VB
120672011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
12068
12069 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
12070 New functions.
12071 (5x5-mode-map, 5x5-mode-menu): Bind them.
12072 (5x5-draw-grid): Tweak the solver's rendering.
12073
60a406cf
SM
120742011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12075
12076 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
12077 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
12078
d8e4b68b 120792011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
12080
12081 * menu-bar.el: Use function variable instead of switch-to-buffer.
12082 (menu-bar-select-buffer-function): New variable.
60a406cf 12083 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 12084
478d6f95
SM
120852011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12086
12087 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
12088 variable's status.
12089
ca530739
JD
120902011-06-20 Jan Djärv <jan.h.d@swipnet.se>
12091
12092 * x-dnd.el (x-dnd-version-from-flags)
12093 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
12094 and long as number (Bug#8899).
12095 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
12096
bcd70d97
SM
120972011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12098
60a406cf 12099 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
12100 (completion-try-completion, completion-all-completions): Compute the
12101 metadata argument if it's missing; make it optional (bug#8795).
12102
60a406cf 12103 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
12104 (widget-complete): Use new :completion-function property.
12105 (widget-completions-at-point): New function.
12106 (default): Use :completion-function instead of :complete.
60a406cf
SM
12107 (widget-default-completions): Rename from widget-default-complete;
12108 Rewrite.
bcd70d97
SM
12109 (widget-string-complete, widget-file-complete, widget-color-complete):
12110 Remove functions.
12111 (file, symbol, function, variable, coding-system, color):
12112 * international/mule-cmds.el (default-input-method, charset)
12113 (language-info-custom-alist):
12114 * cus-edit.el (face): Use new property :completions.
12115
12116 * progmodes/pascal.el (pascal-completions-at-point): New function.
12117 (pascal-mode): Use it.
12118 (pascal-mode-map): Use completion-at-point.
12119 (pascal-toggle-completions): Make obsolete.
12120 (pascal-complete-word, pascal-show-completions):
12121 * progmodes/octave-mod.el (octave-complete-symbol):
12122 Redefine as obsolete alias.
12123 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
12124 Signal absence of completion info for old Octave,
12125 (inferior-octave-complete): Redefine as obsolete alias.
12126 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
12127 (meta-completions-at-point): Rename from meta-complete-symbol and
12128 adapt it for use on completion-at-point-functions.
12129 (meta-common-mode): Use it.
12130 (meta-looking-at-backward, meta-match-buffer): Remove.
12131 (meta-complete-symbol): Redefine as obsolete alias.
12132 (meta-common-mode-map): Use completion-at-point.
12133 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
12134 (makefile-mode-map): Use completion-at-point.
12135 (makefile-completions-at-point): Rename from makefile-complete and
12136 adapt it for use on completion-at-point-functions.
12137 (makefile-mode): Use it.
12138 (makefile-complete): Redefine as obsolete alias.
12139
aebf69c8
DD
121402011-06-20 Deniz Dogan <deniz@dogan.se>
12141
12142 * net/rcirc.el: Delete trailing whitespaces once and for all.
12143
bfbbb27d
DC
121442011-06-20 Daniel Colascione <dan.colascione@gmail.com>
12145
12146 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
12147
d264a46b
CY
121482011-06-19 Chong Yidong <cyd@stupidchicken.com>
12149
4ca009e5
CY
12150 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
12151
d264a46b
CY
12152 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
12153
fbf5b3ce
MR
121542011-06-19 Martin Rudalics <rudalics@gmx.at>
12155
12156 * window.el (display-buffer-other-window-means-other-frame):
12157 Call display-buffer-normalize-alist.
12158 (display-buffer-normalize-specifiers-1): Rename to
12159 display-buffer-normalize-argument. New argument other-frame.
12160 Rewrite.
12161 (display-buffer-normalize-specifiers-2): Rename to
12162 display-buffer-normalize-options.
12163 (display-buffer-normalize-alist-1): New function.
12164 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
12165 display-buffer-normalize-alist.
12166 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
12167 (display-buffer-normalize-options-inhibit): New variable.
12168 (display-buffer-normalize-specifiers): Rewrite calling
12169 display-buffer-normalize-alist,
12170 display-buffer-normalize-argument, and
12171 display-buffer-normalize-options. Don't call the latter if
12172 display-buffer-normalize-options-inhibit is non-nil.
12173 (frame-auto-delete): New option.
12174 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
12175 (window-list-no-nils, window-state-ignored-parameters)
12176 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
12177 (window-state-put-1, window-state-put-2, window-state-put):
12178 New functions.
9a028c23
MR
12179 (display-buffer-normalize-options): Move special-display-p group
12180 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 12181
6d10d800
CY
121822011-06-18 Chong Yidong <cyd@stupidchicken.com>
12183
6420d28b
CY
12184 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
12185 groups (Bug#8776).
12186 (rx-submatch-n): New function.
12187 (rx): Document it.
12188
ddb8b596
CY
12189 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
12190 (Bug#8768).
12191
12192 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
12193
77080289
CY
12194 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
12195
61dfb316
CY
12196 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
12197 anytime existing face settings are present (Bug#8889).
12198
6d10d800
CY
12199 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
12200 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
12201 Remove unused argument.
12202
be3fb2b8
MR
122032011-06-18 Martin Rudalics <rudalics@gmx.at>
12204
bcd70d97
SM
12205 * window.el (display-buffer-default-specifiers):
12206 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
12207 pop-up-window-min-width, and another reuse-window specifier
12208 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
12209 (display-buffer-normalize-specifiers-2):
12210 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
12211 pop-up-windows is unset. Add a reuse-window specifier for the
12212 case popping up a new window fails.
12213 (special-display-popup-frame): Remove double quoting.
28dec25a 12214 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 12215
1c6d8c76
SM
122162011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
12217
12218 * shell.el (shell-completion-vars): Set pcomplete-termination-string
12219 according to comint-completion-addsuffix.
12220
12221 * pcomplete.el: Convert to lexical binding and fix bug#8819.
12222 (pcomplete-suffix-list): Mark as obsolete.
12223 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
12224 pcomplete-seen in the closure.
12225 (pcomplete-comint-setup): Setup completion-at-point as well.
12226 (pcomplete--entries): New function.
12227 (pcomplete--env-regexp): New var.
12228 (pcomplete-entries): Rewrite to work with partial-completion and
12229 without relying on pcomplete-suffix-list.
12230 (pcomplete-pare-list): Remove, unused.
12231
25aef8b8
MR
122322011-06-17 Martin Rudalics <rudalics@gmx.at>
12233
12234 * window.el (display-buffer-alist): Set pop-up-window-min-height
12235 and pop-up-window-min-width in default value. Reported by
12236 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
12237 other-window-means-other-frame.
12238 (display-buffer-macro-specifiers): Comment out entry for
12239 other-window specifier.
12240 (display-buffer-other-window-means-other-frame): New function.
12241 (display-buffer-normalize-specifiers-1): New arguments
12242 buffer-name and label. Treat other-window case specially.
12243 (display-buffer-normalize-specifiers-2): Treat other-window case
12244 specially.
12245 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
12246 (display-buffer-normalize-specifiers):
12247 Call display-buffer-normalize-specifiers-3.
25aef8b8 12248
dbad4f69
MR
122492011-06-17 Martin Rudalics <rudalics@gmx.at>
12250
12251 * window.el (same-window-p): Fix two typos introduced when
12252 adding with-no-warnings.
d1067961
MR
12253 (display-buffer-normalize-specifiers-1): Don't check
12254 pop-up-frames for 'unset initialization.
12255 (display-buffer-normalize-specifiers-2): Major rewrite using
12256 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
12257 (pop-up-frames, display-buffer-reuse-frames)
12258 (display-buffer-mark-dedicated): Don't initialize to 'unset.
12259 Suggested by David Engster <deng@randomsample.de>.
12260 (even-window-heights): Initialize to 'unset.
12261 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
12262 (display-buffer-macro-specifiers): Don't pop up a new frame in the
12263 other window case.
dbad4f69 12264
9b9c9e3a
MR
122652011-06-16 Martin Rudalics <rudalics@gmx.at>
12266
bcd70d97
SM
12267 * window.el (display-buffer-normalize-specifiers-1):
12268 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 12269 second argument of display-buffer (Bug#8865).
981d5c09
MR
12270 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
12271 (switch-to-buffer-other-window-same-frame)
12272 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
12273 Adams (Bug#8875).
9c2755e9
MR
12274 (display-buffer): Don't check noninteractive when calling
12275 display-buffer-pop-up-frame.
12276 (display-buffer-pop-up-frame): Never pop up a frame in
12277 noninteractive mode (Bug#8857).
67222e1d
MR
12278 (enlarge-window, shrink-window): Don't report an error when the
12279 window can't be resized as requested (Bug#8862).
9b9c9e3a 12280
2b75be67
SM
122812011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12282
9ffdd3ba
SM
12283 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
12284
cb581a67
SM
12285 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
12286
2b75be67
SM
12287 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
12288
8c0e3589
AM
122892011-06-15 Alan Mackenzie <acm@muc.de>
12290
cb581a67
SM
12291 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
12292 for declarators, disable knr checking to speed up for normal files.
12293 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 12294
b96e6cde
LMI
122952011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12296
4bba86e6
LMI
12297 * net/network-stream.el (open-network-stream): Add the keyword
12298 :always-query-capabilities for the case where you want to force a
12299 `plain' network connection, but the protocol still requires the
12300 capabilitiy command (i.e., SMTP and EHLO).
12301
2b75be67 12302 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
12303 consistency with other `-live-p' functions.
12304
efdcdbf8
SM
123052011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12306
12307 * window.el (same-window-buffer-names, same-window-regexps)
12308 (special-display-frame-alist, special-display-popup-frame)
12309 (special-display-function, special-display-buffer-names)
12310 (special-display-regexps, pop-up-frame-alist)
12311 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
12312 (pop-up-windows, split-window-preferred-function)
12313 (split-height-threshold, split-width-threshold, even-window-heights)
12314 (display-buffer-mark-dedicated): Don't encourage the use of
12315 display-buffer-alist from Elisp code.
12316
c5cde042
DN
123172011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
12318
12319 * progmodes/python.el (python-mode): Derive from prog-mode.
12320 * progmodes/ps-mode.el (ps-mode):
12321 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 12322 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
12323 * progmodes/ld-script.el (ld-script-mode): Likewise.
12324
baa1c9ab
MR
123252011-06-15 Martin Rudalics <rudalics@gmx.at>
12326
12327 * window.el (display-buffer-alist): Trim default value to avoid
12328 popping up a new frame (Bug#8857) or reusing an arbitrary window
12329 on another frame.
12330 (display-buffer): Do not fall back on popping up a new frame in
12331 batch mode (Bug#8857).
12332
c5dd5a51
CY
123332011-06-14 Chong Yidong <cyd@stupidchicken.com>
12334
12335 * cus-theme.el (describe-theme-1): Use custom-theme-p.
12336 (custom-theme-summary): New function.
12337 (customize-themes): Use it.
12338
d647b7c4
GM
123392011-06-13 Glenn Morris <rgm@gnu.org>
12340
12341 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
12342
9481c002
MR
123432011-06-13 Martin Rudalics <rudalics@gmx.at>
12344
357f93d2
MR
12345 * help.el (help-window): Remove variable.
12346 (help-window-point-marker, temp-buffer-max-height)
12347 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
12348 (help-print-return-message): Don't set help-window.
12349 (resize-temp-buffer-window): Rewrite cod eand doc-string.
12350 (help-window-setup-finish): Remove.
12351 (help-window-display-message, help-window-setup)
12352 (with-help-window): Major rewrite based on new
12353 display-buffer-window variable.
12354
12355 * help-mode.el (help-mode-finish): Remove help-window related
12356 code.
12357
12358 * view.el (view-exits-all-viewing-windows): Remove reference to
12359 view-return-to-alist in doc-string.
12360 (view-return-to-alist): Make obsolete.
12361 (view-buffer): Call pop-to-buffer-same-window and remove
12362 undo-window code.
12363 (view-buffer-other-window): Call pop-to-buffer-other-window and
12364 simplify code. Ignore second argument.
12365 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
12366 simplify code. Ignore second argument.
12367 (view-return-to-alist-update): Make obsolete.
12368 (view-mode-enter): Rename second argument to QUIT-RESTORE.
12369 Rewrite using quit-restore window parameters.
2b75be67
SM
12370 (view-mode-exit): Rename second argument to EXIT-ONLY.
12371 Rewrite using quit-restore-window.
357f93d2
MR
12372 (View-exit, View-exit-and-edit, View-leave, View-quit)
12373 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
12374 appropriate arguments.
12375 (view-end-message): Use quit-restore window parameter.
12376
9481c002
MR
12377 * window.el (display-buffer-function): Rewrite doc-string.
12378 (display-buffer-window, display-buffer-alist): New variables.
12379 (display-buffer-split-specifiers)
12380 (display-buffer-side-specifiers)
12381 (display-buffer-macro-specifiers): New constants.
12382 (display-buffer-even-window-sizes, display-buffer-set-height)
12383 (display-buffer-set-width, display-buffer-select-window)
12384 (display-buffer-in-window, display-buffer-reuse-window)
12385 (display-buffer-split-window-1, display-buffer-split-window)
12386 (display-buffer-split-atom-window, display-buffer-pop-up-window)
12387 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
12388 (display-buffer-in-side-window, normalize-buffer-to-display)
12389 (display-buffer-normalize-specifiers-1)
12390 (display-buffer-normalize-specifiers-2)
2b75be67
SM
12391 (display-buffer-normalize-specifiers, display-buffer-frame):
12392 New functions.
9481c002
MR
12393 (display-buffer): Major rewrite.
12394 (display-buffer-other-window, display-buffer-other-frame)
12395 (pop-to-buffer, switch-to-buffer-other-window)
12396 (switch-to-buffer-other-frame): Rewrite.
12397 (display-buffer-same-window, display-buffer-same-frame)
12398 (display-buffer-same-frame-other-window)
12399 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
12400 (pop-to-buffer-other-window)
12401 (pop-to-buffer-same-frame-other-window)
12402 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
12403 (switch-to-buffer-other-window-same-frame): New functions.
12404 (same-window-p, special-display-p): Rewrite disabling warnings.
12405 Make obsolete.
12406 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
12407 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
12408 Make obsolete
12409 (same-window-buffer-names, same-window-regexps)
12410 (special-display-frame-alist, special-display-popup-frame)
12411 (special-display-function, special-display-buffer-names)
12412 (special-display-regexps, pop-up-frame-alist)
12413 (pop-up-frame-function, split-window-preferred-function)
12414 (split-height-threshold, split-width-threshold)
12415 (even-window-heights): Make obsolete.
12416
9db51aca
GM
124172011-06-12 Glenn Morris <rgm@gnu.org>
12418
12419 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 12420 Misc simplifications.
9db51aca 12421
39cffb44
MR
124222011-06-12 Martin Rudalics <rudalics@gmx.at>
12423
12424 * window.el (window-safely-shrinkable-p): Restore function which
12425 was inadvertently removed in change from 2011-06-11. Declare as
12426 obsolete.
12427
2b75be67
SM
12428 * calendar/calendar.el (calendar-generate-window):
12429 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
12430 window-safely-shrinkable-p.
12431
a8955be7
GM
124322011-06-12 Glenn Morris <rgm@gnu.org>
12433
12434 * progmodes/fortran.el (fortran-mode-syntax-table):
12435 * progmodes/f90.el (f90-mode-syntax-table):
12436 Set % to punctuation. (Bug#8820)
12437 (f90-find-tag-default): Remove, no longer needed.
12438
f0d4059d
DC
124392011-06-12 Daniel Colascione <dan.colascione@gmail.com>
12440
12441 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
12442
1100a63c
CY
124432011-06-11 Chong Yidong <cyd@stupidchicken.com>
12444
12445 * image.el (image-animated-p): Return animation delay in seconds.
12446 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
12447 (image-animate-timeout): Remove DELAY argument. Don't assume
12448 every subimage has the same delay; get it from image-animated-p.
12449 (image-animate): Caller changed.
12450
def722bf
MA
124512011-06-11 Michael Albinus <michael.albinus@gmx.de>
12452
12453 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
12454 to ignored backtrace functions.
12455
0a2bb1a9
GM
124562011-06-11 Glenn Morris <rgm@gnu.org>
12457
12458 * calendar/appt.el (appt-disp-window-function): Doc fix.
12459 (appt-check): Handle overlapping appointments. (Bug#8337)
12460
6198ccd0
MR
124612011-06-11 Martin Rudalics <rudalics@gmx.at>
12462
12463 * window.el (window-tree-1, window-tree): New functions, moving
12464 the latter to window.el.
12465 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
12466 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
12467 (bw-refresh-edges): Remove.
12468 (balance-windows-1, balance-windows-2): New functions.
12469 (balance-windows): Rewrite in terms of window tree functions,
12470 balance-windows-1 and balance-windows-2.
12471 (bw-adjust-window): Remove.
12472 (balance-windows-area-adjust): New function with functionality of
12473 bw-adjust-window but using resize-window.
2b75be67
SM
12474 (set-window-text-height): Rewrite doc-string.
12475 Use normalize-live-window and resize-window.
12476 (enlarge-window-horizontally, shrink-window-horizontally):
12477 Rename argument to DELTA.
6198ccd0
MR
12478 (window-buffer-height): New function.
12479 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
12480 Rewrite using new window resize routines.
2b75be67
SM
12481 (kill-buffer-and-window, mouse-autoselect-window-select):
12482 Use ignore-errors instead of condition-case.
6198ccd0
MR
12483 (quit-window): Call delete-frame instead of delete-windows-on
12484 for the only buffer on frame.
12485
9397e56f
MR
124862011-06-10 Martin Rudalics <rudalics@gmx.at>
12487
12488 * loadup.el (top-level): Load window before files for the sake
12489 of replace-buffer-in-windows.
12490
12491 * files.el (read-buffer-to-switch)
12492 (switch-to-buffer-other-window)
2b75be67
SM
12493 (switch-to-buffer-other-frame, display-buffer-other-frame):
12494 Move to window.el.
9397e56f
MR
12495
12496 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
12497 (previous-buffer): Move to window.el.
12498
12499 * bindings.el (unbury-buffer): Move to window.el.
12500
12501 * window.el (delete-other-windows-vertically): Move after
12502 definition of delete-other-windows.
12503 (other-window, delete-windows-on, replace-buffer-in-windows):
12504 Move here from window.c.
12505 (record-window-buffer, unrecord-window-buffer)
12506 (set-window-buffer-start-and-point, switch-to-prev-buffer)
12507 (switch-to-next-buffer): New functions.
12508 (get-next-valid-buffer, last-buffer, next-buffer): Move here
12509 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
12510 (previous-buffer): Move here from simple.el.
12511 Call switch-to-prev-buffer.
9397e56f
MR
12512 (bury-buffer): Move here from buffer.c. Switch to previous
12513 buffer when window cannot be deleted.
12514 (unbury-buffer): Move here from bindings.el.
12515 (ctl-x-map): Move binding for other-window from window.c to
12516 here.
12517 (read-buffer-to-switch, switch-to-buffer-other-window)
12518 (switch-to-buffer-other-frame): Move here from files.el.
12519 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
12520 (switch-to-buffer): Move here from buffer.c.
12521 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 12522
562dd5e9
MR
125232011-06-10 Martin Rudalics <rudalics@gmx.at>
12524
12525 * window.el (window-min-height, window-min-width): Move here
12526 from window.c. Add defcustoms and rewrite doc-strings.
12527 (resize-mini-window, resize-window): New functions.
12528 (adjust-window-trailing-edge, enlarge-window, shrink-window):
12529 Move here from window.c.
12530 (maximize-window, minimize-window): New functions.
12531 (delete-window, delete-other-windows, split-window): Move here
12532 from window.c.
12533 (window-split-min-size): New function.
12534 (split-window-keep-point): Mention split-window-above-each-other
12535 instead of split-window-vertically.
2b75be67 12536 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
12537 Rename split-window-vertically to split-window-above-each-other
12538 and provide defalias for old definition.
12539 (split-window-side-by-side, split-window-horizontally):
12540 Rename split-window-horizontally to split-window-side-by-side
12541 and provide defalias for the old definition.
562dd5e9
MR
12542 (ctl-x-map): Move bindings for delete-window,
12543 delete-other-windows and enlarge-window here from window.c.
12544 Replace bindings for split-window-vertically and
12545 split-window-horizontally by bindings for
12546 split-window-above-each-other and split-window-side-by-side.
12547
12548 * cus-start.el (all): Remove entries for window-min-height and
12549 window-min-width. Add entries for window-splits and
12550 window-nest.
12551
f0da764a
GM
125522011-06-09 Glenn Morris <rgm@gnu.org>
12553
80675c21
GM
12554 * calendar/appt.el (appt-mode-line): New function.
12555 (appt-check, appt-disp-window): Use it.
12556
f0da764a
GM
12557 * files.el (hack-one-local-variable-eval-safep):
12558 Allow minor-modes with explicit +/-1 arguments.
12559
59f623b7
TZ
125602011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
12561
12562 * term/xterm.el (xterm): Add defgroup.
12563 (xterm-extra-capabilities): Add defcustom to supply known xterm
12564 capabilities, skip querying them, or query them (default).
12565 (terminal-init-xterm): Use it.
12566 (terminal-init-xterm-modify-other-keys): New function to set up
12567 modifyOtherKeys support to simplify `terminal-init-xterm'.
12568
9aab8e0d
MR
125692011-06-09 Martin Rudalics <rudalics@gmx.at>
12570
12571 * window.el (resize-window-reset, resize-window-reset-1)
12572 (resize-subwindows-skip-p, resize-subwindows-normal)
12573 (resize-subwindows, resize-other-windows, resize-this-window)
12574 (resize-root-window, resize-root-window-vertically)
12575 (window-deletable-p, window-or-subwindow-p)
12576 (frame-root-window-p): New functions.
12577
e8b08aee
GM
125782011-06-09 Glenn Morris <rgm@gnu.org>
12579
12580 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
12581 (ange-ftp-get-files): Use it.
12582
254c37a5
AK
125832011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
12584
12585 * mail/sendmail.el (mail-recover-1, mail-recover):
12586 * files.el (recover-file, recover-session):
12587 Handle dired-listing-switches not being just a single short option.
12588
35d7dbd3
GM
125892011-06-09 Glenn Morris <rgm@gnu.org>
12590
12591 * calendar/appt.el (appt-display-message, appt-disp-window):
12592 Handle lists of appointments.
12593
387522b2
MR
125942011-06-08 Martin Rudalics <rudalics@gmx.at>
12595
2b75be67
SM
12596 * window.el (one-window-p): Move down in code.
12597 Rewrite doc-string.
12598 (window-current-scroll-bars): Rewrite doc-string.
12599 Normalize live window argument.
387522b2
MR
12600 (walk-windows, get-window-with-predicate, count-windows):
12601 Rewrite doc-string. Use window-list-1.
12602 (window-in-direction-2, window-in-direction, get-mru-window):
12603 New functions.
12604
d8e4b68b 126052011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
12606
12607 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
12608 Doc fix (Bug#8713).
12609
126102011-06-08 Chong Yidong <cyd@stupidchicken.com>
12611
12612 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
12613
126142011-06-08 Juanma Barranquero <lekktu@gmail.com>
12615
12616 * loadhist.el (unload-feature-special-hooks):
12617 Add `comint-output-filter-functions'.
12618
0de12c52
IK
126192011-06-08 Ivan Kanis <gnu@kanis.fr>
12620
12621 * calendar/appt.el (appt-check): Move some initializations into the let.
12622
f3d1777e
MR
126232011-06-08 Martin Rudalics <rudalics@gmx.at>
12624
12625 * window.el (window-height): Defalias to window-total-height.
12626 (window-width): Defalias to window-body-width.
12627
18af70d0
CY
126282011-06-07 Chong Yidong <cyd@stupidchicken.com>
12629
12630 * image-mode.el (image-toggle-animation): New command.
12631 (image-mode-map): Bind it to RET.
12632 (image-mode): Update message.
12633 (image-toggle-display-image): Avoid a spurious cache flush.
12634 (image-transform-rotation): Doc fix.
12635 (image-transform-properties): Return quickly in the normal case.
12636 (image-animate-loop): Rename from image-animate-max-time.
12637
2b75be67 12638 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
12639 (create-animated-image): Remove unnecessary function.
12640 (image-animate): Rename from image-animate-start. New arg.
2b75be67 12641 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
12642 (image-animate-timer): Use car-safe.
12643 (image-animate-timeout): Rename argument.
12644
190b47e6
MR
126452011-06-07 Martin Rudalics <rudalics@gmx.at>
12646
12647 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
12648 window.c. Rename first argument to ALL-FRAMES.
12649 Rephrase doc-strings.
12650 (get-buffer-window-list): Rewrite using window-list-1.
12651 Rephrase doc-string.
a1511caf
MR
12652 (window-safe-min-height, window-safe-min-width): New constants.
12653 (window-size-ignore, window-min-size, window-min-size-1)
12654 (window-sizable, window-sizable-p, window-size-fixed-1)
12655 (window-size-fixed-p, window-min-delta-1, window-min-delta)
12656 (window-max-delta-1, window-max-delta, window-resizable)
12657 (window-resizable-p, window-total-height, window-total-width)
12658 (window-body-width): New functions.
12659 (window-full-height-p, window-full-width-p): Rewrite using
12660 window-total-size.
12661 (window-body-height): Rewrite using window-body-size.
190b47e6 12662
85cc1f11
MR
126632011-06-06 Martin Rudalics <rudalics@gmx.at>
12664
12665 * window.el (window-right, window-left, window-child)
12666 (window-child-count, window-last-child, window-any-p)
12667 (normalize-live-buffer, normalize-live-frame)
12668 (normalize-any-window, normalize-live-window)
12669 (window-iso-combination-p, window-iso-combined-p)
12670 (window-iso-combinations)
12671 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
12672 (windows-with-parameter, window-with-parameter)
12673 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
12674 (window-atom-check, window-side-check, window-check):
12675 New functions.
85cc1f11
MR
12676 (ignore-window-parameters, window-sides, window-sides-vertical)
12677 (window-sides-slots): New variables.
12678 (window-size-fixed): Move down in code. Minor doc-string fix.
12679
e7156492
AS
126802011-06-05 Andreas Schwab <schwab@linux-m68k.org>
12681
12682 * comint.el (comint-dynamic-complete-as-filename)
12683 (comint-dynamic-complete-filename): Correctly call
12684 completion-in-region.
12685
7e821d0d
DD
126862011-06-05 Deniz Dogan <deniz@dogan.se>
12687
12688 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
12689 in last change.
12690
ac09b8a1
DD
126912011-06-05 Deniz Dogan <deniz@dogan.se>
12692
12693 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
12694 (rcirc): Use it to prompt for encryption.
12695
34699b85
RW
126962011-06-05 Roland Winkler <winkler@gnu.org>
12697
12698 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
12699 (bibtex-search-entries): New command bound to C-c C-a.
12700 (bibtex-display-entries): New function.
12701
004dedd3
RW
127022011-06-05 Roland Winkler <winkler@gnu.org>
12703
12704 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
12705 (bibtex-insert-kill): After yanking insert newline if necessary.
12706 (bibtex-initialize): Call bibtex-string-files-init only once.
12707 (bibtex-mode): Do not call easy-menu-add.
12708 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
12709 (bibtex-yank): Set arg properly if nil.
12710
022fe7ce
RW
127112011-06-05 Roland Winkler <winkler@gnu.org>
12712
2b75be67
SM
12713 * textmodes/bibtex.el (bibtex-search-entry-globally):
12714 New variable.
022fe7ce
RW
12715 (bibtex-search-entry): Use it.
12716
b7c3692a
RW
127172011-06-05 Roland Winkler <winkler@gnu.org>
12718
12719 * textmodes/bibtex.el (bibtex-entry-format): New option
12720 sort-fields.
12721 (bibtex-format-entry, bibtex-reformat): Honor this option.
12722 (bibtex-parse-entry): Return fields in proper order.
12723
8eda563d
JB
127242011-06-05 Juanma Barranquero <lekktu@gmail.com>
12725
12726 * doc-view.el (doc-view-remove-if): Move computation of result out
12727 of `dolist' to silence misleading lexical-binding warning.
12728
7dbe3dbc
CY
127292011-06-04 Chong Yidong <cyd@stupidchicken.com>
12730
12731 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
12732 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
12733
0c33dd17
MA
127342011-06-04 Michael Albinus <michael.albinus@gmx.de>
12735
12736 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
12737 "SunOS 5.10".
12738
f8f91c2b
MA
127392011-06-04 Michael Albinus <michael.albinus@gmx.de>
12740
12741 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
12742 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
12743 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
12744 (tramp-parse-putty):
12745 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
12746 (tramp-completion-function-alist-ssh)
12747 (tramp-completion-function-alist-telnet)
12748 (tramp-completion-function-alist-su)
12749 (tramp-completion-function-alist-putty): Set `tramp-autoload'
12750 cookie.
12751
12752 * net/tramp-ftp.el:
12753 * net/tramp-sh.el:
12754 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
12755 load "tramp.el" `tramp-set-completion-function'.
12756
e17d9003
SM
127572011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
12758
12759 * shell.el: Require and use pcomplete.
12760 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
12761 (shell-completion-vars): Set pcomplete-default-completion-function.
12762
6c4cab03
DD
127632011-06-04 Deniz Dogan <deniz@dogan.se>
12764
12765 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
12766 `memq' (Bug#8799).
12767
ea9fafe0
SM
127682011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
12769
12770 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
12771
b3e945d3
JB
127722011-06-02 Juanma Barranquero <lekktu@gmail.com>
12773
12774 * bs.el (bs--mark-unmark, bs--nth-wrapper):
12775 * mpc.el (mpc-select-extend, mpc-songpointer-context):
12776 * vc/log-view.el (log-view-beginning-of-defun):
12777 * vc/smerge-mode.el (smerge-apply-resolution-patch)
12778 (smerge-refine-forward, smerge-refine-chopup-region):
12779 Silence warning for unused `dotimes' counter variables.
12780
7d520089
SM
127812011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
12782
12783 * net/tramp.el (tramp-with-progress-reporter): Rename from
12784 with-progress-reporter. Use `declare'.
12785 * net/tramp-smb.el:
12786 * net/tramp-sh.el:
12787 * net/tramp-gvfs.el: Update all uses.
12788
a1c2400f
JB
127892011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
12790
12791 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
12792 buffer isn't killed before making it current.
12793
2403c841
SM
127942011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
12795
12796 Silence various byte-compiler warnings.
12797 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
12798 `access-type' and new obsolescence format.
12799 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
12800 new format.
12801 (byte-compile-check-variable): New `access-type' argument.
12802 Only warn if the access-type is obsolete.
12803 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
12804 (byte-compile-variable-set): Adjust callers.
12805 * help-fns.el (describe-variable): Adjust to new obsolescence format.
12806 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
12807 setting it as obsolete.
12808 * simple.el (minibuffer-completing-symbol):
12809 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
12810 access as obsolete.
12811 * minibuffer.el (minibuffer-completing-file-name): Don't make it
12812 obsolete yet.
12813 * international/quail.el (quail-mouse-choose-completion): Remove unused
12814 code referring to obsolete var.
12815 (quail-choose-completion-string): Remove.
12816 * server.el (server-clients-with, server-kill-buffer-query-function)
12817 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
12818 * proced.el (proced-send-signal):
12819 * emacs-lisp/lisp.el (lisp-complete-symbol):
12820 Replace completion-annotate-function with completion-extra-properties.
12821
2462470b
SM
128222011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
12823
fb5b2591
SM
12824 * simple.el (goto-line): Use read-number.
12825 (overriding-map-is-bound): Remove.
12826 (saved-overriding-map): Change default.
12827 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
12828 Take the map as argument.
12829 (universal-argument, negative-argument, digit-argument): Use it.
12830 (restore-overriding-map): Adjust.
12831 (do-auto-fill): Use fill-forward-paragraph.
12832 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
12833
fd6fa53f
SM
12834 * minibuffer.el (minibuffer-inactive-mode-map): New var.
12835 (minibuffer-inactive-mode): New major mode.
12836 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
12837 the *Messages* buffer" hack.
12838 (mouse-popup-menubar): Don't burp if the event is a normal key.
12839
2462470b
SM
12840 Miscellaneous tweaks.
12841 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
12842 lexical scoping as in subr.el's dolist and dotimes.
12843 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
12844 Silence compiler warning.
12845 * thingatpt.el (forward-whitespace): Trivial coding style fix.
12846 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
12847 * international/ccl.el (ccl-compile): Trivial simplification.
12848 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
12849 * emacs-lisp/testcover.el (testcover-end): Remove spurious
12850 `printflag' argument.
12851 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
12852 Purecopy the whole obsolescence data.
12853
108bf785
LL
128542011-06-01 Leo Liu <sdl.web@gmail.com>
12855
12856 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
12857 improve doc-string as suggested by Marco Pessotto
12858 <melmothx@gmail.com>.
12859 (rcirc-print): Fix last change.
12860
30a23501
SM
128612011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12862
12863 * minibuffer.el (complete-with-action): Return nil for the metadata and
12864 boundaries of non-functional tables.
12865 (completion-table-dynamic): Return nil for the metadata.
12866 (completion-table-with-terminator): Add default case, using
12867 complete-with-action.
12868 (completion--metadata): New function.
12869 (completion-all-sorted-completions, minibuffer-completion-help): Use it
12870 to try and avoid pathological performance problems.
12871 (completion--embedded-envvar-table): Return `category' metadata.
12872
bcd54f83
LMI
128732011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
12874
12875 * subr.el (process-alive-p): New tiny convenience function.
12876
e227544d
SM
128772011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12878
12879 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
12880 content but also its previous major mode.
12881
e8296fdc
HE
128822011-05-31 Helmut Eller <eller.helmut@gmail.com>
12883
4d61f28d 12884 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
12885 *Backtrace* buffer when we exit with C-M-c.
12886
620c53a6
SM
128872011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12888
12889 * minibuffer.el: Add metadata method to completion tables.
12890 (completion-category-overrides): New defcustom.
12891 (completion-metadata, completion--field-metadata)
12892 (completion-metadata-get, completion--styles)
12893 (completion--cycle-threshold): New functions.
12894 (completion-try-completion, completion-all-completions):
12895 Add `metadata' argument to choose completion-styles.
12896 (completion--do-completion): Use metadata to choose cycling.
12897 (completion-all-sorted-completions): Use metadata for sorting.
12898 Remove :completion-cycle-penalty which is not needed any more.
12899 (completion--try-word-completion): Add `metadata' argument.
12900 (minibuffer-completion-help): Check metadata for annotation function
12901 and sorting.
12902 (completion-file-name-table): Return `category' metadata.
12903 (minibuffer-completing-file-name): Make obsolete.
12904 * simple.el (minibuffer-completing-symbol): Make obsolete.
12905 * icomplete.el (icomplete-completions): Pass new `metadata' param to
12906 completion-try-completion.
12907
1257e755
SM
129082011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12909
12910 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
12911
3767e706
LL
129122011-05-30 Leo Liu <sdl.web@gmail.com>
12913
12914 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
12915 (rcirc-print): Decode all incoming messages (bug#8744).
12916 (rcirc-decode-coding-system): Allow value nil for automatic coding
12917 system detection.
3767e706 12918
d1a5d56a
GM
129192011-06-01 Glenn Morris <rgm@gnu.org>
12920
12921 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
12922
e8cbec34
CY
129232011-05-29 Chong Yidong <cyd@stupidchicken.com>
12924
12925 * image.el (image-animate-max-time): Allow nil and t values.
12926 Default to nil.
12927 (create-animated-image): Doc fix.
12928 (image-animate-start): Remove second arg; just use
12929 image-animate-max-time.
12930 (image-animate-timeout): Doc fix. Args changed.
12931
12932 * image-mode.el (image-toggle-display-image): Ensure that the
12933 image spec passed to the animate timer is the same object as in
58179cce 12934 the buffer's display property (Bug#6981).
e8cbec34
CY
12935 (image-transform-properties): Doc fix.
12936
12937 * image.el (image-animate-max-time): Default to nil.
12938
159daf87
MR
129392011-05-29 Martin Rudalics <rudalics@gmx.at>
12940
12941 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
12942 entire buffer list (Bug#8184).
12943
d66c4c7c
CY
129442011-05-29 Chong Yidong <cyd@stupidchicken.com>
12945
12946 * image.el (imagemagick-types-inhibit)
12947 (imagemagick-register-types): Doc fix.
12948
80aec780
DD
129492011-05-29 Deniz Dogan <deniz@dogan.se>
12950
12951 * net/rcirc.el (rcirc): Use the user's stored encryption method by
12952 default.
12953
1dd3c2d9
CY
129542011-05-29 Chong Yidong <cyd@stupidchicken.com>
12955
12956 * select.el: Don't perform clipboard-manager saving in hooks;
12957 leave the hooks empty.
12958
60e56523
LL
129592011-05-28 Leo Liu <sdl.web@gmail.com>
12960
12961 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
12962 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
12963 (occur-edit-mode): New major mode (Bug#8463).
12964 (occur-after-change-function): New function.
12965 (occur-engine): Give Occur tags a read-only property.
12966
2b1e1a22
KR
129672011-05-28 Kevin Ryde <user42@zip.com.au>
12968
12969 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
12970
5d344e88
CY
129712011-05-28 Chong Yidong <cyd@stupidchicken.com>
12972
8e6ca83d
CY
12973 * bindings.el (help-echo): Make the initial non-indicator dash
12974 empty on graphical terminals (Bug#7295).
12975
5d344e88
CY
12976 * files.el (auto-mode-alist): Move config rule after the
12977 in-stripping one (Bug#8547).
12978
bfbbace7
CY
12979 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
12980
fbeba6e2
CY
12981 * startup.el (normal-splash-screen): Remove gratuitous mode-line
12982 setting (Bug#8740).
12983
60ed8c72
AA
129842011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
12985
4ac619f0
AA
12986 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
12987 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
12988 (Bug#8539).
60ed8c72 12989
23db196e
CY
129902011-05-28 Chong Yidong <cyd@stupidchicken.com>
12991
12992 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
12993
5012f24c
DK
129942011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
12995
12996 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
12997 (hs-hide-block-at-point, hs-find-block-beginning)
12998 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
12999 (Bug#8279).
13000
6a639b16
GM
130012011-05-28 Glenn Morris <rgm@gnu.org>
13002
13003 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
13004
d43eaf2c
CY
130052011-05-28 Chong Yidong <cyd@stupidchicken.com>
13006
5199bde1
CY
13007 * help-fns.el (describe-function-1): If the function is a derived
13008 major mode, print the parent mode.
13009
d43eaf2c
CY
13010 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
13011 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
13012
423428a8
SM
130132011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13014
0ff8e1ba 13015 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 13016 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
13017 * progmodes/etags.el (tags-completion-at-point-function):
13018 * info-look.el (info-lookup-completions-at-point): Mark as
13019 non-exclusive.
13020 (info-complete): Adjust accordingly.
13021
423428a8
SM
13022 * info-look.el: Convert to lexical-binding and completion-at-point.
13023 (info-lookup-completions-at-point): New function.
13024 (info-complete): Use it and completion-in-region.
13025
b74aa22b
DA
130262011-05-28 Drew Adams <drew.adams@oracle.com>
13027
13028 * isearch.el: Let M-e start with point at the first mismatched char.
13029 (isearch-fail-pos): New function.
13030 (isearch-edit-string): Use it.
13031
66e2e71d
DK
130322011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
13033
13034 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
13035
b1890b0f 130362011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
13037
13038 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
13039 traversal functions for avl-trees.
13040 (avl-tree--stack): New struct.
13041 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
13042 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
13043 (avl-tree--do-enter): Add optional `updatefun' arg.
13044 Change return value.
eb95d01d 13045 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
13046 (avl-tree--do-delete): Add `test' and `nilflag' args.
13047 Change return value.
eb95d01d
TC
13048 (avl-tree-member): Add optional `nilflag'
13049 (avl-tree-member-p): New function.
13050 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
13051 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
13052 (avl-tree-stack-empty-p): New functions.
13053
3769ddcf
TC
13054 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
13055 avl-tree--del-balance1 and make it work both ways.
13056 (avl-tree--del-balance2): Remove.
13057 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
13058 make it work both ways.
13059 (avl-tree--enter-balance2): Remove.
13060 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
13061 New macros.
13062 (avl-tree--mapc, avl-tree-map): Add direction argument.
13063
eb95d01d 130642011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
13065
13066 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
13067
a9f737ee
CY
130682011-05-27 Chong Yidong <cyd@stupidchicken.com>
13069
13070 * select.el: Support clipboard managers with built-in function
13071 x-clipboard-manager-save, via delete-frame-functions and
13072 kill-emacs-hook.
13073 (xselect-convert-to-targets): Add MULTIPLE target to list.
13074 (xselect-convert-to-save-targets): New function.
13075
c92a1e54
KH
130762011-05-27 Kenichi Handa <handa@m17n.org>
13077
13078 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
13079 let-binding rfc2047-encode-encoded-words to nil.
13080
e145f188
GM
130812011-05-27 Glenn Morris <rgm@gnu.org>
13082
5ec8a862
GM
13083 * mail/emacsbug.el: Don't require url-util.
13084
4b29d9fb
GM
13085 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
13086
e145f188
GM
13087 * files.el (set-auto-mode):
13088 Also respect mode: entries at the end of the file. (Bug#8586)
13089
7d15102b
GM
130902011-05-26 Glenn Morris <rgm@gnu.org>
13091
98f593b8
GM
13092 * files.el (hack-local-variables-prop-line, hack-local-variables):
13093 Downcase mode names, as seems to be traditional.
27b48e63 13094 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 13095
7d15102b
GM
13096 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
13097 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
13098
51d5b4ec
JD
130992011-05-25 Julien Danjou <julien@danjou.info>
13100
13101 * textmodes/rst.el (rst-define-level-faces): Do not define face
13102 symbol if it is already defined.
13103
91513f63
VB
131042011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
13105
13106 * play/5x5.el (5x5-new-game, 5x5-randomize):
13107 Reset 5x5-solver-output to nil when a new grid is cast.
13108 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
13109 these debugging traces, as defmacro breaks the compiled code.
13110
4d90d6d0
DK
131112011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
13112
13113 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
13114
e1b90ef6
LL
131152011-05-24 Leo Liu <sdl.web@gmail.com>
13116
13117 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
13118 (vc-bzr-sha1): Adapt.
13119
d8e4b68b 13120 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
13121
13122 * bindings.el: Provide sha1 feature.
13123
db0406bb 131242011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
13125
13126 * mail/sendmail.el: Require `rfc2047'.
13127 (mail-insert-from-field): Do not perform RFC2047 encoding.
13128 (mail-encode-header): New function.
13129 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
13130 buffer to the return value of select-message-coding-system.
13131 Call mail-encode-header.
b8d747b9
KH
13132
13133 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
13134
db0406bb 131352011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 13136
4d90d6d0
DK
13137 * mail/supercite.el (sc-default-cite-frame):
13138 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 13139
eb8a5e9b
GM
131402011-05-24 Glenn Morris <rgm@gnu.org>
13141
f8630703
GM
13142 * progmodes/python.el (brm-menu): Declare.
13143
8831bbed
GM
13144 * emulation/viper.el (viper-set-hooks): Declare.
13145
eb8a5e9b
GM
13146 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
13147 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
13148 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
13149 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
13150 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
13151 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
13152
a2a25d24
SM
131532011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
13154
13155 Add an :exit-function for completion-at-point.
13156
13157 * minibuffer.el (completion--done): New fun.
13158 (completion--do-completion): Use it. New arg `expect-exact'.
13159 (minibuffer-complete, minibuffer-complete-word): Don't output message,
13160 since completion--do-completion does it for us now.
13161 (minibuffer-force-complete): Use completion--done and
13162 completion--replace. Handle sole-completion case with more care.
13163 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
13164 (completion-extra-properties): New var.
13165 (completion-annotate-function): Make obsolete.
13166 (minibuffer-completion-help): Adjust accordingly.
13167 Use completion-list-insert-choice-function.
13168 (completion-at-point, completion-help-at-point):
13169 Bind completion-extra-properties.
13170 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
13171 * simple.el (completion-list-insert-choice-function): New var.
13172 (completion-setup-function): Preserve it.
13173 (choose-completion): Pay attention to it, shuffle the code a bit.
13174 (choose-completion-string): New arg `insert-function'.
13175
13176 * textmodes/bibtex.el: Convert to lexical binding.
13177 (bibtex-mode-map): Use completion-at-point.
13178 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
13179 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
13180 (bibtex-complete): Define as obsolete alias.
13181 (bibtex-complete-internal): Remove.
13182 (bibtex-format-entry): Remove unused sub-group in regexp.
13183 * shell.el (shell--command-completion-data)
13184 (shell-environment-variable-completion):
13185 * pcomplete.el (pcomplete-completions-at-point):
13186 * comint.el (comint--complete-file-name-data): Use :exit-function
13187 instead of completion-table-with-terminator so it also works for
13188 choose-completion.
13189
e44e373d
SM
131902011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13191
4f91a816
SM
13192 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
13193
782fc819
SM
13194 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
13195 (bug#8710).
13196
e44e373d
SM
13197 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
13198
381987c3
KM
131992011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
13200
13201 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
13202 customization variable and implement: If non-nil, auto-fill will
13203 be inhibited while on topic's header line.
13204
b776bc70
VB
132052011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
13206
13207 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 13208 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
13209 always have a solution in grid size = 5 cases.
13210 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
13211 (5x5-solver-output, 5x5-log-buffer): New vars.
13212 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
13213 Make these variables buffer local to achieve 5x5 multi-session-ness.
13214 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
13215 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
13216 (5x5-solve-suggest): New funs.
13217 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
13218 randomize a grid so that we ensure that there is always a solution.
13219 (5x5-make-random-grid): Allow other movement than flipping.
13220
7de88b6e
KR
132212011-05-23 Kevin Ryde <user42@zip.com.au>
13222
13223 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 13224 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
13225 advice and passes PREDICATE.
13226
b1ef1257
SM
132272011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13228
bbca48fe
SM
13229 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
13230 byte-compile-lambda if it's actually a lambda.
13231
b1ef1257
SM
13232 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
13233 Fix function quoting. Use backquote better.
13234
92a9cc65
YS
132352011-05-22 Yuanle Song <sylecn@gmail.com>
13236
13237 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
13238 matching (Bug#8516).
13239
f0fb8059
JA
132402011-01-22 Jari Aalto <jari.aalto@cante.net>
13241
13242 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
13243 different face (Bug#8178).
13244
d5b44c93
CY
132452011-05-22 Chong Yidong <cyd@stupidchicken.com>
13246
13247 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
13248 defface (Bug#8144).
13249
79106a44
SM
132502011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
13251
9c848d8a
SM
13252 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
13253 funcall as well (bug#8712). Warn when performing those conversions.
13254 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
13255
79106a44
SM
13256 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
13257
88dfa756
GM
132582011-05-22 Glenn Morris <rgm@gnu.org>
13259
13260 * files.el (hack-local-variables-prop-line): Small simplifications.
13261 (hack-local-variables, hack-local-variables-prop-line):
13262 If MODE-ONLY, return the mode, rather than just `t'.
13263
b7cf2c79
SM
132642011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
13265
13266 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
13267
3f1a8558
GM
132682011-05-21 Glenn Morris <rgm@gnu.org>
13269
7e4ccca3
GM
13270 * files.el (hack-local-variables-prop-line, hack-local-variables):
13271 If only interested in the mode, don't bother doing the other stuff.
13272
637d46ca
GM
13273 * image-mode.el (image-after-revert-hook):
13274 Redraw all frames on which the image is visible. (Bug#8567)
13275
973d955b
GM
13276 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
13277
3f1a8558
GM
13278 * wid-edit.el (widget-checklist-match-inline):
13279 Fix 2011-04-19 change. (Bug#8649)
13280
96479927
SM
132812011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
13282
1dcf791f
SM
13283 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
13284 Also allow singlespace after single-letter capitals followed by a dot.
13285
96479927
SM
13286 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
13287 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
13288
35fd0881
N
132892011-05-20 Nix <nix@esperi.org.uk>
13290
13291 * files.el (basic-save-buffer-2):
13292 Fix handling of break-hardlink-on-save with non-existent files.
13293
82745640
DD
132942011-05-19 Deniz Dogan <deniz@dogan.se>
13295
13296 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 13297 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 13298
4a720484
GM
132992011-05-19 Glenn Morris <rgm@gnu.org>
13300
d1f21341
GM
13301 * progmodes/f90.el (f90-type-def-re):
13302 Handle "type, bind(c)". (Bug#8691)
13303
4a720484
GM
13304 * emacs-lisp/autoload.el (batch-update-autoloads):
13305 Set autoload-excludes by parsing loadup.el rather than Makefiles.
13306
2fb0a219
MA
133072011-05-18 Michael Albinus <michael.albinus@gmx.de>
13308
13309 * net/tramp.el (tramp-process-actions): Set "first-password-request"
13310 property for the correct connection in case of multihops.
13311
e565dd37
GM
133122011-05-18 Glenn Morris <rgm@gnu.org>
13313
c2571358 13314 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
13315 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
13316
e565dd37
GM
13317 Rationalize calendar handling of day and month abbrev-arrays.
13318 * calendar/calendar.el (calendar-customized-p): New function.
13319 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
13320 (calendar-day-name-array, calendar-month-name-array): Doc fix.
13321 Add :set function.
13322 (calendar-abbrev-length, calendar-day-abbrev-array)
13323 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
13324 (calendar-day-abbrev-array, calendar-month-abbrev-array):
13325 Elements may no longer be nil.
13326 (calendar-day-name, calendar-month-name):
13327 Update for changed nature of abbrev arrays.
13328 * calendar/diary-lib.el (diary-name-pattern):
13329 Update for changed nature of abbrev arrays.
13330 (diary-mark-entries-1): Update calendar-make-alist calls.
13331 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
13332 * calendar/cal-html.el (cal-html-day-abbrev-array):
13333 Simply inherit from calendar-day-abbrev-array.
13334
1d99a745
SM
133352011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13336
13337 * progmodes/grep.el (grep-mode): Disable default
13338 compilation-directory-matcher setting (bug#8684).
13339
7c1d9aa0
MA
133402011-05-17 Michael Albinus <michael.albinus@gmx.de>
13341
13342 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
13343 instead of "head" and "tail". There were problems with SunOS 5.9,
13344 and it performs better.
13345
3952e9d8
GM
133462011-05-17 Glenn Morris <rgm@gnu.org>
13347
2dd12e7f
GM
13348 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
13349
e4157b9c
GM
13350 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
13351 Replace obsolete function.
13352
8e249bbd
GM
13353 * shell.el (pcomplete-parse-arguments-function): Declare.
13354
3952e9d8
GM
13355 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
13356 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
13357 (appt-check): Doc fixes.
13358 (appt-disp-window-function, appt-delete-window-function):
13359 Remove needless special case in custom :type.
13360 (appt-display-count): Default to 0, not nil.
13361 (appt-check): Reset appt-display-count to 0, not nil.
13362
c71a0d48 133632011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 13364
c71a0d48
GM
13365 * progmodes/python.el (python-font-lock-keywords):
13366 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 13367
31d55be9
SM
133682011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
13369
13370 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
13371
3bfacb2f
KR
133722011-05-16 Kevin Ryde <user42@zip.com.au>
13373
13374 * info-look.el (makefile-automake-mode): New setups, looking in
13375 automake manual, then makefile-mode.
13376 (makefile-mode): Remove automake manual, have it just in
13377 makefile-automake-mode since there's various things different or
13378 not relevant to plain make.
13379 (makefile-mode): Remove "other-modes" non-existent automake-mode,
13380 believe a hypothetical automake-mode would go to makefile-mode,
13381 not the other way around.
13382
c8e83751
CY
133832011-05-15 Chong Yidong <cyd@stupidchicken.com>
13384
5e9e35cd
CY
13385 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
13386 hunk-end tags (Bug#8672).
13387
c8e83751
CY
13388 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
13389 vc-annotate-show-diff-revision-at-line (Bug#8671).
13390
50b23e5a
GM
133912011-05-14 Glenn Morris <rgm@gnu.org>
13392
7210a739
GM
13393 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
13394 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
13395 (change-log-font-lock-keywords): Also handle multiple author lines
13396 with leading tabs. (Bug#8644)
7210a739 13397
4691905a
GM
13398 * calendar/appt.el (appt-check): Rename some local variables.
13399 Some simplification/reordering.
13400
50b23e5a
GM
13401 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
13402 (feedmail-sendmail-f-doesnt-sell-me-out)
13403 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
13404 (feedmail-debug-sit-for, feedmail-queue-express-hook)
13405 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
13406 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
13407 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
13408 (feedmail-binmail-gnulinuxish-template):
13409 Rename from feedmail-binmail-linuxish-template.
13410 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
13411 Use insert-buffer-substring.
13412
215cda7c
BC
134132011-05-14 Bill Carpenter <bill@carpenter.org>
13414
13415 * mail/feedmail.el (feedmail-patch-level): Increase.
13416 (feedmail-debug): New custom group.
13417 (feedmail-confirm-outgoing-timeout)
13418 (feedmail-sendmail-f-doesnt-sell-me-out)
13419 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
13420 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
13421 (feedmail-sender-line, feedmail-from-line)
13422 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 13423 (feedmail-spray-this-address)
215cda7c
BC
13424 (feedmail-spray-address-fiddle-plex-list)
13425 (feedmail-queue-use-send-time-for-date)
13426 (feedmail-queue-use-send-time-for-message-id)
13427 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
13428 (feedmail-buffer-eating-function):
13429 Doc fixes.
13430 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
13431 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
13432 (feedmail-message-action-scroll-down): New functions.
13433 (feedmail-queue-directory, feedmail-queue-draft-directory):
13434 Use expand-file-name.
13435 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
13436 Remove C-v help entry.
13437 (feedmail-queue-buffer-file-name): New variable.
13438 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
13439 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
13440 (feedmail-message-action-send-strong, feedmail-message-action-edit)
13441 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
13442 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
13443 (feedmail-message-action-toggle-spray)
13444 (feedmail-run-the-queue-no-prompts)
13445 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
13446 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
13447 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
13448 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
13449 (feedmail-envelope-deducer, feedmail-fiddle-from)
13450 (feedmail-fiddle-sender, feedmail-default-date-generator)
13451 (feedmail-fiddle-date, feedmail-fiddle-message-id)
13452 (feedmail-fiddle-spray-address)
13453 (feedmail-fiddle-list-of-spray-fiddle-plexes)
13454 (feedmail-fiddle-list-of-fiddle-plexes)
13455 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
13456 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
13457 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
13458 Change default. Doc fix.
13459 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
13460 (feedmail-binmail-linuxish-template): New constant.
13461 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
13462 Respect feedmail-sendmail-f-doesnt-sell-me-out.
13463 (feedmail-send-it): Add debug call.
13464 Use feedmail-queue-buffer-file-name, and
13465 feedmail-send-it-immediately-wrapper.
13466 (feedmail-message-action-send): Add debug call.
13467 Use feedmail-send-it-immediately-wrapper.
13468 (feedmail-queue-express-to-queue): Add debug call.
13469 Run feedmail-queue-express-hook.
13470 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
13471 (feedmail-message-action-help-blat):
13472 Rename from feedmail-queue-send-edit-prompt-help-first.
13473 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
13474 Check line-endings. Handle errors better.
13475 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
13476 Doc fix. Add debug call.
13477 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
13478 Use feedmail-queue-send-edit-prompt-inner.
13479 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
13480 (feedmail-queue-send-edit-prompt-inner): New function, extracted
13481 from feedmail-queue-send-edit-prompt.
13482 (feedmail-queue-send-edit-prompt-help)
13483 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
13484 (feedmail-tidy-up-slug): Add debug call.
13485 Respect feedmail-queue-slug-suspect-regexp.
13486 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
13487 (feedmail-dump-message-to-queue): Add debug call.
13488 Expand queue-directory.
13489 (feedmail-dump-message-to-queue): Change message slightly.
13490 Use feedmail-say-chatter.
13491 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
13492 (feedmail-send-it-immediately-wrapper): New function.
13493 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
13494 Insert empty string rather than newline. Handle full-frame case.
13495 Use catch/throw. Use feedmail-say-chatter.
13496 (feedmail-fiddle-from): Try mail-host-address.
13497 (feedmail-default-message-id-generator): Doc fix.
13498 Bind system-time-locale. Handle missing end.
13499 (feedmail-fiddle-x-mailer): Add debug call.
13500 Handle feedmail-x-mailer-line being nil.
13501 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
13502 Add debug call. Use buffer-substring-no-properties.
13503 (feedmail-say-debug, feedmail-say-chatter): New functions.
13504 (feedmail-find-eoh): Give an explicit error.
13505
42c7e61e
UJ
135062011-05-13 Ulf Jasper <ulf.jasper@web.de>
13507
c2571358 13508 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 13509 family from helvetica to sans.
c2571358 13510 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
13511 etc/images/newsticker.
13512
c2571358 13513 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
13514 family from helvetica to sans.
13515
13516 * net/newst-plainview.el (newsticker-new-item-face)
13517 (newsticker-old-item-face, newsticker-immortal-item-face)
13518 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 13519 (newsticker-statistics-face): Change default family from
42c7e61e 13520 helvetica to sans.
c2571358 13521 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
13522 etc/images/newsticker.
13523
5d3385a0
JB
13524 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
13525 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
13526 auto-marking.
13527
8497a297
DV
135282011-05-13 Didier Verna <didier@xemacs.org>
13529
13530 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
13531 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
13532 TODO entries.
8497a297
DV
13533 (lisp-lambda-list-keyword-parameter-indentation)
13534 (lisp-lambda-list-keyword-parameter-alignment)
13535 (lisp-lambda-list-keyword-alignment): New customizable user options.
13536 (lisp-indent-defun-method): Improve docstring.
13537 (extended-loop-p): Fix comment.
13538 (lisp-indent-lambda-list-keywords-regexp): New variable.
13539 (lisp-indent-lambda-list): New function.
13540 (lisp-indent-259): Use it.
13541 (lisp-indent-defmethod): Support for more than one
13542 method qualifier and properly indent methods lambda-lists.
13543 (defgeneric): Provide a missing common-lisp-indent-function property.
13544
f278f87f
SM
135452011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
13546
13547 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
13548 bounds for the empty string (bug#8667).
13549
5233edd7
GM
135502011-05-13 Glenn Morris <rgm@gnu.org>
13551
5237a44f
GM
13552 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
13553
8340026c 13554 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 13555 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 13556
5233edd7 13557 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 13558 (appt-time-msg-list): Doc fix.
a5464014 13559 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 13560
92d10796
AS
135612011-05-12 Andreas Schwab <schwab@linux-m68k.org>
13562
13563 * progmodes/ld-script.el (ld-script-keywords)
13564 (ld-script-builtins): Update keywords list.
13565
914a0ae1
SM
135662011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
13567
c89be45f
SM
13568 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
13569
914a0ae1
SM
13570 * shell.el (shell-completion-vars): New function.
13571 (shell-mode):
13572 * simple.el (read-shell-command): Use it.
13573 (blink-matching-open): No need for " [...]" in minibuffer-message.
13574
98dc3df3
GM
135752011-05-12 Glenn Morris <rgm@gnu.org>
13576
13577 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
13578 (appt-check): Simplify.
13579
d2fc7e3d 135802011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 13581
4d61f28d 13582 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
13583 literal "/dev/null".
13584
d2fc7e3d 135852011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
13586
13587 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
13588 Fix typo.
13589
d2fc7e3d 135902011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 13591
3f254caa
SM
13592 * progmodes/which-func.el (which-function):
13593 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
13594 which might not be defined (Bug#8260).
13595
d45885f7
GM
135962011-05-12 Glenn Morris <rgm@gnu.org>
13597
13598 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
13599 Let byte-compile-initial-macro-environment always take precedence.
13600
488086f4
SM
136012011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
13602
13603 * net/rcirc.el: Add support for SSL/TLS connections.
13604 (rcirc-server-alist): New field `encryption'.
13605 (rcirc): Check `encryption' settings.
13606 (rcirc-connect): New arg `encryption'. Use open-network-stream.
13607 Merge make-local-variable into `set'.
13608 (rcirc--connection-open-p): New function.
13609 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
13610 the process is not a network process (e.g. running gnutls-cli).
13611 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
13612 Make rcirc-(en|de)code-coding-system local here.
13613 (rcirc-mode): Merge make-local-variable into `set'.
13614 (rcirc-parent-buffer): Make permanent buffer-local.
13615 (rcirc-multiline-minor-mode): Don't do it here.
13616 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
13617 there's no server buffer.
13618
7d3b9d44
GM
136192011-05-11 Glenn Morris <rgm@gnu.org>
13620
f64049c6
GM
13621 * newcomment.el (comment-kill): Prefix "unused" local.
13622
93c9df73
GM
13623 * term/w32console.el (get-screen-color): Declare.
13624
7d3b9d44
GM
13625 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
13626 Handle symbol elements of byte-compile-initial-macro-environment.
13627
9e2dd53f
LL
136282011-05-10 Leo Liu <sdl.web@gmail.com>
13629
488086f4
SM
13630 * bookmark.el (bookmark-bmenu-mode-map):
13631 Bind bookmark-bmenu-search to `/'.
8b340240 13632
9e2dd53f 13633 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
13634 (footnote-unicode-string, footnote-unicode-regexp): New variable.
13635 (Footnote-unicode): New function.
13636 (footnote-style-alist): Add unicode style to the list.
13637 (footnote-style): Doc fix.
9e2dd53f 13638
79b70037
GM
136392011-05-10 Jim Meyering <meyering@redhat.com>
13640
13641 Fix doubled-word typos.
13642 * international/quail.el (quail-insert-kbd-layout): and and -> and
13643 * kermit.el: and and -> and
13644 * net/ldap.el (ldap-search-internal): to to -> to
13645 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
13646 * progmodes/js.el (js-mode): and and -> and
13647 * textmodes/artist.el (artist-move-to-xy): at at -> at
13648 (artist-draw-region-trim-line-endings): if if -> if
13649 And Safetyc -> Safety.
13650 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
13651
b8f82dc1 136522011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 13653 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
13654
13655 * files.el (hack-one-local-variable-eval-safep):
13656 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
13657
4f99f44b
GM
136582011-05-10 Glenn Morris <rgm@gnu.org>
13659
13660 * calendar/diary-lib.el (diary-list-entries-hook)
13661 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
13662 (diary-nongregorian-marking-hook, diary-list-entries)
13663 (diary-include-other-diary-files, diary-mark-entries)
13664 (diary-mark-included-diary-files): Doc fixes.
13665
84f29e6b
JB
136662011-05-09 Juanma Barranquero <lekktu@gmail.com>
13667
13668 * misc.el: Require tabulated-list.el during compilation.
13669
9bedd73a
CY
136702011-05-09 Chong Yidong <cyd@stupidchicken.com>
13671
488086f4
SM
13672 * progmodes/compile.el (compilation-start):
13673 Run compilation-filter-hook for the async case too.
9bedd73a
CY
13674 (compilation-filter-hook): Doc fix.
13675
797c735c
DD
136762011-05-09 Deniz Dogan <deniz@dogan.se>
13677
13678 * wdired.el: Remove outdated installation comment. Fix usage
13679 comment.
13680
5f4b1dfe
JB
136812011-05-09 Juanma Barranquero <lekktu@gmail.com>
13682
13683 * misc.el: Implement new command `list-dynamic-libraries'.
13684 (list-dynamic-libraries--loaded-only-p): New variable.
13685 (list-dynamic-libraries--refresh): New function.
13686 (list-dynamic-libraries): New command.
13687
4c44026c
CY
136882011-05-09 Chong Yidong <cyd@stupidchicken.com>
13689
488086f4
SM
13690 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13691 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
13692 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
13693 higher priority to avoid clobbering by gnu.
13694
027f966d
CY
136952011-05-08 Chong Yidong <cyd@stupidchicken.com>
13696
13697 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
13698 if the face has existing theme settings (Bug#8454).
13699
085f5d7d
CY
137002011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
13701
488086f4
SM
13702 * progmodes/perl-mode.el (perl-imenu-generic-expression):
13703 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 13704
2a86a00c
RS
13705 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
13706 special file names `.' and `..' (Bug#8259).
13707
d9c54a06
CY
137082011-05-08 Chong Yidong <cyd@stupidchicken.com>
13709
488086f4
SM
13710 * progmodes/grep.el (grep-mode-font-lock-keywords):
13711 Remove buffer-changing entries.
d9c54a06
CY
13712 (grep-filter): New function.
13713 (grep-mode): Add it to compilation-filter-hook.
13714
13715 * progmodes/compile.el (compilation-filter-hook)
13716 (compilation-filter-start): New defvars.
13717 (compilation-filter): Call compilation-filter-hook prior to
13718 updating the process mark.
13719
c4662635
SM
137202011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13721
13722 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
13723
b0512a1d
EZ
137242011-05-07 Eli Zaretskii <eliz@gnu.org>
13725
605c9376
EZ
13726 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
13727 mailclient-send-it even if window-system is nil. (Bug#8595)
13728
c4662635
SM
13729 * term/w32console.el (terminal-init-w32console):
13730 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
13731 background-mode. (Bug#8597)
13732
d1dc2cc2
SM
137332011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13734
13735 Make bytecomp.el understand that defmethod defines funs (bug#8631).
13736 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
13737 New functions.
13738 (defgeneric, eieio--defmethod): Use them.
13739 (eieio-defgeneric): Remove.
13740 (defmethod): Call defgeneric in a way visible to the byte-compiler.
13741
915d1300
GM
137422011-05-07 Glenn Morris <rgm@gnu.org>
13743
a3961c3e
GM
13744 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
13745 Use let rather than let*.
13746 (timeclock-find-discrep): Remove unused local.
13747
314347b9
GM
13748 * calendar/diary-lib.el (diary-comment-start): Doc fix.
13749
915d1300
GM
13750 * calendar/appt.el (appt-time-msg-list): Doc fix.
13751
275b59b0
NF
137522011-05-06 Noah Friedman <friedman@splode.com>
13753
13754 * apropos.el (apropos-print-doc): Only use
13755 emacs-lisp-docstring-fill-column when it is bound to an integer,
13756 per that variable's documentation.
13757
6c19f744
SM
137582011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13759
13760 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 13761 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 13762
60f884b2
GM
137632011-05-06 Glenn Morris <rgm@gnu.org>
13764
5006e634
GM
13765 * calendar/appt.el (appt-message-warning-time): Doc fix.
13766 (appt-warning-time-regexp): New option.
13767 (appt-make-list): Respect appt-message-warning-time.
13768
548d0a63
GM
13769 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
13770 New options.
13771 (diary-add-to-list): Strip comments from the displayed string.
13772 (diary-mode): Set comment-start and comment-end.
13773
60f884b2
GM
13774 * vc/diff-mode.el (smerge-refine-subst): Declare.
13775 (diff-refine-hunk): Don't require smerge-mode when compiling.
13776
989681bb
JB
137772011-05-06 Juanma Barranquero <lekktu@gmail.com>
13778
13779 * simple.el (list-processes): Return nil as the docstring says.
13780
a6bc05e1
MA
137812011-05-05 Michael Albinus <michael.albinus@gmx.de>
13782
13783 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
13784 to "".
13785 (ange-ftp-write-region, ange-ftp-insert-file-contents)
13786 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
13787 determining of binary transfer. (Bug#7383)
13788
23c22e9a
MA
137892011-05-05 Michael Albinus <michael.albinus@gmx.de>
13790
c4662635
SM
13791 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
13792 Fix port computation bug. (Bug#8618)
23c22e9a 13793
0bff894f
GM
137942011-05-05 Glenn Morris <rgm@gnu.org>
13795
b8296902
GM
13796 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
13797
1f522ce8
GM
13798 * simple.el (shell-dynamic-complete-functions)
13799 (comint-dynamic-complete-functions): Declare.
13800
cf5bee67
GM
13801 * net/network-stream.el (gnutls-negotiate):
13802 * simple.el (tabulated-list-print): Fix declarations.
13803
13804 * progmodes/gud.el (syntax-symbol, syntax-point):
13805 Remove unnecessary and incorrect declarations.
13806
0bff894f
GM
13807 * emacs-lisp/check-declare.el (check-declare-scan):
13808 Handle byte-compile-initial-macro-environment in bytecomp.el
13809
9869b3ae
SM
138102011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13811
13812 Fix earlier half-done eieio-defmethod change (bug#8338).
13813 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
13814 Streamline and change calling convention.
13815 (defmethod): Adjust accordingly and simplify.
13816 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
13817 new eieio--defmethod.
13818 (slot-boundp): Minor CSE simplification.
13819
9c1d5ac5
MZ
138202011-05-05 Milan Zamazal <pdm@zamazal.org>
13821
13822 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
13823 (glasses-make-readable): Use glasses-separate-capital-groups.
13824
455c834e
JB
138252011-05-05 Juanma Barranquero <lekktu@gmail.com>
13826
13827 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
13828 (warning-series): Doc fix.
13829 (display-warning): Don't try to create the buffer if we just found it.
13830
9ed7c8cb
CY
138312011-05-04 Chong Yidong <cyd@stupidchicken.com>
13832
13833 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
13834 (autoload-find-generated-file): New function.
13835 (generate-file-autoloads): Bind generated-autoload-file to
13836 buffer-file-name.
9869b3ae
SM
13837 (update-file-autoloads, update-directory-autoloads):
13838 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
13839 output file (Bug#7989).
13840 (batch-update-autoloads): Doc fix.
13841
0898ca10
JB
138422011-05-04 Juanma Barranquero <lekktu@gmail.com>
13843
13844 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
13845
31dfb76c
GM
138462011-05-04 Glenn Morris <rgm@gnu.org>
13847
f330b642
GM
13848 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
13849 function, so it follows changes in calendar-date-style.
13850 (diary-fancy-date-matcher): New function.
13851 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
13852 (diary-fancy-font-lock-fontify-region-function):
13853 Use diary-fancy-date-pattern as a function.
13854
31dfb76c
GM
13855 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
13856 non-numbers for `year' etc pseudo-variables. (Bug#8583)
13857
48e79d6a
TZ
138582011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
13859
13860 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
13861 instead of positional arguments. Allow :keylist and :crlfiles
13862 arguments.
13863 (open-gnutls-stream): Call it.
13864
13865 * net/network-stream.el (network-stream-open-starttls): Adjust to
13866 call `gnutls-negotiate' with :process and :hostname arguments.
13867
dd5a5ee0
SM
138682011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
13869
ef80fc09
SM
13870 * minibuffer.el (completion--message): New function.
13871 (completion--do-completion, minibuffer-complete)
13872 (minibuffer-force-complete, minibuffer-complete-word): Use it.
13873 (completion--do-completion): Don't ignore completion-auto-help when in
13874 icomplete-mode.
13875
dd5a5ee0
SM
13876 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
13877 internal encoding (e.g. tibetan zero is not whitespace).
13878 (global-whitespace-mode): Prefer save-current-buffer.
13879 (whitespace-trailing-regexp): Remove useless save-match-data.
13880 (whitespace-empty-at-bob-regexp): Minor simplification.
13881
b7d22a83
CY
138822011-05-03 Chong Yidong <cyd@stupidchicken.com>
13883
13884 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
13885
5192af46
AM
138862011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13887
13888 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 13889 Use `concat' to create string for insertion.
5192af46 13890
5767d190
SM
138912011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13892
13893 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
13894 Avoid open-line which runs post-self-insert-hook.
13895 (bibtex-fill-entry): Remove unused `end' var.
13896
bf242939
AM
138972011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
13898
5767d190
SM
13899 * textmodes/ispell.el (ispell-add-per-file-word-list):
13900 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 13901
25666126
LL
139022011-05-03 Leo Liu <sdl.web@gmail.com>
13903
13904 * isearch.el (isearch-yank-pop): New command.
5767d190 13905 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
13906 (isearch-forward): Mention it.
13907
52d3c2d0
SM
139082011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13909
1bcace58
SM
13910 * simple.el (minibuffer-complete-shell-command): Remove.
13911 (minibuffer-local-shell-command-map): Use completion-at-point.
13912 (read-shell-command): Setup completion vars here instead.
13913 (read-expression-map): Bind TAB to symbol completion.
13914
52d3c2d0
SM
13915 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
13916 error directly rather via storing it into `results'.
13917
35813471
LL
139182011-05-02 Leo Liu <sdl.web@gmail.com>
13919
13920 * vc/diff.el: Fix description.
13921
e793a940
LMI
139222011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
13923
13924 * server.el (server-eval-at): New function.
13925
8de66e05
LMI
139262011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13927
13928 * net/network-stream.el (open-network-stream): Take a :nowait
13929 parameter and pass it on to `make-network-process'.
13930 (network-stream-open-plain): Ditto.
13931
dcb79f20
AS
139322011-04-30 Andreas Schwab <schwab@linux-m68k.org>
13933
13934 * faces.el (face-spec-set-match-display): Don't match toolkit
13935 options on terminal frames.
13936
14a7fbd8
SM
139372011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
13938
7eabc1be
SM
13939 * progmodes/pascal.el: Use lexical binding.
13940 (pascal-mode-map): Remove author preferences.
13941
14a7fbd8
SM
13942 * pcomplete.el (pcomplete-std-complete): Don't abuse
13943 completion-at-point.
13944
50f84510
JB
139452011-04-28 Juanma Barranquero <lekktu@gmail.com>
13946
6e087a44
JB
13947 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
13948 removing code that has been dead since 1991 or so.
13949
50f84510
JB
13950 * startup.el (command-line): When warning about "_emacs", use a
13951 delayed warning to allow the user to filter it out.
13952
0ba690bd
DD
139532011-04-28 Deniz Dogan <deniz@dogan.se>
13954
13955 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
13956 user has not joined.
13957
08abfaad
SM
139582011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13959
13960 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
13961 aren't any completions at point.
13962
638f053a
JB
139632011-04-28 Juanma Barranquero <lekktu@gmail.com>
13964
13965 * subr.el (display-delayed-warnings): New function.
13966 (delayed-warnings-hook): New variable.
13967
8fff8daa
SM
139682011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13969
08abfaad
SM
13970 * minibuffer.el (completion-at-point, completion-help-at-point):
13971 Don't presume that a given completion-at-point-function will always
13972 use the same calling convention.
13973
8fff8daa
SM
13974 * pcomplete.el (pcomplete-completions-at-point):
13975 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
13976 pcomplete-seen is non-nil.
13977 (pcomplete-comint-setup): Also recognize the new comint/shell
13978 completion functions.
13979 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
13980 pcomplete-seen is non-nil.
13981
841a1577 139822011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 13983
841a1577 13984 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 13985 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 13986 the first character in the entry. This allows for code to add its
211ec907
UJ
13987 own uid to the entry.
13988 (icalendar--convert-float-to-ical): Add export of
13989 `diary-float'-entries save for those with the optional DAY
13990 argument.
13991
2a782793
DC
139922011-04-27 Daniel Colascione <dan.colascione@gmail.com>
13993
13994 * subr.el (shell-quote-argument): Use alternate escaping strategy
13995 when we spot a variable reference in a string.
13996
0438ce91
DC
139972011-04-26 Daniel Colascione <dan.colascione@gmail.com>
13998
13999 * cus-start.el (all): Define customization for debug-on-event.
14000
841a1577 140012011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
14002
14003 * subr.el (shell-quote-argument): Escape correctly under Windows.
14004
d090ed6c
SM
140052011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14006
14007 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
14008
bfd31217
MA
140092011-04-25 Michael Albinus <michael.albinus@gmx.de>
14010
d090ed6c
SM
14011 * net/tramp.el (tramp-process-actions): Add POS argument.
14012 Delete region between POS and (pos).
bfd31217 14013
d090ed6c
SM
14014 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14015 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
14016 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
14017
14018 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
14019 position in `tramp-process-actions' call.
14020
14021 * net/trampver.el: Update release number.
14022
e92f3bd3
SM
140232011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14024
850256b5
SM
14025 * custom.el (defcustom): Obey lexical-binding.
14026
e92f3bd3
SM
14027 Fix octave-inf completion problems reported by Alexander Klimov.
14028 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
14029 Inherit from octave-mode-syntax-table.
14030 (inferior-octave-mode): Set info-lookup-mode.
14031 (inferior-octave-completion-at-point): New function.
14032 (inferior-octave-complete): Use it and completion-in-region.
14033 (inferior-octave-dynamic-complete-functions): Use it as well, and use
14034 comint-filename-completion.
14035 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
14036 symbol elements which shouldn't be word elements.
14037 (octave-font-lock-keywords, octave-beginning-of-defun)
14038 (octave-function-header-regexp): Adjust regexps accordingly.
14039 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
14040
cd22b309
JB
140412011-04-25 Juanma Barranquero <lekktu@gmail.com>
14042
14043 * net/gnutls.el (gnutls-errorp): Declare before first use.
14044
8b492194
TZ
140452011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
14046
14047 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
14048 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 14049 default trustfile exists before going to use it. Add missing
5a5fa834 14050 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
14051 Reported by Claudio Bley <claudio.bley@gmail.com>.
14052 (open-gnutls-stream): Add usage example.
14053
14054 * net/network-stream.el (network-stream-open-starttls): Give host
14055 parameter to `gnutls-negotiate'.
14056 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 14057 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 14058
841a1577 140592011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 14060
cd22b309
JB
14061 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
14062 Use correct match group (bug#8438).
05842630 14063
3ba7869c
CY
140642011-04-24 Chong Yidong <cyd@stupidchicken.com>
14065
512e3ae1
CY
14066 * emacs-lisp/package.el (package-built-in-p): Fix typo.
14067 (package-menu--generate): New arg specifying packages to show.
14068 (package-menu-refresh, package-menu-execute, list-packages):
14069 Callers changed.
14070 (package-show-package-list): New function, replacing deleted
14071 package--list-packages (renamed because it is non-internal).
14072
14073 * finder.el (finder-list-matches): Use package-show-package-list
14074 instead of deleted package--list-packages.
14075
e92f3bd3
SM
14076 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
14077 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
14078 (vc-annotate-mode-map): Bind it to RET.
14079
7031be6d
UR
140802011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
14081
14082 * progmodes/etags.el (next-file): Don't use set-buffer to change
14083 buffers (Bug#8478).
14084
4ef177aa
CY
140852011-04-24 Chong Yidong <cyd@stupidchicken.com>
14086
c8d173eb
CY
14087 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
14088
4ef177aa
CY
14089 * apropos.el (apropos-label-face): Avoid variable-pitch face.
14090 (apropos-accumulator): Doc fix.
14091 (apropos-function, apropos-macro, apropos-command)
14092 (apropos-variable, apropos-face, apropos-group, apropos-widget)
14093 (apropos-plist): Add face property.
14094 (apropos-symbols-internal): Fix indentation.
14095 (apropos-print): Simplify help, and recognize apropos-multi-type.
14096 (apropos-print-doc): Use button-type-get to extract the button's
14097 face property. Fill docstring (Bug#8352).
14098
4ffd0d6b 140992011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
14100
14101 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
14102
c6c32125 14103 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 14104 (mpuz-mode-map): Use mapc.
c6c32125
JB
14105 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
14106 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
14107 Fix typos in docstrings.
14108
58d468b4
JB
14109 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
14110 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
14111
6470c3c6
JB
14112 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
14113
4ffd0d6b 141142011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
14115
14116 * minibuffer.el (completion--do-completion): Avoid the "Next char
14117 not unique" prompt if icomplete-mode is enabled (Bug#5849).
14118
3ad8bad0
CY
14119 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
14120 mouse-2 into unread-command-events, it is interpreted correctly.
14121
71d73c9c 14122 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 14123 (image-toggle-display): Doc fix.
71d73c9c 14124
841a1577 141252011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 14126
4ffd0d6b
GM
14127 * textmodes/page.el (what-page): Use line-number-at-pos to
14128 calculate line number (Bug#6825).
6e1dbaa9 14129
c2fb1b60
JB
141302011-04-22 Juanma Barranquero <lekktu@gmail.com>
14131
14132 * eshell/esh-mode.el (find-tag-interactive): Declare function.
14133 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
14134 Pass argument NO-DEFAULT to `find-tag-interactive'.
14135
e02f48d7
JB
141362011-04-22 Juanma Barranquero <lekktu@gmail.com>
14137
14138 Lexical-binding cleanup.
14139
14140 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
14141 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
14142 * progmodes/ada-prj.el (ada-prj-initialize-values)
14143 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
14144 (ada-prj-show-value):
14145 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
14146 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
14147 (antlr-invalidate-context-cache, antlr-options-menu-filter)
14148 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
14149 * progmodes/bug-reference.el (bug-reference-push-button):
14150 * progmodes/fortran.el (fortran-line-length):
14151 * progmodes/glasses.el (glasses-change):
14152 * progmodes/octave-mod.el (octave-fill-paragraph):
14153 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
14154 (python-pdbtrack-grub-for-buffer, python-sentinel):
14155 * progmodes/sql.el (sql-save-connection):
14156 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
14157 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
14158 Mark unused parameters.
14159
14160 * progmodes/compile.el (compilation--flush-directory-cache)
14161 (compilation--flush-parse, compile-internal): Mark unused parameters.
14162 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
14163 (compilation-next-error-function): Remove unused variable `timestamp'.
14164
14165 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
14166 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
14167
14168 * progmodes/dcl-mode.el (dcl-end-of-command):
14169 Remove unused variable `start'.
14170 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
14171 (dcl-option-value-basic, dcl-option-value-offset)
14172 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
14173 Mark unused parameters.
14174 (dcl-save-local-variable): Remove unused variable `val'.
14175 (mode): Declare.
14176
14177 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
14178 Mark unused parameters.
14179 (delphi-ignore-changes): Move before first use.
14180 (delphi-charset-token-at): Remove unused variable `start'.
14181 (delphi-else-start): Remove unused variable `if-count'.
14182 (delphi-comment-block-start, delphi-comment-block-end):
14183 Remove unused variable `kind'.
14184 (delphi-indent-line): Remove unused variable `new-point'.
14185
14186 * progmodes/ebrowse.el (ebrowse-files-list)
14187 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
14188 Mark unused parameters. Don't quote `lambda'.
14189 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
14190 Don't quote `lambda'.
14191 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
14192 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
14193 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
14194 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
14195 Use `ignore-errors'.
14196 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
14197 (ebrowse-view/find-file-and-search-pattern)
14198 (ebrowse-view/find-member-declaration/definition):
14199 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
14200 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
14201 Rename parameter PREFIX-ARG to PREFIX.
14202 (ebrowse-tags-read-name): Remove unused variables `start' and
14203 `member-info'.
14204 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
14205 to `tags-file'.
14206
14207 * progmodes/etags.el (local-find-tag-hook): Declare.
14208 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
14209 Mark unused parameters.
14210
14211 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
14212 (executable-interpret): Mark unused parameter.
14213
14214 * progmodes/flymake.el (flymake-process-sentinel)
14215 (flymake-after-change-function)
14216 (flymake-create-temp-with-folder-structure)
14217 (flymake-get-include-dirs-dot): Mark unused parameters.
14218 (flymake-safe-delete-directory): Remove unused variable `err'.
14219
14220 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
14221 (speedbar-timer-fn, speedbar-line-text)
14222 (speedbar-change-expand-button-char, speedbar-delete-subblock)
14223 (speedbar-center-buffer-smartly): Declare functions.
14224 (gdb-find-watch-expression): Remove unused variable `array'.
14225 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
14226 (gdb-starting): Mark unused parameters.
14227 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
14228 (gdb-table-string): Remove unused variable `res'.
14229 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
14230 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
14231 (gdb-display-buffer): Remove unused variable `cur-size'.
14232
14233 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
14234 allow lexical-binding compilation.
14235 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
14236 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
14237 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
14238 Mark unused parameters.
14239 (gud-gdb-marker-filter): Remove unused variable `match'.
14240 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
14241 lambda expressions and funcall them, instead of using `fset'.
14242
14243 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
14244 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
14245
14246 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
14247 variable `header-beg'; use `let'.
14248
14249 * progmodes/icon.el (indent-icon-exp): Remove unused variables
14250 `restart', `last-sexp' and `at-do'.
14251
14252 * progmodes/js.el (js--debug): Mark unused parameter.
14253 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
14254 (js--splice-into-items): Remove unused variable `item'.
14255 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
14256
14257 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
14258 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
14259 (makefile-complete): Remove unused variable `try'.
14260 (makefile-fill-paragraph, makefile-match-function-end):
14261 Mark unused parameters.
14262
14263 * progmodes/octave-inf.el (inferior-octave-complete):
14264 Remove unused variable `proc'.
14265 (inferior-octave-output-digest): Mark unused parameter.
14266
14267 * progmodes/perl-mode.el (perl-calculate-indent):
14268 Remove unused variable `err'.
14269
14270 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
14271 (prolog-indent-line): Mark unused parameters.
14272 (prolog-indent-line): Remove unused variable `beg'.
14273
14274 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
14275 (reporter-dont-compact-list): Declare.
14276
14277 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
14278 Remove unused variable `char'.
14279 (sh-debug): Mark unused parameter.
14280 (sh-get-indent-info): Remove unused variable `start'.
14281 (sh-calculate-indent): Remove unused variable `var'.
14282
14283 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
14284 (simula-electric-keyword): Remove unused variable `null'.
14285 (simula-search-backward, simula-search-forward): Remove unused
14286 variables `begin' and `end'.
14287
14288 * progmodes/vera-mode.el (vera-guess-basic-syntax):
14289 Remove unused variable `pos'.
14290 (vera-electric-tab, vera-comment-uncomment-region):
14291 Mark unused parameters.
14292 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
14293
7ede3b65
CY
142942011-04-22 Chong Yidong <cyd@stupidchicken.com>
14295
14296 * emacs-lisp/package.el (package--builtins, package-alist)
14297 (package-load-descriptor, package-built-in-p, package-activate)
14298 (define-package, package-installed-p)
14299 (package-compute-transaction, package-buffer-info)
14300 (package--push): Doc fix. Distinguish more clearly between
14301 version strings and version lists.
14302
121656e9
JB
143032011-04-21 Juanma Barranquero <lekktu@gmail.com>
14304
14305 Lexical-binding cleanup.
14306
14307 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
14308 (5x5-make-mutate-best):
14309 * play/fortune.el (fortune-in-buffer):
14310 * play/gomoku.el (gomoku-init-display):
14311 * play/solitaire.el (solitaire, solitaire-do-check):
14312 * play/tetris.el (tetris-default-update-speed-function):
14313 Mark unused parameters.
14314
14315 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
14316 (bubbles--shift): Remove unused variable `char-org'.
14317 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
14318 (bubbles--show-images): Remove unused variable `char'.
14319
14320 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
14321 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
14322 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
14323 (decipher-analyze-buffer): Use ?\s.
14324 (decipher-make-checkpoint): Remove unused variable `mapping'.
14325
14326 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
14327
14328 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
14329 Remove unused variable `result'; use `let'.
14330
14331 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
14332 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
14333 (gametree-children-shown-p, gametree-compute-reduced-score):
14334 Use `ignore-errors'.
14335
14336 * play/handwrite.el (ps-lpr-switches): Declare.
14337 (handwrite): Remove unused variables `pmin' and `lastp'.
14338
14339 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
14340
14341 * play/landmark.el (landmark-init-display)
14342 (landmark-update-naught-weights): Mark unused parameters.
14343 (landmark-y): Remove unused variable `noise'. Simplify.
14344 (landmark-human-plays): Remove unused variable `score'.
14345
14346 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
14347 (mpuz-try-proposal): Remove unused variable `game'.
14348
14349 * play/zone.el (life-patterns): Declare.
14350
80f499c7
JB
143512011-04-20 Juanma Barranquero <lekktu@gmail.com>
14352
14353 * vc/vc.el (ediff-vc-internal): Declare function.
14354
024ff170
SM
143552011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14356
c0a193ea
SM
14357 * shell.el: Use lexical-binding and std completion UI.
14358 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
14359 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
14360 comint-preoutput-filter-functions rather than on
14361 comint-output-filter-functions.
14362 (shell-command-completion, shell--command-completion-data)
14363 (shell-filename-completion, shell-environment-variable-completion)
14364 (shell-c-a-p-replace-by-expanded-directory): New functions.
14365 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
14366 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
14367 (shell-dynamic-complete-environment-variable): Use them.
14368 (shell-dynamic-complete-as-environment-variable)
14369 (shell-dynamic-complete-as-command): Remove.
14370 (shell-match-partial-variable): Match past point.
14371 * comint.el: Clean up use of completion-at-point-functions.
14372 (comint-completion-at-point): New function.
14373 (comint-mode): Use it completion-at-point-functions.
14374 (comint-dynamic-complete): Make it obsolete.
14375 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
14376 (comint-c-a-p-replace-by-expanded-history): New function.
14377 (comint-dynamic-complete-functions)
14378 (comint-replace-by-expanded-history): Use it.
14379 * minibuffer.el (completion-table-with-terminator): Allow dynamic
14380 termination strings. Try harder to avoid second try-completion.
14381 (completion-in-region-mode-map): Disable bindings that don't work yet.
14382
2dbaa080
SM
14383 * comint.el: Use lexical-binding. Require CL.
14384 (comint-dynamic-complete-functions): Use comint-filename-completion.
14385 (comint-completion-addsuffix): Tweak custom type.
14386 (comint-filename-completion, comint--common-suffix)
14387 (comint--common-quoted-suffix, comint--table-subvert)
14388 (comint--complete-file-name-data): New functions.
14389 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
14390 (comint-dynamic-list-filename-completions): Use them.
14391 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 14392
2dbaa080
SM
14393 * minibuffer.el (completion-in-region-mode):
14394 Keep completion-in-region-mode--predicate global.
14395 (completion-in-region--postch):
14396 Assume completion-in-region-mode--predicate is not null.
14397
c79a6f38
SM
14398 * progmodes/flymake.el (flymake-start-syntax-check-process):
14399 Obey `dir'. Simplify.
14400
024ff170
SM
14401 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
14402 we're in VC after all.
14403
1c6c854e
CS
144042011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
14405
14406 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 14407 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
14408 (vc-version-diff): Use vc-diff-build-argument-list-internal.
14409
bed7f140
SM
144102011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14411
332e62ab
SM
14412 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
14413 add sanity check.
14414
bed7f140
SM
14415 * obsolete/erc-hecomplete.el: Make obsolete.
14416 * obsolete/: Standardize obsolescence info in the header.
14417
f195c582
GM
144182011-04-20 Glenn Morris <rgm@gnu.org>
14419
14420 * calendar/solar.el (solar-horizontal-coordinates):
14421 Use the longitude argument rather than `calendar-longitude'.
14422 (solar-date-next-longitude): Remove unused locals.
14423
cb79b8c0
VJL
144242011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14425
14426 * whitespace.el: New version 13.2.1.
14427
144282011-04-20 felix <EmacsWiki> (tiny change)
14429
d8e4b68b 14430 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
14431 switching between major modes on a file.
14432
602ea69d
SM
144332011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
14434
14435 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
14436 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
14437 multi-line comments as well.
14438
06b60517
JB
144392011-04-19 Juanma Barranquero <lekktu@gmail.com>
14440
14441 Lexical-binding cleanup.
14442
14443 * arc-mode.el (archive-mode-revert):
14444 * cmuscheme.el (scheme-interactively-start-process):
14445 * custom.el (custom-initialize-delay):
14446 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
14447 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
14448 * emacs-lock.el (emacs-lock-clear-sentinel):
14449 * ezimage.el (defezimage):
14450 * follow.el (follow-avoid-tail-recenter):
14451 * fringe.el (set-fringe-mode-1):
14452 * generic-x.el (bat-generic-mode-compile):
14453 * help-mode.el (help-info-variable, help-do-xref)
14454 (help-mode-revert-buffer):
14455 * help.el (view-emacs-todo):
14456 * iswitchb.el (iswitchb-completion-help):
14457 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
14458 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
14459 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
14460 * locate.el (locate-update):
14461 * longlines.el (longlines-encode-region)
14462 (longlines-after-change-function):
14463 * outline.el (outline-isearch-open-invisible):
14464 * ps-def.el (declare-function, charset-dimension, char-width)
14465 (encode-char):
14466 * ps-mule.el (ps-mule-plot-string):
14467 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
14468 (recentf-edit-list-select, recentf-edit-list-validate)
14469 (recentf-open-files-action):
14470 * rect.el (delete-whitespace-rectangle-line)
14471 (rectangle-number-line-callback):
14472 * register.el (window-configuration-to-register)
14473 (frame-configuration-to-register):
14474 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
14475 * select.el (xselect-convert-to-string, xselect-convert-to-length)
14476 (xselect-convert-to-targets, xselect-convert-to-delete)
14477 (xselect-convert-to-filename, xselect-convert-to-charpos)
14478 (xselect-convert-to-lineno, xselect-convert-to-colno)
14479 (xselect-convert-to-os, xselect-convert-to-host)
14480 (xselect-convert-to-user, xselect-convert-to-class)
14481 (xselect-convert-to-name, xselect-convert-to-integer)
14482 (xselect-convert-to-atom, xselect-convert-to-identity):
14483 * subr.el (declare, ignore, process-kill-without-query)
14484 (text-clone-maintain):
14485 * terminal.el (te-get-char, te-tic-sentinel):
14486 * tool-bar.el (tool-bar-make-keymap):
14487 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
14488 * type-break.el (type-break-mode, type-break-noninteractive-query):
14489 * view.el (View-back-to-mark):
14490 * wid-browse.el (widget-browse-action, widget-browse-widget)
14491 (widget-browse-widgets, widget-browse-sexp):
14492 * widget.el (define-widget-keywords):
14493 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
14494 Mark unused parameters.
14495
14496 * align.el (align-adjust-col-for-rule): Mark unused parameter.
14497 (align-areas): Remove unused variable `look'.
14498 (align-region): Remove unused variables `real-end' and `pos-list'.
14499
14500 * apropos.el (apropos-score-doc): Remove unused variable `i'.
14501
14502 * bindings.el (mode-line-modified, mode-line-remote):
14503 Mark unused parameters.
14504 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
14505
14506 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
14507 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
14508
14509 * comint.el (comint-history-isearch-pop-state)
14510 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
14511 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
14512 (comint-substitute-in-file-name): Doc fix.
14513
14514 * completion.el (cmpl-statistics-block): Mark unused parameter.
14515 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
14516 (save-completions-to-file, load-completions-from-file):
14517 Remove unused local variable `e'.
14518
14519 * composite.el (compose-chars): Remove unused variable `len'.
14520 (lgstring-insert-glyph): Remove unused variable `g'.
14521 (compose-glyph-string): Remove unused variables `ascent',
14522 `descent', `lbearing' and `rbearing'.
14523 (compose-glyph-string-relative): Remove unused variables
14524 `lbearing', `rbearing' and `wadjust'.
14525 (compose-gstring-for-graphic): Remove unused variables `header',
14526 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
14527 (compose-gstring-for-terminal): Remove unused variables `header'
14528 and `nchars'. Use `let', not `let*'.
14529
14530 * cus-edit.el (Custom-set, Custom-save, custom-reset)
14531 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
14532 (Custom-buffer-done, custom-buffer-create-internal)
14533 (custom-browse-visibility-action, custom-browse-group-tag-action)
14534 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
14535 (widget-magic-mouse-down-action, custom-toggle-parent)
14536 (custom-add-parent-links, custom-toggle-hide-variable)
14537 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
14538 (custom-toggle-hide-face, face, hook, custom-group-link-action)
14539 (custom-face-menu-create, custom-variable-menu-create, get)
14540 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
14541 (custom-reset-standard-save-and-update): Remove unused variable `value'.
14542 (customize-apropos): Remove unused variable `tests'.
14543 (custom-group-value-create): Remove unused variable `hidden-p'.
14544 (sort-fold-case): Declare.
14545
14546 * cus-theme.el (custom-reset-standard-faces-list)
14547 (custom-reset-standard-variables-list): Declare.
14548 (customize-create-theme, custom-theme-revert, custom-theme-write)
14549 (custom-theme-choose-mode, customize-themes, custom-theme-save):
14550 Mark unused parameters.
14551
14552 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
14553
14554 * delim-col.el (delimit-columns-max): Move defvar before first use.
14555
14556 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 14557 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
14558
14559 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
14560 (auto-insert): Declare.
14561 (desktop-restore-file-buffer): Rename desktop-* parameters;
14562 mark unused ones.
14563 (desktop-create-buffer): Rename desktop-* parameters and bind them.
14564 (desktop-buffer): Rename desktop-* parameters.
14565
14566 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
14567 (dframe-reposition-frame-xemacs, dframe-help-echo)
14568 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
14569 Mark unused parameters.
14570
14571 * dired-aux.el (backup-extract-version-start, overwrite-query)
14572 (overwrite-backup-query, rename-regexp-query)
14573 (rename-non-directory-query): Declare.
14574 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
14575 (dired-add-entry): Remove unused variable `orig-file-name'.
14576 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
14577 Use parameter PRESERVE-TIME instead of accessing dynamic variable
14578 `dired-copy-preserve-time' directly.
14579 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
14580 (dired-insert-subdir-newpos): Rename unused variable `pos'.
14581
14582 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
14583 (dired-virtual-revert, dired-make-relative-symlink):
14584 Mark unused parameters.
14585 (manual-program): Declare.
14586 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
14587 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
14588 wrapped in `with-no-warnings' to avoid replacing one warning by another.
14589
14590 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
14591
14592 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
14593
14594 * echistory.el (electric-history-in-progress, Helper-return-blurb):
14595 Declare.
14596
14597 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
14598
14599 * electric.el (Electric-command-loop): Rename parameter
14600 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
14601
14602 * expand.el (expand-in-literal): Remove unused variable `here'.
14603
14604 * facemenu.el (facemenu-add-new-color):
14605 Remove unused variable `docstring'.
14606
14607 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
14608 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
14609 (face-attr-construct): Mark unused parameter. Doc fix.
14610 (read-color): Remove unused variable `hex-string'.
14611
14612 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
14613 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
14614 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
14615 (display-buffer-other-frame): Remove unused variable `old-window'.
14616 (kill-buffer-hook): Declare.
14617 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
14618 Mark unused parameters.
14619 (after-find-file): Pass 1 to `auto-save-mode', not t.
14620
14621 * files-x.el (auto-insert): Declare.
14622 (modify-file-local-variable-prop-line): Remove unused variable `val'.
14623
14624 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 14625 variable `buf'. Mark unused parameter.
06b60517
JB
14626 (find-lisp-insert-directory): Mark unused parameter.
14627
14628 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
14629 (format-encode-region): Remove unused variables `cur-buf' and `result'.
14630 (format-common-tail): Remove, unused.
14631 (format-deannotate-region): Remove unused variable `loc'.
14632 (format-annotate-region): Remove unused variable `p'.
14633 (format-annotate-single-property-change): Remove unused variables
14634 `default' and `tail'.
14635
14636 * forms.el (read-file-filter): Declare.
14637 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
14638
14639 * frame.el (frame-creation-function-alist): Mark unused parameter.
14640 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
14641
14642 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
14643 Remove unused parameters.
14644 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
14645 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
14646
14647 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
14648 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
14649 (hfy-prepare-tag-map): Mark unused parameters.
14650 (htmlfontify-buffer): Use `called-interactively-p'.
14651
14652 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
14653 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
14654 (ibuffer-do-occur): Mark unused parameters.
14655 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
14656 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
14657
14658 * ibuffer.el: Don't quote `lambda'.
14659 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
14660 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
14661 Mark unused parameters.
14662
14663 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
14664 (ido-completing-read): Mark unused parameters.
14665 (ido-copy-current-word): Mark unused parameters;
14666 remove unused variable `name'.
14667 (ido-sort-merged-list): Remove unused parameter `dirs'.
14668
14669 * ielm.el (ielm-input-sender): Mark unused parameter.
14670 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
14671 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
14672 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
14673 `ielm-string' as a dynamic variable accessible from the IELM prompt.
14674 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
14675
14676 * image-dired.el (image-dired-display-thumbs): Remove unused
14677 variables `curr-file' and `count'.
14678 (image-dired-remove-tag): Remove unused variable `start'.
14679 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
14680 variable `curr-file'
14681 (image-dired-rotate-original): Remove unused variable `temp-file'.
14682 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
14683 Remove unused variable `file'.
14684 (image-dired-gallery-generate): Remove unused variable `curr'.
14685 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
14686
14687 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
14688
14689 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
14690
14691 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
14692
14693 * isearch.el (minibuffer-history-symbol): Declare.
14694 (isearch-edit-string): Remove unused variable `err'.
14695 (isearch-message-prefix, isearch-message-suffix):
14696 Mark unused parameters.
14697
14698 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
14699
14700 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
14701
14702 * makesum.el (double-column): Remove unused variable `cnt'.
14703
14704 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
14705 (ido-ignore-item-temp-list): Declare.
14706
14707 * mouse-drag.el (mouse-drag-throw): Remove unused variables
14708 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
14709 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
14710 (mouse-drag-drag): Remove unused variables `mouse-delta' and
14711 `mouse-col-delta'.
14712
14713 * mouse-sel.el (mouse-extend-internal):
14714 Remove unused variable `orig-window-frame'.
14715
14716 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
14717 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
14718 Move declarations before first use.
14719 (pcomplete-opt): Mark unused parameters; doc fix.
14720
14721 * proced.el (proced-revert): Mark unused parameter.
14722 (proced-send-signal): Remove unused variable `err'.
14723
14724 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
14725 Rename parameter PREFIX-ARG to ARG.
14726 (ps-basic-plot-string, ps-basic-plot-whitespace):
14727 Mark unused parameters.
14728
14729 * replace.el (replace-count): Define.
14730 (occur-revert-function): Mark unused parameters.
14731 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
14732 (isearch-case-fold-search, isearch-string): Declare.
14733 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
14734 bind `case-fold-search'. Remove unused variables `beg' and `end',
14735 and simplify.
14736 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
14737 COUNT and bind `replace-count'.
14738 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
14739 to COUNT.
14740
14741 * savehist.el (print-readably, print-string-length): Declare.
14742
14743 * shadowfile.el (shadow-expand-cluster-in-file-name):
14744 Remove unused variable `cluster'.
14745 (shadow-copy-file): Remove unused variable `i'.
14746 (shadow-noquery, shadow-clusters, shadow-site-cluster)
14747 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
14748 (shadow-define-literal-group, shadow-define-regexp-group)
14749 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
14750
14751 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
14752 (shell): Use `called-interactively-p'.
14753 (shell-directory-tracker): Remove unused variable `chdir-failure'.
14754
14755 * simple.el (compilation-context-lines, comint-file-name-quote-list)
14756 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
14757 (delete-backward-char): Remove unused variable `ocol'.
14758 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
14759 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
14760 (event-apply-hyper-modifier, event-apply-shift-modifier)
14761 (event-apply-control-modifier, event-apply-meta-modifier):
14762 Mark unused parameters.
14763 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
14764 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
14765
14766 * speedbar.el (speedbar-ignored-directory-expressions)
14767 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
14768 (speedbar-find-file, speedbar-dir-follow)
14769 (speedbar-directory-buttons-follow, speedbar-tag-find)
14770 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
14771 (speedbar-buffers-line-directory, speedbar-buffer-click):
14772 Mark unused parameters.
14773 (speedbar-tag-file): Remove unused variable `mode'.
14774 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
14775
14776 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
14777
14778 * talk.el (talk): Remove unused variable `display'.
14779
14780 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
14781 (tar-write-region-annotate): Mark unused parameter.
14782
14783 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
14784 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
14785 Declare them, wrapped in `with-no-warnings' to avoid replacing one
14786 warning by another.
14787
14788 * time-stamp.el (time-stamp-string-preprocess):
14789 Remove unused variable `require-padding'.
14790
14791 * tree-widget.el (widget-glyph-enable): Declare.
14792 (tree-widget-action): Mark unused parameter.
14793
14794 * w32-fns.el (x-get-selection): Mark unused parameter.
14795 (autoload-make-program, generated-autoload-file): Declare.
14796
14797 * wdired.el (wdired-revert): Mark unused parameters.
14798 (wdired-xcase-word): Remove unused variable `err'.
14799
14800 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
14801 (whitespace-help-scroll): Remove unused variable `data-help'.
14802
14803 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
14804 (widget-image-insert, widget-after-change, default)
14805 (widget-default-format-handler, widget-default-notify)
14806 (widget-default-prompt-value, widget-info-link-action)
14807 (widget-url-link-action, widget-function-link-action)
14808 (widget-variable-link-action, widget-file-link-action)
14809 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
14810 (widget-field-prompt-internal, widget-field-action, widget-field-match)
14811 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
14812 (widget-insert-button-action, widget-delete-button-action, visibility)
14813 (widget-documentation-link-action, widget-documentation-string-action)
14814 (widget-const-prompt-value, widget-regexp-match, symbol)
14815 (widget-coding-system-prompt-value)
14816 (widget-key-sequence-value-to-external, sexp)
14817 (widget-sexp-value-to-internal, character, vector, cons)
14818 (widget-choice-prompt-value, widget-boolean-prompt-value)
14819 (widget-color--choose-action): Mark unused parameters.
14820 (widget-item-match-inline, widget-choice-match-inline)
14821 (widget-checklist-match, widget-checklist-match-inline)
14822 (widget-group-match): Rename parameter VALUES to VALS.
14823 (widget-field-value-set): Remove unused variable `size'.
14824 (widget-color-action): Remove unused variables `value' and `start'.
14825
14826 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 14827 variable `dir'. Doc fix.
06b60517
JB
14828 (windmove-find-other-window): Don't pass it.
14829
14830 * window.el (count-windows): Mark unused parameter.
14831 (bw-adjust-window): Remove unused variable `err'.
14832
14833 * woman.el (woman-file-name): Remove unused variable `default'.
14834 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
14835 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
14836 (global-font-lock-mode): Declare.
14837 (woman-decode-region): Mark unused parameter.
14838 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
14839
14840 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
14841 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
14842 (x-dnd-handle-moz-url): Remove unused variable `title'.
14843 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
14844
14845 * xml.el (xml-parse-tag, xml-parse-attlist):
14846 Remove unused variable `pos'.
14847
bc4f7f3d
GM
148482011-04-19 Glenn Morris <rgm@gnu.org>
14849
14850 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
14851 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
14852 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
14853 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
14854 * calendar/cal-html.el (cal-html-insert-minical):
14855 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
14856 (calendar-mark-date-pattern):
14857 Prefix "unused" locals.
14858
14859 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
14860 optional argument `style'.
14861
14862 * calendar/appt.el (appt-make-list):
14863 * calendar/cal-china.el (calendar-chinese-date-string):
14864 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
14865 (diary-hebrew-yahrzeit):
14866 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
14867 * calendar/calendar.el (calendar-generate-window):
14868 * calendar/time-date.el (time-to-days):
14869 Remove unused local variables.
14870
16a43933
CY
148712011-04-18 Chong Yidong <cyd@stupidchicken.com>
14872
14873 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
14874 glyphless-char-display table.
14875 (tabulated-list-glyphless-char-display): New var.
14876
7eed1860
SS
148772011-04-18 Sam Steingold <sds@gnu.org>
14878
14879 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
14880 to acknowledgments.
14881
4d2d1ccd
GM
148822011-04-17 Glenn Morris <rgm@gnu.org>
14883
14884 * calendar/diary-lib.el (diary-sexp-entry):
14885 * calendar/holidays.el (holiday-sexp):
14886 Set debug-on-error rather than the removed stack-trace-on-error.
14887
239da61d
GM
148882011-04-16 Glenn Morris <rgm@gnu.org>
14889
14890 * progmodes/f90.el: Use lexical-binding.
14891 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
14892
8b05752a
SM
148932011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14894
daca8ba5
SM
14895 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
14896 (mail-mode): Setup mailalias completion here instead.
14897 * mail/mailalias.el: Use lexical-binding.
14898 (pattern, mailalias-done): Declare dynamic.
14899 (mail-completion-at-point-function): New function, from mail-complete.
14900 (mail-complete): Use it.
14901 (mail-completion-expand): New function.
14902 (mail-get-names): Use it.
14903 (mail-directory, mail-directory-process, mail-directory-stream):
14904 Don't use `pattern' for lexically bound arg.
14905
6f542485
SM
14906 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
14907
037e7c3f
SM
14908 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
14909 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
14910 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
14911
8b05752a
SM
14912 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
14913 (byte-save-window-excursion, byte-temp-output-buffer-setup)
14914 (byte-interactive-p): Define them again, for use when inlining
14915 old code.
14916
49093f60
JB
149172011-04-15 Juanma Barranquero <lekktu@gmail.com>
14918
14919 * loadup.el: Use `string-to-number', not `string-to-int'.
14920
b5b8e7de
SM
149212011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14922
14923 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
14924 gud-gdb-complete-command.
14925 (gud-gdb-completions): New function, from gud-gdb-complete-command.
14926 (gud-gdb-completion-at-point): New function.
14927 (gud-gdb-completions): Remove.
14928
f42efeb5
MA
149292011-04-14 Michael Albinus <michael.albinus@gmx.de>
14930
49093f60
JB
14931 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
14932 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
14933 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
14934 whether `executable-find' is bound.
f42efeb5
MA
14935
14936 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
14937
e240cc21
SM
149382011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14939
14940 * minibuffer.el (completion-in-region-mode-predicate)
14941 (completion-in-region-mode--predicate): New vars.
14942 (completion-in-region, completion-in-region--postch)
14943 (completion-in-region-mode): Use them.
14944 (completion--capf-wrapper): Also return the hook function.
14945 (completion-at-point, completion-help-at-point):
14946 Adjust and provide a predicate.
c2bd2ab0
SM
14947
14948 Preserve arg names for advice of subr and lexical functions (bug#8457).
14949 * help-fns.el (help-function-arglist): Consolidate the subr and
14950 new-byte-code cases. Add argument `preserve-names' to extract names
14951 from the docstring when needed.
14952 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
14953 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
14954 (ad-arglist): Use help-function-arglist's new arg.
14955 (ad-definition-type): Use cond.
14956
c183f693
JB
149572011-04-13 Juanma Barranquero <lekktu@gmail.com>
14958
06641a47
JB
14959 * autorevert.el (auto-revert-handler):
14960 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
14961 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
14962 Don't quote lambda.
14963
c183f693
JB
14964 * image-mode.el (image-transform-set-scale):
14965 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
14966
1e3b6001
G
149672011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
14968
14969 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 14970 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
14971 Upgrades via gnutls-cli are too slow to be done opportunistically.
14972
2d6af8dd
JB
149732011-04-12 Juanma Barranquero <lekktu@gmail.com>
14974
14975 * dframe.el (dframe-current-frame): Remove spurious quote.
14976
c0749a51
GM
149772011-04-12 Glenn Morris <rgm@gnu.org>
14978
088d0d61
GM
14979 * calendar/cal-tex.el (cal-tex-end-document):
14980 Try to automatically use latin1 input if needed.
14981
c0749a51
GM
14982 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
14983 Don't try to cons a mark onto an empty element.
14984
5c90fde0
LL
149852011-04-11 Leo Liu <sdl.web@gmail.com>
14986
14987 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
14988 buffers.
14989 (ido-kill-buffer-at-head): Support killing virtual buffers.
14990
369e974d
CY
149912011-04-10 Chong Yidong <cyd@stupidchicken.com>
14992
14993 * minibuffer.el (completion-show-inline-help): New var.
14994 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
14995 (minibuffer-force-complete, minibuffer-complete-word):
14996 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
14997
14998 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
14999 to avoid interference from inline help (Bug#5849).
15000
37f1c930
LL
150012011-04-10 Leo Liu <sdl.web@gmail.com>
15002
099c39a4
JB
15003 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
15004 Fix typo.
37f1c930 15005
a32d4040
CY
150062011-04-09 Chong Yidong <cyd@stupidchicken.com>
15007
15008 * image-mode.el (image-toggle-display-image): Signal an error if
15009 not in Image mode.
15010 (image-transform-mode, image-transform-resize)
15011 (image-transform-set-rotation): Doc fix.
daca8ba5 15012 (image-transform-set-resize): Delete.
a32d4040
CY
15013 (image-transform-set-scale, image-transform-fit-to-height)
15014 (image-transform-fit-to-width): Handle image-toggle-display-image
15015 and image-transform-resize directly.
15016
099c39a4 150172011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
15018
15019 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
15020 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
15021 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
15022 (doc-view-mode-map): Add bindings for the new functions.
15023
099c39a4 150242011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 15025
4d61f28d 15026 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
15027 Fix typo in docstring.
15028
3726838a
EZ
150292011-04-08 Eli Zaretskii <eliz@gnu.org>
15030
04f33f1e
EZ
15031 * files.el (file-size-human-readable): Produce one digit after
15032 decimal, like "ls -lh" does.
15033
15034 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
15035 the file size representation.
15036
3726838a
EZ
15037 * simple.el (list-processes): If async subprocesses are not
15038 available, error out with a clear error message.
15039
cbb59342
CY
150402011-04-08 Chong Yidong <cyd@stupidchicken.com>
15041
15042 * help.el (help-form-show): New function, to be called from C.
15043 Put help-form output in a buffer named differently than *Help*.
15044
e3971c44
EZ
150452011-04-08 Eli Zaretskii <eliz@gnu.org>
15046
15047 * files.el (file-size-human-readable): New function.
15048
15049 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
15050 computing the representation inline. Don't require `cl'.
15051
12544bbe
GM
150522011-04-08 Glenn Morris <rgm@gnu.org>
15053
a1de6c6a
GM
15054 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
15055
3c4671f4
GM
15056 * net/browse-url.el (browse-url-firefox):
15057 Test system-type, not system-configuration.
15058
b605679c
GM
15059 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
15060 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
15061 Use log-edit-empty-buffer-p. (Bug#7598)
15062
56442f0c
GM
15063 * net/rlogin.el (rlogin-process-connection-type): Simplify.
15064 (rlogin-mode-map): Initialize in the defvar.
15065 (rlogin): Use ignore-errors.
15066
12544bbe
GM
15067 * replace.el (occur-mode-map): Some fixes for menu items.
15068
eb237b0f
AH
150692011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
15070
15071 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
15072
7d668f2c
CY
150732011-04-06 Chong Yidong <cyd@stupidchicken.com>
15074
e67a13ab
CY
15075 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
15076 issuing unused warnings.
15077
15078 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
15079 macro directly.
15080
7d668f2c
CY
15081 * simple.el: Lisp reimplement of list-processes. Based on an
15082 earlier reimplementation by Leo Liu, but using tabulated-list.el.
15083 (process-menu-mode): New major mode.
15084 (list-processes--refresh, list-processes):
15085 (process-menu-visit-buffer): New functions.
15086
15087 * files.el (save-buffers-kill-emacs): Don't assume any return
15088 value of list-processes, which is undocumented anyway.
15089
a83ec3c9
CY
150902011-04-06 Chong Yidong <cyd@stupidchicken.com>
15091
15092 * emacs-lisp/tabulated-list.el: New file.
15093
e91a96fe
CY
15094 * emacs-lisp/package.el: Use Tabulated List mode.
15095 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
15096 (package-menu-mode): Derive from tabulated-list-mode. Set up the
15097 table format using Tabulated List mode variables.
15098 (package--push): New macro, replacing package-list-maybe-add.
15099 (package-menu--generate): Use package--push. Renamed from
15100 package--generate-package-list.
15101 (package-menu-refresh, list-packages): Use it.
daca8ba5 15102 (package-menu--print-info): Rename from package-print-package.
e91a96fe 15103 Return insertion data instead of inserting it directly.
099c39a4
JB
15104 (package-menu-describe-package, package-menu-execute):
15105 Use tabulated-list-get-id.
e91a96fe
CY
15106 (package-menu-mark-delete, package-menu-mark-install)
15107 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
15108 (package-menu-mark-obsolete-for-deletion):
15109 Use tabulated-list-put-tag.
e91a96fe
CY
15110 (package--list-packages, package-menu-revert)
15111 (package-menu-get-package, package-menu-get-version)
15112 (package-menu-sort-by-column): Functions deleted.
15113 (package-menu-package-list, package-menu-sort-key): Vars deleted.
15114 (package-menu--status-predicate, package-menu--version-predicate)
15115 (package-menu--name-predicate)
15116 (package-menu--description-predicate): Handle arguments in the
15117 Tabulated List format.
15118 (package-list-packages-no-fetch): Call list-packages.
15119
3e214b50
JB
151202011-04-06 Juanma Barranquero <lekktu@gmail.com>
15121
15122 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 15123 (after-find-file): Don't bind it.
3e214b50
JB
15124 (revert-buffer-in-progress-p): New variable.
15125 (revert-buffer): Bind it.
15126 Pass nil for `after-find-file-from-revert-buffer'.
15127
15128 * saveplace.el (save-place-find-file-hook): Use new variable
15129 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
15130
3f0f1700
GM
151312011-04-06 Glenn Morris <rgm@gnu.org>
15132
c0274801
GM
15133 * Makefile.in (AUTOGEN_VCS): New variable.
15134 (autoloads): Use $AUTOGEN_VCS.
15135
3f0f1700
GM
15136 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
15137 * calendar/calendar.el (calendar-mode-map):
15138 Check for toolkit scroll bars. (Bug#8305)
15139
41ea9e48
CY
151402011-04-05 Chong Yidong <cyd@stupidchicken.com>
15141
15142 * minibuffer.el (completion-in-region--postch)
15143 (completion-in-region-mode): Remove unnecessary messages.
15144
6194c800
JB
151452011-04-05 Juanma Barranquero <lekktu@gmail.com>
15146
33256f14
JB
15147 * font-lock.el (font-lock-refresh-defaults):
15148 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
15149 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
15150
6194c800
JB
15151 * info.el (Info-directory-list, Info-read-node-name-2)
15152 (Info-split-parameter-string): Doc fixes.
15153 (Info-virtual-nodes): Reflow docstring.
15154 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
15155 (Info-apropos-toc-nodes, info-finder, Info-get-token)
15156 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
15157 Fix typos in docstrings.
15158 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
15159 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
15160 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
15161 (Info-restore-desktop-buffer): Mark unused parameters.
15162 (Info-directory-find-file, Info-directory-find-node)
15163 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
15164 (Info-virtual-index-find-node, Info-apropos-find-file)
15165 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 15166 Mark unused parameters; fix typos in docstrings.
6194c800
JB
15167 (Info-virtual-index): Remove unused local variable `nodename'.
15168
b87a8200 151692011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 15170
b87a8200
DD
15171 * net/rcirc.el: Update my e-mail address.
15172 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 15173
3b2ff876
CY
151742011-04-05 Chong Yidong <cyd@stupidchicken.com>
15175
15176 * startup.el (command-line): Save the cursor's theme-face
15177 directly, instead of using face-override-spec.
15178
15179 * custom.el (load-theme): Minor optimization in assigning faces.
15180
8d17e7ca
JB
151812011-04-04 Juanma Barranquero <lekktu@gmail.com>
15182
15183 * help-fns.el (describe-variable): Complete all variables having
15184 documentation, including keywords.
15185 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
15186
2fbc1934
JB
151872011-04-04 Juanma Barranquero <lekktu@gmail.com>
15188
15189 Convert to lexical-binding.
15190
15191 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
15192 (bs--get-marked-string, bs--get-modified-string)
15193 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
15194 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
15195 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
15196
15197 * ehelp.el (electric-help-execute-extended)
15198 (electric-help-ctrl-x-prefix):
15199 * hexl.el (hexl-revert-buffer-function):
15200 * linum.el (linum-after-change, linum-after-scroll):
15201 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
15202
15203 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
15204
74f50695
DU
152052011-04-04 Daiki Ueno <ueno@unixuser.org>
15206
15207 * epa-dired.el:
15208 * epa-mail.el:
15209 * epa-hook.el:
15210 * epa-file.el:
15211 * epa.el:
15212 * epg.el: Use lexical binding.
15213
c11325f7
CY
152142011-04-03 Chong Yidong <cyd@stupidchicken.com>
15215
0d9e9a12
CY
15216 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
15217
c11325f7 15218 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
15219 dictionary case for flyspell-mark-duplications-exceptions.
15220 Use regexp matching for languages.
c11325f7
CY
15221 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
15222 default dictionary (Bug#7926).
15223
da91b5f2
CY
152242011-04-02 Chong Yidong <cyd@stupidchicken.com>
15225
099c39a4
JB
15226 * emacs-lisp/package.el (package--with-work-buffer):
15227 Recognize https URLs.
da91b5f2 15228
099c39a4
JB
15229 * net/network-stream.el: Move from gnus/proto-stream.el.
15230 Change prefix to network-stream throughout.
da91b5f2
CY
15231 (open-protocol-stream): Merge into open-network-stream, leaving
15232 open-protocol-stream as an alias. Handle nil BUFFER args.
15233
15234 * subr.el (open-network-stream): Move to net/network-stream.el.
15235
afa8e9f6
GM
152362011-04-02 Glenn Morris <rgm@gnu.org>
15237
1d2e369d
GM
15238 * find-dired.el (find-exec-terminator): New option.
15239 (find-ls-option): Test for -ls support.
15240 (find-ls-subdir-switches): Test for -b in find-ls-option.
15241 (find-dired, find-grep-dired): Doc fixes.
15242 (find-dired): Use find-exec-terminator.
15243
8abb7da8 15244 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
15245 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
15246 (find-name-arg): Remove purecopy.
8abb7da8 15247
f3ca7378
GM
15248 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
15249 (grep-compute-defaults): Check for `-exec COMMAND +' support.
15250 Set grep-find-use-xargs, grep-find-command, and grep-find-template
15251 accordingly. Don't add the null-device if not needed.
15252
afa8e9f6
GM
15253 * files.el (save-some-buffers): Doc fix.
15254
35eae264
EZ
152552011-04-02 Eli Zaretskii <eliz@gnu.org>
15256
15257 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
15258
26b51db5
JB
152592011-04-01 Juanma Barranquero <lekktu@gmail.com>
15260
15261 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
15262 Use `dolist' rather than `mapcar'.
15263
7200d79c
SM
152642011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
15265
03408648 15266 Add lexical binding.
7200d79c 15267
03408648
SM
15268 * subr.el (apply-partially): Use new closures rather than CL.
15269 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
15270 (dolist, dotimes): Use slightly different expansion for lexical code.
15271 (functionp): Move to C.
15272 (letrec): New macro.
15273 (with-wrapper-hook): Use it and apply-partially instead of CL.
15274 (eval-after-load): Preserve lexical-binding.
15275 (save-window-excursion, with-output-to-temp-buffer): Turn them
15276 into macros.
7200d79c 15277
03408648
SM
15278 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
15279
15280 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
15281 than the arglist.
15282 (help-add-fundoc-usage): Don't add `Not documented'.
15283 (help-function-arglist): Handle closures, subroutines, and new
15284 byte-code-functions.
15285 (help-make-usage): Remove leading underscores.
15286 (describe-function-1): Handle closures.
15287 (describe-variable): Use special-variable-p for completion.
15288
15289 * files.el (lexical-binding): Declare safe.
f488fb65 15290
03408648
SM
15291 * emacs-lisp/pcase.el: Don't use destructuring-bind.
15292 (pcase--memoize): Rename from pcase-memoize. Change weakness.
15293 (pcase): Add `let' pattern.
15294 Change memoization so it actually works.
15295 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
15296 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
15297 <let>: New case.
f488fb65 15298
03408648
SM
15299 * emacs-lisp/macroexp.el: Use lexical binding.
15300 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
15301 Don't convert ' to #' without checking that it's indeed quoting
15302 a lambda.
15303
15304 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 15305 Use eval-sexp-add-defvars.
03408648
SM
15306 (eval-sexp-add-defvars): New fun.
15307
15308 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
15309
15310 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
15311 Don't autoload.
15312 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
15313 than the internal `byte-compile-lambda'.
15314 (defmethod): Don't hide code under quotes.
15315 (eieio-defmethod): New `code' argument.
15316
15317 * emacs-lisp/eieio-comp.el: Remove.
15318
15319 * emacs-lisp/edebug.el (edebug-eval-defun)
15320 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
15321 (edebug-toggle): Avoid `eval'.
15322
15323 * emacs-lisp/disass.el (disassemble-internal): Handle new
15324 `closure' objects.
15325 (disassemble-1): Handle new byte codes.
15326
15327 * emacs-lisp/cl.el (pushnew): Silence warning.
15328
15329 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
15330 (cl-byte-compile-throw): Remove.
15331 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
15332
15333 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
15334 closures.
15335
15336 * emacs-lisp/cconv.el: New file.
15337
15338 * emacs-lisp/bytecomp.el: Use lexical binding instead of
15339 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
15340 (byte-compile-initial-macro-environment):
15341 Handle declare-function here.
15342 (byte-compile--lexical-environment): New var.
15343 (byte-stack-ref, byte-stack-set, byte-discardN)
15344 (byte-discardN-preserve-tos): New lap codes.
15345 (byte-interactive-p): Don't use any more.
15346 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
15347 New macros.
15348 (byte-compile-lapcode): Use them and handle new lap codes.
15349 (byte-compile-obsolete): Remove.
15350 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
15351 (byte-compile-arglist-warn): Check late def of inlinable funs.
15352 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
15353 since they should have been expanded by now.
15354 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
15355 (byte-compile-from-buffer): Remove unused second arg.
15356 (byte-compile-preprocess): New function.
15357 (byte-compile-toplevel-file-form): New function to distinguish
15358 file-form calls from outside from file-form calls from hunk-handlers.
15359 (byte-compile-file-form): Simplify.
15360 (byte-compile-file-form-defsubst): Remove.
15361 (byte-compile-file-form-defmumble): Simplify now that
15362 byte-compile-lambda always returns a byte-code-function.
15363 (byte-compile): Preprocess.
15364 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
15365 Remove, not used any more.
15366 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
15367 (byte-compile-make-args-desc): New funs.
15368 (byte-compile-lambda): Handle lexical functions. Always return
15369 a byte-code-function.
15370 (byte-compile-reserved-constants): New var, to make up room for
15371 closed-over variables.
15372 (byte-compile-constants-vector): Obey it.
15373 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
15374 (byte-compile-macroexpand-declare-function): New function.
15375 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
15376 byte-code-functions.
15377 (byte-compile-form): Check obsolescence here.
15378 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
15379 (byte-compile-variable-ref): Remove.
15380 (byte-compile-dynamic-variable-op): New fun.
15381 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
15382 (byte-compile-variable-set): New funs.
15383 (byte-compile-discard): Add 2 args.
15384 (byte-compile-stack-ref, byte-compile-stack-set)
15385 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
15386 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
15387 macroexpand-all instead.
15388 (byte-compile-quote-form): Remove.
15389 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
15390 (byte-compile-bind, byte-compile-unbind): New funs.
15391 (byte-compile-let): Handle let* and lexical binding.
15392 (byte-compile-let*): Remove.
15393 (byte-compile-catch, byte-compile-unwind-protect)
15394 (byte-compile-track-mouse, byte-compile-condition-case):
15395 Handle a new :fun-body form, used for lexical scoping.
15396 (byte-compile-save-window-excursion)
15397 (byte-compile-with-output-to-temp-buffer): Remove.
15398 (byte-compile-defun): Simplify.
15399 (byte-compile-stack-adjustment): New fun.
15400 (byte-compile-out): Use it.
15401 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
15402
15403 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
15404 handler any more.
15405
15406 * emacs-lisp/byte-opt.el: Use lexical binding.
15407 (byte-inline-lapcode): Remove (to bytecomp).
15408 (byte-compile-inline-expand): Pay attention to inlining to/from
15409 lexically bound code.
15410 (byte-compile-unfold-lambda): Don't handle byte-code-functions
15411 any more.
15412 (byte-optimize-form-code-walker): Don't handle save-window-excursion
15413 any more and don't call compiler-macros.
15414 (byte-compile-splice-in-already-compiled-code): Remove.
15415 (byte-code): Don't inline any more.
15416 (disassemble-offset): Receive `bytes' as argument rather than via
15417 dynamic scoping.
15418 (byte-compile-tag-number): Declare before first use.
15419 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
15420 `return' even if make-spliceable.
15421 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
15422 obsolete interactive-p.
15423 (byte-optimize-lapcode): Optimize new lap-codes.
15424 Don't trip up on new form of `byte-constant' lap code.
15425
15426 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
15427
15428 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
15429
15430 * custom.el (custom-initialize-default, custom-declare-variable):
15431 Use `defvar'.
15432
15433 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
15434 New variables.
15435 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
15436 (COMPILE_FIRST): Add macroexp and cconv.
15437 * makefile.w32-in: Mirror changes in Makefile.in.
15438
15439 * vc/cvs-status.el:
15440 * vc/diff-mode.el:
15441 * vc/log-edit.el:
15442 * vc/log-view.el:
15443 * vc/smerge-mode.el:
15444 * textmodes/bibtex-style.el:
15445 * textmodes/css.el:
15446 * startup.el:
15447 * uniquify.el:
da91b5f2
CY
15448 * minibuffer.el:
15449 * newcomment.el:
15450 * reveal.el:
15451 * server.el:
15452 * mpc.el:
15453 * emacs-lisp/smie.el:
15454 * doc-view.el:
15455 * dired.el:
03408648
SM
15456 * abbrev.el: Use lexical binding.
15457
0f0c1f27
EZ
154582011-04-01 Eli Zaretskii <eliz@gnu.org>
15459
15460 * info.el (info-display-manual): New function.
15461
c82b2579
SM
154622011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
15463
15464 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
15465
221ddf68
TH
154662011-03-31 Tassilo Horn <tassilo@member.fsf.org>
15467
15468 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 15469 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 15470
cba6e77e
GM
154712011-03-31 Glenn Morris <rgm@gnu.org>
15472
e040639f
GM
15473 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
15474
cba6e77e
GM
15475 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
15476
6d0f1c9e
CS
154772011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
15478
15479 * progmodes/python.el (python-default-interpreter)
15480 (python-python-command-args, python-jython-command-args)
15481 (python-which-shell, python-which-args, python-which-bufname)
15482 (python-file-queue, python-comint-output-filter-function)
15483 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
15484 variables and functions.
15485
3e2d70fd
SM
154862011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
15487
15488 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
15489 (completion-in-region-mode): New minor mode.
15490 (completion-in-region): Use it.
15491 (completion-in-region--data, completion-in-region-mode-map): New vars.
15492 (completion-in-region--postch): New function.
15493 (completion--capf-misbehave-funs, completion--capf-safe-funs):
15494 New vars.
15495 (completion--capf-wrapper): New function.
15496 (completion-at-point): Use it to track well-behavedness of
15497 hook functions.
15498 (completion-help-at-point): New command.
15499
f3e4086c
JM
155002011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
15501
15502 * vc/add-log.el (add-change-log-entry): Don't use whitespace
15503 syntax class to search for whitespace on a single line
15504 (Message-ID: <4D938140.4030905@redhat.com>).
15505
eb7ffc14
LL
155062011-03-30 Leo Liu <sdl.web@gmail.com>
15507
15508 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
15509 New commands.
15510 (edit-abbrevs-map): Bind them here.
15511 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
15512
d806ab68
KM
155132011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
15514
15515 * allout.el (allout-hide-by-annotation, allout-flag-region):
15516 Reduce possibility of overlay leakage by making them volatile.
15517
15518 * allout-widgets.el (allout-widgets-tally): Define as nil so the
15519 hash is not shared between buffers. Mode initialization is
15520 responsible for giving it a useful starting value.
15521 (allout-item-span): Reduce possibility of overlay leakage by
15522 making them volatile.
15523 (allout-widgets-count-buttons-in-region): Add diagnostic function
15524 for tracking down button overlay leaks.
15525
ea622834
LL
155262011-03-29 Leo Liu <sdl.web@gmail.com>
15527
15528 * ido.el (ido-read-internal): Use the default history var
15529 minibuffer-history if no HISTORY is specified.
15530
b62f8267
G
155312011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
15532
03408648
SM
15533 * net/imap.el (imap-shell-open, imap-process-connection-type):
15534 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
15535 Kerberos, SSL, other subprocesses.
15536
947b6566
LL
155372011-03-28 Leo Liu <sdl.web@gmail.com>
15538
15539 * abbrev.el (abbrev-table-empty-p): New function.
15540 (prepare-abbrev-list-buffer): Place empty abbrev tables after
15541 nonempty ones. (Bug#5937)
15542
5ffb62aa
JD
155432011-03-27 Jan Djärv <jan.h.d@swipnet.se>
15544
15545 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
15546
7a097943
LL
155472011-03-27 Leo Liu <sdl.web@gmail.com>
15548
15549 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
15550 for foreground and background colors.
15551 (ansi-color-make-color-map): Adapt.
15552
c5b40130
LL
155532011-03-25 Leo Liu <sdl.web@gmail.com>
15554
1f48f7d2
LL
15555 * midnight.el (midnight-time-float): Remove. Note it calculates
15556 the microsecond component incorrectly and seconds-to-time does the
15557 same job.
625897ec 15558 Remove redundant (require 'timer).
1f48f7d2 15559
c5b40130
LL
15560 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
15561 (ido-completions): Remove unused arguments. (Bug#8329)
15562
d86d2721
SM
155632011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15564
15565 * minibuffer.el (completion--flush-all-sorted-completions):
15566 Remove itself from hook.
15567 (completion-at-point): Let the functions perform the completion
15568 immediately and return nil or t.
15569 * comint.el (comint-dynamic-complete-functions): Now identical to
15570 completion-at-point-functions.
15571 (comint-dynamic-list-input-ring): Remove unused var `index'.
15572 (comint--match-partial-filename, comint--unquote&expand-filename):
15573 New funs, split from comint-match-partial-filename.
15574 (comint-dynamic-complete): Use completion-at-point.
15575 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
15576
e8974c48
DA
155772011-03-24 Drew Adams <drew.adams@oracle.com>
15578
15579 * thingatpt.el: Support `defun'.
15580
def71b5e
LL
155812011-03-23 Leo Liu <sdl.web@gmail.com>
15582
cb5af48e
LL
15583 * abbrevlist.el: Move to obsolete/abbrevlist.el.
15584
def71b5e
LL
15585 * help-mode.el (help-mode-finish): Tweak regexp.
15586
927c53e7
GM
155872011-03-23 Glenn Morris <rgm@gnu.org>
15588
18d05bed
GM
15589 * eshell/esh-opt.el (eshell-eval-using-options):
15590 Do not bind unused local variable `eshell-option-stub'.
15591
927c53e7
GM
15592 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
15593
9d0da923
JB
155942011-03-22 Juanma Barranquero <lekktu@gmail.com>
15595
15596 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
15597 keymap variable in `with-no-warnings' to avoid a warning when the
15598 keymap has been already `defconst'ed.
15599
4b978a67
LL
156002011-03-22 Leo Liu <sdl.web@gmail.com>
15601
15602 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
15603 encode all chars in abbrevs; otherwise use emacs-mule or
15604 utf-8-emacs. (Bug#8308)
15605
5fd62452
JB
156062011-03-22 Juanma Barranquero <lekktu@gmail.com>
15607
0b1596c6
JB
15608 * simple.el (backward-delete-char-untabify):
15609 Avoid warning about using `delete-backward-char'.
15610
5fd62452
JB
15611 * image.el (image-type-file-name-regexps): Make it variable.
15612 `imagemagick-register-types' modifies it, and the user may want
15613 to add new extensions for known image types.
15614 (imagemagick-register-types): Throw error if not using ImageMagick.
15615
0b4e93f1
LL
156162011-03-22 Leo Liu <sdl.web@gmail.com>
15617
15618 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
15619 located before rcirc-prompt-end-marker.
15620 (rcirc-complete): Error if point is not after rcirc prompt.
15621 Handle the case when table is nil.
9882e214 15622 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 15623
fccee4ab
CY
156242011-03-22 Chong Yidong <cyd@stupidchicken.com>
15625
15626 * custom.el (custom--inhibit-theme-enable): Make it affect only
15627 custom-theme-set-variables and custom-theme-set-faces.
15628 (provide-theme): Ignore custom--inhibit-theme-enable.
15629 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
15630 (custom-enabling-themes): Delete variable.
d86d2721
SM
15631 (enable-theme): Accept only loaded themes as arguments.
15632 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
15633 (custom-enabled-themes): Forbid themes from setting this.
15634 Eliminate use of custom-enabling-themes.
15635 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 15636
af896da6
LL
156372011-03-21 Leo Liu <sdl.web@gmail.com>
15638
15639 * ido.el (ido-read-internal): Add ido-selected to history instead
15640 of user input.
15641
78f64af0
SM
156422011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
15643
15644 * subr.el (deferred-action-list, deferred-action-function):
15645 Mark obsolete.
15646
b16ac1ec
LL
156472011-03-21 Leo Liu <sdl.web@gmail.com>
15648
810f7698
LL
15649 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
15650 change on 2011-02-13 (bug#8309).
15651
b16ac1ec
LL
15652 * minibuffer.el (read-file-name-function): Change default value.
15653 (read-file-name--defaults): Rename from read-file-name-defaults.
15654 (read-file-name-default): Rename from read-file-name.
15655 (read-file-name): Call read-file-name-function.
15656
4e05e67e
GM
156572011-03-21 Glenn Morris <rgm@gnu.org>
15658
15659 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
15660 Doc fixes.
15661
4359915b
CY
156622011-03-21 Chong Yidong <cyd@stupidchicken.com>
15663
15664 * cus-theme.el: Add missing provide statement.
15665 (customize-create-theme): Extract theme value correctly.
15666 (custom-theme-visit-theme): Autoload.
15667 (customize-create-theme): Prompt before inserting default faces.
15668
1fe275ee
JB
156692011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
15670
15671 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
15672 units and musical notes.
15673
cd394be1 156742011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
15675
15676 * ido.el (ido-read-internal): Use completing-read-default.
15677 (ido-completing-read): Fix compatibility with completing-read.
15678
7d476bde
CO
156792011-03-20 Christian Ohler <ohler@gnu.org>
15680
15681 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
15682 (ert-delete-all-tests): Use `called-interactively-p' rather than
15683 `interactive-p'.
15684 (ert--make-xrefs-region): Respect END.
15685
fe0fb33e
CY
156862011-03-19 Chong Yidong <cyd@stupidchicken.com>
15687
ff854b0b
CY
15688 * dired-aux.el (dired-create-directory): Signal an error if the
15689 directory already exists (Bug#8246).
15690
fe0fb33e
CY
15691 * facemenu.el (list-colors-display): Call list-faces-display
15692 inside with-help-window.
15693 (list-colors-print): Use display property to align the final
15694 column, instead of checking window-width.
15695
576bce32
EZ
156962011-03-19 Eli Zaretskii <eliz@gnu.org>
15697
4d61f28d 15698 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
15699 windows-nt systems.
15700 (emerge-protect-metachars): Quote correctly for ms-dos and
15701 windows-nt systems.
15702
89c41d68 157032011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
15704
15705 * info.el (info-initialize): Replace all uses of `:' with
15706 path-separator for compatibility with non-Unix systems.
15707 Cache quoting of path-separator. (Bug#8258)
15708
b14e3e21 157092011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
15710
15711 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
15712 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
15713 (mouse-avoidance-mode): Fix typos in docstrings.
15714
4525ce3e
CY
157152011-03-19 Chong Yidong <cyd@stupidchicken.com>
15716
15717 * startup.el (package-subdirectory-regexp): Move from package.el.
15718 Omit \\` and \\', and let callers add them.
15719
15720 * emacs-lisp/package.el (package-strip-version)
15721 (package-load-all-descriptors): Add \\` and \\' to
15722 package-subdirectory-regexp before using it.
15723 (package-untar-buffer): New arg DIR; ensure that file untars only
15724 into this expected directory. Remove superfluous delete-region.
15725 (package-unpack): Caller changed.
15726 (package-tar-file-info): Use package-subdirectory-regexp.
15727
a904a09a 157282011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 15729
a904a09a
SM
15730 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
15731 diff-mode-shared-map (bug#8284).
15732 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
15733
157342011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15735
15736 * calendar/time-date.el (format-seconds): Use assoc instead of
15737 assoc-string, since assoc-string doesn't exist in XEmacs.
15738
171fc304
JB
157392011-03-17 Juanma Barranquero <lekktu@gmail.com>
15740
15741 * custom.el (custom-known-themes): Reflow docstring.
15742 (custom-theme-load-path): Fix typo in docstring.
15743 (load-theme): Fix typo in error message.
15744 (custom-available-themes, custom-variable-theme-value):
15745 Use `let', not `let*'.
15746
d71990a1
JB
157472011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
15748
15749 * calc/README: Mention inclusion of musical notes.
15750
15751 * calc/calc-units.el (calc-lu-quant): Rename from
15752 `calc-logunits-quantity'.
15753 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
15754 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
15755 (calc-db): Rename from `calc-dblevel'.
15756 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
15757 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
15758 (calc-np): Rename from `calc-nplevel'.
15759 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
15760 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
15761 (calc-lu-plus): Rename from `calc-logunits-add'.
15762 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
15763 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
15764 (calc-lu-minus): Rename from `calc-logunits-sub'.
15765 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
15766 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
15767 (calc-lu-times): Rename from `calc-logunits-mul'.
15768 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
15769 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
15770 (calc-lu-divide): Rename from `calc-logunits-div'.
15771 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
15772 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
15773
15774 * calc/calc-ext.el (calc-init-extensions): Update the names of the
15775 functions being autoloaded.
15776
15777 * calc/calc.el (calc-lu-power-reference): Rename from
15778 `calc-logunits-power-reference'.
15779 (calc-lu-field-reference): Rename from
15780 `calc-logunits-field-reference'.
15781
7a71b18d
GM
15782 * calc/calc-help.el (calc-l-prefix-help):
15783 Mention musical note functions.
d71990a1 15784
40c2934b
SM
157852011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
15786
15787 * minibuffer.el (completion-all-sorted-completions):
15788 Use :completion-cycle-penalty text property if present.
15789
b0911414
KM
157902011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
15791
15792 * allout.el (allout-yank-processing): Adjust for new rebulleting
15793 regime so bullet being yanked is used without prompting the user
15794 for a choice.
15795
8a05b668
JB
157962011-03-16 Juanma Barranquero <lekktu@gmail.com>
15797
15798 * startup.el (command-line): Warn the user that _emacs is deprecated.
15799
5ba5fb81
JB
158002011-03-16 Juanma Barranquero <lekktu@gmail.com>
15801
15802 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
15803 (delphi-verbose, delphi-comment-face, delphi-string-face)
15804 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
15805 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
15806 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
15807 (delphi-new-comment-line, delphi-font-lock-defaults)
15808 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
15809 Fix typos in docstrings.
15810
2dab465b
KM
158112011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
15812
5ba5fb81 15813 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
15814 Invert the roles of character and string values for INSTEAD, so a
15815 string is used for the more common case of a defaulting prompt.
15816
0adf5618
SM
158172011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15818
15819 * progmodes/ruby-mode.el (ruby-backward-sexp):
15820 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
15821 * play/gamegrid.el (gamegrid-make-face):
15822 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
15823 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
15824 * notifications.el (notifications-notify):
15825 * net/xesam.el (xesam-search-engines):
15826 * net/quickurl.el (quickurl-list-insert):
15827 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
15828
d72700e5
CY
158292011-03-15 Chong Yidong <cyd@stupidchicken.com>
15830
15831 * startup.el (command-line): Update package subdirectory regexp.
15832
49c5410a
SM
158332011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15834
c6eee9aa
SM
15835 * allout.el (allout-abbreviate-flattened-numbering)
15836 (allout-mode-deactivate-hook): Fix up obsolescence "date".
15837
49c5410a
SM
15838 * subr.el (read-char-choice): Only show the cursor after the prompt,
15839 not after the answer.
15840
047b2bb9
KR
158412011-03-15 Kevin Ryde <user42@zip.com.au>
15842
15843 * help-fns.el (variable-at-point): Skip leading quotes, if any
15844 (bug#8253).
15845
0a57d256
SM
158462011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15847
15848 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
15849 warning message.
15850
77c992bc
MA
158512011-03-14 Michael Albinus <michael.albinus@gmx.de>
15852
15853 * shell.el (shell): When called interactively, offer to change the
15854 shell file name on remote hosts.
15855
eebc475d
TZ
158562011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
15857
15858 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
15859 integration for LDAP parameters. The host, base, user or binddn,
15860 and secret tokens can be specified in a netrc file, for instance.
15861 This is optional because an `auth-source' parameter must be
15862 specified in the search attributes.
15863
9d05d1ba
JB
158642011-03-13 Juanma Barranquero <lekktu@gmail.com>
15865
15866 * help.el (describe-mode): Link to the mode's definition (bug#8185).
15867
09d9db2c
GM
158682011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15869
15870 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
15871 into declaration. Remove redundant and harmful binding.
15872
158732011-03-12 Eli Zaretskii <eliz@gnu.org>
15874
15875 * files.el (file-ownership-preserved-p): Pass `integer' as an
15876 explicit 2nd argument to `file-attributes'. If the file's owner
15877 is the Administrators group on Windows, and the current user is
15878 Administrator, consider that a match.
15879
15880 * server.el (server-ensure-safe-dir): Consider server directory
15881 safe on MS-Windows if its owner is the Administrators group while
15882 the current Emacs user is Administrator. Use `=' to compare
15883 numerical UIDs, since they could be integers or floats.
15884
219bd536
JB
158852011-03-12 Juanma Barranquero <lekktu@gmail.com>
15886
15887 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
15888
f3afd36b
MA
158892011-03-12 Michael Albinus <michael.albinus@gmx.de>
15890
15891 Sync with Tramp 2.2.1.
15892
15893 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
15894
15895 * net/trampver.el: Update release number.
15896
3aaaa6f1
SM
158972011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15898
94642599
SM
15899 * progmodes/compile.el (compilation--previous-directory): Fix up
15900 various nil/dead-marker mismatches (bug#8014).
15901 (compilation-directory-properties, compilation-error-properties):
15902 Don't call it at a position past the one we're about to change.
15903
3aaaa6f1
SM
15904 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
15905 Disable obsolescence warnings in the file that declares it.
15906
14239447
KM
159072011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
15908
099c39a4
JB
15909 * allout-widgets.el (allout-widgets-tally):
15910 Initialize allout-widgets-tally as a hash table rather than nil to
15911 prevent mode-line redisplay warnings. Also, clarify the module
15912 description and fix a comment typo.
14239447 15913
135e287c
JB
159142011-03-11 Juanma Barranquero <lekktu@gmail.com>
15915
15916 * help-fns.el (describe-variable): Don't complete keywords.
15917 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
15918
ffbf300e
CY
159192011-03-10 Chong Yidong <cyd@stupidchicken.com>
15920
ba08b241
CY
15921 * emacs-lisp/package.el (package-version-join): Impose a standard
15922 string representation for pre/alpha/beta version lists.
15923 (package-unpack-single): Standardize the directory name by passing
15924 it through package-version-join.
15925 (package-strip-rcs-id): Accept any version string that does not
15926 signal an error in version-to-list.
ffbf300e 15927
f346fd6b
MA
159282011-03-10 Michael Albinus <michael.albinus@gmx.de>
15929
15930 * simple.el (delete-trailing-whitespace): Return nil for the
15931 benefit of `write-file-functions'.
15932
ccb55d27
GM
159332011-03-10 Glenn Morris <rgm@gnu.org>
15934
5ceaac0c
GM
15935 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
15936
02da65ff
GM
15937 * vc/vc-git.el (vc-git-program): New option.
15938 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
15939 (vc-git--call): Use it.
15940
b2f603cc
GM
15941 * eshell/esh-util.el (eshell-condition-case): Doc fix.
15942
5772caab
GM
15943 * cus-edit.el (Custom-newline): If no button at point, look
15944 for a subgroup button at start-of-line. (Bug#2298)
15945
ccb55d27
GM
15946 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
15947
ec6ecaed
JD
159482011-03-10 Julien Danjou <julien@danjou.info>
15949
15950 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
15951 `cursor-type' is nil.
15952
9d5aa01d
JB
159532011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
15954
15955 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
15956
b6a5875b
KM
159572011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
15958
7a71b18d 15959 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
15960 preserves the existing header prefix, rebulleting it if necessary,
15961 rather than replacing it. This is necessary for proper operation
15962 of cooperative addons like allout-widgets.
1154d12e
JB
15963 (allout-make-topic-prefix, allout-rebullet-heading):
15964 Change SOLICIT arg to INSTEAD, and interpret additionally a string
15965 value as alternate bullet to be used, instead of prompting the user
15966 for a bullet character.
b6a5875b 15967
ee545c35
MA
159682011-03-09 Michael Albinus <michael.albinus@gmx.de>
15969
d86d2721
SM
15970 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
15971 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
15972 `tramp-default-port'.
15973
c47971d7
DD
159742011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
15975
15976 * net/rcirc.el (rcirc-handler-001): Remove useless
15977 with-rcirc-process-buffer.
15978 (rcirc-check-auth-status): Swap arguments to string-match.
15979
13522cb4
GM
159802011-03-09 Glenn Morris <rgm@gnu.org>
15981
0be6f4f1
GM
15982 * shell.el (shell-mode):
15983 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
15984
13522cb4
GM
15985 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
15986 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
15987
515de2e3
CY
159882011-03-08 Chong Yidong <cyd@stupidchicken.com>
15989
15990 * emacs-lisp/package.el (package-refresh-contents)
15991 (package-menu-execute): Use condition-case-no-debug.
15992
b511b994
MA
159932011-03-08 Michael Albinus <michael.albinus@gmx.de>
15994
15995 * simple.el (shell-command-to-string): Use `process-file'.
15996
15997 * emacs-lisp/package.el (package-tar-file-info): Handle also
15998 remote files.
15999
d86d2721
SM
16000 * emacs-lisp/package-x.el (package-upload-buffer-internal):
16001 Use `equal' for upload base check.
b511b994 16002
25bbfb31
AM
160032011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
16004
16005 * textmodes/texinfo.el (texinfo-environments):
16006 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
16007
be996521
GM
160082011-03-08 Glenn Morris <rgm@gnu.org>
16009
e9c8529f
GM
16010 * cus-start.el (cursor-in-non-selected-windows):
16011 Fix :set quoting oddness. (Bug#8192)
16012
be996521
GM
16013 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
16014 in some setf expressions. (Bug#2159)
16015
2bb5649e
CY
160162011-03-08 Chong Yidong <cyd@stupidchicken.com>
16017
16018 * custom.el (custom-available-themes): Return themes in
16019 alphabetical order.
16020
33383987 16021See ChangeLog.15 for earlier changes.
e3d51b27
MR
16022
16023;; Local Variables:
16024;; coding: utf-8
e3d51b27
MR
16025;; End:
16026
acaf905b 16027 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
16028
16029 This file is part of GNU Emacs.
16030
16031 GNU Emacs is free software: you can redistribute it and/or modify
16032 it under the terms of the GNU General Public License as published by
16033 the Free Software Foundation, either version 3 of the License, or
16034 (at your option) any later version.
16035
16036 GNU Emacs is distributed in the hope that it will be useful,
16037 but WITHOUT ANY WARRANTY; without even the implied warranty of
16038 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16039 GNU General Public License for more details.
16040
16041 You should have received a copy of the GNU General Public License
16042 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.